mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-09-27 12:00:58 -04:00
Mark all external links
This commit is contained in:
parent
c5ff9cf5a4
commit
777efb5745
4 changed files with 13 additions and 8 deletions
|
@ -156,7 +156,7 @@
|
|||
<a
|
||||
href="https://codeberg.org/pluja/kycnot.me/src/branch/main/README.md#listing-request"
|
||||
target="_blank"
|
||||
>the official repository</a
|
||||
>the official repository <i class="fas fa-external-link-alt faw-small"></i></a
|
||||
>.
|
||||
</p>
|
||||
|
||||
|
@ -212,7 +212,7 @@
|
|||
<a
|
||||
href="https://codeberg.org/pluja/kycnot.me/src/branch/main/README.md#listing-request"
|
||||
target="_blank"
|
||||
>the official repository</a
|
||||
>the official repository <i class="fas fa-external-link-alt faw-small"></i></a
|
||||
>.
|
||||
</p>
|
||||
|
||||
|
@ -276,7 +276,7 @@
|
|||
|
||||
<p>
|
||||
Or you can donate with FIAT too:
|
||||
<a href="{{support['liberapay']}}">Liberapay</a>
|
||||
<a href="{{support['liberapay']}}">Liberapay <i class="fas fa-external-link-alt faw-small"></i></a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -59,6 +59,11 @@
|
|||
</body>
|
||||
|
||||
<style>
|
||||
.faw-small{
|
||||
font-size: xx-small;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.title-section {
|
||||
margin-bottom: 3px;
|
||||
padding-bottom: 2px;
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
<span class="panel-icon">
|
||||
<i class="fas fa-bullseye"></i>
|
||||
</span>
|
||||
Tor available
|
||||
Tor available <i class="fas fa-external-link-alt faw-small"></i>
|
||||
</a>
|
||||
{%endif%}
|
||||
</article>
|
||||
|
@ -240,8 +240,8 @@
|
|||
|
||||
{% if exchange['tor-url'] %}
|
||||
<div style="margin: 25px;" class="title-container">
|
||||
<h5 style="padding: 9px; border: 1px solid #9d52e9; border-radius: 5px; width: 10rem;" class="subtitle is-5">
|
||||
<a href="{{exchange['tor-url']}}"> <i class="fas fa-bullseye"></i> TOR ONION AVAILABLE </a>
|
||||
<h5 style="padding: .5em; border: 1px solid #9d52e9; border-radius: 5px; width: 8em; font-size: medium;" class="subtitle is-5">
|
||||
<a href="{{exchange['tor-url']}}"> <i class="fas fa-bullseye"></i> TOR ONION AVAILABLE <i class="fas fa-external-link-alt faw-small"></i></a>
|
||||
</h5>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
{%if tpinfo['score'] != False %}
|
||||
<div class="section trustpilot">
|
||||
<div class="trustpilot-stats">
|
||||
<h3 style="margin: 1px;" class="title is-5"> <a href="{{tpinfo['link']}}" target="_blank">Trustpilot</a> Stats </h3>
|
||||
<h3 style="margin: 1px;" class="title is-5"> <a href="{{tpinfo['link']}}" target="_blank">Trustpilot<i class="fas fa-external-link-alt faw-small"></i></a> Stats </h3>
|
||||
<i class="fas fa-star"></i> {{tpinfo['score']}} <i class="fas fa-grip-lines-vertical"></i> {{tpinfo['count']}} Reviews
|
||||
</div>
|
||||
</div>
|
||||
|
@ -76,7 +76,7 @@
|
|||
<span class="panel-icon">
|
||||
<i class="fas fa-bullseye"></i>
|
||||
</span>
|
||||
Tor available
|
||||
Tor available <i style="font-size: x-small; margin-left: 2px;" class="fas fa-external-link-alt"></i>
|
||||
</a>
|
||||
{%endif%}
|
||||
</article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue