about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2023-09-05 22:45:09 -0500
committerStarfall <us@starfall.systems>2023-09-05 22:45:09 -0500
commit559c6387110801e35ca57f6c97261350330a1116 (patch)
treee48bb7f751b02b464609f7e27686ca7d282745ee
parent4b1bbd1c11f91ac61841894bd9d6e44f313a682f (diff)
another update tonight
-rw-r--r--html/blog/2023-W25/index.html4
-rw-r--r--html/blog/centralization-through-decentralization/index.html4
-rw-r--r--html/blog/index.html4
-rw-r--r--html/blog/java-timezones/index.html4
-rw-r--r--html/blog/lament-for-the-commons/index.html4
-rw-r--r--html/css-experiments/index.html80
-rw-r--r--html/index.html4
-rw-r--r--html/resources/index.html4
-rw-r--r--html/resources/mutant-standard/index.html4
9 files changed, 96 insertions, 16 deletions
diff --git a/html/blog/2023-W25/index.html b/html/blog/2023-W25/index.html
index 598f970..de734a7 100644
--- a/html/blog/2023-W25/index.html
+++ b/html/blog/2023-W25/index.html
@@ -13,9 +13,8 @@
 <body>
 <!-- todo color picker -->
 
-<header>
+<header class=clearfix>
 	<h1>Things We Read This Week</h1>
-	<span id=decor-moons aria-hidden=true></span>
 	<nav aria-label=primary>
 		
 		<ul>
@@ -33,6 +32,7 @@
 			</li>
 		</ul>
 	</nav>
+	<span id=decor-moons aria-hidden=true></span>
 </header>
 
 <article>
diff --git a/html/blog/centralization-through-decentralization/index.html b/html/blog/centralization-through-decentralization/index.html
index 9b1f5c8..eb42a35 100644
--- a/html/blog/centralization-through-decentralization/index.html
+++ b/html/blog/centralization-through-decentralization/index.html
@@ -13,9 +13,8 @@
 <body>
 <!-- todo color picker -->
 
-<header>
+<header class=clearfix>
 	<h1>Centralization Through Decentralization</h1>
-	<span id=decor-moons aria-hidden=true></span>
 	<nav aria-label=primary>
 		
 		<ul>
@@ -33,6 +32,7 @@
 			</li>
 		</ul>
 	</nav>
+	<span id=decor-moons aria-hidden=true></span>
 </header>
 
 <article>
diff --git a/html/blog/index.html b/html/blog/index.html
index 6d5c640..b491dad 100644
--- a/html/blog/index.html
+++ b/html/blog/index.html
@@ -13,9 +13,8 @@
 <body>
 <!-- todo color picker -->
 
-<header>
+<header class=clearfix>
 	<h1>~/blog</h1>
-	<div id=decor-moons aria-hidden=true></div>
 	<nav aria-label=primary>
 		
 		<ul>
@@ -33,6 +32,7 @@
 			</li>
 		</ul>
 	</nav>
+	<div id=decor-moons aria-hidden=true></div>
 </header>
 
 <main>
diff --git a/html/blog/java-timezones/index.html b/html/blog/java-timezones/index.html
index a1a3a71..acbe73b 100644
--- a/html/blog/java-timezones/index.html
+++ b/html/blog/java-timezones/index.html
@@ -13,9 +13,8 @@
 <body>
 <!-- todo color picker -->
 
-<header>
+<header class=clearfix>
 	<h1>Timezones in Java</h1>
-	<span id=decor-moons aria-hidden=true></span>
 	<nav aria-label=primary>
 		
 		<ul>
@@ -33,6 +32,7 @@
 			</li>
 		</ul>
 	</nav>
+	<span id=decor-moons aria-hidden=true></span>
 </header>
 
 <article>
diff --git a/html/blog/lament-for-the-commons/index.html b/html/blog/lament-for-the-commons/index.html
index 440e0e0..4d351b1 100644
--- a/html/blog/lament-for-the-commons/index.html
+++ b/html/blog/lament-for-the-commons/index.html
@@ -13,9 +13,8 @@
 <body>
 <!-- todo color picker -->
 
-<header>
+<header class=clearfix>
 	<h1>Lament for the Commons</h1>
-	<span id=decor-moons aria-hidden=true></span>
 	<nav aria-label=primary>
 		
 		<ul>
@@ -33,6 +32,7 @@
 			</li>
 		</ul>
 	</nav>
