hover and focus, sample data handling, skip to content link, more
This commit is contained in:
@ -7,12 +7,5 @@
|
||||
<a href="https://heckin.technology/inherentlee/fedi-classifieds"
|
||||
target="_blank">source code</a>
|
||||
</li>
|
||||
<li>
|
||||
{% if page.url == "/" %}
|
||||
<a href="/submit/">submit your own</a>
|
||||
{% elif page.url == "/submit/" %}
|
||||
<a href="/">return home</a>
|
||||
{% endif %}
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user