Commit 0e0f83e4 authored by marius david's avatar marius david
Browse files

remove the about page for now

parent a6804db9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
						mkdir -p $out
						cp -r ${./.}/web/* $out/
						${pkgs.python3}/bin/python ${./.}/tools/merge_data.py ${./.}/entries $out/atlas.json
						rm $out/about.html
					'';
				};
				default = website;
+2 −1
Original line number Diff line number Diff line
@@ -91,7 +91,8 @@
			<div class="container py-4">
				<div class="row g-5">
					<div class="col-md-7 col-xl-8">
						<h1 class="display-5 fw-bold mb-4">The 2023 r/place Atlas</h1>
						<h1 class="display-5 fw-bold mb-4">The 2023 r/place Atlas (to do)</h1>
						<p><b>This page has not (yet) been adapted, and come from the original source. For information on this Fediverse Canvas Atlas, consult the <a href="https://github.com/marius851000/lemmy-canvas-2024-atlas">GitHub</a> ReadMe instead.</b></p>
						<p>This is an interactive map aiming to chart all the artworks created during the <a href="https://www.reddit.com/r/place/" target="_blank" rel="noreferrer">r/place</a> April Fools event on Reddit in 2023. It is made with information to each artwork of the canvas provided by the community.</p>
						<p>The original code was developed by <a href="https://draemm.li/various/place-atlas/" target="_blank" rel="noreferrer">Roland Rytz</a> <a href="mailto:roland.rytz@gmail.com"><i aria-label="Mail" class="bi bi-envelope"></i></a> <a href="https://reddit.com/user/draemmli/" target="_blank" rel="noreferrer"><i aria-label="Reddit" class="bi bi-reddit"></i></a> and is available under the free <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank" rel="noreferrer">AGPL license</a> on <a href="https://github.com/RolandR/place-atlas" target="_blank">GitHub</a>.</p>
						<p>The currently maintained version of the website is managed by <a href="https://place-atlas.stefanocoding.me" target="_blank">Place Atlas Initiative</a>, led by Stefano Haagmans and is obtainable under the same license within a <a href="https://github.com/placeAtlas/atlas-2023" target="_blank">GitHub fork</a>.</p>
+2 −2
Original line number Diff line number Diff line
@@ -104,9 +104,9 @@
									<a class="nav-link" href="https://github.com/marius851000/lemmy-canvas-2024-atlas" target="_blank">Source</a>
								</li>

								<li class="nav-item col-6 col-lg-auto">
								<!--<li class="nav-item col-6 col-lg-auto">
									<a class="nav-link" href="./about.html">About</a>
								</li>
								</li>-->
							</ul>
						</div>
					</div>