+	<span id=decor-moons aria-hidden=true></span>
 </header>
 
 <article>
diff --git a/html/css-experiments/index.html b/html/css-experiments/index.html
new file mode 100644
index 0000000..f9e4d77
--- /dev/null
+++ b/html/css-experiments/index.html
@@ -0,0 +1,80 @@
+<!doctype html>
+<html lang=en-US dir=ltr>
+<head>
+	<title>CSS Experiments</title>
+	<meta charset=UTF-8>
+	<meta name=robots content="noindex, nofollow">
+	<meta name=viewport content="width=device-width, initial-scale=1">
+	<link rel=stylesheet href=/css/terminal.css>
+	<script src='/js/moon-phase.js'></script>
+	
+</head>
+
+<body>
+<!-- todo color picker -->
+
+<header class=clearfix>
+	<h1>CSS Experiments</h1>
+	<nav aria-label=primary>
+		
+		<ul>
+			<li>
+				<a href="/">Home</a>
+			</li>
+			<li>
+				<a href="/resources/">Resources</a>
+			</li>
+			<li>
+				<a href="/blog/">Blog</a>
+			</li>
+			<li>
+				<a href="https://git.starfall.systems">Git</a>
+			</li>
+		</ul>
+	</nav>
+	<div id=decor-moons aria-hidden=true></div>
+</header>
+
+<main>
+
+<style>
+.warning {
+	display: none;
+}
+
+.warning + span {
+	color: #3d4041;
+	text-shadow: none;
+	border: 1px solid #3d4041;
+	border-radius: 0.25em;
+	padding: 0 0.25em;
+}
+
+.warning:checked + span {
+	color: pink;
+	text-shadow: 0 0 4px red, 0 0 12px red;
+	border: 1px solid pink;
+	border-radius: 0.25em;
+	box-shadow: 0 0 8px red;
+	padding: 0 0.25em;
+}
+</style>
+
+<section>
+	<p>Silly warning label. I've made it toggleable, because why not:
+	<label>
+		<input type=checkbox class=warning />
+		<span>MERCURY IN RETROGRADE</span>
+	</label>
+</section>
+
+</main>
+
+<footer>
+<section>
+	<p>This site is 100% <a href=https://git.starfall.systems/web>source-available</a>. © 2020-2023 Starfall. See <a href=https://git.starfall.systems/web/tree/COPYING.md rel=license>COPYING.md</a>.
+</section>
+<div style=text-align:center>∨/∧</div>
+</footer>
+
+</body>
diff --git a/html/index.html b/html/index.html
index f2a6329..0c90869 100644
--- a/html/index.html
+++ b/html/index.html
@@ -13,9 +13,8 @@
 <body>
 <!-- todo color picker -->
 
-<header>
+<header class=clearfix>
 	<h1>starfall.systems</h1>
-	<div id=decor-moons aria-hidden=true></div>
 	<nav aria-label=primary>
 		
 		<ul>
@@ -33,6 +32,7 @@
 			</li>
 		</ul>
 	</nav>
+	<div id=decor-moons aria-hidden=true></div>
 </header>
 
 <main>
diff --git a/html/resources/index.html b/html/resources/index.html
index a1d743f..c5ce597 100644
--- a/html/resources/index.html
+++ b/html/resources/index.html
@@ -13,9 +13,8 @@
 <body>
 <!-- todo color picker -->
 
-<header>
+<header class=clearfix>
 	<h1>~/resources</h1>
-	<div id=decor-moons aria-hidden=true></div>
 	<nav aria-label=primary>
 		
 		<ul>
@@ -33,6 +32,7 @@
 			</li>
 		</ul>
 	</nav>
+	<div id=decor-moons aria-hidden=true></div>
 </header>
 
 <main>
diff --git a/html/resources/mutant-standard/index.html b/html/resources/mutant-standard/index.html
index 8d6b96a..5234058 100644
--- a/html/resources/mutant-standard/index.html
+++ b/html/resources/mutant-standard/index.html
@@ -13,9 +13,8 @@
 <body>
 <!-- todo color picker -->
 
-<header>
+<header class=clearfix>
 	<h1>Mutant Standard Shortcodes</h1>
-	<div id=decor-moons aria-hidden=true></div>
 	<nav aria-label=primary>
 		
 		<ul>
@@ -33,6 +32,7 @@
 			</li>
 		</ul>
 	</nav>
+	<div id=decor-moons aria-hidden=true></div>
 </header>
 
 <main>