format txt

This commit is contained in:
samaradel
2021-12-16 18:18:10 +02:00
parent 43e055bb90
commit 74bb5e49a1
6 changed files with 21 additions and 7 deletions

View File

@@ -6,5 +6,5 @@ image: ./farm_map.png
button: '' button: ''
link: '' link: ''
--- ---
We are growing fast. We are growing fast

View File

@@ -1,7 +1,7 @@
--- ---
id: product_farm id: product_farm
title: "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 ThreeFolds 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. 3Nodes provide Internet capacity for millions of people using ThreeFolds 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.

View File

@@ -1,7 +1,8 @@
--- ---
id: p4p id: p4p
title: Built by the people, title: Built by
subtitle: FOR HUMANITY subtitle: the people
subtitle2: FOR HUMANITY
sourceUrl: /grid sourceUrl: /grid
btnTxt: Learn More btnTxt: Learn More
image: p4p_new.png # src/assets/brandPanel/.. image: p4p_new.png # src/assets/brandPanel/..

View File

@@ -8,7 +8,7 @@ header_title: WELCOME TO THE
header_title2: Peoples Internet header_title2: Peoples Internet
header_image: ./new_home_header.jpg header_image: ./new_home_header.jpg
header_altImg: threefold header_altImg: threefold
header_excerpt: Powered by the ThreeFold blockchain, the Peoples 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 Peoples Internet is the layer 0 infrastructure for an open source P2P Internet owned by humanity.
link: /grid link: /grid
cta2: home_cta2 cta2: home_cta2
productsMain: product productsMain: product

View File

@@ -271,9 +271,12 @@
" "
> >
{{ brand.title }} {{ brand.title }}
<span class="block font-bold" v-if="brand.subtitle">{{ <span class="block" v-if="brand.subtitle">{{
brand.subtitle brand.subtitle
}}</span> }}</span>
<span class="block font-bold" v-if="brand.subtitle2">{{
brand.subtitle2
}}</span>
</h2> </h2>
<div <div
class="pb-6 text-xl leading-tight tracking-wide" class="pb-6 text-xl leading-tight tracking-wide"
@@ -704,7 +707,16 @@
<div class="lg:w-1/2 px-2 self-center"> <div class="lg:w-1/2 px-2 self-center">
<g-image class="mx-auto" :src="image" :alt="brand.title" /> <g-image class="mx-auto" :src="image" :alt="brand.title" />
</div> </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"> <div class="lg:self-center">
<h2 class="lg:text-6xl mb-8 uppercase leading-none font-light"> <h2 class="lg:text-6xl mb-8 uppercase leading-none font-light">
<span class="block font-normal">{{ brand.title }}</span> <span class="block font-normal">{{ brand.title }}</span>

View File

@@ -271,6 +271,7 @@
id id
title title
subtitle subtitle
subtitle2
content content
sourceUrl sourceUrl
btnTxt btnTxt