Part 1 - Fork & Clone the project
Begin by forking this project into a personal repository.
To do this, click the Fork button located at the top right of this page. Navigate to your github profile to find the newly forked repository. Clone the repository from your account into the directory on your computer that you use to keep your projects (ex. dev-projects directory). Open the newly cloned project in a code editor (ex. Visual Studio Code).
Part 2 - Edit the cloned project
from your text editor (i.e. - Visual Studio Code), select: File > Add Folder to WorkSpace Select the directory you use to store your projects (ex. dev-projects directory) From the text editor,in the directory you use to store your projects (ex. dev-projects directory), locate the newly cloned project Expand the project from the project explorer (may just be called explorer)
Modify the index.html and assets/css/style.css per the directions provided. Setup
Open in browser/live server so you can see your changes in real time and notice how the code morphs the live browser page
start by adding the Required meta tags. You must add: a navbar cards (one for each section) an offcanvas component be creative and do as much as you can with bootstrap
Part 3 - Pushing new changes to repository
From a terminal navigate to the root directory of the cloned project. From the root directory of the project, execute the following commands: git add . Add all files in current directory to the staging area git commit -m 'I have made an edit to a file!' Save all staged changes to local repository git push -u origin main Push changes from local repository to remote repository
Your team will need 1 coordinator, 1 presenter, and 1 scribe to write. compile the team’s HTML into one document. Everyone is expected to contribute to the final product!
You have 50 minutes to complete this project
When we reconvene I will ask each group to share what they came up with!