Skip to content

Commit

Permalink
fixed [Bug]: On hovering card of users flickering issue #1095 & added…
Browse files Browse the repository at this point in the history
… my profile to contribution
  • Loading branch information
Arnavgarg68 committed Sep 7, 2024
1 parent 28e6f76 commit 8b7bde6
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 25 deletions.
12 changes: 12 additions & 0 deletions public/data/ArnavGarg68.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Arnav Garg",
"location": "Meerut, India",
"bio": "A software developer with experience in MERN stack & JAVA",
"avatar": "https://avatars.githubusercontent.com/u/150692775?s=400&u=76946dcd293b4bb56766f09dd3aef7755bde3911&v=4",
"portfolio": "https://portfolio-gsap.onrender.com",
"skills": ["React ", "MongoDB", "Express", "JavaScript", "Node", "GSAP", "HTML", "CSS", "JAVA"],
"social": {
"GitHub": "https://github.com/Arnavgarg68",
"LinkedIn": "https://www.linkedin.com/in/arnav-garg-221h/"
}
}
23 changes: 11 additions & 12 deletions public/data/Om-pawarr.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "Om pawar",
"location": "Maharashtra",
"bio": "A Web Developer specializing in HTML5,css, JavaScript, and front-end frameworks",
"avatar": "https://avatars.githubusercontent.com/u/124502159?s=400&u=3691e22cc07794bb421cee5c655dca4d8da244c9&v=4",
"portfolio": "",
"skills": ["Front end frameworks expertise", "AWS associate level certified", "..."],
"social": {
"GitHub": "https://github.com/Om-pawarr",
"Twitter": "https://twitter.com/@_Parth_Dwivedi_",
"LinkedIn": ""
}
"name": "Om pawar",
"location": "Maharashtra",
"bio": "A Web Developer specializing in HTML5,css, JavaScript, and front-end frameworks",
"avatar": "https://avatars.githubusercontent.com/u/124502159?s=400&u=3691e22cc07794bb421cee5c655dca4d8da244c9&v=4",
"portfolio": "",
"skills": ["Front end frameworks expertise", "AWS associate level certified", "..."],
"social": {
"GitHub": "https://github.com/Om-pawarr",
"Twitter": "https://twitter.com/@_Parth_Dwivedi_",
"LinkedIn": ""
}
}
22 changes: 11 additions & 11 deletions public/data/giuliarappo.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "Giulia",
"location": "Italy",
"bio": "Junior fullstack delevoper searching a project to collaborate for improve skills",
"avatar": "https://github.com/giuliarappo.png",
"portfolio": "https://github.com/giuliarappo",
"skills": ["Java", "Spring boot", "Angular", "React"],
"social": {
"GitHub": "https://github.com/<giuliarappo>",
"LinkedIn": "https://www.linkedin.com/in/<giulia-rappo>"
}
}
"name": "Giulia",
"location": "Italy",
"bio": "Junior fullstack delevoper searching a project to collaborate for improve skills",
"avatar": "https://github.com/giuliarappo.png",
"portfolio": "https://github.com/giuliarappo",
"skills": ["Java", "Spring boot", "Angular", "React"],
"social": {
"GitHub": "https://github.com/<giuliarappo>",
"LinkedIn": "https://www.linkedin.com/in/<giulia-rappo>"
}
}
3 changes: 2 additions & 1 deletion src/ProfilesList.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
"Arnavgarg68.json",
"samah554.json",
"mayurr7.json",
"vitormarinheiro.json",
Expand Down Expand Up @@ -440,4 +441,4 @@
"Om-pawarr.json",
"boytur.json",
"giuliarappo.json"
]
]
2 changes: 1 addition & 1 deletion src/components/Profile/Profile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function Card({ data }) {
{data.location}
</p>
<div
className="skills-container mt-4 flex h-auto gap-4 overflow-hidden hover:overflow-x-scroll hover:scroll-smooth"
className="skills-container mt-4 flex h-auto gap-4 overflow-hidden hover:overflow-hidden hover:scroll-smooth"
ref={cardRef}
>
{data.skills &&
Expand Down

0 comments on commit 8b7bde6

Please sign in to comment.