-
Notifications
You must be signed in to change notification settings - Fork 2
/
footer.php
37 lines (37 loc) · 1.36 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<footer class="text-gray-700 body-font" style=" position:fixed; left: 0; bottom: 0;width: 100%; text-align: center;">
<div class="bg-gray-200">
<div
class="container px-5 py-6 mx-auto flex items-center sm:flex-row flex-col"
>
<a
class="flex title-font font-medium items-center md:justify-start justify-center text-gray-900"
>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="w-10 h-10 text-white p-2 bg-indigo-500 rounded-full"
viewBox="0 0 24 24"
>
<path
d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"
></path>
</svg>
<span class="ml-3 text-xl">Prison Management System</span>
</a>
<p class="text-sm text-gray-500 sm:ml-6 sm:mt-0 mt-4">
© 2021 — Ankita , Grihit, Manasvi, Piyush, Vaibhav
</p>
<span
class="inline-flex sm:ml-auto sm:mt-0 mt-4 justify-center sm:justify-start"
>
<a class="text-gray-500"> Made with ❤️ </a>
</span>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.min.js" defer></script>
</body>