platform/templates/includes/footer.html
Administrator 9e7fc7b4c1 initial
2023-09-23 16:13:11 +03:00

20 lines
908 B
HTML

<footer class="bg-white rounded shadow p-5 mb-4 mt-4">
<div class="row">
<div class="col-12 col-md-4 col-xl-6 mb-4 mb-md-0">
<p class="mb-0 text-center text-lg-start">
&copy; <a class="text-primary fw-normal" href="https://themesberg.com" target="_blank">Themesberg</a>
- Coded by <a href="https://appseed.us" target="_blank">AppSeed</a>.
</p>
</div>
<div class="col-12 col-md-8 col-xl-6 text-center text-lg-start">
<!-- List -->
<ul class="list-inline list-group-flush list-group-borderless text-md-end mb-0">
<li class="list-inline-item px-0 px-sm-2">
<a target="_blank"
href="https://appseed.us/admin-dashboards/django-dashboard-volt">Django Volt Dashboard</a>
</li>
</ul>
</div>
</div>
</footer>