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>
<h3 class="sidebar-caption">Check out my friends!</h3>
<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>
</div>
<div>

View file

@ -50,12 +50,16 @@ body {
}
.sidebar-webring {
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;
display: block;
border-radius: 4px;
text-align: center;
&.textonly {
border-top: 2px dotted var(--main-fg-color);
& > p {
margin: 0px;
text-decoration: none;
}
}
.sidebar-caption {