Skip to content

benji011/portfolio.benjaminlo.io

Repository files navigation

portfolio.benjaminlo.io

Powered by Vercel

About

My personal portfolio website forked from Gatsby-theme-portfolio by Smakosh

Tests

All tests are run using Cypress. You can either run them through the browser or with headless mode using the CLI. Please refer to the commands below, which can also be found in package.json:

e2e:cypress:browser
# Or
e2e:cypress:headless

TODO

  • fix hamburger icon colour
  • fix ESLint
  • refactor some weird looking code

Credits

Author of template - Ismail Ghallou (@Smakosh)

Contributors

License (What you can & cannot use)

The MIT License (MIT)

All content in this repository (except for anything under i18n and the data in src/components/landing/Testimonials/testimonials.json highlighted below) are free of use as this was a project forked originally from smakosh/gatsby-portfolio-dev.

You may NOT use anything under this directory or the contents of these files. You CAN however, use the file and folder structure + extension files as reference for your own personal use.

i18n
├── app.json
├── contact
│   └── contactform.json
├── en.json
├── footer
│   └── footer.json
├── header
│   └── header.json
├── index.js
├── landing
│   └── intro.json
├── projects
│   └── projects.json
├── resume
│   └── resume.json
├── skills
│   └── skills.json
└── translation.json