forked from TFMM/silent-auction
43 lines
2.3 KiB
PHP
43 lines
2.3 KiB
PHP
<footer class="footer footer-transparent d-print-none">
|
|
<div class="container-xl">
|
|
<div class="row text-center align-items-center flex-row-reverse">
|
|
<div class="col-lg-auto ms-lg-auto">
|
|
<ul class="list-inline list-inline-dots mb-0">
|
|
<li class="list-inline-item"><a href="https://github.com/takielias/tablar" target="_blank"
|
|
class="link-secondary" rel="noopener">Source code</a></li>
|
|
<li class="list-inline-item">
|
|
<a href="https://www.buymeacoffee.com/takielias" target="_blank" class="link-secondary"
|
|
rel="noopener">
|
|
<!-- Download SVG icon from http://tabler-icons.io/i/heart -->
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
class="icon text-pink icon-filled icon-inline" width="24" height="24"
|
|
viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
|
|
stroke-linecap="round" stroke-linejoin="round">
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
<path
|
|
d="M19.5 12.572l-7.5 7.428l-7.5 -7.428m0 0a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572"/>
|
|
</svg>
|
|
Sponsor
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-12 col-lg-auto mt-3 mt-lg-0">
|
|
<ul class="list-inline list-inline-dots mb-0">
|
|
<li class="list-inline-item">
|
|
Copyright © 2022
|
|
<a href="https://ebuz.xyz"
|
|
class="link-secondary">{{config('tablar.bottom_title', 'TabLar')}}</a>.
|
|
All rights reserved.
|
|
</li>
|
|
<li class="list-inline-item">
|
|
<a href="https://ebuz.xyz" class="link-secondary" rel="noopener">
|
|
{{config('tablar.current_version', '1.0')}}
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|