View template here!
Repo of CraftCMS project here.
This is a template of a fake Company I built and designed for a CraftCMS project.
Note that this project doesn't come with a pre-configured SASS compiler. I was lazy to code up a Webpack or Gulp script for it, so I just used a VS Code extension to do the job 😛...
- Font Awesome 5
- Bootstrap 4
- SASS
I designed this template to be simple to integrate with CraftCMS (or Laravel).
Necessary files:
./fonts/*./images/*./styles/styles.css./vendor/*
Copy these into the ./public or ./web folder of your CraftCMS / Laravel project.
Note: you don't need bootstrap.css as it's compiled together in styles.css.
Building off this template requires:
- Bootstrap 4 installed via
npm - SASS
- Your own SASS compiler
