Skip to content

Latest commit

 

History

History
78 lines (49 loc) · 1.91 KB

File metadata and controls

78 lines (49 loc) · 1.91 KB

Daksh Adhar's Portfolio

Hi, I'm Daksh Adhar, this is the source code for my personal portfolio website.

Live site: https://a-daksh.github.io

This project is based on Brittany Chiang’s v4 portfolio. If you're building your own, consider forking her repository directly. Big thanks to her for the template.

🛠 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

Theme

Colors (Color Hunt Palette)

  • primary: #1E201E
  • secondary: #ECDFCC
  • shadow: rgba(30, 32, 30, 0.7)
  • accent: #FFFFFF
  • accent-tint: rgba(255, 255, 255, 0.1)
  • text-primary: #FFFFFF
  • text-secondary: #ECDFCC
  • text-inverse: #1E201E

Fonts

  • Sans: 'Calibre', 'San Francisco', 'SF Pro Text', apple-system, system-ui, sans-serif;
  • Mono: 'SF Mono', 'Fira Code', 'Fira Mono', 'Roboto Mono', monospace;

🚨 Attribution and Usage (please read!)

This portfolio is based on Brittany Chiang’s v4 portfolio.

If you are interested in building something like this, please refer to her original repository here: https://github.com/bchiang7/v4.

I did not design or code this from scratch — I have modified it to suit my own portfolio needs.
All design credit goes to Brittany Chiang.

For questions about implementation, please check the Gatsby documentation or the original repository’s README.