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

data :AzraNaseri #10287

Merged
Merged
Changes from 1 commit
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/AzraNaseri.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Azra Naseri",
"bio": "Frontend developer | JavaScript | react |Java | open source contributor",
"links": [
{
"name": "Follow me on Github",
"url": "https://github.com/AzraNaseri",
"icon": "FaGithub"

}
],
"social": [
{
"name": "Follow me on LinkedIn",
Copy link
Member

Choose a reason for hiding this comment

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

Socials don't require a name key. Also there is a missing s in "socials"

Suggested change
"social": [
{
"name": "Follow me on LinkedIn",
"socials": [
{

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I updated the codes and implemented what you mentioned. So why has it still not merged?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

and how can i open my codes in the browser i mean to see the result (profile)?

Copy link
Member

Choose a reason for hiding this comment

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

You'll find your profile at https://biodrop.io/AzraNaseri after this PR is being merged and deployed!

"url": "https://www.linkedin.com/in/azra-naseri/",
"icon": "FaLinkedinIn"

}
]
}
Loading