/portfolio-v3-remastered

Third iteration of Brittany Chiang's website remastered using Gatsby

Primary LanguageJavaScriptMIT LicenseMIT

Logo

bchiang7.github.io - v3 Remastered

The third iteration of brittanychiang.com remastered with Gatsby and hosted with Netlify

Previous iterations: v1, v2

Netlify Status

demo

🚨 Forking this repo (please read!)

You can use this code for your own website, with attribution.

I value keeping this project open source, but as you all know, plagiarism is bad. It's always disheartening whenever I find that someone has copied this project without giving credit. A non-trivial amount of effort was spent building and designing this project. All I ask of you all is to not claim this effort as your own.

Please also note that this was not built with the intention of it being a starter theme, so if you have questions about implementation, please refer to the Gatsby docs.

TL;DR

Yes, you can fork this repo. Please give proper credit by linking back to brittanychiang.com & hichemfantar.me. Thanks!

🛠 Installation & Set Up

  1. Install the Gatsby CLI

    npm install -g gatsby-cli
  2. Install and use the version of Node this project was built with using NVM

    nvm install
  3. Install dependencies

    npm i
  4. Start the development server

    npm run clean && npm start

🚀 Building and Running for Production

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run serve

🎨 Color Reference

Color Hex
Night #171c28 #171c28
Black #36363c #36363c
Dark Grey #444452 #444452
Grey #777777 #777777
Blue #007bff #007bff
Slate #afafbf #afafbf
Off White #e7e7e7 #e7e7e7
White #ffffff #ffffff
Green #bae67e #bae67e
Dark Green #95ba62 #95ba62
Purple #7d0ce8 #7d0ce8
Red #ff0000 #ff0000
Orange #e8850c #e8850c
Yellow #ffdc00 #ffdc00
Accent #ffcc66 #ffcc66