This is a Jekyll personal portfolio website hosted on Netlify.
Based on MLH-Fellowship/portfolio-template.
Head to _data
and fill out volunteering.yml
, employment.yml
, part-time.yml
and education.yml
.
Volunteering example.
- role: Lead Organiser
company: DurHack
dates: March 2017 – December 2019
logo: dh.svg
class: dh
Employment example.
- role: Junior PHP Developer
company: Komodo Digital
dates: September 2018 – August 2019
logo: komodo.png
class: komodo
Part-time example.
- role: Senior Admissions Specialist
company: MLH Fellowship
dates: May 2020 – August 2021
logo: assets/img/part-time/fellowship.svg
class: fellowship
Education example.
- course: AWS Developer – Associate
institute: Amazon Web Services
dates: January 2021
logo: aws-dev.png
class: aws-dev
Add classes to _sass/cards.scss
to style cards. Class names match the class
YAML attribute on cards.
Add images to assets/img/*
, where *
is the respective directory for volunteering
, education
, part-time
or employment
.
If you want to test it locally or add some new features, run the below commands. Make sure to have Ruby, Bundler and netlify-cli installed.
bundle install
netlify dev