43 lines
1.3 KiB
Text
43 lines
1.3 KiB
Text
|
---
|
||
|
import Layout from "../layouts/Layout.astro";
|
||
|
---
|
||
|
|
||
|
<Layout>
|
||
|
<main class=>
|
||
|
<!-- Title Area -->
|
||
|
<section class="content">
|
||
|
<h1 class="title">nelle.observer</h1>
|
||
|
</section>
|
||
|
<div class="container">
|
||
|
<section class="content" style="flex: 60%;">
|
||
|
<p>hello, what brings you here?</p>
|
||
|
</section>
|
||
|
<section class="content" style="flex: 1000%;">
|
||
|
<p>hello, what brings you here?</p>
|
||
|
<p>
|
||
|
my name is nelle (not Nelle, nelle), some call me <span class="glitch">[data expunged]</span>.
|
||
|
<br />
|
||
|
i am a 20-something year old, <span class="glitch">[data expunged]</span>, with not much else going on.
|
||
|
</p>
|
||
|
</section>
|
||
|
<section class="content" style="flex: 60%;">
|
||
|
<p>hello, what brings you here?</p>
|
||
|
</section>
|
||
|
</div>
|
||
|
<section class="content">
|
||
|
<div id="lastfm-widget" style="text-align: center;">
|
||
|
<div id="widget">
|
||
|
<a href="https://www.last.fm/user/LimePotato"
|
||
|
><i class="nf nf-md-music"></i> <span id="song">⌛</span></a>
|
||
|
</div>
|
||
|
<div>
|
||
|
<span style="font-size: small;"
|
||
|
>latest played song on <a href="http://last.fm" target="_blank"
|
||
|
>last.fm</a
|
||
|
></span
|
||
|
>
|
||
|
</div>
|
||
|
</section>
|
||
|
</main>
|
||
|
</Layout>
|