limepot-xyz/src/components/Footer.astro

85 lines
3.2 KiB
Text
Raw Normal View History

2023-10-29 21:34:09 -06:00
---
---
2024-02-17 19:48:22 -07:00
2023-10-29 21:34:09 -06:00
<center>
2024-02-17 19:48:22 -07:00
<footer class="footer">
<div class="content has-text-centered">
<!--Badges-->
<a href="https://limepot.xyz/"
><image src="/assets/badges/limepotxyz-badge00.gif" />
<br />
<a href="https://jointhefediverse.net/"
><image src="/assets/badges/FEDERATE-NOW.jpg" />
<a href="https://gnu.org"
><image src="/assets/badges/gnu-linux.gif" />
<a href="https://fuckoffgoogle.de/"
><image src="/assets/badges/google_stand.gif" />
2024-02-17 19:50:33 -07:00
<br />
2024-02-17 19:48:22 -07:00
<a href="https://privacytests.org/"
><image src="/assets/badges/chrmevil.gif" />
<image src="/assets/badges/browser.gif">
<iframe
src="//incr.easrng.net/badge?key=limepot"
style="background: url(//incr.easrng.net/bg.gif)"
title="increment badge"
width="88"
height="31"
frameborder="0"></iframe>
2024-02-17 19:50:33 -07:00
<br />
2024-02-22 01:14:31 -07:00
<p>
<a href="https://fediring.net/previous?host=limepot.xyz">←</a>
2024-02-22 01:27:05 -07:00
<a href="https://fediring.net/"><image src="/assets/badges/fediring-badge.gif"></image></a>
2024-02-22 01:14:31 -07:00
<a href="https://fediring.net/next?host=limepot.xyz">→</a>
</p>
2024-02-17 19:48:22 -07:00
2024-02-17 19:50:33 -07:00
<!--Badges-->
<br /><br />
<a href="https://astro.build">
<img
src="https://astro.badg.es/v1/built-with-astro/tiny.svg"
alt="Built with Astro"
width="109"
height="20"
/>
</a>
<a href="https://bulma.io">
<img
src="https://bulma.io/images/made-with-bulma--semiwhite.png"
alt="Made with Bulma"
width="128"
height="24"
/>
</a>
<br />
<a href="https://github.com/catppuccin/catppuccin">
<img
src="https://img.shields.io/badge/Catppuccin-Mocha%20Mauve-%23cba6f7"
width="185"
height="20"
/>
2024-02-17 19:48:22 -07:00
</a>
2024-02-17 19:50:33 -07:00
<a
href="https://git.ouroboros.group/LimePotato/limepot-xyz"
>
<img
src="https://img.shields.io/badge/Site-Source-lightgrey.svg"
width="94.2"
height="20"
/>
</a>
<br />
<a href="https://up.ouroboros.group/status/obos"
><u>Experiencing downtimes?</u></a
>
<a href="/policy"><u>Security, Privacy, & Credits</u></a>
</a>
</image></a
>
</a></a
2024-02-17 19:48:22 -07:00
></a
></a>
</div>
2024-02-17 19:50:33 -07:00
</footer>
</center>