docs: enhance README with Hacker News feature badge
Added a new badge to the README to highlight that the project has been featured on Hacker News, increasing its visibility and credibility. Improved the formatting of the existing Trendshift badge.
This commit is contained in:
parent
de411396e2
commit
bac9abb9a8
1 changed files with 18 additions and 1 deletions
19
README.md
19
README.md
|
|
@ -2,7 +2,24 @@
|
|||
|
||||
**A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.**
|
||||
|
||||
<a href="https://trendshift.io/repositories/10421" target="_blank"><img src="https://trendshift.io/api/badge/repositories/10421" alt="ccbikai/Sink | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
||||
<a href="https://trendshift.io/repositories/10421" target="_blank">
|
||||
<img
|
||||
src="https://trendshift.io/api/badge/repositories/10421"
|
||||
alt="ccbikai/Sink | Trendshift"
|
||||
style="width: 250px; height: 55px;"
|
||||
width="250"
|
||||
height="55"
|
||||
/>
|
||||
</a>
|
||||
<a href="https://news.ycombinator.com/item?id=40843683">
|
||||
<img
|
||||
src="https://hackernews-badge.vercel.app/api?id=40843683"
|
||||
alt="Featured on Hacker News"
|
||||
style="width: 250px; height: 55px;"
|
||||
width="250"
|
||||
height="55"
|
||||
/>
|
||||
</a>
|
||||
|
||||

|
||||

|
||||
|
|
|
|||
Loading…
Reference in a new issue