Lesson Resource Easy.tech
Lesson Resource Easy.tech
Overview
This Course Introduces Learners to The Foundational Skills Needed for
Building and Hosting Professional Websites. Learners Will Start by
Understanding HTML and CSS For Structuring and Styling Web Pages.
Gradually, They Will Explore Bootstrap for Responsive Design and JavaScript
For Interactivity. The Course Will Also Include Practical Lessons on Using
WordPress To Create Dynamic Websites and Hosting Them Online.
Learning Outcomes:
By the end of the program, participants will:
Develop and style web pages using HTML, CSS, and Bootstrap.
Create a functional WordPress site with themes and plugins.
Successfully host and deploy a website on a live server.
Complete and present a fully functional website project.
2-DAY WEBSITE DEVELOPMENT TRAINING CURRICULUM
– ONLINE
1. Setting up GitHub for version control, code management, and
Topic (s):
collaborative coding
2. Developing web page with HTML
3. Styling website with CSS
4. Adding responsiveness with Bootstrap
Understand the basics of website structure and components
Objective:
Styling website with CSS and Bootstrap
Computer with internet access, Text editor (ex. Notepad ++) or and
Materi
IDE (e.g., VS Code)
als
Neede
d:
Presentation slide, boilerplate code for practice, example websites,
DAY 1ONLINE DAY 1
Learnin
and Docs for bootstrap, HTML, and CSS referencing
g
Resour
ces
Activities: Lecture, coding exercise, and assignment (requirement for certificate)
1
NOTE: In-person training curriculum is the same as the
online training.
DAY ONE
1.0. Fundamentals of GitHub, HTML, CSS, and Bootstrap
2
1.1. Setting up GitHub for Collaborative Coding, Version Control, and Code Management
GitHub is a web-based platform that allows to store and share code, collaborate on project,
track changes, and review code.
Git-bash is a command-line tool for windows that allows users to interact with git and run
Linux-based commands. To download Git Bash, go to https://git-scm.com/downloads.
Click signup, enter your email, click next, enter your password, and enter a username.
If you are not in the directory of your choice, move to the directory of your choice.
cd /DIRECTOR_NAME
Use git clone or git add to connect your remote repository to your local working directory.
git clone gitURL.git
Move into the clone directory using the cd command
Or
git remote add origin gitURL.git