update home with solution block

This commit is contained in:
2021-06-09 11:37:48 +02:00
parent 5c3cb8aaac
commit 67bd802f66
12 changed files with 46 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
--- ---
id: product id: product
title: TAKE PART title: TECHNOLOGY FOR HUMANITY TO THRIVE AND HEAL OUR PLANET
subtitle: Start your P2P journey and help expand the network. subtitle: The ThreeFold Movement is building a new peer-to-peer digital world starting with compute and storage developer solutions and communication tools to empower humans with ultra-secure, scalable, and affordable technologies.
--- ---

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

View File

@@ -1,9 +1,11 @@
--- ---
id: nodes_home id: nodes_home
title: SET UP A NODE title: Kubernetes Cloud
image: ./nodes.png image: ./kubernetes_cloud.png
button: Let's Do This! button: Learn More
url: https://threefold.io/farming/3node url: https://threefold.io/info/cloud#/cloud__evdc
--- ---
Plug in a 3Node and earn income by selling decentralized storage to people looking for a more secure hosting space. First Peer-to-Peer Kubernetes compatible cloud solution on the market. Comes with Docker and other developer favorites.
<br>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 312 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 KiB

View File

@@ -1,9 +1,11 @@
--- ---
id: tokens_home id: tokens_home
title: GET TOKEN title: Quantum-Safe Storage
image: ./tokens.png image: ./quantum_safe_storage.png
button: Yes Please! button: Learn More
url: /token url: https://threefold.io/info/cloud#/cloud__threefold_filesystem
--- ---
Get your hands on the ThreeFold Token (TFT), the only digital currency backed by the worlds fastest growing P2P network. An unbreakable Filestystem compatible with all storage protocols and tools for app data, videos, public datasets, security archives and more.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 371 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View File

@@ -1,9 +1,11 @@
--- ---
id: storage_home id: storage_home
title: GET STORAGE title: Digital Twin
image: ./storage.png image: ./digita_twin.png
button: Make Me Safer! button: Learn More
url: https://threefold.io/cloud url: https://threefold.io/info/cloud#/cloud__threefold_filesystem
--- ---
Say goodbye to security concerns and move all your workloads easily to a more secure and private decentralized cloud. Your digital avatar that gives you access to secure and private communication, socials and office tools.
<br>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

View File

@@ -1,13 +1,13 @@
<template> <template>
<div class="py-12 mb-5" id="home"> <div class="py-10 mb-5" id="home">
<div class="w-full text-center"> <div class="w-full max-w-7xl mx-auto mt-10 px-16 text-center">
<h2 <h2
v-if="main !== null" v-if="main !== null"
class="text-4xl font-semibold leading-tight font-heading" class="text-4xl font-semibold leading-tight font-heading"
> >
{{ main.title }} {{ main.title }}
</h2> </h2>
<p v-if="main !== null" class="mb-6 text-gray-600"> <p v-if="main !== null" class="mb-6 text-gray-700">
{{ main.subtitle }} {{ main.subtitle }}
</p> </p>
</div> </div>
@@ -23,20 +23,20 @@
<div class="take_apart text-center pb-8 my-5"> <div class="take_apart text-center pb-8 my-5">
<g-image :src="img(product.image)" /> <g-image :src="img(product.image)" />
<h3 class="font-bold text-2xl">{{ product.title }}</h3> <h3 class="font-bold text-2xl">{{ product.title }}</h3>
<div v-html="product.content" class="pb-8 px-5 text-gray-600"></div> <div v-html="product.content" class="pb-4 px-5 text-gray-600"></div>
<div v-if="product.button"> <div v-if="product.button">
<a <a
v-if="product.url.includes('http')" v-if="product.url.includes('http')"
target="_blank" target="_blank"
:href="product.url" :href="product.url"
class="bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 shadow rounded-full" class="bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mb-5 shadow rounded-full"
>{{ product.button }}</a >{{ product.button }}</a
> >
<a <a
v-else v-else
:href="product.url" :href="product.url"
class="bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 shadow rounded-full" class="bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mb-5 shadow rounded-full"
>{{ product.button }}</a >{{ product.button }}</a
> >
</div> </div>

View File

@@ -27,7 +27,7 @@
:features="$page.markdownPage.features2" :features="$page.markdownPage.features2"
/> />
<Partenerships <Partenerships class="lg:mt-20"
v-if=" v-if="
$page.markdownPage.partnerships && $page.markdownPage.partnerships &&
$page.markdownPage.partnerships.length > 0 $page.markdownPage.partnerships.length > 0
@@ -48,23 +48,33 @@
v-if="$page.markdownPage.brandPanel" v-if="$page.markdownPage.brandPanel"
/> />
<CallToAction <!-- <CallToAction
v-if="$page.markdownPage.cta2" v-if="$page.markdownPage.cta2"
:cta="$page.markdownPage.cta2" :cta="$page.markdownPage.cta2"
:id="$page.markdownPage.id" :id="$page.markdownPage.id"
/> -->
<ShowcaseProducts
v-if="
$page.markdownPage.productData &&
$page.markdownPage.productData.length > 0
"
:id="$page.markdownPage.id"
:main="$page.markdownPage.productsMain"
:products="$page.markdownPage.productData"
/> />
</div> </div>
<g-image <!-- <g-image
class="mx-auto" class="mx-auto"
v-if="$page.markdownPage.solution_image2" v-if="$page.markdownPage.solution_image2"
:src="$page.markdownPage.solution_image2.src" :src="$page.markdownPage.solution_image2.src"
/> /> -->
<div class="container sm:pxi-0 mx-auto overflow-x-hidden py-5"> <div class="container sm:pxi-0 mx-auto overflow-x-hidden py-5">
<CallToAction <!-- <CallToAction
v-if="$page.markdownPage.cta3" v-if="$page.markdownPage.cta3"
:cta="$page.markdownPage.cta3" :cta="$page.markdownPage.cta3"
:id="$page.markdownPage.id" :id="$page.markdownPage.id"
/> /> -->
<Blogs <Blogs
v-if="$page.markdownPage.blogs || $page.markdownPage.BlogsMain" v-if="$page.markdownPage.blogs || $page.markdownPage.BlogsMain"