Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions app/_content/CardInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,14 @@ export const info = [
avatar: "https://avatars.githubusercontent.com/u/118847706?v=4",
background: "https://images.unsplash.com/photo-1647866873870-92d45763ef44?q=80&w=1932&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
},
{
"name": "Mayank Gupta",
"slug": "Mayank-Gupta",
"domain": "Java Developer",
"description": "Part time Coder, Full-Time layman",
"quote": "Code is like humor. When you have to explain it, it's not funny.",
"about": "I'm a software engineer with a passion for contributing to open source projects.",
"avatar": "https://cdn.pixabay.com/photo/2016/01/09/20/37/laicka-1130945_640.jpg",
"background": "https://images.unsplash.com/photo-1647866873870-92d45763ef44?q=80&w=1932&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format"
},
];
62 changes: 62 additions & 0 deletions app/_content/contributors/mayank-gupta.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
export const data = {
name: "Mayank Gupta",
location: "Banglore, India",
email: "goyalmayank300@gmail.com",
links: {
linkedin: "https://www.linkedin.com/in/krishna-faujdar-655a15305/Your LinkedIn Profile",
github: "https://github.com/krishna3451",
leetcode: "Your LeetCode Profile",
},
education: [
{
institution: "Scaler School of Technology",
location: "Banglore, India",
},
],
experience: [
{
company: "Nvidia",
position: "Developer",
location: "Banglore, India",
period: "sept. 2024 – present",
responsibilities: [
"Implemented a web application using Node.js for an AI chatbot.",
],
},
],
projects: [
{
name: "Discord Bot",
technologies: "Nodejs, Discord.js",
period: "December 2022",
details: [
"Developed a simple Discord Bot.",
"Implemented commands to clear messages and greet users.",
],
},
{
name: "Twitter Bot",
technologies: "Nodejs, Twitter API",
period: "November 2022",
details: [
"Developed a simple Twitter Bot.",
"Implemented a feature to tweet a random quote.",
],
},
],
skills: {
languages: ["JavaScript", "TypeScript", "HTML/CSS", "Python"],
technologies: [
"Nodejs",
"Discord.js",
"Twitter API",
],
tools: ["Visual Studio Code", "Git", "Github", "Npm", ],
},
achievements: [
"Contributed to Open Source",

],
};


Loading