feat: add GitHub, YouTube, and website links to about page and footer

Add Source Code section with GitHub repo link and Demo Video section with
YouTube link to the about page. Add footer links to GitHub, YouTube,
mathewguest.com, and zavage-software.com with Bootstrap Icons and themed
hover styling.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Mathew Sir Guest the best
2026-05-07 12:31:53 -06:00
co-authored by Claude Opus 4.6
parent 36c3c712fe
commit 334efc3f6e
3 changed files with 50 additions and 2 deletions
+14
View File
@@ -78,6 +78,20 @@
<footer class="site-footer">
<div class="container">
<div class="mb-2">
<a href="https://github.com/mathewguest/wordsearch" target="_blank" rel="noopener" class="footer-link">
<i class="bi bi-github"></i> GitHub
</a>
<a href="https://youtu.be/3Cr4GnvK7co" target="_blank" rel="noopener" class="footer-link">
<i class="bi bi-youtube"></i> YouTube
</a>
<a href="https://mathewguest.com" target="_blank" rel="noopener" class="footer-link">
<i class="bi bi-globe"></i> mathewguest.com
</a>
<a href="https://zavage-software.com" target="_blank" rel="noopener" class="footer-link">
<i class="bi bi-globe"></i> zavage-software.com
</a>
</div>
&copy; 2026 Word Search
</div>
</footer>