Skip to content

Commit d503002

Browse files
fixed [Bug]: On hovering card of users flickering issue #1095 & added… (#1121)
* fixed [Bug]: On hovering card of users flickering issue #1095 & added my profile to contribution * Update ProfilesList.json --------- Co-authored-by: Shyam Tawli <104145978+shyamtawli@users.noreply.github.com>
1 parent b750ffd commit d503002

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

public/data/ArnavGarg68.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "Arnav Garg",
3+
"location": "Meerut, India",
4+
"bio": "A software developer with experience in MERN stack & JAVA",
5+
"avatar": "https://avatars.githubusercontent.com/u/150692775?s=400&u=76946dcd293b4bb56766f09dd3aef7755bde3911&v=4",
6+
"portfolio": "https://portfolio-gsap.onrender.com",
7+
"skills": ["React ", "MongoDB", "Express", "JavaScript", "Node", "GSAP", "HTML", "CSS", "JAVA"],
8+
"social": {
9+
"GitHub": "https://github.com/Arnavgarg68",
10+
"LinkedIn": "https://www.linkedin.com/in/arnav-garg-221h/"
11+
}
12+
}

src/ProfilesList.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
"ArnavGarg68.json",
23
"samah554.json",
34
"mayurr7.json",
45
"vitormarinheiro.json",
@@ -444,4 +445,4 @@
444445
"boytur.json",
445446
"krtEngineer.json",
446447
"giuliarappo.json"
447-
]
448+
]

src/components/Profile/Profile.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function Card({ data }) {
5454
{data.location}
5555
</p>
5656
<div
57-
className="skills-container mt-4 flex h-auto gap-4 overflow-hidden hover:overflow-x-scroll hover:scroll-smooth"
57+
className="skills-container mt-4 flex h-auto gap-4 overflow-hidden hover:overflow-hidden hover:scroll-smooth"
5858
ref={cardRef}
5959
>
6060
{data.skills &&

0 commit comments

Comments
 (0)