From 4fb9e2b78e802462bbd9b9d93945297edb51e935 Mon Sep 17 00:00:00 2001 From: Shaun Rodrigues Date: Wed, 24 Jul 2024 16:36:09 +0530 Subject: [PATCH 1/2] {Shaun opensrc contributed} --- package-lock.json | 1 - src/DataStore.ts | 32 ++++++++++++++++++++++++++++++++ src/template.txt | 28 ++++++++++++++-------------- 3 files changed, 46 insertions(+), 15 deletions(-) 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..41893a1 100644 --- a/src/template.txt +++ b/src/template.txt @@ -1,32 +1,32 @@ { - "name": "YOUR NAME", - "description": "ABOUT YOU", + "name": "Shaun Rodrigues", + "description": "Hey I'm Shaun, a Full Stack Developer with an interest in Game Design and Data Science", "resources": [ { - "name": "RESOURCE 1", - "url": "https://URL" + "name": "Game Development", + "url": "https://www.youtube.com/@Brackeys" }, { - "name": "RESOURCE 2", - "url": "https://URL" + "name": "Something used very often", + "url": "https://www.ilovepdf.com/" }, { - "name": "RESOURCE 3", - "url": "https://URL" + "name": "Intro to Python Web Development", + "url": "https://www.youtube.com/watch?v=yBDHkveJUf4" } ], "socials": [ { - "name": "SOCIAL 1", - "url": "https://URL" + "name": "github", + "url": "https://github.com/TheShaunRodrigues" }, { - "name": "SOCIAL 2", - "url": "https://URL" + "name": "linkedIn", + "url": "https://www.linkedin.com/in/shaun-rodrigues-b4b7642b5/" }, { - "name": "SOCIAL 3", - "url": "https://URL" + "name": "instagram", + "url": "https://www.instagram.com/shaunrodrigues7/" } ] }, \ No newline at end of file From 38e3a9b47de8e50d6ba72c801b98fa014fefa080 Mon Sep 17 00:00:00 2001 From: TYPESAFE-RUSTY <155160359+TYPESAFE-RUSTY@users.noreply.github.com> Date: Wed, 24 Jul 2024 19:33:36 +0530 Subject: [PATCH 2/2] fix (txt) --- src/template.txt | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/template.txt b/src/template.txt index 41893a1..66d1ee4 100644 --- a/src/template.txt +++ b/src/template.txt @@ -1,32 +1,32 @@ { - "name": "Shaun Rodrigues", - "description": "Hey I'm Shaun, a Full Stack Developer with an interest in Game Design and Data Science", + "name": "YOUR NAME", + "description": "ABOUT YOU", "resources": [ { - "name": "Game Development", - "url": "https://www.youtube.com/@Brackeys" + "name": "RESOURCE 1", + "url": "https://URL" }, { - "name": "Something used very often", - "url": "https://www.ilovepdf.com/" + "name": "RESOURCE 2", + "url": "https://URL" }, { - "name": "Intro to Python Web Development", - "url": "https://www.youtube.com/watch?v=yBDHkveJUf4" + "name": "RESOURCE 3", + "url": "https://URL" } ], "socials": [ { - "name": "github", - "url": "https://github.com/TheShaunRodrigues" + "name": "SOCIAL 1", + "url": "https://URL" }, { - "name": "linkedIn", - "url": "https://www.linkedin.com/in/shaun-rodrigues-b4b7642b5/" + "name": "SOCIAL 2", + "url": "https://URL" }, { - "name": "instagram", - "url": "https://www.instagram.com/shaunrodrigues7/" + "name": "SOCIAL 3", + "url": "https://URL" } ] -}, \ No newline at end of file +},