37 lines
1.2 KiB
PHP
37 lines
1.2 KiB
PHP
<header aria-label="Skip links">
|
|
<ul role="list">
|
|
<li>
|
|
<a href="#main">Skip to content</a>
|
|
</li>
|
|
<li>
|
|
<a href="#footer">Skip to footer</a>
|
|
</li>
|
|
<li>
|
|
<a href="#a11y-options">Skip to style settings</a>
|
|
</li>
|
|
</ul>
|
|
</header>
|
|
<ul role="list" class="site-ribbons">
|
|
<li>
|
|
<a href="https://sixfold.org">
|
|
<span>Read</span>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://app.sixfold.org" aria-current="location">
|
|
<span>Vote</span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<header>
|
|
<a href="/"><?php include ABS_PATH . "/assets/lockup.svg" ?></a>
|
|
<nav>
|
|
<ul role="list">
|
|
<li><a href="/" <?php if (CURRENT_URL === '/') { ?>aria-current="page"<?php } ?>>Dashboard</a></li>
|
|
<li><a href="/games" <?php if (CURRENT_URL === '/games') { ?>aria-current="page"<?php } ?>>Games</a></li>
|
|
<li><a href="/members" <?php if (CURRENT_URL === '/members') { ?>aria-current="page"<?php } ?>>Members</a></li>
|
|
<li><a href="/account" <?php if (CURRENT_URL === '/account') { ?>aria-current="page"<?php } ?>>Account</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|