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

restore old @replit badge (fix #142; modify 9cf96faecf) #143

Merged
merged 1 commit into from
Jun 21, 2022

Conversation

LucasLarson
Copy link
Owner

@replit’s default new badge¹ is almost twice as tall as their old one² and looks particularly awful next to its old neighbors on the readme³

if, one day, the link to the replacement image no longer resolves, consider a similar vector image⁴ I just crafted after @IvanLuLyf’s work⁵ as seen in BunnyPHP⁶

  1. https://repl.it/badge/github/_/_
  2. replit/replit.github.io@8d6b0eaf1c/static/images/repls/run-on-replit.svg
  3. https://megalodon.jp/ci/0/1520/1125/1000/2022-0618-0429-49/https://github.com/LucasLarson/HQ9
  4. badge for consideration
  5. inspiration and direction
  6. IvanLuLyf/BunnyPHP@c166afeff5

this pull request will fix #142

@replit’s default new badge¹ is almost twice as tall as their old
one² and looks particularly awful next to its old neighbors on
the readme³

if, one day, the link to the replacement image no longer resolves,
consider a similar vector image⁴ I just crafted after @IvanLuLyf’s
work⁵ as seen in BunnyPHP⁶

1. https://web.archive.org/web/0id_/repl.it/badge/github/_/_
2. https://web.archive.org/web/0id_/github.com/replit/replit.github.io/raw/HEAD/static/images/repls/run-on-replit.svg
3. https://web.archive.org/web/0id_/megalodon.jp/ci/0/1520/1125/1000/2022-0618-0429-49/https://github.com/LucasLarson/HQ9
4. https://web.archive.org/web/0id_/shields.io/badge/-run%20on%20repl.it-5C6970?style=flat&logoColor=5c6970&labelColor=ffffff&logoWidth=14&label=&logo=data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgZmlsbD0ibm9uZSIgaGVpZ2h0PSIxNCIgd2lkdGg9IjE0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEuMDIxIDAgMCAxLjAxIC0zLjg3NiAtMy4xMTcpIj48ZyBmaWxsPSIjNWM2OTcwIj48cGF0aCBkPSJtNy4zMTMgOS4yOXMtMS45MTEgNy4wNCA1Ljc0NyA3LjFhNi44NyA2Ljg3IDAgMCAwIDQuNDQtNS43M2MwLS4xOCAwLS4zNyAwLS41NiAwIDAgMC0uMSAwLS4xNDIgMC0uMjEzIDAtLjQyMyAwLS42MzEtMi4wMiA3Ljk2My0xMC45NjkgNC44NDMtMTAuMTg3LS4wMzZ6Ii8+PHBhdGggZD0ibTExLjI3IDYuNjc3cy03LjEyNy0xLjk5LTcuMDE4IDUuNzgzYTYuODkgNi44OSAwIDAgMCAxLjY2MSAyLjQ4bC4wOS4xYy4yMDYuMTkuNDIzLjM3LjY1MS41My4wNCAwIC4wNyAwIC4xMDQuMS4yNDEuMTYuNDkzLjMxLjc1My40NC4wOCAwIC4xNTMuMS4yMy4xMi4yMjMuMS40NTIuMTkuNjg2LjI4LjA2IDAgLjExMyAwIC4xNy4xYTYuODMgNi44MyAwIDAgMCAxLjEyLjI0Yy4zMDMgMCAuNjAzLjEuOTEzLjFoLjY4Yy03Ljk3Mi0yLjA0LTQuOTMyLTEwLjk4Ni0uMDQtMTAuMjcyeiIvPjxwYXRoIGQ9Im0xNC4wNSAxMC4zNnMxLjY5LTcuMTA4LTUuOTA1LTYuNzlhNi44NjcgNi44NjcgMCAwIDAgLTQuMzQ5IDYuMzg3YzAgLjMxMy4wMy42MjMuMDcuOTMzIDEuNTk5LTguMDQ1IDEwLjcwNC01LjQzOSAxMC4xODQtLjUzeiIvPjxwYXRoIGQ9Im0xMC40MSAxMy40M3M3LjE0LjkzIDYuNjktNS44NjRhNi44NjcgNi44NjcgMCAwIDAgLTYuNDMtNC40OCA2Ljg5NSA2Ljg5NSAwIDAgMCAtMS4yNDkuMTE5YzcuOTU5Ljk3NyA1Ljg4OSAxMC4yOTUuOTg5IDEwLjIyNXoiLz48L2c+PHBhdGggZD0ibTEyLjY1IDkuOTU4YTEuOTI1IDEuOTI1IDAgMSAxIC0zLjg1IDAgMS45MjUgMS45MjUgMCAwIDEgMy44NSAweiIgZmlsbD0iIzNlM2UzZSIvPjwvZz48L3N2Zz4K
5. https://web.archive.org/web/0id_/img.shields.io/badge/-Run%20on%20repl.it-%235C6970?logo=replit&style=flat-square&logoColor=white
6. IvanLuLyf/BunnyPHP@c166afe

Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
@LucasLarson LucasLarson added bug Something isn't working documentation Improvements or additions to documentation labels Jun 17, 2022
@LucasLarson LucasLarson changed the title restore old @replit badge (fix #142; modify 9cf96faecf) restore old @replit badge (fix #142; modify 9cf96faecf) Jun 21, 2022
@LucasLarson LucasLarson merged commit 45ebe69 into main Jun 21, 2022
@LucasLarson LucasLarson deleted the replit_badge branch June 21, 2022 16:29
This was referenced Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

the readme’s replit badge is too big
1 participant