Skip to content

know-mad/new_portfolio

Repository files navigation

davidvelez.io website

Objective

Objective was to build my professional portfolio website using the React based platform Gatsby.js. The website highlights my experience, projects worked on, and contact information. The website is search engine optimized with on-page SEO and each page targets specific keywords used for ranking on google search.

Technologies Used

  1. HTML5
  2. CSS3
  3. Javascript
  4. React.js
  5. Gatsby.js
  6. Git
  7. Netlify

Forking this repo

Many people have contacted me asking me if they can use this code for their own website, and the answer to that question is usually yes, with attribution.

I value keeping my site open source, but as you all know, plagiarism is bad. It's always disheartening whenever I find that someone has copied my site without giving me credit. I spent a non-trivial amount of effort building and designing this iteration of my website, and I am proud of it! All I ask of you all is to not claim this effort as your own.

Please also note that I did not build this site 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 me proper credit by linking back to davidvelez.io. Thanks!

Installation and Setup

  1. Install the Gatsby CLI

npm i gatsby-cli

  1. Install and use the correct version of Node using NVM

nvm install

  1. Install dependencies

npm install

  1. Start the development server

gatsby develop

Building and running for production

  1. Generate a full static build

gatsby build

  1. Preview the site as it will appear once deployed

gatsby serve

Color palette

Color Hex
dark blue #0E1231
light blue #00A3FF
volt green #CEFF00
orange #EA8D00
purple #9F00EA
off white #F1F1F1

Author

David Velez

Deployed

Deployed site is here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published