clean footer a bit
This commit is contained in:
parent
ad85d11ead
commit
1740245c53
1 changed files with 7 additions and 9 deletions
|
@ -3,21 +3,19 @@ const today = new Date();
|
|||
---
|
||||
<br>
|
||||
<footer class="footer" >
|
||||
<div class="content">
|
||||
<section class="content">
|
||||
<!--Badges-->
|
||||
<a href="/buttons"><u>Mine Buttons</u></a>
|
||||
<a>buttons i created</a>
|
||||
<br>
|
||||
<a href="https://limepot.xyz/"><image src="/assets/badges/mine/limepotxyz.gif" alt="animation of a bunch of twinkling stars" loading="lazy"/></a>
|
||||
<br>
|
||||
<a href="https://ouroboros.gay/"><image src="/assets/badges/mine/ouroboros.gay.png"></a>
|
||||
<image style="cursor:pointer;" onclick="toggleTheme()" src="/assets/badges/mine/standard-galactic-alphabet.png" alt="animation of a bunch of twinkling stars" loading="lazy"/>
|
||||
<br/>
|
||||
<hr>
|
||||
<hr>
|
||||
<span style="font-size: smaller;">Every coin counts!</span>
|
||||
<br>
|
||||
<a href="https://ko-fi.com/limepot"><image src="/assets/badges/kofi.gif"></a>
|
||||
<br/><hr><hr>
|
||||
<br/><hr>
|
||||
<a>Friendly Buttons</a>
|
||||
<br>
|
||||
<a href="https://zvava.org/"><image src="/assets/badges/friends/zvava.org.png" alt="black background, with a slanted dark purple grid, and a purple outline, pink text saying 'zvava.org'" loading="lazy"></a>
|
||||
|
@ -85,9 +83,9 @@ const today = new Date();
|
|||
<a href="https://fediring.net/next?host=limepot.xyz" style="font-size: 50px"><i class="nf nf-cod-arrow_right"></i></a>
|
||||
<br>
|
||||
<a href="https://applianceri.ng/next?host=limepot.xyz"><img alt="Future Gadget 204 - A Functional Time Machine" src="/assets/webrings/FG204.png" width="100px"></a>
|
||||
</div>
|
||||
<div class="content">
|
||||
</section>
|
||||
<section class="content">
|
||||
<p class="small-quote">El. Psy. Kongroo.</p>
|
||||
<a class="small-quote" href="/site-info">Site Info</a>
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue