Adding MIA footer, don't recall why it was missing
This commit is contained in:
@@ -1,26 +1,4 @@
|
|||||||
@using Model
|
<div class="footerContainer" xmlns="http://www.w3.org/1999/html">
|
||||||
<div class="footerContainer" xmlns="http://www.w3.org/1999/html">
|
|
||||||
<div class="footerSocials">
|
|
||||||
|
|
||||||
<a class="footerIcon" href="https://github.com/JonathanMcCaffrey/IGP-Fan-Reference/discussions" target="_blank">
|
|
||||||
<i class="fa-brands fa-github"></i>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a class="footerIcon" href="mailto:igpfanreference@jonathanmccaffrey.com" target="_blank">
|
|
||||||
<i class="fa-solid fa-envelope"></i>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a class="footerIcon" href="https://discord.gg/uMq8bMGeeN" target="_blank">
|
|
||||||
<i class="fa-brands fa-discord"></i>
|
|
||||||
</a>
|
|
||||||
<a class="footerIcon" href="https://www.youtube.com/channel/UCQx88d5C12yp4l7uszNYrdQ" target="_blank">
|
|
||||||
<i class="fa-brands fa-youtube"></i>
|
|
||||||
</a>
|
|
||||||
<a class="footerIcon" href="https://www.twitch.tv/jonathanmccaffrey" target="_blank">
|
|
||||||
<i class="fa-brands fa-twitch"></i>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="footerDivider"></div>
|
<div class="footerDivider"></div>
|
||||||
|
|
||||||
<div class="footerDisclaimer">
|
<div class="footerDisclaimer">
|
||||||
|
|||||||
@@ -61,6 +61,8 @@
|
|||||||
</MudMainContent>
|
</MudMainContent>
|
||||||
</MudLayout>
|
</MudLayout>
|
||||||
|
|
||||||
|
<FooterComponent></FooterComponent>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@code {
|
@code {
|
||||||
|
|||||||
Reference in New Issue
Block a user