Initial Commit
The initial public commit of MVGL website code.
This commit is contained in:
commit
b39ecf1638
2043 changed files with 215154 additions and 0 deletions
28
resources/views/layout/demo1/_footer.blade.php
Normal file
28
resources/views/layout/demo1/_footer.blade.php
Normal file
|
@ -0,0 +1,28 @@
|
|||
<!--begin::Footer-->
|
||||
<div class="footer py-4 d-flex flex-lg-column {{ theme()->printHtmlClasses('footer', false) }}" id="kt_footer">
|
||||
<!--begin::Container-->
|
||||
<div class="{{ theme()->printHtmlClasses('footer-container', false) }} d-flex flex-column flex-md-row align-items-center justify-content-between">
|
||||
<!--begin::Copyright-->
|
||||
<div class="text-dark order-2 order-md-1">
|
||||
<span class="text-muted fw-bold me-1">©{{ date("Y") }}</span>
|
||||
<a href="{{ theme()->getOption('product', 'website') }}" target="_blank" class="text-gray-800 text-hover-primary me-1">MyVideoGameList</a>
|
||||
<a style="color: #7289da;" href="https://discord.gg/9b4ZZwx"><i class="fab fa-discord fa-fw"></i></a>
|
||||
<a style="color: #3B5998;" href="http://facebook.com/myvideogamelist"><i class="fab fa-facebook fa-fw"></i></a>
|
||||
<a style="color: #00ACED;" href="http://twitter.com/myvideogamelist"><i class="fab fa-twitter fa-fw"></i></a>
|
||||
<a style="color: #675144;" href="http://instagram.com/myvideogamelist"><i class="fab fa-instagram fa-fw"></i></a>
|
||||
</div>
|
||||
<!--end::Copyright-->
|
||||
|
||||
<!--begin::Menu-->
|
||||
<ul class="menu menu-gray-600 menu-hover-primary fw-bold order-1">
|
||||
<li class="menu-item"><a href="#" class="menu-link px-2">About</a></li>
|
||||
<li class="menu-item"><a href="#" class="menu-link px-2">Support</a></li>
|
||||
<li class="menu-item"><a href="#" class="menu-link px-2">Upgrade</a></li>
|
||||
<li class="menu-item"><a href="/terms-of-service" class="menu-link px-2">Terms of Service</a></li>
|
||||
<li class="menu-item"><a href="/privacy-policy" class="menu-link px-2">Privacy Policy</a></li>
|
||||
</ul>
|
||||
<!--end::Menu-->
|
||||
</div>
|
||||
<!--end::Container-->
|
||||
</div>
|
||||
<!--end::Footer-->
|
Loading…
Add table
Add a link
Reference in a new issue