GitXplorerGitXplorer
R

RuolinZheng08.github.io

public
10 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
d8cbb0d8cc997e211f4868703c401cdf1df14200

Update resume

RRuolinZheng08 committed 2 years ago
Unverified
9662695586a23a9c43d6876e76f512f7a7293039

Update resume, yt url, and bovo url

RRuolinZheng08 committed 2 years ago
Unverified
c4e5a9dba672a7ef37ee29c8e2011fbbb8acf4fc

Reorder projects

RRuolinZheng08 committed 2 years ago
Unverified
c557194089586a8d792da8e913d23bd97cf28830

Add full-time position

RRuolinZheng08 committed 2 years ago
Unverified
71970c9912bfebee14f4c970e440fdd83db45df9

Update GHC project link

RRuolinZheng08 committed 3 years ago
Unverified
02001a69b31988a4a05ca6b6070575bd6c7db359

Add learn to code rpg

RRuolinZheng08 committed 3 years ago

README

The README file for this repository.

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