2024-05-03 20:15:09 +00:00
|
|
|
<!--
|
|
|
|
Tailwind UI components require Tailwind CSS v1.8 and the @tailwindcss/ui plugin.
|
|
|
|
Read the documentation to get started: https://tailwindui.com/documentation
|
|
|
|
-->
|
|
|
|
|
|
|
|
{%- set section = get_section(path="footer/_index.md") %}
|
|
|
|
{%- set logoPath = section.extra.logoPath %}
|
|
|
|
|
2024-05-21 06:15:21 +00:00
|
|
|
<div class="border-t border-gray-600"></div>
|
2024-05-06 20:53:21 +00:00
|
|
|
<footer>
|
2024-05-21 06:15:21 +00:00
|
|
|
<div class="max-w-screen-2xl mx-auto lg:py-8 sm:px-6 lg:px-8">
|
2024-05-03 20:15:09 +00:00
|
|
|
<div class="xl:flex xl:gap-4 items-center">
|
|
|
|
<div class="space-y-8 lg:max-w-sm xl:max-w-sm lg:mr-8 lg:mb-8 xl:col-span-1">
|
2024-05-06 20:53:21 +00:00
|
|
|
<img class="w-40 h-auto sm:w-15 mx-auto" src="{{ get_url(path=logoPath)}}" alt="Hero Logo" />
|
2024-05-03 20:15:09 +00:00
|
|
|
<p class="text-gray-500 text-base leading-6 ">
|
|
|
|
{{section.description}}
|
|
|
|
</p>
|
|
|
|
{% include "partials/socialLinks.html" %}
|
|
|
|
</div>
|
|
|
|
|
2024-05-21 06:15:21 +00:00
|
|
|
<div class="mt-2 lg:mt-0 w-full px-8 sm:px-12 md:px-16 lg:px-20 footer-cust">
|
2024-05-03 20:15:09 +00:00
|
|
|
{{ section.content | safe }}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
2024-05-21 06:15:21 +00:00
|
|
|
<div class="mt-8 mx-auto border-t border-gray-200 pt-8 pb-4">
|
2024-05-03 20:15:09 +00:00
|
|
|
<p data-v-14efe4a7="" class="text-base leading-6 text-gray-400 text-center">
|
2024-05-06 20:53:21 +00:00
|
|
|
© 2024 Mycelium Project, All rights reserved.
|
2024-05-03 20:15:09 +00:00
|
|
|
<a target="_blank" href="https://library.threefold.me/info/legal/#/legal__terms_conditions_websites" class="leading-6 text-gray-500 hover:text-gray-900">Terms & Conditions |
|
|
|
|
</a><a target="_blank" href="https://library.threefold.me/info/legal/#/legal__privacypolicy" class="leading-6 text-gray-500 hover:text-gray-900">Privacy Policy |
|
2024-08-19 13:01:20 +00:00
|
|
|
</a><a href="/tfLabs" class="leading-6 text-gray-500 hover:text-indigo-400">ThreeFold Labs IT</a></p>
|
2024-05-03 20:15:09 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</footer>
|
2024-05-06 20:53:21 +00:00
|
|
|
</div>
|
|
|
|
|
2024-05-03 20:15:09 +00:00
|
|
|
|