icons
This commit is contained in:
parent
cd52b66bbb
commit
0ec66962fb
2 changed files with 6 additions and 5 deletions
|
@ -1,3 +1,4 @@
|
|||
@import "https://www.nerdfonts.com/assets/css/webfont.css";
|
||||
@import "classes.css";
|
||||
@import "colors.css";
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ import Layout from "../layouts/Layout.astro";
|
|||
<div id="lastfm-widget" style="text-align: center;">
|
||||
<div id="widget">
|
||||
<a href="https://www.last.fm/user/LimePotato"
|
||||
>🎧 <span id="song">⌛</span></a>
|
||||
><i class="nf nf-md-music"></i> <span id="song">⌛</span></a>
|
||||
</div>
|
||||
<div>
|
||||
<span style="font-size: small;"
|
||||
|
@ -70,16 +70,16 @@ import Layout from "../layouts/Layout.astro";
|
|||
</div>
|
||||
<div class="content">
|
||||
<h2 class="subtitle" style="text-align: center;">Contact Information</h2>
|
||||
<p><a href="mailto:bm01@limepot.xyz">==> Email</a></p>
|
||||
<p><a href="https://steamcommunity.com/id/limepot/">==> Steam</a></p>
|
||||
<p><a href="mailto:the@nelle.observer"><i class="nf nf-cod-arrow_right"></i> <i class="nf nf-md-email"></i> Email</a></p>
|
||||
<p><a href="https://steamcommunity.com/id/limepot/"><i class="nf nf-cod-arrow_right"></i> <i class="nf nf-fa-steam"></i> Steam</a></p>
|
||||
<p>
|
||||
<a href="https://ouroboros.gay/@limepot">==> The Fediverse</a><a
|
||||
<a href="https://ouroboros.gay/@limepot"><i class="nf nf-cod-arrow_right"></i> <i class="nf nf-seti-graphql"></i> The Fediverse</a><a
|
||||
href="https://jointhefediverse.net/"
|
||||
><span style="color: #fab387;">*</span></a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://www.youtube.com/channel/UCk_yKIpDnMv_DvuDb9RGfcA"
|
||||
>==> Youtube</a>
|
||||
><i class="nf nf-cod-arrow_right"></i> <i class="nf nf-md-youtube"></i> Youtube</a>
|
||||
</p>
|
||||
<br />
|
||||
<div class="ntfy-box">
|
||||
|
|
Loading…
Reference in a new issue