feat: add project links to about page and include SQLAlchemy, SQLite, Click

All "Built With" entries now link to their project homepages.
Added SQLAlchemy, SQLite, and Click as listed technologies.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Mathew Sir Guest the best
2026-05-07 12:40:50 -06:00
co-authored by Claude Opus 4.6
parent 334efc3f6e
commit 4e511f89ed
2 changed files with 8 additions and 5 deletions
+7 -4
View File
@@ -20,10 +20,13 @@
<div class="content-section">
<h3>🛠️ Built With</h3>
<ul>
<li><strong>Python</strong> — core language</li>
<li><strong>Tornado</strong> — async web framework</li>
<li><strong>Bootstrap 5</strong> — responsive UI</li>
<li><strong>Bootstrap Icons</strong> — interface icons</li>
<li><a href="https://www.python.org/" target="_blank" rel="noopener"><strong>Python</strong></a> — core language</li>
<li><a href="https://www.tornadoweb.org/" target="_blank" rel="noopener"><strong>Tornado</strong></a> — async web framework</li>
<li><a href="https://www.sqlalchemy.org/" target="_blank" rel="noopener"><strong>SQLAlchemy</strong></a> — ORM and database toolkit</li>
<li><a href="https://www.sqlite.org/" target="_blank" rel="noopener"><strong>SQLite</strong></a> — embedded database</li>
<li><a href="https://click.palletsprojects.com/" target="_blank" rel="noopener"><strong>Click</strong></a> — command-line interface</li>
<li><a href="https://getbootstrap.com/" target="_blank" rel="noopener"><strong>Bootstrap 5</strong></a> — responsive UI</li>
<li><a href="https://icons.getbootstrap.com/" target="_blank" rel="noopener"><strong>Bootstrap Icons</strong></a> — interface icons</li>
</ul>
</div>