mirror of
https://github.com/safing/web
synced 2025-04-18 01:49:08 +00:00
Hotfix shields
they are having issues with access tokens, so sometimes that does not load - hotfix by making them static
This commit is contained in:
parent
96d5c6cb44
commit
33827117a9
3 changed files with 5 additions and 3 deletions
1
assets/img/page-specific/landing/stars.svg
Normal file
1
assets/img/page-specific/landing/stars.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="54" height="28"><g shape-rendering="crispEdges"><rect width="54" height="28" fill="#fff0"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="100"><a target="_blank" xlink:href="https://github.com/safing/portmaster/stargazers"><rect width="54" height="28" x="0" fill="rgba(0,0,0,0)"/><text transform="scale(.1)" x="270" y="175" textLength="300" fill="#333" font-weight="bold">6.3K</text></a></g></svg>
|
After (image error) Size: 579 B |
1
assets/img/page-specific/landing/version.svg
Normal file
1
assets/img/page-specific/landing/version.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="67.5" height="28" role="img" aria-label="V1.0.6"><title>V1.0.6</title><g shape-rendering="crispEdges"><rect width="67.5" height="28" fill="#fff0"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="100"><text transform="scale(.1)" x="337.5" y="175" textLength="435" fill="#333" font-weight="bold">V1.0.6</text></g></svg>
|
After (image error) Size: 498 B |
|
@ -33,13 +33,13 @@ redirect_from:
|
|||
<div class="flex items-center" style="margin-left: -19px;">
|
||||
<div class="flex items-center">
|
||||
<span class="block">Version:</span>
|
||||
<img src="{{ site.img_shields_io_release_url }}" style="filter: invert(1); width: 80px; height: 38px; margin-left: -8px;">
|
||||
<img src="{{ site.img_url }}page-specific/landing/version.svg" style="filter: invert(1); width: 80px; height: 38px; margin-left: -8px;">
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<span class="block">Github Stars:</span>
|
||||
<img src="{{ site.img_shields_io_stars_url }}" style="filter: invert(1); width: 70px; height: 38px; margin-left: -8px;">
|
||||
<img src="{{ site.img_url }}page-specific/landing/stars.svg" style="filter: invert(1); width: 70px; height: 38px; margin-left: -8px;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="header-two-bottom" style="margin-top: 2rem; position: relative;">
|
||||
|
|
Loading…
Add table
Reference in a new issue