-
Notifications
You must be signed in to change notification settings - Fork 589
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
1 parent
b750ffd
commit d503002
Showing
3 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d503002
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is it overflow hidden??
What happens when they have more than enough skills to and can't fit in the box? How are we supposed to see the others?
@shyamtawli @Arnavgarg68