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 @@ -19,4 +19,14 @@ export const info = [
avatar: "https://avatars.githubusercontent.com/u/100860877?v=4",
background: "https://i.pinimg.com/564x/01/1c/98/011c986dd27f6e0a67dbbf47bca9b442.jpg"
},
{
name: "Navneet Rajput",
slug: "Navneet Rajput",
domain: "Frontend",
description: "I love to code",
quote: "help is the best virtue",
about: "Life is not cakewalk",
avatar: "https://avatars.githubusercontent.com/u/100860877?v=4",
background: "https://i.pinimg.com/564x/01/1c/98/011c986dd27f6e0a67dbbf47bca9b442.jpg"
},
];
59 changes: 59 additions & 0 deletions app/_content/contributors/navneet_rajput.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
export const data = {
name: "Navneet Rajput",
location: "Bijnor, Uttar Pradesh",
phone: "+91 7505233694",
email: "navneetrajput@gmail.com",
links: {
linkedin: "LinkedIn",
github: "Github",
leetcode: "https://leetcode.com/u/ifnavneetrajput/",
},
education: [
{
institution: "Ajay Kumar Garg Engineering College",
location: "Ghaziabad, IN",
degree: "Bachelor of Technology - Computer Science ",
period: "2023-2027",
},
],
experience: [
{
company: "Blockchain Research Lab | BRL",
position: "Trainee",
location: "Ghaziabad, Uttar Pradesh",
period: "Sep 2024 – Present",
responsibilities: [
"To complete all projects with maximum efficiency",

],
},
],
projects: [
{
name: "Amazon clone",
technologies: "HTML ,CSS",
period: "sept 2024 - oct 2024",
details: [
"try to clone amazon",
],
},

],
skills: {
languages: [
"Java",
"HTML",
"CSS",
"C",
],
technologies: [
"Git/GitHub",

],
tools: ["VS Code"],
},
achievements: [
"Part of BRL",
],
};