summary refs log tree commit diff
diff options
context:
space:
mode:
authorAshelyn Dawn <ashe@tempest.dev>2022-12-21 00:41:01 +0000
committerAshelyn Dawn <ashe@tempest.dev>2022-12-21 00:41:01 +0000
commit98e0c0d7abaf453147a833cc1d0f659551a98008 (patch)
tree8506675628b523f4e846ee969d72a82c8f580536
parentccc09ccbdc4b6cf60a5211c88931c1834b1c3798 (diff)
Adjust color scheme
-rw-r--r--about.html5
-rw-r--r--changelog.html76
-rw-r--r--index.html2
-rw-r--r--not_found.html1
-rw-r--r--posts/07_29_2022-on-communities-and-trust.html1
-rw-r--r--posts/08_01_2022-thoughts-on-neovim.html1
-rw-r--r--posts/index.html1
-rw-r--r--resources/style.css14
8 files changed, 12 insertions, 89 deletions
diff --git a/about.html b/about.html
index b30e6a1..695f7af 100644
--- a/about.html
+++ b/about.html
@@ -9,7 +9,6 @@
     <nav>
       <a href="/">Home</a>
       <a href="/about.html">About</a>
-      <a href="/changelog.html">Changelog</a>
       <a href="/posts/">Posts</a>
     </nav>
     <h1>
@@ -45,8 +44,8 @@
 
     <p>
       I am married to my lovely wife Em, and we have two kids together. I also
-      have recently started dating my amazing girlfriend
-      <a target="_blank" href="https://loveshock.xyz/">Amber</a>
+      have two other amazing partners, <a target="_blank" href="https://loveshock.xyz/">Amber</a>
+      and Irisha
     </p>
 
     <h3>Other Projects</h3>
diff --git a/changelog.html b/changelog.html
deleted file mode 100644
index 2095d1f..0000000
--- a/changelog.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <title>Changelog</title>
-    <link rel="stylesheet" href="/resources/style.css"/>
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-  </head>
-  <body>
-    <nav>
-      <a href="/">Home</a>
-      <a href="/about.html">About</a>
-      <a href="/changelog.html">Changelog</a>
-      <a href="/posts/">Posts</a>
-    </nav>
-    <h1>
-      Changelog
-    </h1>
-
-    <p>
-      Making notes about changes to the site as I go along
-    </p>
-
-
-    <p>
-      Because the <a href="/posts/">posts</a> section is chronological, this
-      will not include entries for those here.  This page is just for organizational
-      or other changes.
-    </p>
-
-    <p>
-      If you'd like a more detailed list of changes (including code diffs),
-      you can find the repository for this site on 
-      <a href="https://gitlab.com/tempest_dawn/neocities-site"
-        target="_blank">Gitlab</a>
-    </p>
-
-    <hr/>
-    
-    <h3>July 29th, 2022</h3>
-
-    <p>
-      Added posts section and first post
-    </p>
-
-    <hr/>
-    
-    <h3>June 7th, 2022</h3>
-
-    <p>
-      Moved to <a href="/">tempest.dev</a> to replace my dev blog, removed
-      dev blog link
-    </p>
-
-    <p>
-      Added changelog
-    </p>
-
-    <hr/>
-    
-    <h3>June 2nd, 2022</h3>
-
-    <p>
-      Added about page + navigation
-    </p>
-
-    <hr/>
-    
-    <h3>June 1st, 2022</h3>
-
-    <p>
-      Created site on Neocities
-    </p>
-
-    <hr/>
-  </body>
-</html>
diff --git a/index.html b/index.html
index 7955534..1d6617b 100644
--- a/index.html
+++ b/index.html
@@ -4,12 +4,12 @@
     <title>tempest.dev</title>
     <link rel="stylesheet" href="/resources/style.css"/>
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="me" href="https://social.treehouse.systems/@ashe"/>
   </head>
   <body>
     <nav>
       <a href="/">Home</a>
       <a href="/about.html">About</a>
-      <a href="/changelog.html">Changelog</a>
       <a href="/posts/">Posts</a>
     </nav>
     <h1>
diff --git a/not_found.html b/not_found.html
index 9a1440a..023edeb 100644
--- a/not_found.html
+++ b/not_found.html
@@ -9,7 +9,6 @@
     <nav>
       <a href="/">Home</a>
       <a href="/about.html">About</a>
-      <a href="/changelog.html">Changelog</a>
     </nav>
     <h1>
       Not Found
diff --git a/posts/07_29_2022-on-communities-and-trust.html b/posts/07_29_2022-on-communities-and-trust.html
index 821c467..82da654 100644
--- a/posts/07_29_2022-on-communities-and-trust.html
+++ b/posts/07_29_2022-on-communities-and-trust.html
@@ -9,7 +9,6 @@
     <nav>
       <a href="/">Home</a>
       <a href="/about.html">About</a>
-      <a href="/changelog.html">Changelog</a>
       <a href="/posts/">Posts</a>
     </nav>
     <h1>
diff --git a/posts/08_01_2022-thoughts-on-neovim.html b/posts/08_01_2022-thoughts-on-neovim.html
index a850b46..f300c5c 100644
--- a/posts/08_01_2022-thoughts-on-neovim.html
+++ b/posts/08_01_2022-thoughts-on-neovim.html
@@ -9,7 +9,6 @@
     <nav>
       <a href="/">Home</a>
       <a href="/about.html">About</a>
-      <a href="/changelog.html">Changelog</a>
       <a href="/posts/">Posts</a>
     </nav>
     <h1>
diff --git a/posts/index.html b/posts/index.html
index 1a8d92b..13bb767 100644
--- a/posts/index.html
+++ b/posts/index.html
@@ -9,7 +9,6 @@
     <nav>
       <a href="/">Home</a>
       <a href="/about.html">About</a>
-      <a href="/changelog.html">Changelog</a>
       <a href="/posts/">Posts</a>
     </nav>
     <h1>
diff --git a/resources/style.css b/resources/style.css
index 9e20ffc..ffdeb5c 100644
--- a/resources/style.css
+++ b/resources/style.css
@@ -6,13 +6,13 @@ html, body {
   margin: 0;
   padding: 0;
   font-family: Arial, sans-serif;
-  background: #191316;
+  background: #2b2235;
 }
 
 body {
   min-height: 100vh;
-  background: #715a7f;
-  color: white;
+  background: #211e22;
+  color: rgba(255,255,255,.8);
   max-width: 600px;
   margin: 0 auto;
   padding: 16px;
@@ -36,6 +36,10 @@ nav > a:not(:last-child) {
   margin-right: 40px;
 }
 
+h1 {
+  color: rgba(255,255,255,.9);
+}
+
 h1 > aside {
   display: inline-block;
   font-size: .5em;
@@ -63,7 +67,7 @@ ul.posts {
 
 ul.posts li span {
   display: inline-block;
-  min-width: 80px;
+  min-width: 100px;
   opacity: .5;
   text-align: right;
   margin-right: 10px;
@@ -77,5 +81,5 @@ a {
 a[href^="https:"],
 a[href^="http:"],
 a[href^="//"] {
-  color: #fdd7ff;
+  color: #caa5ff;
 }