site-info
This commit is contained in:
parent
c69e193d6e
commit
3272867bfe
1 changed files with 78 additions and 0 deletions
78
astro/src/pages/site-info.astro
Normal file
78
astro/src/pages/site-info.astro
Normal file
|
@ -0,0 +1,78 @@
|
|||
---
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
---
|
||||
|
||||
<Layout title="site observer">
|
||||
<main>
|
||||
<div class="content">
|
||||
<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>
|
||||
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
|
||||
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
|
||||
</li>
|
||||
</ul>
|
||||
<hr />
|
||||
<h2 class="subtitle">Privacy & Security</h2>
|
||||
<ul>
|
||||
<li>I dont do shit with your data!</li>
|
||||
<li>
|
||||
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
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://cyber.dabamos.de/88x31/">cyber.dabamos.de</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://neonaut.neocities.org/cyber/88x31">neonaut</a>
|
||||
</li>
|
||||
<li>Stolen from friends websites. :3</li>
|
||||
<li>
|
||||
Most buttons are linked, but not necessarily to their creator.
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<hr />
|
||||
<h2 class="subtitle">Frameworks, Hosts, Colors n' Stuff</h2>
|
||||
<ul>
|
||||
<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>
|
||||
</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
|
||||
href="https://git.nullafati.xyz/limepotato/nelle-observer/src/branch/main/LICENSE"
|
||||
><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;">Made with love, by nelle.</p>
|
||||
</div>
|
||||
</main>
|
||||
</Layout>
|
Loading…
Reference in a new issue