Merge redesign into main (#111)

This commit is contained in:
video-prize-ranch
2023-06-10 12:04:29 -04:00
parent 922480f05a
commit 4de1fa1e79
52 changed files with 598 additions and 371 deletions

6
views/partials/nav.hbs Normal file
View File

@@ -0,0 +1,6 @@
<a href="/">
<nav class="m-4 flex items-center justify-center">
<img src="/static/img/rimgo.svg" class="invert hue-rotate-180" width="72" height="72" />
<h1 class="font-extrabold text-3xl">rimgo</h1>
</nav>
</a>