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:
co-authored by
Claude Opus 4.6
parent
334efc3f6e
commit
4e511f89ed
+1
-1
@@ -8,7 +8,7 @@
|
||||
"GAZELLE", "HAMSTER", "LOBSTER", "PANTHER", "SPARROW", "BUFFALO",
|
||||
"CHEETAH", "VULTURE", "GIRAFFE", "LEOPARD", "OCTOPUS", "ROOSTER",
|
||||
"CRICKET", "FLAMINGO", "MUSTANG", "PIRANHA", "STARLING", "MACKEREL",
|
||||
"MEERKAT", "WARTHOG", "WALLABY", "WOODCOCK", "BULLFROG", "CARDINAL",
|
||||
"MEERKAT", "WARTHOG", "WALLABY", "BULLFROG", "CARDINAL",
|
||||
"ELEPHANT", "CHIPMUNK", "SCORPION", "GOLDFISH", "BLUEBIRD", "HEDGEHOG",
|
||||
"ANTELOPE", "MANATEE", "PHEASANT", "CHIMP", "STORK", "FINCH", "GOOSE",
|
||||
"HERON", "HYENA", "KOALA", "LEMUR", "LLAMA", "LYNX", "VIPER", "TOAD",
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user