diff --git a/static/css/theme.css b/static/css/theme.css index 7af8be4..9f46bbf 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -216,6 +216,28 @@ body { margin-top: 3rem; } +.footer-link { + color: var(--text-muted); + text-decoration: none; + margin: 0 0.75rem; + transition: color 0.2s; +} + +.footer-link:hover { + color: var(--coral); +} + +/* Content links */ +.content-section a { + color: var(--coral); + text-decoration: none; +} + +.content-section a:hover { + color: var(--coral-light); + text-decoration: underline; +} + /* Game grid */ .game-grid { border-collapse: collapse; diff --git a/templates/about.html b/templates/about.html index 0449d95..4dccd06 100644 --- a/templates/about.html +++ b/templates/about.html @@ -38,8 +38,20 @@

📂 Source Code

- The source code for this project will be available on GitHub. - Link coming soon. + The source code for this project is available on GitHub:
+ + github.com/mathewguest/wordsearch + +

+
+ +
+

🎬 Demo Video

+

+ Watch a video showing off Claude Code building this project:
+ + Watch on YouTube +

{% end %} diff --git a/templates/base.html b/templates/base.html index 187ad6b..46e3d10 100644 --- a/templates/base.html +++ b/templates/base.html @@ -78,6 +78,20 @@