Skip to content

Commit c7de592

Browse files
author
Chris Åkerfeldt Wendel
committed
feat: Kinetic hosting-banner
1 parent 16936d3 commit c7de592

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CFLookup/Pages/Shared/_Layout.cshtml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,17 @@
4545
@RenderBody()
4646
</main>
4747
</div>
48-
4948
<footer class="border-top footer bg-secondary text-white-50">
49+
<a href="https://billing.kinetichosting.net/aff.php?aff=1136" style="position: absolute; bottom: 0; right: 0; max-height: 60px;" class="d-none d-lg-block" target="_blank"><img src="~/kinetic-hosting.png" class="img-fluid" style="max-height: 60px;"/></a>
50+
<a href="https://billing.kinetichosting.net/aff.php?aff=1136" class="d-none d-md-block d-lg-none float-end" target="_blank"><img src="~/kinetic-hosting-small.png" /></a>
5051
<div class="container">
5152
&copy; 2022-@DateTime.UtcNow.Year - <a href="https://nolifeking85.tv" class="text-white" target="_blank">NoLifeKing85</a>
5253
<a href="https://github.com/CurseForgeCommunity/CFLookup" class="text-white" target="_blank">GitHub</a>
5354
<a href="https://github.com/sponsors/itssimple" class="text-white" target="_blank">(Sponsor me)</a>
5455
</div>
56+
<div class="d-lg-none" style="height: 46px;">
57+
<a href="https://billing.kinetichosting.net/aff.php?aff=1136" class="d-md-none float-end" target="_blank"><img src="~/kinetic-hosting-small.png" /></a>
58+
</div>
5559
</footer>
5660

5761
<script src="~/lib/jquery/dist/jquery.min.js"></script>
35.7 KB
Loading
115 KB
Loading

0 commit comments

Comments
 (0)