Add credit to footer

This commit is contained in:
Sam Carlton 2021-04-15 14:55:38 -05:00
parent c6bc9301f2
commit d0e1be11d7

View file

@ -6,7 +6,7 @@
</div>
<footer class="">
<div class="max-w-screen-xl mx-auto py-12 px-4 overflow-hidden space-y-8 sm:px-6 lg:px-8">
<div class="max-w-screen-xl mx-auto py-12 px-4 overflow-hidden space-y-24 sm:px-6 lg:px-8">
<!-- <nav class="-mx-5 -my-2 flex flex-wrap justify-center">
<div class="px-5 py-2">
<a href="#" class="text-base leading-6 text-gray-500 hover:text-gray-900">
@ -19,16 +19,27 @@
</a>
</div>
</nav> -->
<div class="mt-8 flex justify-center space-x-6">
<div class="flex justify-center space-x-6">
<div class="flex flex-col items-center space-y-4">
<AllUpdatesSubscribe />
</div>
</div>
<p class="mt-8 text-center text-base leading-6 text-gray-400">
This site is supported by Affiliate links
<p class="text-center text-base leading-6 text-gray-400">
<span>Built by </span>
<a
href="https://samcarlton.com/"
rel="noopener"
class="underline"
>Sam Carlton</a>
<span> and the awesome </span>
<a
href="https://github.com/ThatGuySam/doesitarm/graphs/contributors"
rel="noopener"
class="underline"
>🦾 Does It ARM Contributors. </a>
</p>
<p class="mt-8 text-center text-base leading-6 text-gray-400">
&copy; {{ currentYear }} Does it ARM All rights reserved.
&copy; {{ currentYear }} Does it ARM All rights reserved. This site is supported by Affiliate links.
</p>
</div>
</footer>