add link to my cool gay friend's cool gay website

This commit is contained in:
Penelope Gwen 2025-11-28 22:43:27 -08:00
parent c7a061515d
commit 6694675d32
2 changed files with 14 additions and 4 deletions

View file

@ -38,7 +38,13 @@
<div> <div>
<h3 class="sidebar-caption">Check out my friends!</h3> <h3 class="sidebar-caption">Check out my friends!</h3>
<a href="https://cassiecandles.net/"> <a href="https://cassiecandles.net/">
<img title="Incredibly talented dreampop musician" class="sidebar-webring" alt="Cassie Candles website icon" src="/assets/img/webring/cassiecandles/1056x372.webp"></img> <img title="Cassie Candles" class="sidebar-webring" alt="Cassie Candles website icon" src="/assets/img/webring/cassiecandles/1056x372.webp"></img>
</a>
<a href="https://hotn.gay/">
<div class="sidebar-webring">
<p>Val</p>
<p>hotn.gay</p>
</div>
</a> </a>
</div> </div>
<div> <div>

View file

@ -50,12 +50,16 @@ body {
} }
.sidebar-webring { .sidebar-webring {
width: 60%; width: 60%;
aspect-ratio: 88 / 31;
background-color: rgba(from var(--secondary-bg-color) r g b / 0.1);
align-content: center;
margin: 1vmin auto; margin: 1vmin auto;
display: block; display: block;
border-radius: 4px; border-radius: 4px;
text-align: center; text-align: center;
&.textonly { & > p {
border-top: 2px dotted var(--main-fg-color); margin: 0px;
text-decoration: none;
} }
} }
.sidebar-caption { .sidebar-caption {
@ -362,4 +366,4 @@ a.now-playing {
} }
.toot time { .toot time {
display: none; display: none;
} }