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

Issue#222 : Updated images and references for Meshery logo #232

Merged
merged 7 commits into from
Jul 9, 2023

Conversation

Ahmadshen
Copy link
Contributor

@Ahmadshen Ahmadshen commented May 16, 2023

Description
This PR fixes #222

This PR updates the images and references in the repository to use the Meshery logo instead of the Layer5 logo. It also adds conditional rendering based on the user's selected theme. The following changes have been made:

I replaced the previous logo with the Meshery-celebration-Light and Meshery-celebration-Dark images.
Updated the element in the .github/config.yml file to use the appropriate image sources for light and dark themes.Modified the firstPRMergeComment section in the config.yml file to display the new image using the element.

Notes for Reviewers
Please review the changes made to update the images and references in the repository. Ensure the new images are correctly displayed based on the user's selected theme. Test the changes locally and verify that they are functioning as expected.

I have followed the contribution conventions as mentioned in the community guidelines:

I have included a descriptive title for this PR, starting with [].
I built and tested the changes before submitting this PR.
I have signed my commits.
Thank you for reviewing my contribution. I would greatly appreciate your feedback and guidance.

Signed commits

  • Yes, I signed my commits.

Ahmadshen added 3 commits May 16, 2023 15:12
Added Meshery Welcome Light and Dark Images.

Signed-off-by: Ahmad Shehanshah <[email protected]>
Deleted layer5 celebration image after uploading new welcome images

Signed-off-by: Ahmad Shehanshah <[email protected]>
Replaced ![Congrats!](https://raw.githubusercontent.com/meshery/meshery.io/master/.github/welcome/Layer5-celebration.png) with the correct reference to the code for images uploaded 

Signed-off-by: Ahmad Shehanshah <[email protected]>
@welcome
Copy link

welcome bot commented May 16, 2023

Yay, your first pull request! 👍 A contributor will be by to give feedback soon. In the meantime, please review the Layer5 Community Welcome Guide and sure to join the community Slack.
Be sure to double-check that you have signed your commits. Here are instructions for making signing an implicit activity while peforming a commit.

.github/config.yml Outdated Show resolved Hide resolved
.github/config.yml Outdated Show resolved Hide resolved
@thisiskaransgit thisiskaransgit self-requested a review May 20, 2023 19:12
Ahmadshen and others added 3 commits May 21, 2023 00:22
Co-authored-by: Karan Thakur <[email protected]>
Signed-off-by: Ahmad Shehanshah <[email protected]>
Sourced and Updated Images from the original repo.

Signed-off-by: Ahmad Shehanshah <[email protected]>
Copy link
Contributor Author

@Ahmadshen Ahmadshen left a comment

Choose a reason for hiding this comment

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

Hi, I have updated the changes as required. Please have a look at it and let me know your feedback.
ALso, thank you for your feedback and correction, this means a lot! :)

Copy link
Contributor Author

@Ahmadshen Ahmadshen left a comment

Choose a reason for hiding this comment

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

Please have a look. Hopefully, this time, I am correct, and thank you for your feedback! : )

Copy link
Contributor

@thisiskaransgit thisiskaransgit left a comment

Choose a reason for hiding this comment

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

Looks good to merge, thank you for your contribution 🎉

<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/meshery/meshery-nginx-sm/master/.github/welcome/Meshery-celebration-Dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/meshery/meshery-nginx-sm/master/.github/welcome/Meshery-celebration-Light.svg">
<img alt="Shows a black logo in light color mode and a white one in dark color mode.">
Copy link
Member

Choose a reason for hiding this comment

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

Please add a src="https://raw.githubusercontent.com/meshery/meshery-nginx-sm/master/.github/welcome/Meshery-celebration-Dark.svg" attribute here. This helps in adding a fallback image for browsers that do not support conditional rendering.

Copy link
Member

Choose a reason for hiding this comment

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

This change needs to be done in the <img> tag here.

Comment on lines +21 to +22
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/meshery/meshery-nginx-sm/master/.github/welcome/Meshery-celebration-Dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/meshery/meshery-nginx-sm/master/.github/welcome/Meshery-celebration-Light.svg">
Copy link
Member

Choose a reason for hiding this comment

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

Interchange the dark and light with appropriate srcsets. The image with white text should be on a dark scheme, and vice versa.

Copy link
Member

@leecalcote leecalcote left a comment

Choose a reason for hiding this comment

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

Thanks!

@leecalcote leecalcote merged commit 541bca8 into meshery:master Jul 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace the Logo of Layer5 with Meshery in config.yml workflow
4 participants