diff --git a/package-lock.json b/package-lock.json index 7d18dcc..7d1f49a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1012,6 +1012,10 @@ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true }, + "node_modules/contribute-to-this-repo": { + "resolved": "", + "link": true + }, "node_modules/cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -4458,4 +4462,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 50d7fc0..1592785 100644 --- a/package.json +++ b/package.json @@ -24,4 +24,4 @@ "eslint-config-next": "14.2.5", "typescript": "^5" } -} +} \ No newline at end of file diff --git a/src/DataStore.ts b/src/DataStore.ts index cc2b923..ef7aeaf 100644 --- a/src/DataStore.ts +++ b/src/DataStore.ts @@ -1,6 +1,38 @@ import { Card } from "./types"; export let data: Card[] = [ { + "name": "Yash Khatpe", + "description": "I am full stack developers and love to explore new web related technologies", + "resources": [ + { + "name": "Next.js Documentation", + "url": "https://nextjs.org/" + }, + { + "name": "GraphQL Docs", + "url": "https://graphql.org/" + }, + { + "name": "Redis Docs", + "url": "https://redis.io/" + } + ], + "socials": [ + { + "name": "linkedin", + "url": "https://www.linkedin.com/in/yash-khatpe" + }, + { + "name": "github", + "url": "https://github.com/YashKhatpe" + }, + { + "name": "instagram", + "url": "https://www.instagram.com/yash_khatpe6" + } + ] +}, +{ name: "Gaurav", description: "Hi I am Gaurav . Full Stack Developer with Interest in Competitive Programming and System Design.",