mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 15:19:18 -08:00
feat: cleanup
This commit is contained in:
parent
57361be9e3
commit
3b1c786fd6
11 changed files with 173 additions and 100 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue