site info update

This commit is contained in:
nelle 2024-08-20 01:26:46 -06:00
parent 2d37f74c70
commit 0ed3548ce0

View file

@ -5,35 +5,34 @@ import Layout from "../layouts/Layout.astro";
<Layout title="site info">
<main>
<div class="content">
<h2 class="subtitle">Credits</h2>
<h2 class="subtitle">credits</h2>
<ul>
<li><s>Uh, God And My Country</s></li>
<li>All the cool creatures in my <b>Friendly Buttons</b> section</li>
<li><s>uh, god and my country</s></li>
<li>all the cool creatures in my <b>friendly buttons</b> section</li>
<li>
Last.FM Presence Widget powered by<a
last.fm presence widget powered by<a
href="https://github.com/biancarosa/lastfm-last-played"
target="_blank"
>
@biancarosa/lastfm-last-played</a>
</li>
<li>
The <a
the <a
href="https://git.zvava.org/zvava/zvava.org/src/branch/master/src/templates/misc/notify-me.html"
>notification sender</a
> on main page by <a href="https://zvava.org/">Sophie/Zvava</a>, and
adapted to work with this site
> on main page adapted from <a href="https://zvava.org/">sophia/zvava</a>
</li>
</ul>
<hr />
<h2 class="subtitle">Privacy & Security</h2>
<h2 class="subtitle">privacy & security</h2>
<ul>
<li>I dont do shit with your data!</li>
<li>i dont do shit with your data!</li>
<li>
Some JavaScript is used, just for fun little effects (and detering
some javascript is used, just for fun little effects (and detering
chrome users), nothing is stored in cookies.
</li>
<li>
Various Places I found 88x31 buttons
various places i found 88x31 buttons
<ul>
<li>
<a href="https://cyber.dabamos.de/88x31/">cyber.dabamos.de</a>
@ -41,28 +40,27 @@ import Layout from "../layouts/Layout.astro";
<li>
<a href="https://neonaut.neocities.org/cyber/88x31">neonaut</a>
</li>
<li>Stolen from friends websites. :3</li>
<li>stolen from friends websites. :3</li>
<li>
Most buttons are linked, but not necessarily to their creator.
most buttons are linked, but not necessarily to their creator.
</li>
</ul>
</li>
</ul>
<hr />
<h2 class="subtitle">Frameworks, Hosts, Colors n' Stuff</h2>
<h2 class="subtitle">frameworks, hosts, colors n' Stuff</h2>
<ul>
<li>Build With:
<li>build with:
<ul>
<li><a href="https://ktor.io/">ktor</a></li>
<li><a href="https://astro.build/">astro</a></li>
</ul>
</li>
<li>
Color Scheme: <a href="https://catppuccin.com"
>Catppuccin Mocha Peach</a>
color scheme: custom made!
</li>
<li>Domain Registrar: <a href="https://porkbun.com/">Porkbun</a></li>
<li>Host: <a href="/blog/my-setup/">Me :3</a></li>
<li>domain registrar: <a href="https://porkbun.com/">porkbun</a></li>
<li>host: <a href="/blog/my-setup/">me :3</a></li>
</ul>
<hr /><!--
<a
@ -70,9 +68,10 @@ import Layout from "../layouts/Layout.astro";
><p style="text-align: center;">License</p></a
>-->
<a href="https://git.nullafati.xyz/limepotato/nelle-observer"
><p style="text-align: center;">Source Code</p></a
><p style="text-align: center;">source code</p></a
>
<p style="text-align: center;">Made with love, by nelle.</p>
<p style="text-align: center;">made with love, by nelle.</p>
<p style="text-align: center;">any issues? contact me on <a href="https://ouroboros.gay/@limepot">the fediverse</a> or send me an <a href="mailto:rzqqihgbo@mozmail.com">email</a>.</p>
</div>
</main>
</Layout>