1
Fork 0

Add a link to TiMaSoMo.

This commit is contained in:
Bauke 2022-11-04 14:25:53 +01:00
parent 45c1407477
commit 0e5d27e22d
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 14 additions and 0 deletions

View File

@ -34,6 +34,11 @@
<img class="screenshot" alt="Re-Nav Screenshot" title="Re-Nav Screenshot"
src="../assets/re-nav-screenshot.png">
<p class="timasomo-2022">
Re-Nav was created in one month during
<a href="https://tildes.net/~creative.timasomo/12ua/timasomo_2022_roll_call#comment-7htb">TiMaSoMo 2022</a>!
</p>
</main>
<footer class="page-footer">

View File

@ -68,6 +68,15 @@ body {
.screenshot {
border: 1px solid var(--foreground-2);
margin-bottom: var(--spacing-16);
}
.timasomo-2022 {
text-align: center;
a {
font-weight: bold;
}
}
}