- Fork the project
- Clone your fork
- Modify the material
- Check locally that the changes render successfully
- Add and commit the changes to your fork
- Create a pull request (PR) from your fork back to the original repo
- Fix and discuss issues in the review process
The project consists of HTML and asset files. The asset directory contains four subdirectories, which include the main CSS file and an images subdirectory.
After cloning the repository, open the cloned project using an editor such as Visual Studio Code, Sublime Text, or any other code editor of your choice.
To edit the HTML, use only the index.html
file. Each section of the website is clearly marked with comments indicating where it starts and ends.