Skip to content

paraswtf/paraswtf.github.io

Repository files navigation

Logo

My portfolio inspired by brittanychiang.com built with Gatsby and hosted with Netlify, Vercel and Github Pages

Netlify Status Github Pages Status Vercel Status


Hosted URLs
- paraswtf.com (netlify)
- paras.codes (netlify)
- paraswtf.netlify.app (netlify)
- paraswtf.vercel.app (vercel)
- paraswtf.github.io (github)

demo

🛠 Installation & Set Up

  1. Install the Gatsby CLI

    npm install -g gatsby-cli
  2. Install and use the correct version of Node using NVM

    nvm install
  3. Install dependencies

    yarn
  4. Start the development server

    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 (dark) Hex (light)
Dark Navy #021a27 #021a27 #f1faee #f1faee
Gray Navy #0230476f #0230476f #eeeeee #eeeeee
Navy #021a27 #021a27 #f1faee #f1faee
Card Navy #023047 #023047 #ebf7eb #ebf7eb
Light Navy #023047 #023047 #eeeeee #eeeeee
Lightest Navy #04374f #04374f #b5c2bc #b5c2bc
Navy Shadow #012436B2 #012436B2 #012436B2 #012436B2
Dark Slate #495670 #495670 #495670 #495670
Slate #8892b0 #8892b0 #011824 #011824
Light Slate #a8b2d1 #a8b2d1 #021a27 #021a27
Lightest Slate #ccd6f6 #ccd6f6 #021a27 #021a27
White #e6f1ff #e6f1ff #021a27 #021a27
Green #26d4ff #26d4ff #147793 #147793
Green Tint #64ffda25 #64ffda25 #64ffda25 #64ffda25
Blue #57cbff #57cbff #1da1f2 #1da1f2

Releases

No releases published

Packages

No packages published