RuolinZheng08 / RuolinZheng08.github.io

Lynn Zheng's portfolio website :)

Home Page:http://RuolinZheng08.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lynn Zheng's Portfolio Website :)

Logo

Demo: ruolinzheng08.github.io

Adapted from Brittany Chiang's Design on GitHub.

Netlify Status

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

The color variables are all defined in src/styles/variables.js. The variable name does not necessarily correspond to the actual color value because I was experimenting with a lot of different color schemes.

Variable Name Hex
--dark-navy #020c1b #020c1b
--navy #eae1dc #eae1dc
--light-navy #f0eae7 #f0eae7
--lightest-navy #f7f3f1 #f7f3f1
--navy-shadow rgba(2, 12, 27, 0.7) rgba(2, 12, 27, 0.7)
--dark-slate #495670 #495670
--slate #8e8d8a #8e8d8a
--light-slate #72716e #72716e
--lightest-slate #474745 #474745
--white #e6f1ff #e6f1ff
--green #e85a4f #e85a4f
--green-tint-dark #8b362f #8b362f
--green-tint #f6bdb9 #f6bdb9

About

Lynn Zheng's portfolio website :)

http://RuolinZheng08.github.io

License:MIT License


Languages

Language:JavaScript 99.8%Language:HTML 0.2%