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

View File

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

View File

@ -135,6 +135,9 @@
{% endif %} {% endif %}
{% endif %} {% endif %}
{% endfor %} {% 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> </nav>
@ -209,13 +212,16 @@
{% set section = get_section(path="footer/_index.md")%} {% set section = get_section(path="footer/_index.md")%}
{% set logoPath = section.extra.logoPath %} {% set logoPath = section.extra.logoPath %}
<div class="mx-8 mt-8"> <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" /> <img class="w-48 h-auto" src="{{logoPath}}" alt="Company name" />
<p class="text-gray-500 text-base leading-6 "> <p class="text-gray-500 text-base leading-6 ">
{{section.description}} {{section.description}}
</p> </p>
</div> </div> #}
{% endif %} {% 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> </nav>
</div> </div>