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; margin-right: 0.5em;
} }
.emoji-img { .emoji-img {
font-size: 32px; display: inline-block;
margin-right: 0.5rem; width: 32px;
font-size: 24px;
margin-right: 0.25rem;
text-align: center;
} }
p { p {
margin-left: calc(32px + 0.5em); margin-left: calc(32px + 0.5em);

View file

@ -40,6 +40,20 @@
</a> </a>
<p>Font parser, shaping engine, and subsetter implemented in Rust.</p> <p>Font parser, shaping engine, and subsetter implemented in Rust.</p>
</li> </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> <li>
<a href="https://bitcannon.net/"> <a href="https://bitcannon.net/">
<svg id="bookmark" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="#85144b"> <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> <p>A blog about operating system exploration.</p>
</li> </li>
<li> <li>
<a href="https://github.com/yeslogic/allsorts" class="no-border"> <a href="https://github.com/wezm/leaf" class="no-border">
<span class="emoji-img">🍃</span></a><a href="https://github.com/wezm/leaf">Leaf <span class="emoji-img">🍃</span>
</a> </a>
<a href="https://github.com/wezm/leaf">Leaf</a>
<p>Lightweight, self-hosted task tracking.</p> <p>Lightweight, self-hosted task tracking.</p>
</li> </li>
<li> <li>
@ -69,6 +84,7 @@
<p>Curated posts from the Rust community (now in maintenance mode).</p> <p>Curated posts from the Rust community (now in maintenance mode).</p>
</li> </li>
</ul> </ul>
<a href="https://github.com/wezm/wezm#project-showcase">View more projects →</a>
</section> </section>
</div> </div>