From 4e511f89ed55b2e429b715aed2e521c6de257b5e Mon Sep 17 00:00:00 2001 From: Mathew Sir Guest the best Date: Thu, 7 May 2026 12:40:50 -0600 Subject: [PATCH] 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 --- data/words.json | 2 +- templates/about.html | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/data/words.json b/data/words.json index 8274158..f9d5e88 100644 --- a/data/words.json +++ b/data/words.json @@ -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", diff --git a/templates/about.html b/templates/about.html index 4dccd06..7cc7a59 100644 --- a/templates/about.html +++ b/templates/about.html @@ -20,10 +20,13 @@

🛠️ Built With

    -
  • Python — core language
  • -
  • Tornado — async web framework
  • -
  • Bootstrap 5 — responsive UI
  • -
  • Bootstrap Icons — interface icons
  • +
  • Python — core language
  • +
  • Tornado — async web framework
  • +
  • SQLAlchemy — ORM and database toolkit
  • +
  • SQLite — embedded database
  • +
  • Click — command-line interface
  • +
  • Bootstrap 5 — responsive UI
  • +
  • Bootstrap Icons — interface icons