update home header

This commit is contained in:
2021-09-22 14:14:15 +02:00
parent 2d06d0ccf3
commit 13d339f2c6
16 changed files with 24 additions and 16 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -6,6 +6,7 @@ metaImg: ./home-bg_new.jpg
header_slogan: from zero header_slogan: from zero
header_title: to one header_title: to one
header_image: ./home-bg_new.jpg header_image: ./home-bg_new.jpg
header_img2 : ./from_zero.png
header_altImg: threefold header_altImg: threefold
header_excerpt: The digital infrastructure for an interconnected world. header_excerpt: The digital infrastructure for an interconnected world.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 KiB

View File

@@ -1,9 +1,9 @@
--- ---
id: nodes_home id: nodes_home
title: Kubernetes Cloud title: Uhuru
image: ./kubernetes_cloud.png image: ./uhuru_logo.png
button: Learn More button: Learn More
url: https://threefold.io/info/cloud#/cloud__evdc url: https://threefold.io/info/cloud#/cloud__evdc
--- ---
First Peer-to-Peer Kubernetes compatible cloud solution on the market. Comes with Docker and other developer favorites. Uhuru is an office suite combined with a wallet and marketplace. It brings a seamless experience for collaboration, communication and transactions.

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@@ -1,12 +1,12 @@
--- ---
id: tokens_home id: tokens_home
title: Quantum-Safe Storage title: Cloud
image: ./quantum_safe_storage.png image: ./cloud_logo.png
button: Learn More button: Learn More
url: https://threefold.io/info/cloud#/cloud__threefold_filesystem url: https://threefold.io/info/cloud#/cloud__threefold_filesystem
--- ---
An ubreakeable FileSystem compatible with all storage protocols and tools such as IPFS and S3. ThreeFold Cloud is the first fully comprehensive peer-to-peer cloud integrated with industry standards.
<br> <br>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@@ -1,12 +1,12 @@
--- ---
id: storage_home id: storage_home
title: Digital Twin title: Freeflow
image: ./digita_twin.png image: ./fflow_logo.png
button: Learn More button: Learn More
url: https://mydigitaltwin.io/ url: https://mydigitaltwin.io/
--- ---
Your digital avatar that gives you access to secure and private communication, socials and office tools. Freeflow represents a complete alternative to the current web. A new conscious digital world.
<br> <br>

View File

@@ -1,5 +1,5 @@
--- ---
id: nw1 id: nw1
title: PoC title: proof-of-capacity
--- ---
PoC: By connecting cloud capacity to the Threefold Grid, people earn TFT on a monthly basis as income. By connecting cloud capacity to the Threefold Grid, people earn TFT on a monthly basis as income.

View File

@@ -1,5 +1,5 @@
--- ---
id: nw3 id: nw3
title: PoU title: proof-of-utilization
--- ---
By charging your wallet with TFT, you can store files and run applications on the ThreeFold Grid autonomously and in full privacy. By charging your wallet with TFT, you can store files and run applications on the ThreeFold Grid autonomously and in full privacy.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 120 KiB

View File

@@ -340,7 +340,7 @@
</div> </div>
<div v-else class="max-w-xs mx-auto"> <div v-else class="max-w-xs mx-auto">
<h5 class="lg:text-6xl capitalize font-light"> <h5 class="text-4xl capitalize font-light">
{{ feature.title }} {{ feature.title }}
</h5> </h5>
<div v-html="feature.content" class="lg:text-xl text-gray-800"></div> <div v-html="feature.content" class="lg:text-xl text-gray-800"></div>

View File

@@ -253,17 +253,21 @@
</div> </div>
<div <div
class="flex flex-wrap text-center lg:text-left lg:pt-10 -mx-2" class="flex flex-wrap lg:text-left lg:pt-10 -mx-2"
v-else-if="id == 'home'" v-else-if="id == 'home'"
> >
<div <div
class="px-2 lg:py-40 lg:mt-10 order-1 lg:order-none mx-auto text-center" class="px-2 lg:py-40 lg:mt-10 order-1 lg:order-none mx-auto text-center"
> >
<h2 class="text-8xl uppercase mb-6 mt-20 leading-none font-heading"> <div class="px-2 mt-20">
<g-image :src="img2" :alt="altImg" />
</div>
<!-- <h2 class="text-8xl uppercase mb-6 mt-20 leading-none font-heading">
<span class="">{{ slogan }}</span <span class="">{{ slogan }}</span
><br /> ><br />
{{ title }} {{ title }}
</h2> </h2> -->
<div class="mb-8 text-xl leading-relaxed" v-html="excerpt"></div> <div class="mb-8 text-xl leading-relaxed" v-html="excerpt"></div>
<a <a
@@ -530,6 +534,7 @@ export default {
"excerpt", "excerpt",
"altImg", "altImg",
"image", "image",
"img2",
"button", "button",
"button2", "button2",
"button3", "button3",

View File

@@ -6,6 +6,7 @@
:title="$page.markdownPage.header_title" :title="$page.markdownPage.header_title"
:slogan="$page.markdownPage.header_slogan" :slogan="$page.markdownPage.header_slogan"
:image="$page.markdownPage.header_image" :image="$page.markdownPage.header_image"
:img2="$page.markdownPage.header_img2"
:altImg="$page.markdownPage.header_altImg" :altImg="$page.markdownPage.header_altImg"
:excerpt="$page.markdownPage.header_excerpt" :excerpt="$page.markdownPage.header_excerpt"
:button="$page.markdownPage.button" :button="$page.markdownPage.button"
@@ -136,6 +137,7 @@
header_slogan header_slogan
header_title header_title
header_image header_image
header_img2
header_excerpt header_excerpt
header_altImg header_altImg
button button