25 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
{%- set section = get_section(path="footer/_index.md") %}
 | 
						|
{%- set logoPath = section.extra.logoPath %}
 | 
						|
 | 
						|
<div class="bg-dark"></div>
 | 
						|
<footer>
 | 
						|
  <div class="max-w-screen-2xl bg-dark 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="lg:w-60 h-auto w-20 mx-auto" src="/images/tf_dark.png" alt="logo" />
 | 
						|
      </div>
 | 
						|
      <p data-v-14efe4a7="" class="text-base leading-6 text-gray-400 mb-4">
 | 
						|
        © 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 & 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>
 | 
						|
      </p>
 | 
						|
    </div>
 | 
						|
</footer>
 | 
						|
 | 
						|
<style>
 | 
						|
  .bg-dark {
 | 
						|
    background: rgb(15,15,15);
 | 
						|
    background: linear-gradient(0deg, rgba(15,15,15,1) 0%, rgba(21,22,22,1) 50%, rgba(15,15,15,1) 100%);
 | 
						|
  }
 | 
						|
</style> |