Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Create aryanbabber.json profile page #1898

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions public/data/aryanbabber.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Aryan Babber",
"type": "personal",
"bio": "Your friendly neighbourhood developer. JS | Coffee | Music | Open Source Enthusiast",
"avatar": "https://github.com/AryanBabber.png",
"links": [
{
"name": "Check my GitHub out",
"url": "https://github.com/AryanBabber",
"icon": "github"
},
{
"name": "Follow me on Twitter",
"url": "https://twitter.com/ABgoneCODING",
"icon": "twitter"
}
]
}