mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-05 01:59:25 +01:00
add 88x31s of friends
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
b1eab076db
commit
cbffb16d33
1 changed files with 34 additions and 2 deletions
|
@ -228,10 +228,42 @@
|
||||||
|
|
||||||
<h3>Badges</h3>
|
<h3>Badges</h3>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Click on any of the badges to visit the website associated with it :)
|
||||||
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Normal: <a href="https://ari.lt/"> <img src="{{ url_for("views.badge") }}" loading="lazy" alt="ari-web badge" height="31px" width="88px" /> </a></li>
|
<li>
|
||||||
<li>Yellow: <a href="https://ari.lt/"> <img src="{{ url_for("views.badge_yellow") }}" loading="lazy" alt="ari-web badge" height="31px" width="88px" /> </a></li>
|
Normal: <a href="https://ari.lt/"> <img src="{{ url_for("views.badge") }}" loading="lazy" alt="ari-web badge" height="31px" width="88px" /> </a>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<b>Embed:</b> <textarea style="width:50%;min-height:3rem;resize:vertical" disabled><a href="https://ari.lt/"> <img src="https://ari.lt{{ url_for("views.badge") }}" loading="lazy" alt="ari-web badge" height="31px" width="88px" /> </a></textarea>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
Yellow: <a href="https://ari.lt/"> <img src="{{ url_for("views.badge_yellow") }}" loading="lazy" alt="ari-web badge" height="31px" width="88px" /> </a>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<b>Embed:</b> <textarea style="width:50%;min-height:3rem;resize:vertical" disabled><a href="https://ari.lt/"> <img src="https://ari.lt{{ url_for("views.badge_yellow") }}" loading="lazy" alt="ari-web badge" height="31px" width="88px" /> </a></textarea>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>Also, friends:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>FSKY: <a href="https://fsky.io/"> <img src="https://fsky.io/badge.png" loading="lazy" alt="FSKY badge" height="31px" width="88px" /> </a></li>
|
||||||
|
<li>LDA: <a href="https://freetards.xyz/"> <img src="https://freetards.xyz/88x31.png" loading="lazy" alt="Freetards badge" height="31px" width="88px" /> </a></li>
|
||||||
|
<li>Hydrogen: <a href="https://h2.gay/"> <img src="https://h2.gay/images/88x31.gif" loading="lazy" alt="H2.gay's badge" height="31px" width="88px" /> </a></li>
|
||||||
|
<li>DOSKEL: <a href="https://doskel.net/"> <img src="https://doskel.net/img/logo.png" loading="lazy" alt="Doskel.net's badge" height="31px" width="88px" /> </a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Ty for being friends with me and dealing with me!!1!
|
||||||
|
</p>
|
||||||
|
|
||||||
<h3>Activity</h3>
|
<h3>Activity</h3>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue