Add ListenBrainz profile
This commit is contained in:
parent
4eeb2691a3
commit
c28dcec38d
4 changed files with 17 additions and 0 deletions
12
dist/about/index.html
vendored
12
dist/about/index.html
vendored
|
@ -121,6 +121,18 @@
|
||||||
</h2>
|
</h2>
|
||||||
<p class="astro-DOHJNAO5">
|
<p class="astro-DOHJNAO5">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="link-card astro-DOHJNAO5">
|
||||||
|
<a href="https://listenbrainz.org/user/LimePotato/" class="informational astro-DOHJNAO5">
|
||||||
|
<h2 class="astro-DOHJNAO5">
|
||||||
|
<img src="/assets/icons/listenbrainzicon.png" width="24" height="24" class="astro-DOHJNAO5">
|
||||||
|
ListenBrainz Profile
|
||||||
|
<span class="astro-DOHJNAO5">→</span>
|
||||||
|
</h2>
|
||||||
|
<p class="astro-DOHJNAO5">
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
BIN
dist/assets/icons/listenbrainzicon.png
vendored
Normal file
BIN
dist/assets/icons/listenbrainzicon.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 559 B |
BIN
public/assets/icons/listenbrainzicon.png
Normal file
BIN
public/assets/icons/listenbrainzicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 559 B |
|
@ -47,6 +47,11 @@ import Card from "../components/Card.astro";
|
||||||
href="https://matrix.to/#/@limepot:ouroboros.gay"
|
href="https://matrix.to/#/@limepot:ouroboros.gay"
|
||||||
title="Matrix"
|
title="Matrix"
|
||||||
/>
|
/>
|
||||||
|
<Card
|
||||||
|
source="/assets/icons/listenbrainzicon.png"
|
||||||
|
href="https://listenbrainz.org/user/LimePotato/"
|
||||||
|
title="ListenBrainz Profile"
|
||||||
|
/>
|
||||||
<!--
|
<!--
|
||||||
<Card
|
<Card
|
||||||
source="/assets/icons/logo-youtube.svg"
|
source="/assets/icons/logo-youtube.svg"
|
||||||
|
|
Loading…
Reference in a new issue