This repository has been set up for the Git Workshop attendees to have a go working on and committing work to a Git repository.
It is a simple Bootstrap webpage that has had the Carousel theme applied.
/css holds all of the stylesheets /fonts holds the fonts /js holds the Javascript /template-parts holds the reused HTML template components
To make changes you can setup new pages in the root, e.g. /about.php, then change /template-parts/navbar.php to link to it.
Styling changes can be made in /css/customisations.css, which keeps the bootstrap framework's styling untouched.