Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions src/portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,50 @@ const experience = {
{
title: "Programs",
experiences: [
{
title: "Wild Hacks 2.0",
company: "Major Hacking League",
company_url: "https://hacktoberfest.digitalocean.com/",
logo_path: "hacktoberfest-logo.jpg",
duration: "Oct 1,2020 - Oct 31,2020",
location: "Remote",
description:
"Participated and completed my first Hacktoberfest in October 2020.",
color: "#0071C5",
},
{
title: "Hacktoberfest 2021",
company: "Major Hacking League",
company_url: "https://hacktoberfest.digitalocean.com/",
logo_path: "hacktoberfest-logo.jpg",
duration: "Oct 1,2020 - Oct 31,2020",
location: "Remote",
description:
"Participated and completed my first Hacktoberfest in October 2020.",
color: "#0071C5",
},
{
title: "Selfie Hacks",
company: "Major Hacking League",
company_url: "https://hacktoberfest.digitalocean.com/",
logo_path: "hacktoberfest-logo.jpg",
duration: "Oct 1,2020 - Oct 31,2020",
location: "Remote",
description:
"Participated and completed my first Hacktoberfest in October 2020.",
color: "#0071C5",
},
{
title: "Hacky Birthday MLH",
company: "Major Hacking League",
company_url: "https://hacktoberfest.digitalocean.com/",
logo_path: "hacktoberfest-logo.jpg",
duration: "Oct 1,2020 - Oct 31,2020",
location: "Remote",
description:
"Participated and completed my first Hacktoberfest in October 2020.",
color: "#0071C5",
},
{
title: "MLH INIT 2022",
company: "Major Hacking League",
Expand Down