diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2023-08-10 16:56:51 +0200 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2023-08-10 16:56:51 +0200 |
commit | d7507d2def1d2f1f84b4bdcff2a521733ded6312 (patch) | |
tree | 8a5e0ea63befb019e9cf2882ab2d26c6aad89f70 /src/http | |
parent | 5559e0134382a141f5edabdacf1dc81f12b55c27 (diff) |
Clean up homepage, add ghost to gmi, make separator smaller
Diffstat (limited to 'src/http')
-rw-r--r-- | src/http/tpl/index.html | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/src/http/tpl/index.html b/src/http/tpl/index.html index 0e5b58e..8431fa7 100644 --- a/src/http/tpl/index.html +++ b/src/http/tpl/index.html @@ -9,10 +9,8 @@ </p> <h2>Social</h2> - <p>Feel free to hmu on any of these if you'd like to get in touch.</p> + <p>Feel free to hmu over email if you'd like to get in touch.</p> <ul> - <li>Matrix: <a href="https://matrix.to/#/@mediocregopher:waffle.farm">@mediocregopher:waffle.farm</a></li> - <li>Mastodon: <a href="https://social.cryptic.io/@mediocregopher">@mediocregopher@social.cryptic.io</a></li> <li>Email: <a href="mailto:me@mediocregopher.com">me@mediocregopher.com</a></li> </ul> @@ -25,20 +23,15 @@ are for open-source code I've written. </li> <li><a href="https://github.com/mediocregopher/radix">radix</a> is for using redis with go.</li> - <li><a href="https://code.betamike.com/cryptic-io/cryptic-net">cryptic-net</a> implements the foundation of a community infrastucture.</li> + <li><a href="https://code.betamike.com/micropelago">micropelago</a> implements the foundation of a community infrastucture.</li> <li><a href="https://code.betamike.com/mediocregopher/mediocre-blog">mediocre-blog</a> is the CMS I designed from scratch to run this site.</li> </ul> - <h2>Art</h2> - <ul> - <li><a href="https://opensea.io/mediocregopher?tab=created">OpenSea</a> lists some NFTs I've made.</li> - <li><a href="https://exchange.art/artists/mediocregopher/series">Exchange.art</a> lists others.</li> - </ul> - <h2>Other</h2> <ul> <li><a href="https://bgpicciano.com">bgpicciano.com</a> is my cover site/resume.</li> <li><a href="https://news.cryptic.io">Cryptic News</a> aggregates interesting blogs.</li> + <li><a href="https://opensea.io/mediocregopher?tab=created">OpenSea</a> lists some NFTs I've made.</li> </ul> <hr/> |