📝 Adds keys project
This commit is contained in:
parent
5a87798cc0
commit
950fbea572
@ -61,10 +61,13 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
|
||||
<p>Contacts:
|
||||
<a href="mailto:selfsigned-ash@proton.me" target="_blank" class="underline">selfsigned-ash@proton.me</a>
|
||||
<a href="tel:+421948309804" target="_blank" class="underline ml-2">+421 948 309 804</a>
|
||||
<a href="https://matrix.org/" target="_blank" class="underline ml-2">@selfsigned-ash:svitan.dev</a>
|
||||
</p>
|
||||
<p>Socials:
|
||||
<a href="https://github.com/Streamer272" target="_blank" class="underline">GitHub</a>
|
||||
<a href="https://gitea.svitan.dev/Streamer272" target="_blank" class="underline ml-2">Gitea</a>
|
||||
<a href="https://signal.org/" target="_blank" class="underline ml-2">Signal</span>
|
||||
<a href="https://mastodon.social/@selfsigned_ash" target="_blank" class="underline ml-2">Mastodon</a>
|
||||
</p>
|
||||
|
||||
<div class="h-6"/>
|
||||
@ -146,7 +149,7 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
|
||||
<td>A home-made door alarm based on ultrasound sensor distance measurements (in development)</td>
|
||||
<td class="flex gap-1 flex-wrap text-sm">
|
||||
<span class="hashtag">#electronics</span>
|
||||
<span class="hashtag">#rust</span>
|
||||
<span class="hashtag">#go</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -175,6 +178,18 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Keys</td>
|
||||
<td class="flex gap-x-2">
|
||||
<Link link="https://gitea.svitan.dev/Streamer272/keys"/>
|
||||
</td>
|
||||
<td>A very simple client-server based keylogger for Windows, Linux, and MacOS</td>
|
||||
<td class="flex gap-1 flex-wrap text-sm">
|
||||
<span class="hashtag">#go</span>
|
||||
<span class="hashtag">#api</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Free Fall Sim</td>
|
||||
<td class="flex gap-x-2">
|
||||
@ -187,7 +202,6 @@ if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) {
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td>What's my acronym in Assembly</td>
|
||||
<td class="flex gap-x-2">
|
||||
|
Loading…
x
Reference in New Issue
Block a user