Skip to content

EricTurner3/website_portfolio

Repository files navigation

portfolio

My current website at ericturner.it

Framework & Resources

  • Gatsby.js - Front end framework for static sites
  • React - Gatsby.js is built on top of React!
  • Tailwind CSS - Front end CSS framework that ties in with React, also includes Inter font
  • Blobmaker.app - Randomly generated blob that goes behind my avatar
  • React Chrono - Vertical timeline plugin for React
  • Flat Icon - Sun & Moon SVG icons for light/dark mode
  • Feather - (react-feather) Social Icons
  • Bitmoji - avatar generation

Inspiration

Notes for Future Me

After making any changes, run the production command then copy files over the FTP. Preview any changes with the dev command.

  • Dev Mode: yarn run develop
  • Production: yarn run build