1
0
Fork 0
forked from wezm/wezm.net

Add rsspls to projects sidebar

This commit is contained in:
Wesley Moore 2022-07-04 15:14:49 +10:00
parent 03cacc6120
commit 34559284b1
No known key found for this signature in database
GPG key ID: BF67766C0BC2D0EE

View file

@ -31,7 +31,16 @@
<section class="projects-section">
<h2>Projects</h2>
<p>A selection of projects I've built or contributed to:</p>
<ul class="projects">
<li>
<a href="https://github.com/wezm/rsspls" class="no-border">
<span class="emoji-img">📰</span>
</a>
<a href="https://github.com/wezm/rsspls">RSS Please</a>
<p>Generate RSS feeds from web pages.</p>
</li>
<li>
<a href="https://github.com/yeslogic/allsorts">
<img src="images/allsorts.svg">Allsorts
@ -60,13 +69,6 @@
</a>
<p>A blog about operating system exploration.</p>
</li>
<li>
<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>
<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">
@ -75,12 +77,6 @@
</a>
<p>A personal knowledge base.</p>
</li>
<li>
<a href="https://readrust.net/">
<img src="images/read-rust.svg">Read Rust
</a>
<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>