mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-09 09:22:32 +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;
|
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);
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue