mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add credit to footer
This commit is contained in:
parent
c6bc9301f2
commit
d0e1be11d7
1 changed files with 16 additions and 5 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer class="">
|
<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">
|
<!-- <nav class="-mx-5 -my-2 flex flex-wrap justify-center">
|
||||||
<div class="px-5 py-2">
|
<div class="px-5 py-2">
|
||||||
<a href="#" class="text-base leading-6 text-gray-500 hover:text-gray-900">
|
<a href="#" class="text-base leading-6 text-gray-500 hover:text-gray-900">
|
||||||
|
|
@ -19,16 +19,27 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</nav> -->
|
</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">
|
<div class="flex flex-col items-center space-y-4">
|
||||||
<AllUpdatesSubscribe />
|
<AllUpdatesSubscribe />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="mt-8 text-center text-base leading-6 text-gray-400">
|
<p class="text-center text-base leading-6 text-gray-400">
|
||||||
This site is supported by Affiliate links
|
<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>
|
||||||
<p class="mt-8 text-center text-base leading-6 text-gray-400">
|
<p class="mt-8 text-center text-base leading-6 text-gray-400">
|
||||||
© {{ currentYear }} Does it ARM All rights reserved.
|
© {{ currentYear }} Does it ARM All rights reserved. This site is supported by Affiliate links.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue