mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-18 04:42:47 +00:00
Add some new projects
This commit is contained in:
parent
fc0a8acbbd
commit
666a9e1ace
2 changed files with 23 additions and 4 deletions
|
@ -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);
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue