1
0
Fork 1
mirror of https://github.com/wezm/wezm.net.git synced 2025-04-03 02:10:42 +00:00

Tweak projects markup to ensure all links have text

Ref: 
This commit is contained in:
Wesley Moore 2025-02-21 08:41:41 +11:00
parent cbb4856a9b
commit c2799792d6
No known key found for this signature in database

View file

@ -35,17 +35,15 @@
<ul class="projects">
<li>
<a href="https://github.com/wezm/feedlynx" class="no-border">
<img src="{{ config.base_url }}/images/feedlynx.svg" width="32" alt="">
<a href="https://github.com/wezm/feedlynx">
<img src="{{ config.base_url }}/images/feedlynx.svg" width="32" alt="">Feedlynx
</a>
<a href="https://github.com/wezm/feedlynx">Feedlynx</a>
<p>Collect links to read or watch later in an RSS feed.</p>
</li>
<li>
<a href="https://github.com/wezm/rsspls" class="no-border">
<span class="emoji-img">📰</span>
<a href="https://github.com/wezm/rsspls">
<span class="emoji-img">📰</span>RSS Please
</a>
<a href="https://github.com/wezm/rsspls">RSS Please</a>
<p>Generate RSS feeds from web pages.</p>
</li>
<li>
@ -61,10 +59,9 @@
<p>Font parser, shaping engine, and subsetter implemented in Rust.</p>
</li>
<li>
<a href="https://github.com/wezm/git-grab" class="no-border">
<span class="emoji-img">⤵️</span>
<a href="https://github.com/wezm/git-grab">
<span class="emoji-img">⤵️</span>Git Grab
</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>