mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Order project alphabetically and add maintenance note to Read Rust
This commit is contained in:
parent
27f58173d2
commit
972ea340fc
1 changed files with 12 additions and 12 deletions
|
@ -32,10 +32,10 @@
|
||||||
|
|
||||||
<ul class="projects">
|
<ul class="projects">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://readrust.net/">
|
<a href="https://github.com/yeslogic/allsorts">
|
||||||
<img src="images/read-rust.svg">Read Rust
|
<img src="images/allsorts.svg">Allsorts
|
||||||
</a>
|
</a>
|
||||||
<p>Curated posts from the Rust community.</p>
|
<p>Font parser, shaping engine, and subsetter implemented in Rust.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://bitcannon.net/">
|
<a href="https://bitcannon.net/">
|
||||||
|
@ -45,6 +45,12 @@
|
||||||
</a>
|
</a>
|
||||||
<p>A blog about operating system exploration.</p>
|
<p>A blog about operating system exploration.</p>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://github.com/yeslogic/allsorts" class="no-border">
|
||||||
|
<span class="emoji-img">🍃</span></a><a href="https://github.com/wezm/leaf">Leaf
|
||||||
|
</a>
|
||||||
|
<p>Lightweight, self-hosted task tracking.</p>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://linkedlist.org/">
|
<a href="https://linkedlist.org/">
|
||||||
<svg id="i-link" viewBox="0 0 32 32" width="32" height="32" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
|
<svg id="i-link" viewBox="0 0 32 32" width="32" height="32" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
|
||||||
|
@ -54,16 +60,10 @@
|
||||||
<p>A personal knowledge base.</p>
|
<p>A personal knowledge base.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/yeslogic/allsorts">
|
<a href="https://readrust.net/">
|
||||||
<img src="images/allsorts.svg">Allsorts
|
<img src="images/read-rust.svg">Read Rust
|
||||||
</a>
|
</a>
|
||||||
<p>Font parser, shaping engine, and subsetter implemented in Rust.</p>
|
<p>Curated posts from the Rust community (now in maintenance mode).</p>
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://github.com/yeslogic/allsorts" class="no-border">
|
|
||||||
<span class="emoji-img">🍃</span></a><a href="https://github.com/wezm/leaf">Leaf
|
|
||||||
</a>
|
|
||||||
<p>Lightweight, self-hosted task tracking.</p>
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue