shithub: sirjofri_de

Download patch

ref: 2b0b73cdd996181144e76ba4824f143add3fb805
parent: 721047e033a918cb9ade136244b9fa5b4a3c4541
author: sirjofri <sirjofri@sirjofri.de>
date: Thu Jun 6 07:27:58 EDT 2024

changes home page

reorders projects list, changes "about" section, adds ONE of 500

--- a/index.ht
+++ b/index.ht
@@ -4,12 +4,11 @@
 <h2>About</h2>
 <b>This is about me. Hello.</b>
 </header>
+<p>I am …</p>
 <ul>
+<li>an Unreal programmer with >5 years of professional experience</li>
 <li>a <a href="https://9front.org">9front</a> user</li>
-<li>an <a href="https://en.wikipedia.org/wiki/Acme_(text_editor)">acme</a> user</li>
-<li>a game programmer</li>
-<li>some kind of shader guy</li>
-<li>a demoscene fan</li>
+<li>someone who likes shaders</li>
 </ul>
 </section>
 <section>
@@ -19,11 +18,7 @@
 </header>
 <ul>
 <li><s><a href="http://wiki.9gridchan.org">9gridchan</a></s> <a href="http://9p.zone">9p.zone</a></li>
-<li><a href="https://twitter.com/sirjofri">Twitter</a></li>
-<li><a href="https://sirjofri.artstation.com">Artstation</a></li>
-<li><a href="https://devrant.com/users/sirjofri">DevRant</a></li>
 <li><a href="https://shadertoy.com/user/sirjofri">Shadertoy</a></li>
-<li><a href="https://gitlab.com/sirjofri">Gitlab</a></li>
 <li><a href="https://github.com/sirjofri">GitHub</a></li>
 <li><a href="https://discordapp.com">Discord</a> (ask me)</li>
 <li><a rel="me" href="https://mastodon.sdf.org/@sirjofri">Mastodon @ SDF</a></li>
@@ -33,18 +28,39 @@
 <section>
 <header>
 <h2>What I do</h2>
-<b>Projects, Concepts, …</b>
 </header>
+	<section>
+	<header>
+	<h3>Game projects</h3>
+	</header>
 <ul>
-<li><a href="https://github.com/sirjofri/gridchat-web">gridchat web</a> is a web client for the <a href="https://9gridchan.org">9gridchan</a> hub chat. It's made as a progressive web app, so you can install it on your phone.</li>
-<li><a href="https://github.com/sirjofri/pstools">pstools</a> is a collection of postscript and troff tools.</li>
+<li><a href="https://oneof500-game.com">ONE of 500</a> lets you explore the world of the bible at the time of Jesus.</li>
+<li><a href="https://shithub.us/sirjofri/puzzles/HEAD/info.html">puzzles</a> is a port of the Simon Tatham portable puzzle collection to Plan 9.</li>
+<li><a href="https://github.com/sirjofri/tetris-bsd">tetris-bsd</a> version 2 of the original bsdgames tetris game.</li>
+</ul>
+	</section>
+	<section>
+	<header>
+	<h3>Software and tools</h3>
+	</header>
+<ul>
 <li><a href="https://git.sr.ht/~sirjofri/plumbto">plumbto</a> lets you decide where you want to plumb to.</li>
-<li><a href="https://github.com/sirjofri/rssfill">rssfill</a> can fill your <code>/lib/news</code> with data from RSS/Atom feeds.</li>
-<li><a href="https://github.com/sirjofri/glossy">glossy</a> is a LaTeX package that helps with typesetting interlinear glosses over many pages (I use it to typeset the bible).</li>
-<li><a href="https://github.com/sirjofri/gridchat">gridchat</a> Dis/Inferno version.</li>
 <li><a href="https://github.com/sirjofri/plumbmon">plumbmon</a> — A plumb monitor.</li>
-<li><a href="https://github.com/sirjofri/tetris-bsd">tetris-bsd</a> version 2 of the original bsdgames tetris game.</li>
+<li><a href="https://github.com/sirjofri/rssfill">rssfill</a> can fill your <code>/lib/news</code> with data from RSS/Atom feeds.</li>
+<li><a href="https://github.com/sirjofri/pstools">pstools</a> is a collection of postscript and troff tools.</li>
 <li><a href="https://shithub.us/sirjofri/epublish/HEAD/info.html">epublish</a> ebook publishing tools.</li>
+<li><a href="https://github.com/sirjofri/glossy">glossy</a> is a LaTeX package that helps with typesetting interlinear glosses over many pages (I used it to typeset the bible).</li>
+<li><a href="https://github.com/sirjofri/gridchat">gridchat</a> Dis/Inferno version.</li>
 <li><a href="https://shithub.us/sirjofri/fingerd/HEAD/info.html">fingerd</a> finger server for Plan 9.</li>
 </ul>
+	</section>
+	<section>
+	<header>
+	<h3>Proof of concepts, tests, …</h3>
+	</header>
+<ul>
+<li><a href="https://github.com/sirjofri/gridchat-web">gridchat web</a> is a web client for the <a href="https://9gridchan.org">9gridchan</a> hub chat. It's made as a progressive web app, so you can install it on your phone.</li>
+</li>… (see my <a href="https://shithub.us/sirjofri/usr.html">shithub</a> and other sources).
+</ul>
+	</section>
 </section>