Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
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
my first opensource code pr
  • Loading branch information
daba-favalcodes committed Oct 3, 2022
commit 9def7b410e6b463a27ab7fce1e32a617eafeefa2
40 changes: 40 additions & 0 deletions public/data/favalcodes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "Favour Arua",
"type": "personal",
"bio": "Software Engineer and Open Source Enthusiast!",
"avatar": "https://github.com/favalcodes.png",
"links": [
{
"name": "Follow me on GitHub",
"url": "https://github.com/favalcodes",
"icon": "github"
},
{
"name": "Follow me on Twitter",
"url": "https://twitter.com/godwinvalerie1",
"icon": "twitter"
},
{
"name": "Follow me on LinkedIn",
"url": "https://linkedIn.com/in/favalcodes",
"icon": "linkedin"
}
],
"milestones": [
{
"title": "Started coding",
"date": "2019",
"icon": "dollar",
"color": "black",
"description": "Portfolio",
"url": "https://www.favalcodes.netlify.app"
},
{
"title": "Started openSource",
"date": "October 2022",
"icon": "happy",
"color": "grey",
"description": "My journey on becoming an open source developer started here"
}
]
}