Hide un-used accounts
This commit is contained in:
parent
635a33d4e9
commit
c376c0eb83
2 changed files with 14 additions and 24 deletions
36
dist/projects/index.html
vendored
36
dist/projects/index.html
vendored
|
@ -72,30 +72,18 @@
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="link-card astro-DOHJNAO5">
|
<!--
|
||||||
<a href="https://next.forgejo.org/LimePotato/" class="informational astro-DOHJNAO5">
|
<Card
|
||||||
<h2 class="astro-DOHJNAO5">
|
source=/assets/icons/Forgejo_logo.svg
|
||||||
<img src="/assets/icons/Forgejo_logo.svg" width="24" height="24" class="astro-DOHJNAO5">
|
href="https://next.forgejo.org/LimePotato/"
|
||||||
ForgeJo Account (For 24/7 repo hosting)
|
title="ForgeJo Account (For 24/7 repo hosting)"
|
||||||
<span class="astro-DOHJNAO5">→</span>
|
/>
|
||||||
</h2>
|
<Card
|
||||||
<p class="astro-DOHJNAO5">
|
source=/assets/icons/codeberg-svgrepo-com.svg
|
||||||
|
href="https://codeberg.org/LimePotato"
|
||||||
</p>
|
title="Codeberg"
|
||||||
</a>
|
/>
|
||||||
</li>
|
-->
|
||||||
<li class="link-card astro-DOHJNAO5">
|
|
||||||
<a href="https://codeberg.org/LimePotato" class="informational astro-DOHJNAO5">
|
|
||||||
<h2 class="astro-DOHJNAO5">
|
|
||||||
<img src="/assets/icons/codeberg-svgrepo-com.svg" width="24" height="24" class="astro-DOHJNAO5">
|
|
||||||
Codeberg
|
|
||||||
<span class="astro-DOHJNAO5">→</span>
|
|
||||||
</h2>
|
|
||||||
<p class="astro-DOHJNAO5">
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="link-card astro-DOHJNAO5">
|
<li class="link-card astro-DOHJNAO5">
|
||||||
<a href="https://modrinth.com/user/limepotato" class="informational astro-DOHJNAO5">
|
<a href="https://modrinth.com/user/limepotato" class="informational astro-DOHJNAO5">
|
||||||
<h2 class="astro-DOHJNAO5">
|
<h2 class="astro-DOHJNAO5">
|
||||||
|
|
|
@ -13,6 +13,7 @@ import Card from '../components/Card.astro';
|
||||||
href="https://git.ouroboros.group/LimePotato/"
|
href="https://git.ouroboros.group/LimePotato/"
|
||||||
title="Self-Hosted ForgeJo Instance"
|
title="Self-Hosted ForgeJo Instance"
|
||||||
/>
|
/>
|
||||||
|
<!--
|
||||||
<Card
|
<Card
|
||||||
source=/assets/icons/Forgejo_logo.svg
|
source=/assets/icons/Forgejo_logo.svg
|
||||||
href="https://next.forgejo.org/LimePotato/"
|
href="https://next.forgejo.org/LimePotato/"
|
||||||
|
@ -23,6 +24,7 @@ import Card from '../components/Card.astro';
|
||||||
href="https://codeberg.org/LimePotato"
|
href="https://codeberg.org/LimePotato"
|
||||||
title="Codeberg"
|
title="Codeberg"
|
||||||
/>
|
/>
|
||||||
|
-->
|
||||||
<Card
|
<Card
|
||||||
source=https://avatars.githubusercontent.com/u/67560307?s=200&v=4
|
source=https://avatars.githubusercontent.com/u/67560307?s=200&v=4
|
||||||
href="https://modrinth.com/user/limepotato"
|
href="https://modrinth.com/user/limepotato"
|
||||||
|
|
Loading…
Reference in a new issue