Hackerrank new templates in sandbox. updated a bunch of williams-sonoma stuff. GSU backup.

This commit is contained in:
Norm Rasmussen
2024-10-24 16:50:02 -04:00
parent 1335c4c29b
commit 3626ead591
42 changed files with 839 additions and 265 deletions

View File

@ -1,10 +1,41 @@
<main class="np-main np-max-width np-subpage-container">
<main class="np-main np-max-width np-subpage-container page-not-found">
<div class="np-homepage-featured-text">
<div class="np-homepage-headline">
{% t .header %}
</div>
<div class="np-homepage-subheadline">
The resource you're looking for has moved. Please try using the search option in the upper right corner.
</div>
</div>
<div class="np-homepage-featured-empty">
<img src="/images/404.svg">
</div>
</main>
<style>
.page-not-found {
margin-top: 70px;
}
@media (min-width: 768px) {
.page-not-found {
margin-top: 64px;
}
}
@media (min-width: 1024px) {
.page-not-found {
margin-top: 90px;
}
}
@media (min-width: 1366px) {
.page-not-found {
margin-top: 100px;
}
}
.sk-branding-banner {
display: none !important;
}
</style>