/hurkanyakay.com

🌈Source code of my portfolio

Primary LanguageJavaScriptMIT LicenseMIT

workflow

Portfolio

Portfolio was built using Gatsby.

Website

Features

  • Gatsby v2.0.0
  • React Spring (Used for Parallax effect)
  • TailwindCSS & Emotion for styling
    • Use the full power of TailwindCSS while generating small styles (as unused data gets deleted)
  • SEO
    • Schema.org JSONLD
    • OpenGraph Tags
    • Twitter Tags
  • Typefaces for quicker font loading
  • Offline Support
  • WebApp Manifest Support
  • Responsive images
    • The right image size for every screen size
    • Traced SVG Loading (Lazy-Loading)
    • WebP Support

Please note: The parallax effect can be quite heavy for some older CPUs and the site uses some newer CSS features which will result in incompatibility with older browsers.

Developing

yarn dev

Building

yarn build

Static Serving

yarn serve

Deploy to surge

yarn deploy