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

Adding member JSON data #410

Merged
merged 7 commits into from
Oct 4, 2021
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
17 changes: 17 additions & 0 deletions public/data/bamblebam.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Burhanuddin Rangwala",
"bio": "Web Developer, Machine Learning Engineer, ML-OPS, Web3, and Freelancer",
"avatar": "https://github.com/bamblebam.png",
"links": [
{
"name": "Follow me on GitHub",
"url": "https://github.com/bamblebam",
"icon": "github"
},
{
"name": "Follow me on Twitter",
"url": "https://twitter.com/bamble_bam",
"icon": "twitter"
}
]
}