clean footer a bit
This commit is contained in:
parent
ad85d11ead
commit
1740245c53
1 changed files with 7 additions and 9 deletions
|
@ -2,22 +2,20 @@
|
||||||
const today = new Date();
|
const today = new Date();
|
||||||
---
|
---
|
||||||
<br>
|
<br>
|
||||||
<footer class="footer">
|
<footer class="footer" >
|
||||||
<div class="content">
|
<section class="content">
|
||||||
<!--Badges-->
|
<!--Badges-->
|
||||||
<a href="/buttons"><u>Mine Buttons</u></a>
|
<a>buttons i created</a>
|
||||||
<br>
|
<br>
|
||||||
<a href="https://limepot.xyz/"><image src="/assets/badges/mine/limepotxyz.gif" alt="animation of a bunch of twinkling stars" loading="lazy"/></a>
|
<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>
|
<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"/>
|
<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/>
|
<br/>
|
||||||
<hr>
|
<hr>
|
||||||
<hr>
|
|
||||||
<span style="font-size: smaller;">Every coin counts!</span>
|
<span style="font-size: smaller;">Every coin counts!</span>
|
||||||
<br>
|
<br>
|
||||||
<a href="https://ko-fi.com/limepot"><image src="/assets/badges/kofi.gif"></a>
|
<a href="https://ko-fi.com/limepot"><image src="/assets/badges/kofi.gif"></a>
|
||||||
<br/><hr><hr>
|
<br/><hr>
|
||||||
<a>Friendly Buttons</a>
|
<a>Friendly Buttons</a>
|
||||||
<br>
|
<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>
|
<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>
|
<a href="https://fediring.net/next?host=limepot.xyz" style="font-size: 50px"><i class="nf nf-cod-arrow_right"></i></a>
|
||||||
<br>
|
<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>
|
<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>
|
</section>
|
||||||
<div class="content">
|
<section class="content">
|
||||||
<p class="small-quote">El. Psy. Kongroo.</p>
|
<p class="small-quote">El. Psy. Kongroo.</p>
|
||||||
<a class="small-quote" href="/site-info">Site Info</a>
|
<a class="small-quote" href="/site-info">Site Info</a>
|
||||||
</div>
|
</section>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue