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>
|
||||
</a>
|
||||
</li>
|
||||
<li class="link-card astro-DOHJNAO5">
|
||||
<a href="https://next.forgejo.org/LimePotato/" class="informational astro-DOHJNAO5">
|
||||
<h2 class="astro-DOHJNAO5">
|
||||
<img src="/assets/icons/Forgejo_logo.svg" width="24" height="24" class="astro-DOHJNAO5">
|
||||
ForgeJo Account (For 24/7 repo hosting)
|
||||
<span class="astro-DOHJNAO5">→</span>
|
||||
</h2>
|
||||
<p class="astro-DOHJNAO5">
|
||||
|
||||
</p>
|
||||
</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>
|
||||
<!--
|
||||
<Card
|
||||
source=/assets/icons/Forgejo_logo.svg
|
||||
href="https://next.forgejo.org/LimePotato/"
|
||||
title="ForgeJo Account (For 24/7 repo hosting)"
|
||||
/>
|
||||
<Card
|
||||
source=/assets/icons/codeberg-svgrepo-com.svg
|
||||
href="https://codeberg.org/LimePotato"
|
||||
title="Codeberg"
|
||||
/>
|
||||
-->
|
||||
<li class="link-card astro-DOHJNAO5">
|
||||
<a href="https://modrinth.com/user/limepotato" class="informational astro-DOHJNAO5">
|
||||
<h2 class="astro-DOHJNAO5">
|
||||
|
|
|
@ -13,6 +13,7 @@ import Card from '../components/Card.astro';
|
|||
href="https://git.ouroboros.group/LimePotato/"
|
||||
title="Self-Hosted ForgeJo Instance"
|
||||
/>
|
||||
<!--
|
||||
<Card
|
||||
source=/assets/icons/Forgejo_logo.svg
|
||||
href="https://next.forgejo.org/LimePotato/"
|
||||
|
@ -23,6 +24,7 @@ import Card from '../components/Card.astro';
|
|||
href="https://codeberg.org/LimePotato"
|
||||
title="Codeberg"
|
||||
/>
|
||||
-->
|
||||
<Card
|
||||
source=https://avatars.githubusercontent.com/u/67560307?s=200&v=4
|
||||
href="https://modrinth.com/user/limepotato"
|
||||
|
|
Loading…
Reference in a new issue