- Begin by forking this project into a personal repository.
- To do this, click the
Forkbutton located at the top right of this page.
- To do this, click the
- Navigate to your github profile to find the newly forked repository.
- Clone the repository from your account into the
~/devdirectory. - Open the newly cloned project in a code editor (Visual Studio Code, for example).
- Research the box model patterns by visiting the w3 school tutorial on boxmodels.
- Modify the
index.htmlfile by creating a box model.
- Submit the assignment by pushing the changes you have made to the project.
- Execute the following commands from the root directory of the project to push changes to your repository.
git add .git commit -m 'finished assignment'git push -u origin master
- Using the information and code that you now know, modify either your bootstrap-resume or your multipage-project to include an additional navigation bar.