Add a link to TiMaSoMo.
This commit is contained in:
parent
45c1407477
commit
0e5d27e22d
|
@ -34,6 +34,11 @@
|
||||||
|
|
||||||
<img class="screenshot" alt="Re-Nav Screenshot" title="Re-Nav Screenshot"
|
<img class="screenshot" alt="Re-Nav Screenshot" title="Re-Nav Screenshot"
|
||||||
src="../assets/re-nav-screenshot.png">
|
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>
|
</main>
|
||||||
|
|
||||||
<footer class="page-footer">
|
<footer class="page-footer">
|
||||||
|
|
|
@ -68,6 +68,15 @@ body {
|
||||||
|
|
||||||
.screenshot {
|
.screenshot {
|
||||||
border: 1px solid var(--foreground-2);
|
border: 1px solid var(--foreground-2);
|
||||||
|
margin-bottom: var(--spacing-16);
|
||||||
|
}
|
||||||
|
|
||||||
|
.timasomo-2022 {
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
a {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue