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

Layer5 welcome logo changed to Meshery logos with dark and light them… #308

Merged
merged 3 commits into from
Jul 11, 2023

Conversation

om2137
Copy link
Contributor

@om2137 om2137 commented May 1, 2023

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

This PR fixes #296 also #295

Notes for Reviewers

Signed commits

  • Yes, I signed my commits.

Sorry, something went wrong.

…e preference

Signed-off-by: om2137 <omraut961@gmail.com>
@welcome
Copy link

welcome bot commented May 1, 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.

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.

It is recommended to use SVG logos with uniform name conventions
meshery-celebration-dark.svg
meshery-celebration-light.svg

For reference kindly look at the approved or closed PRs handling this issue.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Co-authored-by: Karan Thakur <karanthakur.work@gmail.com>
Signed-off-by: Lee Calcote <leecalcote@gmail.com>
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.

@anshgoyalevil, please assist @om2137 by correcting the instructions offered in the corresponding issue.

Comment on lines 20 to 24
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./welcome/Meshery-celebration-w.png">
<source media="(prefers-color-scheme: light)" srcset="./welcome/Meshery-celebration-b.png">
<img alt="Shows a black logo in light color mode and a white one in dark color mode." src="https://user-images.githubusercontent.com/25423296/163456779-a8556205-d0a5-45e2-ac17-42d089e3c3f8.png">
</picture>
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for the changes @om2137 🛩️

There are some changes required.

  • The srcset needs to be a reference to absolute path to raw image.
  • The name of the images needs to be more clear, as explained by @thisiskaransgit
  • Also, I think, you have interchanged the white image to dark color scheme, and black to light color scheme.

Please refer to the following example

Thanks for your contribution to Meshery! :tada:
   
  <picture>
  <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/Meshery-celebration-Dark.svg">
  <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/Meshery-celebration-Light.svg">
  <img alt="Meshery Logo" src="">
  </picture>

Or, Following Merged PR, referring to a similar issue - https://github.com/meshery/meshery/pull/7586/files

Copy link
Member

Choose a reason for hiding this comment

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

@anshgoyalevil @om2137 we prefer SVG over PNG... Could we use SVGs here of the exact same name and location as the rest of the repos?

@goldfishdolphin
Copy link
Member

@om2137 are you still working on the issue?

@anshgoyalevil
Copy link
Member

@om2137 Are you still working on the issue? Feel free to ping me here or on slack if you are facing any issues.

@om2137
Copy link
Contributor Author

om2137 commented Jun 22, 2023

@om2137 Are you still working on the issue? Feel free to ping me here or on slack if you are facing any issues.

Hey extremely sorry, I didn't get the notification for this.
but I thought some one already fixed this issue in other pr.

If you want you can take this

@anshgoyalevil
Copy link
Member

@om2137 Alright 😅 Would you like to close this PR?

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
@leecalcote leecalcote merged commit e232aec into meshery:master Jul 11, 2023
@welcome
Copy link

welcome bot commented Jul 11, 2023

Thanks for your contribution to Meshery! 🎉

Shows a black logo in light color mode and a white one in dark color mode.

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
5 participants