Update Projects list
This commit is contained in:
parent
5dbf9fa28f
commit
f8a9cfa1a9
1 changed files with 5 additions and 5 deletions
10
index.tsx
10
index.tsx
|
@ -30,19 +30,19 @@ export default function({ nav }) {
|
|||
<h2 id="projects">Projects</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://code.fosterhangdaan.com/foster/grub-themes">GRUB Themes</a> — collection of themes for the GRand Unified Bootloader
|
||||
<a href="https://code.fosterhangdaan.com/foster/website">This website</a> — My personal website & blog.
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://code.fosterhangdaan.com/foster/website">This website</a> — my personal website & blog
|
||||
<a href="https://code.fosterhangdaan.com/foster/grub-themes">GRUB Themes</a> — Collection of themes for the <strong>GR</strong>and <strong>U</strong>nified <strong>B</strong>ootloader.
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://code.fosterhangdaan.com/foster/bitcoin-core-container">Bitcoin Core Container</a> — A containerized Bitcoin node
|
||||
<a href="https://code.fosterhangdaan.com/foster/ipme">IpMe</a> — A self-hostable API for obtaining your public IP address.
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://code.fosterhangdaan.com/foster/monero-node-container">Monero Node Container</a> — A containerized Monero node
|
||||
<a href="https://code.fosterhangdaan.com/foster/bitcoin-core-container">Bitcoin Core Container</a> — A containerized Bitcoin node.
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://code.fosterhangdaan.com/foster/electrum-container">Electrum Container</a> — A containerized Electrum server powered by Electrs
|
||||
<a href="https://code.fosterhangdaan.com/foster/monero-node-container">Monero Node Container</a> — A containerized Monero node.
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue