Download and disclaimer
This commit is contained in:
parent
8863069a03
commit
cc83ce6713
1 changed files with 41 additions and 27 deletions
|
@ -7,36 +7,50 @@ import Card from "../components/Card.astro";
|
||||||
<main>
|
<main>
|
||||||
<div class="content" style="text-align: center;">
|
<div class="content" style="text-align: center;">
|
||||||
<marquee Behavior="Alternate">
|
<marquee Behavior="Alternate">
|
||||||
<h2 class="title">LimePotato</h1>
|
<h2 class="title">LimePotato</h2>
|
||||||
</marquee>
|
</marquee>
|
||||||
<hr>
|
<hr />
|
||||||
<figure>
|
<figure>
|
||||||
<figcaption>Some Ambience?</figcaption>
|
<figcaption>
|
||||||
<audio controls src="/assets/sounds/ambience/383506__klankbeeld__pinewood-in-memoriam-febr-05-nl-giersbergen-33db-170215_1085.flac" type="audio/flac">
|
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>
|
</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>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
Loading…
Reference in a new issue