Merge branch 'development' of github.com:threefoldfoundation/www_threefold_io into development
This commit is contained in:
@@ -6,7 +6,7 @@ header_image: ./home_header.png
|
|||||||
header_altImg: threefold
|
header_altImg: threefold
|
||||||
header_excerpt: Welcome to the world’s largest peer-to-peer internet, formed by people who want to make a difference, by people who care, by people just like you.
|
header_excerpt: Welcome to the world’s largest peer-to-peer internet, formed by people who want to make a difference, by people who care, by people just like you.
|
||||||
button: 'Take Part'
|
button: 'Take Part'
|
||||||
link: '#take_part'
|
link: ''
|
||||||
solution_image2: ./video_play.png
|
solution_image2: ./video_play.png
|
||||||
cta2: home_cta2
|
cta2: home_cta2
|
||||||
productsMain: product
|
productsMain: product
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 312 KiB After Width: | Height: | Size: 341 KiB |
@@ -5,7 +5,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-lg leading-7 text-gray-700 sm:mt-4"
|
||||||
v-html="main.content"
|
v-html="main.content"
|
||||||
></div>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
</span>
|
</span>
|
||||||
<div
|
<div
|
||||||
v-html="cta.content"
|
v-html="cta.content"
|
||||||
class="mb-8 text-center text-md mt-4 text-gray-800"
|
class="mb-8 text-center text-lg text-gray-800"
|
||||||
></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
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
</span>
|
</span>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="mb-8 text-center text-2xl text-gray-800"
|
class="mb-8 text-center text-lg mx-10 text-gray-800"
|
||||||
v-html="excerpt"
|
v-html="excerpt"
|
||||||
></div>
|
></div>
|
||||||
<div v-if="button">
|
<div v-if="button">
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="py-12 mb-5" id="take_part">
|
<div class="py-12 mb-5">
|
||||||
<div class="w-full text-center">
|
<div class="w-full text-center">
|
||||||
<h2 v-if="main !== null" class="text-4xl font-semibold leading-tight font-heading">
|
<h2 v-if="main !== null" class="text-4xl font-semibold leading-tight font-heading">
|
||||||
{{ main.title }}
|
{{ main.title }}
|
||||||
|
|||||||
Reference in New Issue
Block a user