Skip to content

Commit

Permalink
Merge pull request #4 from GavenDcosta/main
Browse files Browse the repository at this point in the history
Gaven Card
  • Loading branch information
TYPESAFE-RUSTY authored Jul 21, 2024
2 parents 561a1ed + b63abb1 commit 1f8ce15
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/DataStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,37 @@ export let data: Card[] = [
"url": "https://www.instagram.com/printf_sahil_/"
}
]
},
{
"name": "GAVEN D'COSTA",
"description": "Hi, I'm Gaven D'costa, a Full Stack Developer with aspirations to become a future entrepreneur. In addition to my professional pursuits, I enjoy going to the gym, watching anime, and have a strong faith in God.",
"resources": [
{
"name": "My Portfolio Website 🗿",
"url": "https://gaven-portfolio.vercel.app/"
},
{
"name": "My Bible Website ✝️",
"url": "https://gaven-bible.vercel.app/"
},
{
"name": "My Fitness Website 💪",
"url": "https://gaven-fitness.vercel.app/"
}
],
"socials": [
{
"name": "github",
"url": "https://github.com/GavenDcosta"
},
{
"name": "linkedIn",
"url": "https://www.linkedin.com/in/gaven-dcosta-b18165239/"
},
{
"name": "instagram",
"url": "https://www.instagram.com/gavendcosta"
}
]
}
]

0 comments on commit 1f8ce15

Please sign in to comment.