Compare commits
1 Commits
276b8eb510
..
v0.92
| Author | SHA1 | Date | |
|---|---|---|---|
| be9491f1e8 |
@@ -54,12 +54,6 @@
|
|||||||
</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,20 +387,6 @@ 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;
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 21 KiB |
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.6 KiB |
+2
-58
@@ -25,63 +25,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div id="skipLink">
|
<main>
|
||||||
<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" -->
|
||||||
|
|
||||||
@@ -127,7 +71,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>
|
||||||
|
|
||||||
|
|||||||
+1
-7
@@ -24,12 +24,6 @@
|
|||||||
</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">
|
||||||
@@ -116,7 +110,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>
|
||||||
|
|
||||||
|
|||||||
+1
-6
@@ -24,11 +24,6 @@
|
|||||||
</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">
|
||||||
@@ -149,7 +144,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