-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add possibility for quick maintenance mode
- Loading branch information
Showing
3 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php include 'partials/header.php'; ?> | ||
<main class="main main--maintenance"> | ||
<h1> | ||
<svg width="100%" viewBox="0 0 100 15" aria-hidden="true" style="overflow:hidden"> | ||
<text x="50" y="12.5" text-anchor="middle" font-size="14.5" style=" | ||
font-family: Literata; | ||
font-weight: 550; | ||
fill: currentColor; | ||
opacity: .5; | ||
font-variation-settings: "opsz" 50; | ||
text-transform: uppercase; | ||
text-shadow: 0 3px 3px #0006; | ||
">Codepoints</text> | ||
</svg> | ||
</h1> | ||
<p>Unfortunately, we are currently in maintenance mode. But fear not, we | ||
will be right back with more code point features!</p> | ||
<p>Meanwhile you can come chat with us over at Mastodon: | ||
<a href="https://typo.social/@codepoints">typo.social/@codepoints</a>.</p> | ||
<div> | ||
<iframe src="https://www.youtube-nocookie.com/embed/O0wOD9TWynM" width="100%" style="aspect-ratio: 16/9"></iframe> | ||
</div> | ||
</main> | ||
<?php include 'partials/footer.php'; ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters