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: dhEmployment example.
- role: Junior PHP Developer
company: Komodo Digital
dates: September 2018 – August 2019
logo: komodo.png
class: komodoPart-time example.
- role: Senior Admissions Specialist
company: MLH Fellowship
dates: May 2020 – August 2021
logo: assets/img/part-time/fellowship.svg
class: fellowshipEducation example.
- course: AWS Developer – Associate
institute: Amazon Web Services
dates: January 2021
logo: aws-dev.png
class: aws-devAdd 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