diff --git a/package-lock.json b/package-lock.json index 243271e..a43d668 100644 --- a/package-lock.json +++ b/package-lock.json @@ -450,7 +450,6 @@ "version": "18.3.0", "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.0.tgz", "integrity": "sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==", - "dev": true, "dependencies": { "@types/react": "*" } diff --git a/src/DataStore.ts b/src/DataStore.ts index d30795a..5e19fef 100644 --- a/src/DataStore.ts +++ b/src/DataStore.ts @@ -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/" + } + ] + }, ]; diff --git a/src/template.txt b/src/template.txt index 3914911..66d1ee4 100644 --- a/src/template.txt +++ b/src/template.txt @@ -29,4 +29,4 @@ "url": "https://URL" } ] -}, \ No newline at end of file +},