update logo rank2
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
id: team
|
||||
title: The Team
|
||||
---
|
||||
The ThreeFold Foundation is a not-for-profit that expands the potential of ThreeFold Tech’s open-source technology. We are headquartered in Belgium, Dubai and Egypt, and have remote teams all around the world. Our team has worked on Internet storage and cloud technology since the ‘90s, and has earned world records for creating the most advanced infrastructures. We aim to create a peer-to-peer Internet and cloud that can host all of humanity’s digital workloads via smart contracts and run on a fully autonomous infrastructure without the need for traditional IT.
|
||||
We are headquartered in Belgium, Dubai and Egypt, and have remote teams all around the world. Our team has worked on Internet storage and cloud technology since the ‘90s, and has earned world records for creating the most advanced infrastructures. We aim to create a peer-to-peer Internet and cloud infrastructure that can host all of humanity’s digital workloads via smart contracts, removing the need of traditional IT.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div class="max-w-screen-xl mx-auto py-12 px-4 sm:px-6 lg:py-24 lg:px-2">
|
||||
<div
|
||||
v-html="news.content"
|
||||
class="text-center text-4xl font-semibold leading-tight font-heading"
|
||||
class="text-center text-6xl font-semibold leading-tight font-heading"
|
||||
></div>
|
||||
<div class="mt-6 grid grid-cols-2 gap-0.5 md:grid-cols-3 lg:mt-8">
|
||||
<g-link
|
||||
|
||||
@@ -31,12 +31,6 @@
|
||||
:main="$page.markdownPage.productsMain"
|
||||
:products="$page.markdownPage.productData"
|
||||
/>
|
||||
<LogoShowcase
|
||||
v-if="$page.markdownPage.logos.length > 0"
|
||||
:id="$page.markdownPage.id"
|
||||
:logos="$page.markdownPage.logos"
|
||||
:main="$page.markdownPage.logosMain"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="container-fluid sm:pxi-0 mx-auto overflow-x-hidden">
|
||||
@@ -48,6 +42,13 @@
|
||||
</div>
|
||||
|
||||
<div class="container_tft mx-auto sm:pxi-0 overflow-x-hidden">
|
||||
<LogoShowcase
|
||||
v-if="$page.markdownPage.logos.length > 0"
|
||||
:id="$page.markdownPage.id"
|
||||
:logos="$page.markdownPage.logos"
|
||||
:main="$page.markdownPage.logosMain"
|
||||
/>
|
||||
|
||||
<BrandPanel
|
||||
class="my-20"
|
||||
:brand="$page.markdownPage.brandPanel"
|
||||
@@ -59,6 +60,12 @@
|
||||
:team="$page.markdownPage.team"
|
||||
:people="$page.entries.edges"
|
||||
/>
|
||||
|
||||
<InTheNews
|
||||
v-if="$page.markdownPage.inTheNews"
|
||||
:news="$page.markdownPage.inTheNews"
|
||||
/>
|
||||
|
||||
<Blogs
|
||||
v-if="$page.markdownPage.blogs || $page.markdownPage.BlogsMain"
|
||||
:main="$page.markdownPage.BlogsMain"
|
||||
@@ -71,12 +78,12 @@
|
||||
:subscribe="$page.markdownPage.subscribe"
|
||||
/>
|
||||
|
||||
<CallToAction
|
||||
<!-- <CallToAction
|
||||
v-if="$page.markdownPage.cta2"
|
||||
:id="$page.markdownPage.id"
|
||||
:cta="$page.markdownPage.cta2"
|
||||
:lastCta="true"
|
||||
/>
|
||||
/> -->
|
||||
</div>
|
||||
</Layout>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user