summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-01-24 03:07:45 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-01-24 03:07:45 +0800
commit6170439e22ccc0d2cc123169477e9f7e97fd7b8b (patch)
tree4fd48f145d9fa48b90d3747a4f3d427ec33885a9
parent5b733137036c4d2eaf8aef66c2e41c7c484dfb5f (diff)
downloadwww-6170439e22ccc0d2cc123169477e9f7e97fd7b8b.tar.gz
nyan changes
-rw-r--r--favor.css1
-rw-r--r--index.html6
2 files changed, 4 insertions, 3 deletions
diff --git a/favor.css b/favor.css
index 0efe7dd..42f57ac 100644
--- a/favor.css
+++ b/favor.css
@@ -85,6 +85,7 @@ a:active {
 }
 #memes {
 	margin: auto;
+	text-align: center;
 	/* columns: 255 10em; */
 }
 .alarm {
diff --git a/index.html b/index.html
index ee35d2d..84f48c1 100644
--- a/index.html
+++ b/index.html
@@ -86,12 +86,12 @@
 				</ul>
 			</div>
 		</div>
+		<div id="memes">
+			<img src="https://www.postitivita.it/wp-content/uploads/2021/04/Nyan-cat-NFT.gif" alt="CC BY GIF of the nyan cat, origin postitivita.it." width="20%"/>
+		</div>
 		<div id="footer">
 			<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://www.andrewyu.org">Andrew Yu's Website</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="mailto:andrew@andrewyu.org">Andrew Yu</a> is marked with <a href="http://creativecommons.org/publicdomain/zero/1.0?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/zero.svg?ref=chooser-v1"></a></p>
 			<p>Stuff on this website that's supposed to be publicly accessible (don't try to get around my htaccess, don't crack my ssh, don't snoop on my email, etc) is public domain.  This does not include my projects and my git repos.  <a href="https://stpeter.im/writings/essays/publicdomain.html">https://stpeter.im/writings/essays/publicdomain.html</a> is a good explanation on why people put stuff in the public domain.  However, you might want to see the GNU AGPL section on this page.</p>
 		</div>
-		<div id="memes">
-			<img src="https://www.postitivita.it/wp-content/uploads/2021/04/Nyan-cat-NFT.gif" alt="CC BY GIF of the nyan, see src of link for origin" width="20%"/>
-		</div>
 	</body>
 </html>