summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Winston2025-06-07 22:37:54 -0400
committerBen Winston2025-06-07 22:37:54 -0400
commit1aa5c944caec7867f1905e1846bf5478d1ee860f (patch)
treea67733c89cdd9c93f5ed56ff7e66e1341c7cf62a
parentf8a1b6c4f52f7e19b99173846a86c840be8c38a9 (diff)
update links to remove rawtext.club, freshen
-rw-r--r--index.html3
-rw-r--r--projects/index.html10
2 files changed, 6 insertions, 7 deletions
diff --git a/index.html b/index.html
index 701156a..0c22927 100644
--- a/index.html
+++ b/index.html
@@ -17,10 +17,9 @@ Ben Winston
</p>
<p>
[me@internet ~]$ grep -i $(whoami) -r /var/www/<br/>
+sr.ht: <a href="https://git.sr.ht/~mryouse">~mryouse</a><br/>
github.com: <a href="https://github.com/winsbe01">winsbe01</a><br/>
linkedin.com: <a href="https://www.linkedin.com/in/winsbe01/">winsbe01</a><br/>
-rawtext.club: <a href="https://git.rawtext.club/mryouse">~mryouse</a><br/>
-sr.ht: <a href="https://git.sr.ht/~mryouse">~mryouse</a><br/>
</p>
<p>
[me@internet ~]$ mail -s "nice to meet you!" ben(at)benwinston(dot)us<br/>
diff --git a/projects/index.html b/projects/index.html
index 4cff2b9..4bb395d 100644
--- a/projects/index.html
+++ b/projects/index.html
@@ -11,18 +11,18 @@
<br/><br/>
<h2>Projects</h2>
<br/>
-<h3><a href="https://git.rawtext.club/neb/neb-python">neb</a></h3>
+<h3><a href="https://git.sr.ht/~mryouse/neb-python">neb</a></h3>
<p>An S-Expression programming language, with gradual typing and multiple dispatch</p>
-<h3><a href="https://github.com/winsbe01/booki">booki</a></h3>
+<h3><a href="https://git.sr.ht/~mryouse/paw">paw</a></h3>
+<p>An (incomplete) Forth-ish language, written in ARM assembly</p>
+<h3><a href="https://git.sr.ht/~mryouse/cbooki">booki</a></h3>
<p>Organize your books on the command line</p>
<h3><a href="https://github.com/winsbe01/roku-cli">roku-cli</a></h3>
<p>A CLI-driven <a href="https://www.roku.com">Roku</a> remote, with search!</p>
<h3><a href="https://github.com/winsbe01/nq">nq</a></h3>
<p>A scrappy music player for mp3s and Spotify</p>
-<h3><a href="https://git.rawtext.club/mryouse/sweepy">sweepy</a></h3>
+<h3><a href="https://git.sr.ht/~mryouse/sweepy">sweepy</a></h3>
<p>It's minesweeper on the command line!</p>
-<h3><a href="https://git.rawtext.club/mryouse/ouija">ouija</a></h3>
-<p>A Python library for drawing CLI game boards using <a href="https://en.wikipedia.org/wiki/Curses_%28programming_library%29">curses</a></p>
</div>
</body>
</html>