Merge branch 'development' of github.com:threefoldfoundation/www_threefold_io into development

This commit is contained in:
samaradel
2021-04-06 13:38:39 +02:00
44 changed files with 52 additions and 52 deletions

View File

@@ -1,8 +1,12 @@
--- ---
id: navigation id: navigation
navLinks: navLinks:
- name: PRODUCTS - name: HOME
link: /products link: /
external: false
expandable: false
- name: UNIVERSE
link: /universe
external: false external: false
expandable: false expandable: false
- name: WHY - name: WHY
@@ -36,18 +40,9 @@ navLinks:
submenu: submenu:
- title: Team - title: Team
path: /team path: /team
- title: Partners - title: Partners
path: /partners path: /partners
- title: Conscious Internet
path: /aci
external: true
- title: ThreeFold Tech
path: https://threefold.tech/
external: true
- name: MORE - name: MORE
link: "" link: ""
external: false external: false

View File

@@ -1,7 +1,7 @@
--- ---
id: be_ur_bank id: be_ur_bank
img: ./be_ur_bank.png img: ./be_ur_bank.png
title: Be Your Own Bank title: Truly Yours
--- ---
TFT lets you be your own bank. You can control your own funds with your wallets as proof of ownership no third parties needed. TFT lets you be your own bank. You can control your own funds with your wallets as proof of ownership no third parties needed.

View File

@@ -1,8 +1,10 @@
--- ---
id: earn_interst id: earn_interst
title: EARN INTEREST title: BUY TFT
image : ./earn_interst.png image : ./earn_interst.png
url : url :
--- ---
Earn even more by staking your TFTs (coming 2021). Earn even more by vesting your TFTs.
Coming in 2021.

View File

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 146 KiB

View File

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View File

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

View File

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 106 KiB

View File

Before

Width:  |  Height:  |  Size: 706 KiB

After

Width:  |  Height:  |  Size: 706 KiB

View File

Before

Width:  |  Height:  |  Size: 217 KiB

After

Width:  |  Height:  |  Size: 217 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 2.2 MiB

View File

@@ -1,5 +1,5 @@
--- ---
id: products id: universe
productsMain: product_page productsMain: product_page
productData: [farming, cloud, marketplace, twin, tech, aci] productData: [farming, cloud, marketplace, twin, tech, aci]
--- ---

View File

@@ -11,6 +11,11 @@ blockquote {
} }
} }
body {
font-family: 'Lato', sans-serif;
}
body h2 { body h2 {
font-family: 'Lato', sans-serif; font-family: 'Lato', sans-serif;
} }

View File

@@ -1,11 +1,11 @@
<template> <template>
<div class="flex flex-wrap with-large pt-8 pb-8 mx-4 sm:-mx-4"> <div class="flex flex-wrap with-large pt-8 pb-8 mx-4 sm:-mx-4">
<div class="text-center mx-auto my-4"> <div class="text-center mx-auto my-4">
<h1 class="text-3xl text-gray-900 font-light sm:text-9xl sm:leading-10"> <h1 class="text-4xl text-gray-900 font-light sm:text-9xl sm:leading-10">
{{ main.title }} <span class="font-extrabold">{{ main.slogan }}</span> {{ main.title }} <span class="font-extrabold">{{ main.slogan }}</span>
</h1> </h1>
<div <div
class="mt-3 max-w-2xl mx-auto text-lg leading-7 text-gray-700 sm:mt-4" class="mt-3 max-w-2xl mx-auto text-gray-600 sm:mt-4"
v-html="main.content" v-html="main.content"
></div> ></div>
</div> </div>

View File

@@ -173,17 +173,17 @@
<a <a
v-else-if="element.external" v-else-if="element.external"
:href="element.link" :href="element.link"
@click="clicked" @click.native="clicked"
target="_blank" target="_blank"
class="inline-flex sm:flex uppercase p-2 mr-4 animated-link" class="inline-flex sm:flex uppercase p-2 mr-4 animated-link"
>{{ element.name }}</a >{{ element.name }}</a
> >
<a <g-link
v-else v-else
:href="element.link" :to="element.link"
@click="clicked" @click.native="clicked"
class="inline-flex sm:flex uppercase p-2 mr-4 animated-link" class="inline-flex sm:flex uppercase p-2 mr-4 animated-link"
>{{ element.name }}</a >{{ element.name }}</g-link
> >
</div> </div>
<!-- <div <!-- <div

View File

