changed members list to <dl>

This commit is contained in:
Emma Tebibyte 2022-09-25 16:42:42 -04:00
parent b7aafe1fae
commit 3ea9a39068
Signed by: emma
GPG Key ID: 6D661C738815E7DD
2 changed files with 44 additions and 25 deletions

View File

@ -56,6 +56,7 @@ body {
}
dd {
margin-bottom: 1em;
text-align: left;
}

View File

@ -42,31 +42,49 @@
<h2 id="members">
<a href="#members">Members</a>
</h2>
<p>
<a href="https://git.tebibyte.media/sashakoshka/arf">ARF</a>, an
experimental programming language with a focus on modularization
and clarity of code.
<p>
<a href="https://git.tebibyte.media/canary/canary">Canary</a>, a
post-structuralist graphical user interface (GUI) using
WebAssembly scripting for its runtime logic.
</p>
<p>
<a href="https://git.tebibyte.media/cyborg/cyborg">Cyborg</a>,
an artist-oriented realtime 3D rendering engine.
</p>
<p>
<a href="https://git.tebibyte.media/minecrust/hopper">Hopper</a>,
a Minecraft package manager written in Rust, which is capable of
globally managing mods, modpacks, plugins, and resource packs
all from the comfort of your terminal.
</p>
<!-- <p><a href="https://ortusjournal.org">Ortus Journal</a>, a
journal of speculative analysis
<a title="nonfree plugins" href="https://gschoppe.com/wordpress/plugins-and-themes-open-source/">
[!]
</a>
</p> -->
<dl>
<dt>
<a href="https://git.tebibyte.media/sashakoshka/arf">
ARF</a>
</dt>
<dd>
An experimental programming language with a focus on modularization
and clarity of code.
</dd>
<dt>
<a href="https://git.tebibyte.media/canary/canary">
Canary</a>
</dt>
<dd>
A post-structuralist graphical user interface (GUI) using
WebAssembly scripting for its runtime logic.
</dd>
<dt>
<a href="https://git.tebibyte.media/cyborg/cyborg">
Cyborg</a>
</dt>
<dd>
An artist-oriented realtime 3D rendering engine.
</dd>
<dt>
<a href="https://git.tebibyte.media/minecrust/hopper">Hopper
</a>
</dt>
<dd>
A Minecraft package manager written in Rust, which is
capable of globally managing mods, modpacks, plugins,
and resource packs all from the comfort of your
terminal
</dd>
<!-- <dt>
<a> href="https://ortusjournal.org">Ortus Journal</a>
</dt>
<dd>
A journal of speculative analysis
</dd> -->
</dl>
</section>
<section>
<hgroup>