diff options
| author | Christian Cleberg <[email protected]> | 2026-01-18 17:06:40 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-01-18 17:06:40 -0600 |
| commit | 927757547a1b7dbd6fe422d70f9ca422801571cc (patch) | |
| tree | 8f4bf00c24bdcedea423252da441cdf7c7675ab5 /theme/templates/index.html | |
| parent | 6a2d437c056d7e5e5b0fb8cd73fc10bf7b37b73c (diff) | |
| download | cleberg.net-927757547a1b7dbd6fe422d70f9ca422801571cc.tar.gz cleberg.net-927757547a1b7dbd6fe422d70f9ca422801571cc.tar.bz2 cleberg.net-927757547a1b7dbd6fe422d70f9ca422801571cc.zip | |
publish new terminal theme
Diffstat (limited to 'theme/templates/index.html')
| -rw-r--r-- | theme/templates/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index 1ce080c..36fd592 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -1,8 +1,8 @@ {% extends "base.html" %} {% block main %} -<section> - <b>User</b>: Christian Cleberg <[email protected]> - <br><b>Context</b>: Technology Assurance Manager - <br><b>Status</b>: Active +<section class="sys-readout"> + <b>User</b> <span>Christian Cleberg <[email protected]></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> </section> <section class="recent-posts"> <h2>Recent Posts</h2> |
