Skip to content

Commit 5065531

Browse files
authored
Merge pull request #1046 from Bipasha1005/fix-#1034-homePage-loading-delay
Added my profile JSON and updated ProfilesList
2 parents cbaa0fc + 6e40d2b commit 5065531

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

public/data/Bipasha1005.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "Bipasha Acharjee",
3+
"location": "24 Parganas (North), West Bengal, India",
4+
"bio": "Front-end Web Developer crafting sleek, responsive UIs with a passion for user experience.",
5+
"avatar": "https://github.com/Bipasha1005.png",
6+
"portfolio": "https://bipashaacharjeeportfolio.netlify.app/",
7+
"skills": [
8+
"HTML5",
9+
"CSS3",
10+
"Javascript",
11+
"Bootstrap5",
12+
"Tailwind CSS",
13+
"Git",
14+
"GitHub",
15+
"VS Code",
16+
"Web Development"
17+
],
18+
"social": {
19+
"GitHub": "https://github.com/Bipasha1005",
20+
"Twitter": "https://twitter.com/Acharje4Bipasha",
21+
"LinkedIn": "https://www.linkedin.com/in/bipasha-acharjee-b34939253",
22+
"Email": "#"
23+
}
24+
}

src/ProfilesList.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,5 +543,6 @@
543543
"dipanshu447.json",
544544
"Shreyya18.json",
545545
"vdh05.json",
546+
"Bipasha1005.json",
546547
"SudoAnirudh.json"
547548
]

0 commit comments

Comments
 (0)