Migrate components

This commit is contained in:
Beau Findlay
2026-01-31 15:51:29 +00:00
parent ee136857d1
commit 2105d3b85d
32 changed files with 2003 additions and 692 deletions

View File

@@ -0,0 +1,14 @@
@* Footer component *@
<div class="page-footer">
<footer>
<div class="footer-container">
<div class="footer-content">
<SocialIcons/>
<p class="footer-text">
&copy; @DateTime.Now.Year Beau Findlay. All rights reserved.
</p>
</div>
</div>
</footer>
</div>