Skip to content

Commit

Permalink
Merge pull request #7 from TheShaunRodrigues/Shaun
Browse files Browse the repository at this point in the history
Shaun's Card
  • Loading branch information
TYPESAFE-RUSTY authored Jul 24, 2024
2 parents b941c86 + 38e3a9b commit d0663e0
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions src/DataStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,36 @@ export let data: Card[] = [
},
],
},
{
"name": "Shaun Rodrigues",
"description": "Hey I'm Shaun, a Full Stack Developer with an interest in Game Design and Data Science.",
"resources": [
{
"name": "Game Development",
"url": "https://www.youtube.com/@Brackeys"
},
{
"name": "Something used very often",
"url": "https://www.ilovepdf.com/"
},
{
"name": "Intro to Python Web Development",
"url": "https://www.youtube.com/watch?v=yBDHkveJUf4"
}
],
"socials": [
{
"name": "github",
"url": "https://github.com/TheShaunRodrigues"
},
{
"name": "linkedIn",
"url": "https://www.linkedin.com/in/shaun-rodrigues-b4b7642b5/"
},
{
"name": "instagram",
"url": "https://www.instagram.com/shaunrodrigues7/"
}
]
},
];
2 changes: 1 addition & 1 deletion src/template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
"url": "https://URL"
}
]
},
},

0 comments on commit d0663e0

Please sign in to comment.