Format
This commit is contained in:
parent
33d7d085ac
commit
3f63dfc512
1 changed files with 10 additions and 8 deletions
|
@ -14,8 +14,14 @@ import Card from "../components/Card.astro";
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<figure>
|
<figure>
|
||||||
<figcaption>
|
<figcaption>
|
||||||
<span>Some Ambience?</span>
|
|
||||||
<br />
|
<h2 class="subtitle" style="text-align: center;">Some Ambience?</h2>
|
||||||
|
<span style="font-size: small;">
|
||||||
|
<a href="/assets/sounds/ambience/383506__klankbeeld__pinewood-in-memoriam-febr-05-nl-giersbergen-33db-170215_1085.flac">
|
||||||
|
Download File
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
<br>
|
||||||
<span style="font-size: smaller; color: #a6adc8;">(Might take a moment to load)</span>
|
<span style="font-size: smaller; color: #a6adc8;">(Might take a moment to load)</span>
|
||||||
</figcaption>
|
</figcaption>
|
||||||
<audio
|
<audio
|
||||||
|
@ -23,14 +29,10 @@ import Card from "../components/Card.astro";
|
||||||
src="/assets/sounds/ambience/383506__klankbeeld__pinewood-in-memoriam-febr-05-nl-giersbergen-33db-170215_1085.flac"
|
src="/assets/sounds/ambience/383506__klankbeeld__pinewood-in-memoriam-febr-05-nl-giersbergen-33db-170215_1085.flac"
|
||||||
>
|
>
|
||||||
</audio>
|
</audio>
|
||||||
<span style="font-size: small;">
|
|
||||||
<a href="/assets/sounds/ambience/383506__klankbeeld__pinewood-in-memoriam-febr-05-nl-giersbergen-33db-170215_1085.flac">
|
|
||||||
Download File
|
|
||||||
</a>
|
|
||||||
</span>
|
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<h2 class="subtitle" style="text-align: center;">About The Me</h2>
|
||||||
<p>
|
<p>
|
||||||
Howdy! You can call me <span style="color: #fab387;">[Nelle]</span>,
|
Howdy! You can call me <span style="color: #fab387;">[Nelle]</span>,
|
||||||
although some call me <span style="color: #fab387;"
|
although some call me <span style="color: #fab387;"
|
||||||
|
@ -51,7 +53,7 @@ import Card from "../components/Card.astro";
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h2 class="subtitle">Contact Information</h2>
|
<h2 class="subtitle" style="text-align: center;">Contact Information</h2>
|
||||||
<p><a href="mailto:bm01@limepot.xyz">==> Email</a></p>
|
<p><a href="mailto:bm01@limepot.xyz">==> Email</a></p>
|
||||||
<p><a href="https://steamcommunity.com/id/limepot/">==> Steam</a></p>
|
<p><a href="https://steamcommunity.com/id/limepot/">==> Steam</a></p>
|
||||||
<p><a href="https://ouroboros.gay/@limepot">==> The Fediverse</a><a href="https://jointhefediverse.net/"><span style="color: #fab387;">*</span></a></p>
|
<p><a href="https://ouroboros.gay/@limepot">==> The Fediverse</a><a href="https://jointhefediverse.net/"><span style="color: #fab387;">*</span></a></p>
|
||||||
|
|
Loading…
Reference in a new issue