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

Ousman37 patch 1 #10096

Closed
wants to merge 16 commits into from
Closed
79 changes: 74 additions & 5 deletions data/Ousman37.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,86 @@
{
"name": "Ousman Ethmane",
"bio": "Passionate Front-End Developer | UI/UX Enthusiast | Building innovative web experiences",
"tags": [
"Open Source",
"HTML",
"CSS",
"JavaScript",
"React.js",
"Node.js",
"Git",
"GitHub",
"TypeScript"
],
"evenTags": [
"Front-End Development",
"UI/UX Design",
"Responsive Web Design",
"Version Control",
"Web Development Tools",
"Problem Solving",
"Debugging",
"Team Collaboration"
],
Copy link
Member

Choose a reason for hiding this comment

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

I don't think if evenTags is a valid attribute, Please remove this from your json. You can add these tags to tags attribute if you want.

Suggested change
"evenTags": [
"Front-End Development",
"UI/UX Design",
"Responsive Web Design",
"Version Control",
"Web Development Tools",
"Problem Solving",
"Debugging",
"Team Collaboration"
],

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated JSON structure: Removed 'evenTags' attribute and added tags to 'tags' attribute as suggested.

"socials": [
{
"name": "LinkedIn Follow me",
"url": "https://www.linkedin.com/in/ethmane-ousman-34885844/",
"icon": "FaLinkedin",
"color": "#0077B5"
},
{
"name": "GitHub Follow me",
"url": "https://github.com/Ousman37",
"icon": "FaGithub",
"color": "#333"
},
{
"name": "Twitter Follow me",
"url": "https://twitter.com/Ethamne_dev",
"icon": "FaTwitter",
"color": "#1DA1F2"
}
],
"testimonials": [
{
"author": "John Doe",
"position": "CEO, XYZ Company",
"quote": "Ousman is an incredibly talented front-end developer. His work has greatly improved our website's user experience."
},
{
"author": "Jane Smith",
"position": "UI/UX Designer, ABC Agency",
"quote": "Working with Ousman has been a pleasure. He has a keen eye for design and pays great attention to detail."
}
],
Comment on lines +43 to +54
Copy link
Member

@kumarsonsoff3 kumarsonsoff3 Jan 6, 2024

Choose a reason for hiding this comment

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

It doesn't seem to be the right way to add testimonials & may not be displayed on your profile. Please check out these docs to know more about testimonials, and remove this from your json.

Suggested change
"testimonials": [
{
"author": "John Doe",
"position": "CEO, XYZ Company",
"quote": "Ousman is an incredibly talented front-end developer. His work has greatly improved our website's user experience."
},
{
"author": "Jane Smith",
"position": "UI/UX Designer, ABC Agency",
"quote": "Working with Ousman has been a pleasure. He has a keen eye for design and pays great attention to detail."
}
],

"links": [
{
"name": "Follow me on LinkedIn",
"group": "Socials Primary",
"name": "LinkedIn Follow me",
"url": "https://www.linkedin.com/in/ethmane-ousman-34885844/",
"icon": "FaLink"
"icon": "FaLinkedin",
"color": "#0077B5"
},
{
"name": "Follow me on GitHub",
"group": "Socials Primary",
"name": "GitHub Follow me",
"url": "https://github.com/Ousman37",
"icon": "FaGithub"
"icon": "FaGithub",
"color": "#333"
},
{
"group": "Socials Primary",
"name": "Twitter Follow me",
"url": "https://twitter.com/Ethamne_dev",
"icon": "FaTwitter",
"color": "#1DA1F2"
}
]
],
"callToAction": {
"text": "Contact Me",
"url": "mailto:[email protected]"
}
Comment on lines +77 to +81
Copy link
Member

Choose a reason for hiding this comment

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

callToAction doesn't seem to be a valid attribute. You can add mail url in the links array as a link.

Suggested change
],
"callToAction": {
"text": "Contact Me",
"url": "mailto:[email protected]"
}
]

}