1 Commits

Author SHA1 Message Date
sefaria be9491f1e8 updated og image assets 2026-05-16 15:16:52 +02:00
7 changed files with 4 additions and 91 deletions
-6
View File
@@ -54,12 +54,6 @@
</head>
<body>
<div id="skipLink">
<a href="#siteContent">Skip to content</a>
</div>
<h1>Page Not Found</h1>
<p>Sorry, but the page you were trying to view does not exist.</p>
</body>
-14
View File
@@ -387,20 +387,6 @@ button:visited, .link-button:visited {
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 {
max-width: 900px;
border: none;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 21 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

+2 -58
View File
@@ -25,63 +25,7 @@
<body>
<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">
<main>
<!-- target="_blank" rel="noopener noreferrer" -->
@@ -127,7 +71,7 @@
<!-- Add your site or application content here -->
<script src="js/app.js"></script>
<!-- <script src="js/app.js"></script> -->
</body>
+1 -7
View File
@@ -24,12 +24,6 @@
</head>
<body>
<div id="skipLink">
<a href="#siteContent">Skip to content</a>
</div>
<main>
<section class="align-left">
@@ -116,7 +110,7 @@
</footer>
<!-- Add your site or application content here -->
<script src="js/app.js"></script>
<!-- <script src="js/app.js"></script> -->
</body>
+1 -6
View File
@@ -24,11 +24,6 @@
</head>
<body>
<div id="skipLink">
<a href="#siteContent">Skip to content</a>
</div>
<main>
<section class="align-left">
@@ -149,7 +144,7 @@
<!-- Add your site or application content here -->
<script src="js/app.js"></script>
<!-- <script src="js/app.js"></script> -->
</body>