This commit is contained in:
sasha-astiadi 2024-05-31 01:35:18 +03:00
parent 9003112e45
commit 15cac094f3
5 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# Welcome to Ourworld Website Repository
# Welcome to OurWorld Website Repository
- Website Name: Ourworld
- Brief Description: This is the official website of Ourworld.
- Website Name: OurWorld
- Brief Description: This is the official website of OurWorld.
Last Updated: March 2023
- production(master branch) https://ourworld.tf/

View File

@ -17,7 +17,7 @@
<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.
© 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>

View File

@ -12,7 +12,7 @@
<div class="mx-auto flex z-50 shadow justify-between items-center pl-6 pr-2 md:pl-0 md:pr-0 lg:py-5 sm:px-8 md:px-12 py-2 lg:px-20 lg:justify-start lg:space-x-20">
<div>
<a href="/" class="flex">
<img class="w-48 h-auto sm:w-15" src="{{section.extra.logoPath}}" alt="Ourworld Logo" />
<img class="w-48 h-auto sm:w-15" src="{{section.extra.logoPath}}" alt="OurWorld Logo" />
</a>
</div>
<div class="-mr-2 -my-2 lg:hidden">

View File

@ -14,7 +14,7 @@
<img class="w-6 h-6 rounded-full" src="images/kds.png" alt="profile picture">
<div class="flex items-center divide-x-2 divide-gray-500 dark:divide-gray-700">
<div class="pr-3 font-medium text-gray-900 dark:text-white">Kristof De Spiegeleer</div>
<div class="pl-3 text-sm font-light text-gray-500 dark:text-gray-400">Ourworld Co-Founder</div>
<div class="pl-3 text-sm font-light text-gray-500 dark:text-gray-400">OurWorld Co-Founder</div>
</div>
</figcaption>
</figure>

View File

@ -19,7 +19,7 @@
<p class="my-4">{{config.extra.taxonomies["roles"][term.name].description}}</p>
</div>
<hr />
<h3 class="text-black text-lg">{{term.name}} @ Ourworld</h3>
<h3 class="text-black text-lg">{{term.name}} @ OurWorld</h3>
{% for page in term.pages %}
{% include "partials/pageBox.html"%}
{% endfor %}