@@ -14,31 +14,30 @@
</span> </span>
<div <div
v-html="cta.content" v-html="cta.content"
class="mb-8 mt-10 text-center text-lg text-gray-800" class="mt-6 mb-8 text-gray-600"
></div> ></div>
<div class="mt-8 tracking-wide leading-loose" v-if="cta.video_button"> <div class="mt-8 tracking-wide leading-loose" v-if="cta.video_button">
<a <a
@click="toggleModal" @click="toggleModal"
class="inline-block bg-blue-900 lowercase text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full" class="inline-block bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
>{{ cta.video_button }}</a >{{ cta.video_button }}</a
> >
</div> </div>
<g-link <g-link
class="inline-block bg-blue-900 lowercase text-md learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full" class="inline-block bg-blue-900 text-md learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
target="_blank" target="_blank"
v-if="cta.button" v-if="cta.button"
:to="cta.link" :to="cta.link"
>{{ cta.button }}</g-link >{{ cta.button }}</g-link
> >
<g-link <g-link
class="inline-block bg-blue-900 lowercase text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full" class="inline-block bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
v-if="cta.button2" v-if="cta.button2"
:to="cta.link2" :to="cta.link2"
>{{ cta.button2 }}</g-link >{{ cta.button2 }}</g-link
> >
<g-link <g-link
class="inline-block bg-blue-900 lowercase text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full" class="inline-block bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full" v-if="cta.button3"
v-if="cta.button3"
:to="cta.link3" :to="cta.link3"
>{{ cta.button3 }}</g-link >{{ cta.button3 }}</g-link
> >
@@ -47,36 +46,36 @@
<div class="w-full max-w-7xl mx-auto" v-else> <div class="w-full max-w-7xl mx-auto" v-else>
<h2 <h2
v-if="cta.title" v-if="cta.title"
class="text-4xl mb-2 leading-tight font-semibold font-heading" class="text-4xl mb-2 uppercase leading-tight font-semibold font-heading"
> >
{{ cta.title }} {{ cta.title }}
</h2> </h2>
<div <div
v-html="cta.content" v-html="cta.content"
class="mt-6 mb-8 text-lg text-gray-700 leading-relaxed" class="mt-6 mb-8 text-gray-600"
></div> ></div>
<div class="mt-8 tracking-wide leading-loose" v-if="cta.video_button"> <div class="mt-8 tracking-wide leading-loose" v-if="cta.video_button">
<a <a
@click="toggleModal" @click="toggleModal"
class="inline-block bg-blue-900 lowercase text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full" class="inline-block bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
>{{ cta.video_button }}</a >{{ cta.video_button }}</a
> >
</div> </div>
<a <a
class="inline-block lowercase bg-blue-900 lowercase text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full" class="inline-block bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
target="_blank" target="_blank"
v-if="cta.button" v-if="cta.button"
:href="cta.link" :href="cta.link"
>{{ cta.button }}</a >{{ cta.button }}</a
> >
<g-link <g-link
class="inline-block lowercase bg-blue-900 lowercase text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full" class="inline-block bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
v-if="cta.button2" v-if="cta.button2"
:to="cta.link2" :to="cta.link2"
>{{ cta.button2 }}</g-link >{{ cta.button2 }}</g-link
> >
<g-link <g-link
class="inline-block lowercase bg-blue-900 lowercase text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full" class="inline-block bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
v-if="cta.button3" v-if="cta.button3"
:to="cta.link3" :to="cta.link3"
>{{ cta.button3 }}</g-link >{{ cta.button3 }}</g-link

View File

@@ -37,13 +37,13 @@
v-if="main.link.includes('http')" v-if="main.link.includes('http')"
target="_blank" target="_blank"
:href="main.link" :href="main.link"
class="bg-blue-900 lowercase text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 rounded shadow rounded-full" class="bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 rounded shadow rounded-full"
>{{ main.button }}</a >{{ main.button }}</a
> >
<g-link <g-link
v-else v-else
:href="main.link" :href="main.link"
class="bg-blue-900 lowercase text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 rounded shadow rounded-full" class="bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 rounded shadow rounded-full"
>{{ main.button }}</g-link >{{ main.button }}</g-link
> >
</div> </div>

View File

@@ -30,7 +30,7 @@
v-if="brand.btnTxt" v-if="brand.btnTxt"
target="_blank" target="_blank"
:href="brand.sourceUrl" :href="brand.sourceUrl"
class="bg-blue-900 lowercase text-sm learn-button hover:bg-blue-800 text-white px-12 py-2 mr-3 shadow rounded-full" class="bg-blue-900 text-sm learn-button hover:bg-blue-800 text-white px-12 py-2 mr-3 shadow rounded-full"
>{{ brand.btnTxt }}</a >{{ brand.btnTxt }}</a
> >
</div> </div>

View File

