feat(web): update footer
This commit is contained in:
parent
331c3fda69
commit
182ddfecb0
@ -377,26 +377,15 @@
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<footer class="md:py-8 px-4 py-4">
|
||||
<hr class="border-t-gray-300 md:pb-8 pb-4" />
|
||||
<h5 class="text-center text-gray-400">
|
||||
Made with
|
||||
<svg
|
||||
aria-label="Love"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
class="icon text-primary"
|
||||
viewBox="0 0 20 20"
|
||||
fill="currentColor"
|
||||
>
|
||||
<path
|
||||
fill-rule="evenodd"
|
||||
d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z"
|
||||
clip-rule="evenodd"
|
||||
/>
|
||||
</svg>
|
||||
by
|
||||
<a class="hover:underline" href="https://www.github.com/wanhose" target="_blank">wanhose</a>
|
||||
</h5>
|
||||
<footer class="bg-secondary md:py-5 p-4">
|
||||
<div class="max-w-5xl mx-auto">
|
||||
<p class="text-center text-white text-sm">
|
||||
An open source project built by you and
|
||||
<a class="hover:underline" href="https://www.github.com/wanhose" target="_blank">
|
||||
wanhose
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user