-
-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1484 from placeAtlas/cleanup
Cleanup
- Loading branch information
Showing
2 changed files
with
6 additions
and
7 deletions.
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
<meta name="author" content="Place Atlas contributors (original by Roland Rytz)"> | ||
<meta name="application-name" content="The r/place Atlas 2022"> | ||
<meta name="robots" content="index, follow"> | ||
|
||
<meta property="og:title" content="The 2022 r/place Atlas"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:url" content="https://2022.place-atlas.stefanocoding.me/"> | ||
|
@@ -34,17 +34,17 @@ | |
<meta name="twitter:image:alt" content="The 2022 r/place Atlas logo"> | ||
|
||
<!-- <meta name="google-site-verification" content="gZGHpBSMzffAbIn0qB8b00We6EwSGkDTfDoQVv-NWss"/> --> | ||
|
||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, minimum-scale=1, maximum-scale=1, shrink-to-fit=no, viewport-fit=cover"> <!-- user-scalable=no --> | ||
<meta name="mobile-web-app-capable" content="yes"> | ||
<meta name="color-scheme" content="light dark"> | ||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white"> | ||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#222"> | ||
|
||
<link rel="apple-touch-icon" href="_img/apple-touch-icon.png" sizes="180x180"> | ||
<link rel="icon alternate" href="_img/favicon.png" type="image/png" class="js-site-favicon"> | ||
<link rel="icon" href="_img/favicon.svg" type="image/svg+xml" class="js-site-favicon"> | ||
|
||
<link rel="stylesheet" href="./_css/style.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap-dark.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> | ||
|
@@ -118,8 +118,8 @@ | |
<aside class="container-fluid alert-primary collapse" id="headerAnnouncement"> | ||
<div class="d-flex w-100 py-2 align-items-center"> | ||
<i class="bi bi-info-circle-fill fs-5"></i> | ||
<p class="mb-0 flex-grow-1 px-2"> The 2023 edition of r/place is currently underway, and we are back! Check out <a class="alert-link" href="https://2023.place-atlas.stefanocoding.me">The 2023 r/place Atlas</a>!</p> | ||
<a class="fs-5" data-bs-toggle="collapse" href="#headerAnnouncement" role="button" aria-expanded="false" aria-controls="headerAnnouncement"><i class="bi bi-x-lg"></i></a> | ||
<p class="mb-0 flex-grow-1 px-2"> This is the 2022 edition of the r/place Atlas. Check out <a class="alert-link" href="https://2023.place-atlas.stefanocoding.me">the 2023 r/place Atlas</a>!</p> | ||
<a class="fs-5" data-bs-toggle="collapse" href="#headerAnnouncement" role="button" aria-expanded="false" aria-controls="headerAnnouncement"><i class="bi bi-x-lg"></i></a> | ||
</div> | ||
</aside> | ||
<nav id="main-navbar" class="navbar navbar-expand-md bg-body border-bottom"> | ||
|