Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
Closed
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
28 changes: 28 additions & 0 deletions public/data/rufilboy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Ilyas Rufai",
"type": "personal",
"bio": "DevOps Engineer & Open Source Enthusiast!",
"avatar": "https://avatars.githubusercontent.com/u/69714197?v=4",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's best to use it this way so that the image updates automatically; plus, the link is shorter.

Suggested change
"avatar": "https://avatars.githubusercontent.com/u/69714197?v=4",
"avatar": "https://github.com/rufilboy.png",

"links": [
{
"name": "Follow me on GitHub",
"url": "https://github.com/rufilboy",
"icon": "github"
},
{
"name": "Follow me on Twitter",
"url": "https://twitter.com/rufilboy",
"icon": "twitter"
}
],
"milestones": [
{
"title": "Started blog",
"date": "September 2022",
"icon": "blog",
"color": "grey",
"description": "Started blog",
"url": "https://rufilboy.substack.com/"
}
]
}