Add project entry for Vimm DL
Also reorganized the project list.
This commit is contained in:
parent
97e65b7513
commit
c9b5e7824c
1 changed files with 10 additions and 10 deletions
20
index.tsx
20
index.tsx
|
@ -42,10 +42,14 @@ export default function ({ nav }) {
|
||||||
</h2>
|
</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://code.fosterhangdaan.com/foster/website">
|
<a href="https://code.fosterhangdaan.com/foster/vimm-dl">
|
||||||
This website
|
Vimm DL
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
— My personal website & blog.
|
— A secure command-line tool to automate game downloads from <a href="https://vimm.net/vault">Vimm's Vault</a>.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://code.fosterhangdaan.com/foster/ipme">IpMe</a>{" "}
|
||||||
|
— A self-hostable API for obtaining your public IP address.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://code.fosterhangdaan.com/foster/grub-themes">
|
<a href="https://code.fosterhangdaan.com/foster/grub-themes">
|
||||||
|
@ -54,10 +58,6 @@ export default function ({ nav }) {
|
||||||
— Collection of themes for the <strong>GR</strong>and{" "}
|
— Collection of themes for the <strong>GR</strong>and{" "}
|
||||||
<strong>U</strong>nified <strong>B</strong>ootloader.
|
<strong>U</strong>nified <strong>B</strong>ootloader.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a href="https://code.fosterhangdaan.com/foster/ipme">IpMe</a>{" "}
|
|
||||||
— A self-hostable API for obtaining your public IP address.
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href="https://code.fosterhangdaan.com/foster/bitcoin-core-container">
|
<a href="https://code.fosterhangdaan.com/foster/bitcoin-core-container">
|
||||||
Bitcoin Core Container
|
Bitcoin Core Container
|
||||||
|
@ -65,10 +65,10 @@ export default function ({ nav }) {
|
||||||
— A containerized Bitcoin node.
|
— A containerized Bitcoin node.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://code.fosterhangdaan.com/foster/monero-node-container">
|
<a href="https://code.fosterhangdaan.com/foster/website">
|
||||||
Monero Node Container
|
This website
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
— A containerized Monero node.
|
— My personal website & blog.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue