Files
www_ow_freezone/templates/partials/footer.html
2025-09-11 13:55:36 +02:00

16 lines
798 B
HTML

{%- set section = get_section(path="footer/_index.md") %}
{%- set logoPath = section.extra.logoPath %}
<div class="border-t border-gray-200"></div>
<footer>
<div class="max-w-screen-2xl mx-auto lg:py-5 py-2 sm:px-6 lg:px-8">
<div class="flex flex-col xl:flex-row xl:gap-4 items-center">
<p data-v-14efe4a7="" class="text-base leading-6 text-gray-400 mb-4">
© 2025 OurWorld Holdings, All rights reserved.
<a target="_blank" href="https://docs.threefold.io/docs/legal/terms_and_conditions" class="leading-6 text-gray-500 hover:text-gray-900">Terms &amp; Conditions |
</a><a target="_blank" href="https://docs.threefold.io/docs/legal/privacy_policy" class="leading-6 text-gray-500 hover:text-gray-900">Privacy Policy
</a>
</p>
</div>
</footer>