Skip to content

Commit

Permalink
edited hackathons
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryankpoor committed Nov 16, 2024
1 parent df0b5e6 commit 9b25999
Showing 1 changed file with 4 additions and 25 deletions.
29 changes: 4 additions & 25 deletions src/data/resume.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export const DATA = {
href: "https://hacktoberfest.digitalocean.com/",
},
{
title: "Recap",
title: "Digitalocean",
icon: <Icons.globe className="h-4 w-4" />,
href: "https://www.digitalocean.com/blog/hactoberfest-2024-how-to-participate",
},
Expand Down Expand Up @@ -330,11 +330,6 @@ export const DATA = {
icon: <Icons.globe className="h-4 w-4" />,
href: "https://order-trackerr.netlify.app/",
},
{
title: "Recap",
icon: <Icons.globe className="h-4 w-4" />,
href: "https://www.digitalocean.com/blog/hacktoberfest-recap2020",
},
{
title: "YouTube",
icon: <Icons.youtube className="h-4 w-4" />,
Expand Down Expand Up @@ -367,7 +362,7 @@ export const DATA = {
{
title: "Recap",
icon: <Icons.globe className="h-4 w-4" />,
href: "https://www.digitalocean.com/blog/hacktoberfest-recap2020",
href: "https://www.digitalocean.com/blog/hacktoberfest-2022-your-mission-for-open-source",
},
{
title: "YouTube",
Expand All @@ -388,7 +383,7 @@ export const DATA = {
{
title: "Recap",
icon: <Icons.globe className="h-4 w-4" />,
href: "https://www.digitalocean.com/blog/hacktoberfest-recap2020",
href: "https://www.digitalocean.com/blog/hacktoberfest-2021-recap",
},
{
title: "YouTube",
Expand Down Expand Up @@ -428,23 +423,7 @@ export const DATA = {
win: "Swag | Sticker pack by github + Tee",
image:
"https://i.ibb.co/J28Q6JJ/amity.jpg",
links: [
{
title: "Devpost",
icon: <Icons.globe className="h-4 w-4" />,
href: "https://devpost.com/software/pocketdoc-react-native",
},
{
title: "YouTube",
icon: <Icons.youtube className="h-4 w-4" />,
href: "https://www.youtube.com/watch?v=XwFdn5Rmx68",
},
{
title: "Source",
icon: <Icons.github className="h-4 w-4" />,
href: "https://github.com/dillionverma/pocketdoc-react-native",
},
],
links: [],
},
],
} as const;

0 comments on commit 9b25999

Please sign in to comment.