Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 905 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 905 Bytes

Portfolio Website

This is a dark-light contrast website for a portfolio. All elements can be edited to suit your needs.

Features

  • 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

Usage

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