feat(web): update footer

This commit is contained in:
wanhose 2022-07-14 18:39:42 +02:00
parent 331c3fda69
commit 182ddfecb0

View File

@ -377,26 +377,15 @@
</div> </div>
</div> </div>
</main> </main>
<footer class="md:py-8 px-4 py-4"> <footer class="bg-secondary md:py-5 p-4">
<hr class="border-t-gray-300 md:pb-8 pb-4" /> <div class="max-w-5xl mx-auto">
<h5 class="text-center text-gray-400"> <p class="text-center text-white text-sm">
Made with An open source project built by you and
<svg <a class="hover:underline" href="https://www.github.com/wanhose" target="_blank">
aria-label="Love" wanhose
xmlns="http://www.w3.org/2000/svg" </a>
class="icon text-primary" </p>
viewBox="0 0 20 20" </div>
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> </footer>
</body> </body>
</html> </html>