Add some extras
This commit is contained in:
parent
201831345f
commit
d6c050eee0
Binary file not shown.
|
After Width: | Height: | Size: 416 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 680 KiB |
|
|
@ -57,7 +57,8 @@
|
|||
<div class="hub">
|
||||
<header class="hub-header">
|
||||
<h1>Cool People</h1>
|
||||
<p class="tagline">This is where people I know can be put up on my site, click their profiles for their pages</p>
|
||||
<p class="tagline">This is where people I know can be put up on my site, click their profiles for their
|
||||
pages</p>
|
||||
</header>
|
||||
|
||||
<!-- Girlfriend -->
|
||||
|
|
@ -80,18 +81,15 @@
|
|||
<span class="friend-name close">Ria</span>
|
||||
</a>
|
||||
<a class="friend">
|
||||
<img class="friend-pfp close"
|
||||
src="/assets/friends/lilly.png">
|
||||
<img class="friend-pfp close" src="/assets/friends/lilly.png">
|
||||
<span class="friend-name close">Lilly</span>
|
||||
</a>
|
||||
<a class="friend" href="https://cammy-the-cat.com" target="_blank">
|
||||
<img class="friend-pfp close"
|
||||
src="/assets/friends/camilla.png">
|
||||
<img class="friend-pfp close" src="/assets/friends/camilla.png">
|
||||
<span class="friend-name close">Camilla</span>
|
||||
</a>
|
||||
<a class="friend">
|
||||
<img class="friend-pfp close"
|
||||
src="/assets/friends/saphie.png">
|
||||
<img class="friend-pfp close" src="/assets/friends/saphie.png">
|
||||
<span class="friend-name close">Saphie</span>
|
||||
</a>
|
||||
<a class="friend" href="https://a.stupid.cat">
|
||||
|
|
@ -126,6 +124,10 @@
|
|||
<section class="section">
|
||||
<h2 class="section-title">Other Peeps</h2>
|
||||
<p class="section-subtitle">You can request to be added here!</p>
|
||||
<a class="friend" href="https://aureal.dev/">
|
||||
<img class="friend-pfp known" src="/assets/friends/aureal.gif">
|
||||
<span class="friend-name known">Aureal</span>
|
||||
</a>
|
||||
</section>
|
||||
|
||||
|
||||
|
|
@ -144,6 +146,7 @@
|
|||
<img src="/assets/88x31/noweb32.gif" alt="No Web 3.2" loading="lazy">
|
||||
<img src="/assets/88x31/meltice.gif" alt="Melt Ice" loading="lazy">
|
||||
<img src="/assets/88x31/transnow.gif" alt="TransNow" loading="lazy">
|
||||
<img src="/assets/88x31/doughminaiton.png" alt="Doughmination" loading="lazy">
|
||||
</aside>
|
||||
|
||||
<aside class="badges" aria-label="System badges">
|
||||
|
|
|
|||
|
|
@ -2260,6 +2260,10 @@ body:has(.friend-grid) .hub-header {
|
|||
content: "🩵 ";
|
||||
}
|
||||
|
||||
.friend-name.known::before {
|
||||
content: "💛 ";
|
||||
}
|
||||
|
||||
.friend-name.wife::before {
|
||||
content: "🖤 ";
|
||||
}
|
||||
|
|
@ -2285,6 +2289,10 @@ body:has(.friend-grid) .hub-header {
|
|||
border: 3px solid var(--red);
|
||||
}
|
||||
|
||||
.friend-pfp.known {
|
||||
border: 3px solid var(--saphire);
|
||||
}
|
||||
|
||||
.friend:hover {
|
||||
transform: translateY(-3px);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -225,6 +225,7 @@
|
|||
<img src="/assets/88x31/noweb32.gif" alt="No Web 3.2" loading="lazy">
|
||||
<img src="/assets/88x31/meltice.gif" alt="Melt Ice" loading="lazy">
|
||||
<img src="/assets/88x31/transnow.gif" alt="TransNow" loading="lazy">
|
||||
<img src="/assets/88x31/doughminaiton.png" alt="Doughmination" loading="lazy">
|
||||
</aside>
|
||||
|
||||
<aside class="badges" aria-label="System badges">
|
||||
|
|
|
|||
|
|
@ -111,6 +111,7 @@
|
|||
<img src="/assets/88x31/noweb32.gif" alt="No Web 3.2" loading="lazy">
|
||||
<img src="/assets/88x31/meltice.gif" alt="Melt Ice" loading="lazy">
|
||||
<img src="/assets/88x31/transnow.gif" alt="TransNow" loading="lazy">
|
||||
<img src="/assets/88x31/doughminaiton.png" alt="Doughmination" loading="lazy">
|
||||
</aside>
|
||||
|
||||
<aside class="badges" aria-label="System badges">
|
||||
|
|
|
|||
Loading…
Reference in New Issue