Move partners up

This commit is contained in:
Sam
2021-03-03 11:04:34 +03:00
parent f2c7d154bf
commit c9ba9338b8
3 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 97 KiB

View File

@@ -3,6 +3,7 @@ id: home
header_altImg: '' header_altImg: ''
solution_image: ./home_header.png solution_image: ./home_header.png
header: home_header header: home_header
logos: [logo1, logo2, logo3, logo4, logo5, logo6] #you can continue adding logos as needed
productsMain: product productsMain: product
productData: [product1, product6, product3, product2, product5, product4] productData: [product1, product6, product3, product2, product5, product4]
header_title: Join the P2P Economy header_title: Join the P2P Economy
@@ -13,7 +14,6 @@ link: https://farming.threefold.io/token #link for button
comparisonMain: comparison comparisonMain: comparison
comparisonSecs: [section1, section2, section3] comparisonSecs: [section1, section2, section3]
brandPanel: brand_panel brandPanel: brand_panel
logos: [logo1, logo2, logo3, logo4, logo5, logo6] #you can continue adding logos as needed
solution_image2: ./cta_image.png solution_image2: ./cta_image.png
cta: home_cta cta: home_cta
--- ---

View File

@@ -9,6 +9,11 @@
v-if="$page.markdownPage.header" v-if="$page.markdownPage.header"
:header="$page.markdownPage.header" :header="$page.markdownPage.header"
/> />
<logoShowcase
v-if="$page.markdownPage.logos.length > 0"
:logos="$page.markdownPage.logos"
/>
<ShowcaseProducts <ShowcaseProducts
:main="$page.markdownPage.productsMain" :main="$page.markdownPage.productsMain"
@@ -47,11 +52,6 @@
:card="card" :card="card"
/> --> /> -->
<logoShowcase
v-if="$page.markdownPage.logos.length > 0"
:logos="$page.markdownPage.logos"
/>
<!-- <InTheNews <!-- <InTheNews
v-if="$page.markdownPage.inTheNews" v-if="$page.markdownPage.inTheNews"
:news="$page.markdownPage.inTheNews" :news="$page.markdownPage.inTheNews"