-
-
Notifications
You must be signed in to change notification settings - Fork 476
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 #1502 from placeAtlas/cleanup
Cleanup
- Loading branch information
Showing
4 changed files
with
14 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12737,3 +12737,5 @@ zznclm | |
1ca8gih | ||
1cxll1c | ||
1d4nzyb | ||
1d74tzj | ||
1d94w0z |
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 |
---|---|---|
|
@@ -5572,3 +5572,5 @@ CalmAmbassador6555 | |
AltaSleepySunshine | ||
FlashFab117 | ||
Opposite-Tutor6000 | ||
Gobou_ | ||
0-0-4IceMonkey |
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 Initiative and contributors (original by Roland Rytz)"> | ||
<meta name="application-name" content="The 2022 r/place Atlas"> | ||
<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/"> | ||
|
@@ -33,17 +33,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"> | ||
|
@@ -117,7 +117,7 @@ | |
<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">This is the 2022 edition of the r/place Atlas. For the latest one, 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="#headerNotice" role="button" aria-expanded="false" aria-controls="headerNotice"><i class="bi bi-x-lg"></i></a> | ||
<a class="fs-5" data-bs-toggle="collapse" href="#headerNotice" role="button" aria-expanded="false" aria-controls="headerNotice"><i class="bi bi-x-lg"></i></a> | ||
</div> | ||
</aside> | ||
<nav id="main-navbar" class="navbar navbar-expand-lg bg-body border-bottom"> | ||
|
@@ -341,12 +341,12 @@ <h6>Need Help?</h6> | |
<div id="subredditGroup" class="mb-3 d-flex flex-column gap-2"></div> | ||
<label id="discordLabel" class="form-label">Discord</label> | ||
<div id="discordGroup" class="mb-3 d-flex flex-column gap-2"></div> | ||
<label id="wikiLabel" class="form-label"> | ||
<!-- <label id="wikiLabel" class="form-label"> | ||
<a class="text-decoration-none" href="https://place-wiki.stefanocoding.me/" target="_blank" rel="noopener noreferrer"> | ||
<span class="text-body">r/place Wiki</span> | ||
<i class="bi bi-box-arrow-up-right" aria-hidden="true"></i> | ||
</a> | ||
</label> | ||
</label> --> | ||
<div id="wikiGroup" class="mb-3 d-flex flex-column gap-2"></div> | ||
<div id="infoButtons" class="d-flex flex-wrap flex-row-reverse gap-2"> | ||
<input type="submit" class="btn btn-primary flex-fill" id="exportButton" value="Export"> | ||
|