update crew list

This commit is contained in:
ari melody 2025-08-20 16:07:07 +01:00
parent 800f67a04f
commit f06119c9a4
Signed by: ari
GPG key ID: CF99829C92678188
5 changed files with 16 additions and 3 deletions

View file

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 108 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

View file

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Before After
Before After

View file

@ -52,7 +52,7 @@
<div id="crew-list">
<div class="crew-item">
<img src="/img/avatars/ari.jpg" alt="ari melody photo" class="avatar" width=64 height=64>
<img src="/img/avatars/arispacegirl.jpg" alt="ari melody photo" class="avatar" width=64 height=64>
<div class="crew-info">
<h3>ari</h3>
<p><a href="https://arimelody.space" class="handle">@arispacegirl</a></p>
@ -65,7 +65,7 @@
</div>
</div>
<div class="crew-item">
<img src="/img/avatars/mae.jpg" alt="vimae photo" class="avatar" width=64 height=64>
<img src="/img/avatars/vimae.jpg" alt="vimae photo" class="avatar" width=64 height=64>
<div class="crew-info">
<h3>mae</h3>
<p><a href="https://mae.wtf" class="handle">@vimae</a></p>
@ -91,7 +91,7 @@
</div>
</div>
<div class="crew-item">
<img src="/img/avatars/julia.png" alt="julia photo" class="avatar" width=64 height=64>
<img src="/img/avatars/karakara.png" alt="julia photo" class="avatar" width=64 height=64>
<div class="crew-info">
<h3>julia</h3>
<p><a href="https://insertdomain.name" class="handle">@karakara</a></p>
@ -102,6 +102,19 @@
</div>
</div>
</div>
<div class="crew-item">
<img src="/img/avatars/loudar.jpg" alt="alex photo" class="avatar" width=64 height=64>
<div class="crew-info">
<h3>alex</h3>
<p><a href="https://illegal.trading" class="handle">@loudar</a></p>
<div class="crew-tags">
<span class="crew-tag">he/they</span>
<span class="crew-tag">developer</span>
<span class="crew-tag">musician</span>
<span class="crew-tag">artist</span>
</div>
</div>
</div>
</div>
</div>