hover and focus, sample data handling, skip to content link, more

This commit is contained in:
2026-05-01 11:12:51 -07:00
parent adcde00acc
commit 4f16c28bca
16 changed files with 133 additions and 45 deletions

View File

@ -1,15 +1,10 @@
<header>
<nav>
{% if page.url == "/submit/" %}
<a href="/">Return Home</a>
{% elif page.url == "/" %}
<a href="/submit/">Submit Your Own</a>
{% endif %}
<ul>
<li> <a id="skip" href="#main">skip to content</a></li>
<li><a href="/" {% if page.url === "/" %}aria-current="page"{% endif %}>home page</a></li>
<li><a href="/about/" {% if page.url === "/about/" %}aria-current="page"{% endif %}>about this site</a></li>
<li><a href="/submit/" {% if page.url === "/submit/" %}aria-current="page"{% endif %}>submit a listing</a></li>
</ul>
</nav>
<div class="wip">
<p>This site is still a bit of a proof-of-concept. I don't know yet if it'll
go anywhere! Feel free to sign up regardless and I'll put ya in. (Note: all
handles that are @test.test are, I hope obviously, fake data.)</p>
</div>
</header>