Add some new projects

This commit is contained in:
Wesley Moore 2021-11-12 08:26:40 +10:00
parent fc0a8acbbd
commit 666a9e1ace
No known key found for this signature in database
GPG key ID: BF67766C0BC2D0EE
2 changed files with 23 additions and 4 deletions

View file

@ -280,8 +280,11 @@ ul.projects {
margin-right: 0.5em;
}
.emoji-img {
font-size: 32px;
margin-right: 0.5rem;
display: inline-block;
width: 32px;
font-size: 24px;
margin-right: 0.25rem;
text-align: center;
}
p {
margin-left: calc(32px + 0.5em);

View file

@ -40,6 +40,20 @@
</a>
<p>Font parser, shaping engine, and subsetter implemented in Rust.</p>
</li>
<li>
<a href="https://dewpoint.7bit.org/" class="no-border">
<span class="emoji-img">💧</span>
</a>
<a href="https://dewpoint.7bit.org/">Dewpoint</a>
<p>View a 7-day dewpoint forecast for a selected location.</p>
</li>
<li>
<a href="https://github.com/wezm/git-grab" class="no-border">
<span class="emoji-img">⤵️</span>
</a>
<a href="https://github.com/wezm/git-grab">Git Grab</a>
<p>Clone a git repository into a standard location organised by domain and path.</p>
</li>
<li>
<a href="https://bitcannon.net/">
<svg id="bookmark" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="#85144b">
@ -49,9 +63,10 @@
<p>A blog about operating system exploration.</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 href="https://github.com/wezm/leaf" 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>
@ -69,6 +84,7 @@
<p>Curated posts from the Rust community (now in maintenance mode).</p>
</li>
</ul>
<a href="https://github.com/wezm/wezm#project-showcase">View more projects →</a>
</section>
</div>