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:
co-authored by
Claude Opus 4.6
parent
36c3c712fe
commit
334efc3f6e
@@ -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>
|
||||
© 2026 Word Search
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user