Make image shields more useful
Images used as shields are expected to work as hyperlinks to relevant urls. They weren't. Now they should be. Alternative: Use shields.io, they provide high-res, auto-updated shield images. Try the below: [](https://github.com/bromite/bromite/releases/latest) [[](https://github.com/bromite/bromite/blob/master/LICENSE)](https://github.com/bromite/bromite/blob/master/LICENSE) Downside is, without adding Shields.io app to the project, you might hit GitHub rate limits. By adding it it can be mitigated freely. Note that Shields.io itself is also an opensource project without any tracking, so that won't be much of a problem.
This commit is contained in:
parent
785af3a5b2
commit
6d12955570
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
@ -1,8 +1,12 @@
|
|||
# Bromite - Take back your browser
|
||||
|
||||
<img src="https://www.bromite.org/release.svg" alt="current Bromite release" title="current Bromite release" /> <img src="https://www.bromite.org/license.svg" alt="GNU GPL v3" title="GNU VPL v3" />
|
||||
|
||||
<img title="Bromite - take back your browser!" src="https://www.bromite.org/android-icon-192x192.png" width="96" alt="Bromite" />
|
||||
<a href="https://github.com/bromite/bromite/releases/latest">
|
||||
<img src="https://www.bromite.org/release.svg" alt="current Bromite release" title="current Bromite release" /> </a>
|
||||
<a href="https://github.com/bromite/bromite/blob/master/LICENSE">
|
||||
<img src="https://www.bromite.org/license.svg" alt="GNU GPL v3" title="GNU VPL v3" />
|
||||
</a> <br>
|
||||
<a href="https://www.bromite.org">
|
||||
<img title="Bromite - take back your browser!" src="https://www.bromite.org/android-icon-192x192.png" width="96" alt="Bromite" />
|
||||
</a>
|
||||
|
||||
Bromite is a [Chromium](https://www.chromium.org/Home) fork with support for ad blocking and enhanced privacy.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue