-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Ousman37 patch 1 #10096
Ousman37 patch 1 #10096
Changes from 9 commits
7163177
7d2f3c3
0622ca0
087f128
eac02eb
452504b
bfdd138
e45a643
c1ffeac
5592f70
7748cd2
006e0e9
31788a9
8f9fb24
26a9227
03a6dc3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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" | ||||||||||||||||||||||||||
], | ||||||||||||||||||||||||||
"socials": [ | ||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||
"name": "LinkedIn Follow me", | ||||||||||||||||||||||||||
"url": "https://www.linkedin.com/in/ethmane-ousman-34885844/", | ||||||||||||||||||||||||||
"icon": "fab fa-linkedin", | ||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is not a valid icon and I have made a suggestion as to what I believe you are looking to achieve:
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thank you, @SaraJaoude for your feedback and suggestion. I appreciate your input. I've made the necessary changes to use the custom icon format 'FaLinkedin' as you suggested. Please let me know if there are any further improvements or adjustments needed. |
||||||||||||||||||||||||||
"color": "#0077B5" | ||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||
"name": "GitHub Follow me", | ||||||||||||||||||||||||||
"url": "https://github.com/Ousman37", | ||||||||||||||||||||||||||
"icon": "fab fa-github", | ||||||||||||||||||||||||||
"color": "#333" | ||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||
"name": "Twitter Follow me", | ||||||||||||||||||||||||||
"url": "https://twitter.com/Ethamne_dev", | ||||||||||||||||||||||||||
"icon": "fab fa-twitter", | ||||||||||||||||||||||||||
"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
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Suggested change
|
||||||||||||||||||||||||||
"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": "fab fa-linkedin", | ||||||||||||||||||||||||||
"color": "#0077B5" | ||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||
"name": "Follow me on GitHub", | ||||||||||||||||||||||||||
"group": "Socials Primary", | ||||||||||||||||||||||||||
"name": "GitHub Follow me", | ||||||||||||||||||||||||||
"url": "https://github.com/Ousman37", | ||||||||||||||||||||||||||
"icon": "FaGithub" | ||||||||||||||||||||||||||
"icon": "fab fa-github", | ||||||||||||||||||||||||||
"color": "#333" | ||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||
{ | ||||||||||||||||||||||||||
"group": "Socials Primary", | ||||||||||||||||||||||||||
"name": "Twitter Follow me", | ||||||||||||||||||||||||||
"url": "https://twitter.com/Ethamne_dev", | ||||||||||||||||||||||||||
"icon": "fab fa-twitter", | ||||||||||||||||||||||||||
"color": "#1DA1F2" | ||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||
] | ||||||||||||||||||||||||||
], | ||||||||||||||||||||||||||
"callToAction": { | ||||||||||||||||||||||||||
"text": "Contact Me", | ||||||||||||||||||||||||||
"url": "mailto:[email protected]" | ||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||
Comment on lines
+77
to
+81
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
|
There was a problem hiding this comment.
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 yourjson
. You can add these tags totags
attribute if you want.There was a problem hiding this comment.
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.