Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add volunteer PaulGi48 #171

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
20 changes: 20 additions & 0 deletions data/users/PaulGI48.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "<Giovanni Paul-Sodipo>",
Copy link
Owner

Choose a reason for hiding this comment

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

remove opening closing bracket in name

"name": "Giovanni Paul-Sodipo"

"bio": "Crazy Ridz , ALX Software Engineering Certified , Audio Engineering .",
Copy link
Owner

Choose a reason for hiding this comment

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

pick one title preferably :)

"image": "<https://twitter.com/whoisvtrilla_/photo>",
Copy link
Owner

Choose a reason for hiding this comment

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

Can you use github image url instead?
https://avatars.githubusercontent.com/u/68184684?v=4

"categories": [
{
"slug": "software-development",
Copy link
Owner

Choose a reason for hiding this comment

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

mention these in web-development category

"slug": "web-development"

"topics": ["MERN,Next.JS"]
},

{
"slug": "blockchain-development",
"topics": ["go", "javascript" , "solidity"]
Copy link
Owner

Choose a reason for hiding this comment

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

use programming slug here

if you want to keep blockchain-development ... mention js/solidity libraries you use

}
],

"contacts": {
"twitter": "<whoisvtrilla_>"
Copy link
Owner

Choose a reason for hiding this comment

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

you can remove opening and closing bracket

"twitter": "whoisvtrilla_"

}
}