Skip to content

Gary-In-IT/Simple-Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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