feat: cleanup

This commit is contained in:
Kat Inskip 2025-10-08 12:37:06 -07:00
parent 57361be9e3
commit 3b1c786fd6
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
11 changed files with 173 additions and 100 deletions

View file

@ -1,16 +1,6 @@
{% extends "base.html" %}
{% block content %}
<section id="todo">
<h2>Remaining website to-dos</h2>
<ul>
<li>Add theme persistency javascript with unset button</li>
<li>Hide theme buttons if javascript is disabled; rely solely on preferred color scheme</li>
<li>Make light and dark color schemes better and more interesting</li>
</ul>
</section>
<section id="about">
<h2>About</h2>
@ -21,23 +11,29 @@
<h2>Interests</h2>
<ul>
<li>Software Development</li>
<li>Video game modding</li>
<li>System Administration</li>
<li>Development Operations</li>
<li>Digital Infrastructure</li>
<li>Hobbyist Electronics</li>
<li>Smart Home Projects</li>
<li>Software-defined Radio</li>
<li>Amateur Radio (not yet licensed!)</li>
<li>Firearms</li>
<li>Anime and Manga</li>
<li>Cyber Security</li>
<li>3D Printing</li>
<li>Mechanical Keyboards</li>
</ul>
</section>
<section id="tech-interests">
<h2>Tech Interests</h2>
<ul>
<li>Software Development</li>
<li>Video Game Modding</li>
<li>System Administration</li>
<li>DevSecOps + GitOps</li>
<li>Smart Home</li>
<li>Cyber Security</li>
</ul>
</section>
<section id="projects">
<h2>Projects</h2>