added token section to home

This commit is contained in:
Vilnite
2021-02-23 17:18:01 +02:00
parent 1940a5bf3c
commit 409252a982
3 changed files with 13 additions and 9 deletions

View File

@@ -5,6 +5,11 @@ solution_image: ./home_header.png
header: home_header
productsMain: product
productData: [product1, product2, product3, product4,product5, product6]
header_title: Join the P2P Economy
header_image: ./token.png
header_excerpt: TFT fuels the ThreeFold ecosystem and represents a unit of compute and storage capacity on the ThreeFold Grid. Get your TFT now to start your journey on the new Internet.
button: More about TFT
link: https://farming.threefold.io/token #link for button
comparisonMain: comparison
comparisonSecs: [section1, section2, section3]
brandPanel: brand_panel

BIN
content/page/home/token.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

View File

@@ -5,15 +5,6 @@
:src="$page.markdownPage.solution_image.src"
/>
<div class="container sm:pxi-0 mx-auto overflow-x-hidden py-5">
<!-- <Header
:title="$page.markdownPage.header_title"
:image="$page.markdownPage.header_image"
:altImg="$page.markdownPage.header_altImg"
:excerpt="$page.markdownPage.header_excerpt"
:button="$page.markdownPage.button"
:link="$page.markdownPage.link"
/> -->
<SolutionsHeader
v-if="$page.markdownPage.header"
:header="$page.markdownPage.header"
@@ -27,6 +18,14 @@
$page.markdownPage.productData.length > 0
"
/>
<Header
:title="$page.markdownPage.header_title"
:image="$page.markdownPage.header_image"
:altImg="$page.markdownPage.header_altImg"
:excerpt="$page.markdownPage.header_excerpt"
:button="$page.markdownPage.button"
:link="$page.markdownPage.link"
/>
<Comparison
v-if="