This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into aniket200-ind
- Loading branch information
Showing
5 changed files
with
88 additions
and
48 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": "Ashish Kumar", | ||
"bio": "Web Developer", | ||
"links": [ | ||
{ | ||
"name": "Follow me on Linkedin", | ||
"url": "https://www.linkedin.com/in/ashish-kumar-3a692b2b4/", | ||
"icon": "FaLinkedin" | ||
} | ||
] | ||
} | ||
|
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,20 @@ | ||
{ | ||
"name": "Justice Udehegbunam", | ||
"bio": "A results oriented web developer focused on creating jaw-dropping, reusable solutions for your needs.", | ||
"links": [ | ||
{ | ||
"group": "Socials Primary", | ||
"name": "Linkedin: Let's Connect am most active here.", | ||
"url": "https://twitter.com/FavouredJustice", | ||
"icon": "FaTwitter", | ||
"color": "#00ACEE" | ||
}, | ||
{ | ||
"group": "Socials Twitter", | ||
"name": "Twitter: Follow me", | ||
"url": "https://www.linkedin.com/in/justice-udehegbunam/", | ||
"icon": "SiLinkedin", | ||
"color": "#00ACEE" | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
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,56 @@ | ||
{ | ||
"name": "Olibhia Ghosh", | ||
"bio": "Open Source Enthusiast | Web Development | Technical Blogger | DSA | Excited to learn , grow and build in public", | ||
"tags": ["Open Source", "Frontend developer", "Web Development", "DSA", "Python" , "JAVA", "MySQL"], | ||
"socials": [ | ||
{ | ||
"icon": "FaGithub", | ||
"url": "https://github.com/OlibhiaGhosh" | ||
}, | ||
{ | ||
"icon": "SiHashnode", | ||
"url": "https://olibhia.hashnode.dev/" | ||
}, | ||
{ | ||
"icon": "FaTwitter", | ||
"url": "https://twitter.com/OlibhiaGhosh" | ||
} | ||
], | ||
"links": [ | ||
{ | ||
"name": "Follow me on GitHub", | ||
"url": "https://github.com/OlibhiaGhosh", | ||
"icon": "FaGithub" | ||
}, | ||
{ | ||
"name": "Follow me on Twitter", | ||
"url": "https://twitter.com/OlibhiaGhosh", | ||
"icon": "FaTwitter" | ||
}, | ||
{ | ||
"name": "Connect with me on LinkedIn", | ||
"url": "https://www.linkedin.com/in/olibhiaghosh/", | ||
"icon": "FaLinkedin" | ||
}, | ||
{ | ||
"name": "Check out my blogs on Hashnode", | ||
"url": "https://olibhia.hashnode.dev/", | ||
"icon": "SiHashnode" | ||
}, | ||
{ | ||
"name": "Check out my blogs on dev.to", | ||
"url": "https://dev.to/olibhiaghosh", | ||
"icon": "FaDev" | ||
} | ||
], | ||
"milestones": [ | ||
{ | ||
"title": "Started Technical Blogging", | ||
"date": "8 January 2024", | ||
"icon": "SiHashnode", | ||
"color": "blue", | ||
"description": "Sharing my Journey and knowledge through Blogging", | ||
"url": "https://olibhia.hashnode.dev/" | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.