This commit is contained in:
Ehab Hassan 2023-05-03 12:34:32 +02:00
parent 695b1542a6
commit 3a7082a4f8
3 changed files with 9 additions and 4 deletions

View File

@ -2,7 +2,7 @@
base_url = "https://www.ourworld.tf"
# Change this to your own URL! Please note this variable **must** be uncommented.
title = "ThreeFold"
title = "OURWORLD"
description="Our global digital backbone"
# When set to "true", a feed is automatically generated.

View File

@ -12,4 +12,3 @@ extra:
- [PLATFORM]("/platform")
- [EXPERIENCES]("/experiences")
- [BLOGS]("/blog")
- [CONTACT]("mailto:info@ourworld.tf")

View File

@ -135,6 +135,9 @@
{% endif %}
{% endif %}
{% endfor %}
<a href="mailto:info@ourworld.tf" target="_blank" class="text-lg uppercase leading-6 font-medium text-gray-900 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150 mt-0">
Contact
</a>
</nav>
@ -209,13 +212,16 @@
{% set section = get_section(path="footer/_index.md")%}
{% set logoPath = section.extra.logoPath %}
<div class="mx-8 mt-8">
<div class="space-y-8 lg:max-w-lg xl:max-w-lg lg:mr-8 lg:mb-8 xl:col-span-1">
{# <div class="space-y-8 lg:max-w-lg xl:max-w-lg lg:mr-8 lg:mb-8 xl:col-span-1">
<img class="w-48 h-auto" src="{{logoPath}}" alt="Company name" />
<p class="text-gray-500 text-base leading-6 ">
{{section.description}}
</p>
</div>
</div> #}
{% endif %}
<a href="mailto:info@ourworld.tf" target="_blank" class="text-lg uppercase leading-6 font-medium text-gray-900 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150 mt-0">
Contact
</a>
</nav>
</div>