Folder structure

CSS Styling Rules

CSS Naming Conventions

Media Queries

Making Changes

The dev branch is the live branch of the website. DON’T PUSH CODE DIRECTLY TO THE DEV BRANCH. Use the feature branch for the development of new features. Don’t create new branches. Once the changes have been made, create a pull request to merge to the dev branch. Once the code has been reviewed and the necessary changes have been made, merge the feature branch to the dev branch, merge the dev branch to the feature branch, pull the changes from the feature branch to your development machine and continue work on other features. DON’T delete the feature branch after merging.

Adding a new page