edit footer

This commit is contained in:
sasha-astiadi 2024-09-25 13:56:34 +02:00
parent 1b67883275
commit 0568589ff6

View File

@ -3,25 +3,26 @@
<div class="border-t border-gray-200"></div>
<footer>
<div class="max-w-screen-2xl mx-auto lg:py-4 py-4 sm:px-6 lg:px-8">
<div class="flex flex-col xl:flex-row xl:gap-4 items-center">
<div class="space-y-8 lg:max-w-sm xl:max-w-sm lg:mr-8 mb-4 xl:col-span-1 text-center xl:text-left">
<img class="w-40 h-auto sm:w-15 mx-auto" src="https://ourworld.tf/images/OW_Logo.png" alt="logo" />
<div class="mx-auto pt-8 pb-2 text-center">
<div class="mt-2 mb-4 flex justify-center space-x-10">
<a href="https://www.linkedin.com/company/ourworld-ventures/" class="text-gray-400 hover:text-gray-500">
<span class="sr-only">LinkedIn</span>
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path fill-rule="evenodd" d="M20.447 20.452H17.21v-5.414c0-1.291-.024-2.955-1.8-2.955-1.803 0-2.079 1.405-2.079 2.86v5.509H9.096V9.467h3.103v1.503h.043c.431-.818 1.48-1.68 3.046-1.68 3.257 0 3.86 2.144 3.86 4.931v6.231zM6.281 8.186c-1.035 0-1.875-.84-1.875-1.875s.84-1.875 1.875-1.875 1.875.84 1.875 1.875-1.84 1.875-1.875 1.875zM7.923 20.452H4.639V9.467h3.284v10.985zM22.225 0H1.771C.792 0 0 .785 0 1.753v20.495C0 23.215.792 24 1.771 24h20.451C23.207 24 24 23.215 24 22.248V1.753C24 .785 23.207 0 22.225 0z" clip-rule="evenodd"/>
</svg>
</a>
<a href="mailto:info@ourworld.tf" class="text-gray-400 hover:text-gray-500">
<span class="sr-only">Mail</span>
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path fill-rule="evenodd" d="M1.5 4.5h21v15h-21v-15zm21-1.5h-21C.672 3 0 3.672 0 4.5v15c0 .828.672 1.5 1.5 1.5h21c.828 0 1.5-.672 1.5-1.5v-15c0-.828-.672-1.5-1.5-1.5zM3 6.928l7.928 5.54a1.5 1.5 0 001.744 0L21 6.928V6H3v.928zm18 1.557l-6.86 4.794a3.5 3.5 0 01-4.28 0L3 8.485v9.015h18V8.485z" clip-rule="evenodd"/>
</svg>
</a>
</div>
<div class="mt-2 lg:mt-0 w-full px-8 sm:px-12 md:px-16 lg:px-20 footer-cust text-center xl:text-left">
{{ section.content | safe }}
</div>
</div>
<div class="mt-8 mx-auto border-t border-gray-200 pt-8 pb-2 text-center">
<p data-v-14efe4a7="" class="text-base leading-6 text-gray-400">
© 2024 OurWorld Holdings, All rights reserved.
<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 &amp; 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 |
</a><a href="/tfLabs" class="leading-6 text-gray-500 hover:text-gray-900">ThreeFold Labs IT</a>
</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
</a>
</p>
</div>
</div>
</footer>