aboutsummaryrefslogtreecommitdiff
path: root/theme/templates
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-01-20 22:43:55 -0600
committerChristian Cleberg <[email protected]>2026-01-20 22:43:55 -0600
commit49f15c51872d2fb7a5503c7029de81a1f989d10f (patch)
treedd50b148d5c575c31aafbae581880ff8d7fc3d14 /theme/templates
parent5920370e9157b68492fe53893075f3469371ae7d (diff)
downloadcleberg.net-49f15c51872d2fb7a5503c7029de81a1f989d10f.tar.gz
cleberg.net-49f15c51872d2fb7a5503c7029de81a1f989d10f.tar.bz2
cleberg.net-49f15c51872d2fb7a5503c7029de81a1f989d10f.zip
update theme again to be more legible
Diffstat (limited to 'theme/templates')
-rw-r--r--theme/templates/base.html59
-rw-r--r--theme/templates/index.html6
-rw-r--r--theme/templates/post.html2
3 files changed, 21 insertions, 46 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html
index 197de0f..be84156 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -17,50 +17,25 @@
{% endblock %}
</head>
<body>
- <div class="scanlines"></div>
- <div class="terminal-shell">
- <header class="system-header">
- <div class="sys-info">SYS_OS [VER 2.26.1]</div>
- <nav aria-label="Site Navigation">
- <ul>
- <li><a href="/">Home</a></li>
- <li><a href="/about/">About</a></li>
- <li><a href="/blog/">Blog</a></li>
- <li><a href="/services/">Services</a></li>
- </ul>
- </nav>
- </header>
+ <a href="#main-content" class="skip-link">Skip to content</a>
+ <nav aria-label="Site Navigation">
+ <ul>
+ <li><a href="/">Home</a></li>
+ <li><a href="/about/">About</a></li>
+ <li><a href="/blog/">Blog</a></li>
+ <li><a href="/services/">Services</a></li>
+ </ul>
+ </nav>
- <main id="main">
- <div class="glass-pane"> {% block main %}{% endblock %}
- </div>
- </main>
-
-<footer>
- <div class="system-log">
- <div class="log-entry">
- <span class="log-time">[{{ now() | strftime("%H:%M:%S") }}]</span>
- <span class="log-msg">KERNEL: CLEBERG_OS_NODE INITIALIZED</span>
- </div>
- <div class="log-entry">
- <span class="log-time">[{{ now() | strftime("%H:%M:%S") }}]</span>
- <span class="log-msg">BUILD_TS: &lt;{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}&gt;</span>
+ <main id="main">
+ <div> {% block main %}{% endblock %}
</div>
- <div class="log-entry">
- <span class="log-time">[{{ now() | strftime("%H:%M:%S") }}]</span>
- <span class="log-msg">STATUS: SESSION_ID #<span class="session-id"></span> ACTIVE</span>
- </div>
- </div>
-
- <div class="status-bar">
- <span class="status-node">NODE: CLEBERG_NET</span>
- <span class="status-links">
- <a href="https://git.cleberg.net/cleberg.net.git">SOURCE</a> &middot;
- <a href="/feed.xml">RSS</a> &middot;
- <a href="http://sv3g2dlyvwyk2nvi3eeh55fcrpdvjlclhi6wwsx57cste6lwdjanzyyd.onion">ONION</a>
- </span>
- </div>
+ </main>
+
+<footer>
+ <a href="https://git.cleberg.net/cleberg.net.git">SOURCE</a> &middot;
+ <a href="/feed.xml">RSS</a> &middot;
+ <a href="http://sv3g2dlyvwyk2nvi3eeh55fcrpdvjlclhi6wwsx57cste6lwdjanzyyd.onion">ONION</a>
</footer>
- </div>
</body>
</html>
diff --git a/theme/templates/index.html b/theme/templates/index.html
index 36fd592..18d28f5 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -1,10 +1,10 @@
{% extends "base.html" %} {% block main %}
-<section class="sys-readout">
+<section>
<b>User</b> <span>Christian Cleberg &lt;[email protected]&gt;</span>
<b>Context</b> <span>Technology Assurance Manager</span>
- <b>Status</b> <span style="color: #fff; text-shadow: 0 0 5px var(--green);">[ ACTIVE ]</span>
+ <b>Status</b>Active</span>
</section>
-<section class="recent-posts">
+<section>
<h2>Recent Posts</h2>
<!-- BEGIN_POSTS -->
<!-- END_POSTS -->
diff --git a/theme/templates/post.html b/theme/templates/post.html
index 18b9abc..bc8afc2 100644
--- a/theme/templates/post.html
+++ b/theme/templates/post.html
@@ -9,7 +9,7 @@
{% endif %} {% endblock %} {% block main %}
<article>
<section>
- <section class="sys-readout">
+ <section>
<b>Object</b> <span>{{ post.title }}</span>
<b>Timestamp</b> <span><time datetime='{{ post.date|strftime("%Y-%m-%d") }}'>{{ post.date|strftime("%Y-%m-%d %H:%M:%S") }}</time></span>
<b>Summary</b> <span>{{ post.description }}</span>