@@ -25,13 +25,13 @@
<a <a
v-if="link.includes('http')" v-if="link.includes('http')"
target="_blank" target="_blank"
class="nline-block bg-blue-900 lowercase text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full" class="nline-block bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
:href="link" :href="link"
>{{ button }}</a >{{ button }}</a
> >
<a <a
v-else v-else
class="nline-block bg-blue-900 lowercase text-md learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full" class="nline-block bg-blue-900 text-md learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
:href="link" :href="link"
>{{ button }}</a >{{ button }}</a
> >
@@ -60,13 +60,13 @@
<a <a
v-if="link.includes('http')" v-if="link.includes('http')"
target="_blank" target="_blank"
class="bg-blue-900 text-md lowercase learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mb-4 shadow rounded-full" class="bg-blue-900 text-md learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mb-4 shadow rounded-full"
:href="link" :href="link"
>{{ button }}</a >{{ button }}</a
> >
<a <a
v-else v-else
class="bg-blue-900 text-md lowercase learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mb-4 shadow rounded-full" class="bg-blue-900 text-md learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mb-4 shadow rounded-full"
:href="link" :href="link"
>{{ button }}</a >{{ button }}</a
> >
@@ -91,13 +91,13 @@
<a <a
v-if="link.includes('http')" v-if="link.includes('http')"
target="_blank" target="_blank"
class="inline-block lowercase bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full" class="inline-block bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
:href="link" :href="link"
>{{ button }}</a >{{ button }}</a
> >
<a <a
v-else v-else
class="inline-block lowercase bg-blue-900 text-md learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full" class="inline-block bg-blue-900 text-md learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
:href="link" :href="link"
>{{ button }}</a >{{ button }}</a
> >

View File

@@ -9,7 +9,7 @@
</h2> </h2>
<p <p
v-if="main !== null && main.subtitle" v-if="main !== null && main.subtitle"
class="mb-6 text-m tracking-widest text-gray-800" class="mb-6 text-gray-600"
> >
{{ main.subtitle }} {{ main.subtitle }}
</p> </p>
@@ -29,7 +29,7 @@
<div class="px-2 py-2"> <div class="px-2 py-2">
<g-image class="py-4" :src="img(product.image)" /> <g-image class="py-4" :src="img(product.image)" />
<div class="font-bold text-xl mb-2">{{ product.title }}</div> <div class="font-bold text-xl mb-2">{{ product.title }}</div>
<div v-html="product.content" class="text-gray-700 text-base"></div> <div v-html="product.content" class="text-gray-600"></div>
</div> </div>
</a> </a>
</div> </div>
@@ -61,13 +61,13 @@
v-if="main.link.includes('http')" v-if="main.link.includes('http')"
target="_blank" target="_blank"
:href="main.link" :href="main.link"
class="bg-blue-900 lowercase text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 rounded shadow rounded-full" class="bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 rounded shadow rounded-full"
>{{ main.button }}</a >{{ main.button }}</a
> >
<g-link <g-link
v-else v-else
:href="main.link" :href="main.link"
class="bg-blue-900 lowercase text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 rounded shadow rounded-full" class="bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 rounded shadow rounded-full"
>{{ main.button }}</g-link >{{ main.button }}</g-link
> >
</div> </div>

View File

@@ -23,7 +23,7 @@
<div class="px-2 py-2"> <div class="px-2 py-2">
<g-image class="py-4" :src="img(product.image)" /> <g-image class="py-4" :src="img(product.image)" />
<!-- <div class="font-bold text-xl mb-2">{{ product.title }}</div> --> <!-- <div class="font-bold text-xl mb-2">{{ product.title }}</div> -->
<div v-html="product.content" class="text-gray-700 text-base"></div> <div v-html="product.content" class="text-gray-600"></div>
</div> </div>
</a> </a>
</div> </div>

View File

@@ -8,7 +8,7 @@
{{ main.title }} <span class="font-extrabold">{{ main.slogan }}</span> {{ main.title }} <span class="font-extrabold">{{ main.slogan }}</span>
</h1> </h1>
<div <div
class="mt-3 max-w-2xl mx-auto text-xl leading-7 text-gray-700 sm:mt-4" class="mt-3 max-w-2xl mx-auto text-gray-600 sm:mt-4"
v-html="main.content" v-html="main.content"
></div> ></div>
</div> </div>
@@ -29,7 +29,7 @@
<div class="text-lg leading-6 font-medium space-y-1"> <div class="text-lg leading-6 font-medium space-y-1">
<h4>{{ partnership.title }}</h4> <h4>{{ partnership.title }}</h4>
<div <div
class="text-base text-gray-700" class="text-base text-gray-600"
v-html="partnership.content" v-html="partnership.content"
></div> ></div>
</div> </div>

View File

@@ -3,8 +3,7 @@
<head> <head>
${head} ${head}
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.gstatic.com"> <link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato&family=Nunito:wght@700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Lato&family=Nunito:wght@700&display=swap" rel="stylesheet">