This is a dark-light contrast website for a portfolio. All elements can be edited to suit your needs.
- Dark and light contrast
- Responsive design
- Full height header/hero
- Background image overlays
- Typewriter effect in header
- Lightbox modals for projects
- Progress bar stats
- Font awesome icons
This website is built with Bootstrap and Sass. It uses Font Awesome for icons.
In order to customize this website, you need to install Node.js. Then, clone this repository and run:
npm install
This will install Bootstrap, Sass and Font Awesome. To build your CSS files from Sass, run:
npm run sass:build
To watch your Sass files for changes, run:
npm run sass:watch