Skip to content

Commit

Permalink
Merge pull request #35 from mursaleen-18/main
Browse files Browse the repository at this point in the history
I have added my data.
  • Loading branch information
danishzayan authored Aug 14, 2024
2 parents 72873e7 + f76cdd1 commit b7515f2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package-lock.json

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

25 changes: 24 additions & 1 deletion profileData.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,30 @@ const userProfiles = [
"Java"
],
},

{
username: "user19",
name: "Mohammad Mursaleen",
city: "Mau",
course: "MCA",
work: "Fullstack Developer",
msgURL: "mmursaleenstb18@gmail.com",
linkedinURL: "https://www.linkedin.com/in/mohammad-mursaleen-9b8223228/",
imageUrl:
"https://media.licdn.com/dms/image/v2/D5603AQE9RKqFEyq0fA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1706026745948?e=1729123200&v=beta&t=etoEhsbLEMd7_kSi7c1vGgPIn0TsEqtFZqk5PuefqFM",
skills: [
"Frontend",
"Backend",
"Database",
"Javascript",
"React",
"NodeJs",
"ExpressJS",
"MongoDB",
"Tailwind",
"Sass",
"Java"
],
},
// Add your Data order wise
];

Expand Down

0 comments on commit b7515f2

Please sign in to comment.