Compare commits
9 Commits
v0.92
...
276b8eb510
| Author | SHA1 | Date | |
|---|---|---|---|
| 276b8eb510 | |||
| ec54a1f3a2 | |||
| aa1f270c59 | |||
| 90a0f39790 | |||
| 8dd4e034ee | |||
| 13ccaa8658 | |||
| 539b9a36fc | |||
| 43e9fbc5aa | |||
| f7e58040fa |
@@ -54,6 +54,12 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<div id="skipLink">
|
||||||
|
<a href="#siteContent">Skip to content</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<h1>Page Not Found</h1>
|
<h1>Page Not Found</h1>
|
||||||
<p>Sorry, but the page you were trying to view does not exist.</p>
|
<p>Sorry, but the page you were trying to view does not exist.</p>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -387,6 +387,20 @@ button:visited, .link-button:visited {
|
|||||||
Layout styles
|
Layout styles
|
||||||
======================= */
|
======================= */
|
||||||
|
|
||||||
|
#skipLink a {
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
left: -999px;
|
||||||
|
top: -999px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#skipLink a:focus {
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
padding: var(--spacing-2);
|
||||||
|
background: var(--color-background-content-box);
|
||||||
|
}
|
||||||
|
|
||||||
main, footer {
|
main, footer {
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
+58
-2
@@ -25,7 +25,63 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<main>
|
<div id="skipLink">
|
||||||
|
<a href="#siteContent">Skip to content</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<header class="site-header">
|
||||||
|
<a class="logo" href="/">Logo</a>
|
||||||
|
|
||||||
|
<nav class="desktop-nav" aria-label="Primary navigation">
|
||||||
|
<ul>
|
||||||
|
<li><a href="#">Home</a></li>
|
||||||
|
<li><a href="#">Work</a></li>
|
||||||
|
<li><a href="#">About</a></li>
|
||||||
|
<li><a href="#">Contact</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<button
|
||||||
|
class="menu-toggle"
|
||||||
|
id="menuToggle"
|
||||||
|
type="button"
|
||||||
|
aria-expanded="false"
|
||||||
|
aria-controls="mobileMenu"
|
||||||
|
aria-haspopup="true"
|
||||||
|
aria-label="Open menu"
|
||||||
|
>
|
||||||
|
<span></span>
|
||||||
|
<span></span>
|
||||||
|
<span></span>
|
||||||
|
</button>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="menu-overlay" id="menuOverlay" hidden></div>
|
||||||
|
|
||||||
|
<aside
|
||||||
|
class="mobile-menu"
|
||||||
|
id="mobileMenu"
|
||||||
|
aria-label="Mobile navigation"
|
||||||
|
aria-hidden="true"
|
||||||
|
>
|
||||||
|
<div class="mobile-menu__header">
|
||||||
|
<strong>Menu</strong>
|
||||||
|
<button class="menu-close" id="menuClose" type="button" aria-label="Close menu">
|
||||||
|
✕
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<nav aria-label="Mobile navigation">
|
||||||
|
<ul>
|
||||||
|
<li><a href="#">Home</a></li>
|
||||||
|
<li><a href="#">Work</a></li>
|
||||||
|
<li><a href="#">About</a></li>
|
||||||
|
<li><a href="#">Contact</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
<main id="siteContent" class="page-content">
|
||||||
|
|
||||||
<!-- target="_blank" rel="noopener noreferrer" -->
|
<!-- target="_blank" rel="noopener noreferrer" -->
|
||||||
|
|
||||||
@@ -71,7 +127,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- Add your site or application content here -->
|
<!-- Add your site or application content here -->
|
||||||
<!-- <script src="js/app.js"></script> -->
|
<script src="js/app.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|||||||
+7
-1
@@ -24,6 +24,12 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<div id="skipLink">
|
||||||
|
<a href="#siteContent">Skip to content</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
<section class="align-left">
|
<section class="align-left">
|
||||||
@@ -110,7 +116,7 @@
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- Add your site or application content here -->
|
<!-- Add your site or application content here -->
|
||||||
<!-- <script src="js/app.js"></script> -->
|
<script src="js/app.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|||||||
+6
-1
@@ -24,6 +24,11 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<div id="skipLink">
|
||||||
|
<a href="#siteContent">Skip to content</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
<section class="align-left">
|
<section class="align-left">
|
||||||
@@ -144,7 +149,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- Add your site or application content here -->
|
<!-- Add your site or application content here -->
|
||||||
<!-- <script src="js/app.js"></script> -->
|
<script src="js/app.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user