format txt
This commit is contained in:
@@ -6,5 +6,5 @@ image: ./farm_map.png
|
||||
button: ''
|
||||
link: ''
|
||||
---
|
||||
We are growing fast.
|
||||
We are growing fast
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
id: product_farm
|
||||
title: "Farm"
|
||||
subtitle: A new way of growing the Internet.
|
||||
subtitle: A new way of growing the Internet
|
||||
---
|
||||
|
||||
3Nodes provide Internet capacity for millions of people using ThreeFold’s Planetary Network, and you earn TFT for doing so. And because of a unique operating system, called Zero-OS, once turned on your 3Node runs by itself.
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
id: p4p
|
||||
title: Built by the people,
|
||||
subtitle: FOR HUMANITY
|
||||
title: Built by
|
||||
subtitle: the people
|
||||
subtitle2: FOR HUMANITY
|
||||
sourceUrl: /grid
|
||||
btnTxt: Learn More
|
||||
image: p4p_new.png # src/assets/brandPanel/..
|
||||
|
||||
@@ -8,7 +8,7 @@ header_title: WELCOME TO THE
|
||||
header_title2: People’s Internet
|
||||
header_image: ./new_home_header.jpg
|
||||
header_altImg: threefold
|
||||
header_excerpt: Powered by the ThreeFold blockchain, the People’s Internet is the layer 0 infrastructure for an open source peer-to-peer Internet owned by humanity.
|
||||
header_excerpt: Powered by the ThreeFold blockchain the People’s Internet is the layer 0 infrastructure for an open source P2P Internet owned by humanity.
|
||||
link: /grid
|
||||
cta2: home_cta2
|
||||
productsMain: product
|
||||
|
||||
@@ -271,9 +271,12 @@
|
||||
"
|
||||
>
|
||||
{{ brand.title }}
|
||||
<span class="block font-bold" v-if="brand.subtitle">{{
|
||||
<span class="block" v-if="brand.subtitle">{{
|
||||
brand.subtitle
|
||||
}}</span>
|
||||
<span class="block font-bold" v-if="brand.subtitle2">{{
|
||||
brand.subtitle2
|
||||
}}</span>
|
||||
</h2>
|
||||
<div
|
||||
class="pb-6 text-xl leading-tight tracking-wide"
|
||||
@@ -704,7 +707,16 @@
|
||||
<div class="lg:w-1/2 px-2 self-center">
|
||||
<g-image class="mx-auto" :src="image" :alt="brand.title" />
|
||||
</div>
|
||||
<div class="lg:w-1/2 lg:px-10 px-2 lg:mt-10 order-1 lg:order-none self-center">
|
||||
<div
|
||||
class="
|
||||
lg:w-1/2 lg:px-10
|
||||
px-2
|
||||
lg:mt-10
|
||||
order-1
|
||||
lg:order-none
|
||||
self-center
|
||||
"
|
||||
>
|
||||
<div class="lg:self-center">
|
||||
<h2 class="lg:text-6xl mb-8 uppercase leading-none font-light">
|
||||
<span class="block font-normal">{{ brand.title }}</span>
|
||||
|
||||
@@ -271,6 +271,7 @@
|
||||
id
|
||||
title
|
||||
subtitle
|
||||
subtitle2
|
||||
content
|
||||
sourceUrl
|
||||
btnTxt
|
||||
|
||||
Reference in New Issue
Block a user