blog post 'hshwd release' + hshwd project page

This commit is contained in:
2026-02-05 21:26:07 +01:00
parent 6363b15c5a
commit 2fcc58a46f
12 changed files with 468 additions and 39 deletions

View File

@@ -197,6 +197,19 @@
<div class="spacer" style="--size: 2em;"></div>
<h2 id="apps">Apps & Software</h2>
<div class="row" style="gap: 2em">
<div class="column" style="--custom_width: 33%; gap: 1em">
<a href="projects/hshwd/index.html" class="card" style="text-decoration: none;">
<img src="projects/hshwd/thumb.png" alt="hshwd" title="hshwd" class="card_image"/>
<div class="box">
<div class="column" style="width: 100%;">
<h3 class="card_title">hshwd <img class="verified" src="media/icons/verified.svg" /></h3>
<p class="card_text">
A password generator using the properties of hash functions. Successor of pwgen.
</p>
</div>
</div>
</a>
</div>
<div class="column" style="--custom_width: 33%; gap: 1em">
<a href="projects/pwgen/index.html" class="card" style="text-decoration: none;">
<img src="projects/pwgen/thumb.png" alt="pwgen" title="pwgen" class="card_image"/>
@@ -223,7 +236,6 @@
</div>
</a>
</div>
<div class="column" style="--custom_width: 33%; gap: 1em"></div>
</div>
</div>
</div>