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

Conversation

Ousman37
Copy link
Contributor

@Ousman37 Ousman37 commented Jan 4, 2024

Fixes Issue

Changes proposed

Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • My change requires changes to the documentation.
  • I have updated the documentation accordingly.
  • All new and existing tests passed.
  • This PR does not contain plagiarized content.
  • The title of my pull request is a short description of the requested changes.

Screenshots

Note to reviewers

Ousman37 and others added 7 commits January 3, 2024 17:59
Corrected JSON: Fixed "Follow me on LinkedI" to "Follow me on LinkedIn" and quoted "FaLink" and "FaGithub".
Update Ousman Ethmane's Profile Information
Copy link

coderabbitai bot commented Jan 4, 2024

Important

Auto Review Skipped

Review was skipped due to path filters

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share

Tips

Chat

There are 3 ways to chat with CodeRabbit's AI:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit-tests for this file.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit tests for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository from git and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid.
    • @coderabbitai read the files in the src/scheduler package and generate README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

@github-actions github-actions bot added invalid Inappropriate or invalid for Hacktoberfest contributions ✍ chore: profile This label will be added on PR with request of Data json addition labels Jan 4, 2024
data/Ousman37.json Outdated Show resolved Hide resolved
data/Ousman37.json Outdated Show resolved Hide resolved
{
"name": "LinkedIn Follow me",
"url": "https://www.linkedin.com/in/ethmane-ousman-34885844/",
"icon": "fab fa-linkedin",
Copy link
Member

@SaraJaoude SaraJaoude Jan 4, 2024

Choose a reason for hiding this comment

The 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
"icon": "fab fa-linkedin",
"icon": "FaLinkedin",

Copy link
Contributor Author

Choose a reason for hiding this comment

The 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.

Copy link
Member

@SaraJaoude SaraJaoude left a comment

Choose a reason for hiding this comment

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

You do not appear to have used valid icons - please see inline comment and update throughout.

You may wish to take a look at the Available Icons page in our Documentation.

Comment on lines 15 to 24
"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.

Comment on lines +45 to +56
"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."
}
],
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."
}
],

Comment on lines +79 to +83
],
"callToAction": {
"text": "Contact Me",
"url": "mailto:[email protected]"
}
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]"
}
]

@SaraJaoude SaraJaoude dismissed their stale review January 6, 2024 08:59

this has been addressed

chore: Remove 'evenTags' attribute and add tags to 'tags' attribute
Remove 'evenTags' and Update 'tags' in JSON

- Eliminated invalid 'evenTags' attribute.
- Merged its contents into the 'tags' attribute.
@SaraJaoude
Copy link
Member

We look forward to seeing your Profile on BioDrop, but as there is no recent activity from you to make the changes suggested I am going to close this pull request.

We hope you will raise a new pull request to create your Profile and when you do, you might want to take a look at these Docs which will help with the suggested changes the maintainers have proposed.

Please remember you can also create your Profile using Forms.

@SaraJaoude SaraJaoude closed this Jan 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
✍ chore: profile This label will be added on PR with request of Data json addition invalid Inappropriate or invalid for Hacktoberfest contributions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants