ebwe
This commit is contained in:
parent
17046abc45
commit
71d8e11e2b
3 changed files with 18 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
|||
@import "https://www.nerdfonts.com/assets/css/webfont.css";
|
||||
|
||||
@font-face {
|
||||
font-family: terminess-nf;
|
||||
src: url(../fonts/TerminessNerdFont-Regular.ttf);
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
@import "color-scheme.css";
|
||||
@import "classes.css";
|
||||
@import "fonts.css";
|
||||
|
|
|
@ -6,18 +6,32 @@ import Layout from "../layouts/Layout.astro";
|
|||
<main>
|
||||
<!-- Title Area -->
|
||||
<section class="content">
|
||||
<p>hello, what brings you here?</p>
|
||||
<h2>hello, creature.</h2>
|
||||
<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">
|
||||
<h2>points of contact</h2>
|
||||
<p><a href="mailto:the@nelle.observer"><span style="color: var(--alt-accent-600);"><i class="nf nf-cod-arrow_right"></i></span> <i class="nf nf-md-email"></i> Email</a></p>
|
||||
<p><a href="https://steamcommunity.com/id/limepot/"><span style="color: var(--alt-accent-600);"><i class="nf nf-cod-arrow_right"></i></span> <i class="nf nf-fa-steam"></i> Steam</a></p>
|
||||
<p>
|
||||
<a href="https://ouroboros.gay/@limepot"><span style="color: var(--alt-accent-600);"><i class="nf nf-cod-arrow_right"></i></span> <i class="nf nf-seti-graphql"></i> The Fediverse</a><a
|
||||
href="https://jointhefediverse.net/"
|
||||
><span style="color: var(--alt-accent);">*</span></a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://www.youtube.com/channel/UCk_yKIpDnMv_DvuDb9RGfcA"
|
||||
><span style="color: var(--alt-accent-600);"><i class="nf nf-cod-arrow_right"></i></span> <i class="nf nf-md-youtube"></i> Youtube</a>
|
||||
</p>
|
||||
</section>
|
||||
<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>
|
||||
><span style="color: var(--alt-accent-600);"><i class="nf nf-md-music"></i></span> - <span id="song">⌛</span></a>
|
||||
</div>
|
||||
<div>
|
||||
<span style="font-size: small;"
|
||||
|
|
Loading…
Reference in a new issue