Skip to content

Commit

Permalink
Merge pull request #6 from Merwin-Rebello/MerwinRebello
Browse files Browse the repository at this point in the history
Merwin opensrc contributed
  • Loading branch information
TYPESAFE-RUSTY authored Jul 23, 2024
2 parents cd9577d + 2350e3e commit b941c86
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 131 deletions.
1 change: 1 addition & 0 deletions package-lock.json

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

298 changes: 167 additions & 131 deletions src/DataStore.ts
Original file line number Diff line number Diff line change
@@ -1,134 +1,170 @@
import { Card } from "./types";
export let data: Card[] = [
{
"name": "Gaurav",
"description": "Hi I am Gaurav . Full Stack Developer with Interest in Competitive Programming and System Design.",
"resources": [
{
"name": "Godot ",
"icon": "Godot logo",
"url": "https://docs.godotengine.org/en/stable/getting_started/introduction/index.html"
},
{
"name": "Flutter Docs",
"url": "https://docs.flutter.dev/get-started/codelab"
},
{
"name": "Competitive Programming",
"url": "https://cses.fi/book/book.pdf"
}
],
"socials": [
{
"name": "github",
"url": "https://github.com/gaurav-foroll"
},
{
"name": "linkedin",
"url": "https://www.linkedin.com/in/gaurav-m-83a853287"
},
{
"name": "instagram",
"url": "https://www.instagram.com/g_aura__v"
}
]
},
{
"name": "Jayesh Wani",
"description": "Hi, I am Jayesh, A Full Stack Developer and Competitive Programmer",
"resources": [
{
name: "Gaurav",
description:
"Hi I am Gaurav . Full Stack Developer with Interest in Competitive Programming and System Design.",
resources: [
{
name: "Godot ",
icon: "Godot logo",
url: "https://docs.godotengine.org/en/stable/getting_started/introduction/index.html",
},
{
name: "Flutter Docs",
url: "https://docs.flutter.dev/get-started/codelab",
},
{
name: "Competitive Programming",
url: "https://cses.fi/book/book.pdf",
},
],
socials: [
{
name: "github",
url: "https://github.com/gaurav-foroll",
},
{
name: "linkedin",
url: "https://www.linkedin.com/in/gaurav-m-83a853287",
},
{
name: "instagram",
url: "https://www.instagram.com/g_aura__v",
},
],
},
{
name: "Jayesh Wani",
description:
"Hi, I am Jayesh, A Full Stack Developer and Competitive Programmer",
resources: [
{
name: "MERN Stack",
url: "https://www.youtube.com/watch?v=CvCiNeLnZ00",
},
{
name: "App Development",
url: "https://developer.android.com/courses/android-basics-compose/course",
},
{
name: "Striver's DSA sheet",
url: "https://takeuforward.org/strivers-a2z-dsa-course/strivers-a2z-dsa-course-sheet-2/",
},
],
socials: [
{
name: "github",
url: "https://github.com/JayeshWani7",
},
{
name: "linkedin",
url: "https://linkedin.com/in/jayesh-wani",
},
{
name: "instagram",
url: "https://www.instagram.com/jayesh_wani7/",
},
],
},

{
"name": "MERN Stack",
"url": "https://www.youtube.com/watch?v=CvCiNeLnZ00"
},
{
"name": "App Development",
"url": "https://developer.android.com/courses/android-basics-compose/course"
},
{
"name": "Striver's DSA sheet",
"url": "https://takeuforward.org/strivers-a2z-dsa-course/strivers-a2z-dsa-course-sheet-2/"
}
],
"socials": [
{
"name": "github",
"url": "https://github.com/JayeshWani7"
},
{
"name": "linkedin",
"url": "https://linkedin.com/in/jayesh-wani"
},
{
"name": "instagram",
"url": "https://www.instagram.com/jayesh_wani7/"
}
]
},

{
"name": "SAHIL SINGH",
"description": "Hi I am Sahil. Full Stack Developer with Interest in System Programming and System Design.",
"resources": [
{
"name": "The Book",
"url": "https://doc.rust-lang.org/book/"
},
{
"name": "3D on web",
"url": "https://threejs.org/"
},
{
"name": "Motivation",
"url": "https://www.youtube.com/watch?v=xvFZjo5PgG0"
}
],
"socials": [
{
"name": "github",
"url": "https://github.com/TYPESAFE-RUSTY"
},
{
"name": "linkedIn",
"url": "https://www.linkedin.com/in/sahilsingh03122003/"
},
{
"name": "instagram",
"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"
}
]
}
]
{
name: "SAHIL SINGH",
description:
"Hi I am Sahil. Full Stack Developer with Interest in System Programming and System Design.",
resources: [
{
name: "The Book",
url: "https://doc.rust-lang.org/book/",
},
{
name: "3D on web",
url: "https://threejs.org/",
},
{
name: "Motivation",
url: "https://www.youtube.com/watch?v=xvFZjo5PgG0",
},
],
socials: [
{
name: "github",
url: "https://github.com/TYPESAFE-RUSTY",
},
{
name: "linkedIn",
url: "https://www.linkedin.com/in/sahilsingh03122003/",
},
{
name: "instagram",
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",
},
],
},
{
name: "MERWIN REBELLO",
description:
"Hi, I'm Merwin Rebello, a Full Stack Developer with an AIM to become Entrepreneur. Other than this we take Risks , Play Sports , Go Gym , PRAY and believe in the the Lord. ",
resources: [
{
name: "My Portfolio Website ",
url: "https://merwin-rebello-porfolio.vercel.app/",
},
{
name: "AI SaaS Podcaster",
url: "https://saas-podcaster.vercel.app/",
},
{
name: "Promptifier-Save all prompts",
url: "https://promptifier-nextjs-prj.vercel.app/",
},
],
socials: [
{
name: "github",
url: "https://github.com/Merwin-Rebello",
},
{
name: "linkedIn",
url: "https://www.linkedin.com/in/merwin-rebello-102557289/",
},
{
name: "instagram",
url: "https://www.instagram.com/merwinrebello/",
},
],
},
];

0 comments on commit b941c86

Please sign in to comment.