-
-
Notifications
You must be signed in to change notification settings - Fork 659
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed wiki links in configurable inputs
- Loading branch information
1 parent
d527a2f
commit 412a2ca
Showing
3 changed files
with
38 additions
and
21 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
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 2023 r/place Atlas"> | ||
<meta name="robots" content="index, follow"> | ||
|
||
<meta property="og:title" content="The 2023 r/place Atlas"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:url" content="https://2023.place-atlas.stefanocoding.me/"> | ||
|
@@ -33,17 +33,17 @@ | |
<meta name="twitter:image:alt" content="The 2023 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">The Atlas has been updated. Few quality of life updates, and The Final Clean canvas is now <a class="alert-link" href="#/T">viewable</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,13 +341,13 @@ <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" style="display:none"> | ||
<a class="text-decoration-none" href="https://place-wiki.stefanocoding.me/" target="_blank"> | ||
<span class="text-body">r/place Wiki</span> | ||
<i class="bi bi-box-arrow-up-right" aria-hidden="true"></i> | ||
</a> | ||
</label> | ||
<div id="wikiGroup" class="mb-3 d-flex flex-column gap-2"></div> --> | ||
<div id="wikiGroup" class="mb-3 d-flex flex-column gap-2" style="display:none"></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"> | ||
<input type="submit" class="btn btn-secondary flex-fill" id="previewButton" value="Preview"> | ||
|