Download and disclaimer

This commit is contained in:
nelle 2024-06-26 09:27:09 -06:00
parent 8863069a03
commit cc83ce6713

View file

@ -7,36 +7,50 @@ import Card from "../components/Card.astro";
<main>
<div class="content" style="text-align: center;">
<marquee Behavior="Alternate">
<h2 class="title">LimePotato</h1>
<h2 class="title">LimePotato</h2>
</marquee>
<hr>
<hr />
<figure>
<figcaption>Some Ambience?</figcaption>
<audio controls src="/assets/sounds/ambience/383506__klankbeeld__pinewood-in-memoriam-febr-05-nl-giersbergen-33db-170215_1085.flac" type="audio/flac">
<figcaption>
Some Ambience?
<br />
<span style="font-size: smaller; color: #a6adc8;">(Might take a moment to load)</span>
<br>
<span style="font-size: smaller;">
<a href="/assets/sounds/ambience/383506__klankbeeld__pinewood-in-memoriam-febr-05-nl-giersbergen-33db-170215_1085.flac">Download File</a>
</span>
</figcaption>
<audio
controls
src="/assets/sounds/ambience/383506__klankbeeld__pinewood-in-memoriam-febr-05-nl-giersbergen-33db-170215_1085.flac"
type="audio/flac"
>
</audio>
</figure>
<hr />
<p>
Howdy! You can call me <span style="color: #fab387;">[Nelle]</span>,
although some call me <span style="color: #fab387;"
>[Luna, Lilith, ???]</span
>. Or you can simply call me by my username <span
style="color: #fab387;">[LimePot/LimePotato]</span
>.
</p>
<p>
My pronouns are <span style="color: #fab387;">[She/They]</span>,
Alternatively checkout my <a href="https://pronouns.cc/@LimePotato"
><u>pronouns.cc page</u></a
>.
</p>
<hr />
<p>
I'm a 20-something trans woman that exists purely and solely on the
internet. I like Science Adventure Series (A LOT!), and I enjoy
Minecraft. I make mods for the latter on occassion, I do some Linux
Systems administration, pixel art, 3D Printing, Tinkering, and really
just whatever hits the dopamine in the right spot.
</p>
</figure>
<hr />
<p>
Howdy! You can call me <span style="color: #fab387;">[Nelle]</span>,
although some call me <span style="color: #fab387;"
>[Luna, Lilith, ???]</span
>. Or you can simply call me by my username <span
style="color: #fab387;">[LimePot/LimePotato]</span
>.
</p>
<p>
My pronouns are <span style="color: #fab387;">[She/They]</span>,
Alternatively checkout my <a href="https://pronouns.cc/@LimePotato"
><u>pronouns.cc page</u></a
>.
</p>
<hr />
<p>
I'm a 20-something trans woman that exists purely and solely on the
internet. I like Science Adventure Series (A LOT!), and I enjoy
Minecraft. I make mods for the latter on occassion, I do some Linux
Systems administration, pixel art, 3D Printing, Tinkering, and really
just whatever hits the dopamine in the right spot.
</p>
</div>
</main>
</Layout>