udpated product section

This commit is contained in:
Vilnite
2021-03-25 14:53:28 +03:00
parent 617280c003
commit 3a93761113
16 changed files with 33 additions and 30 deletions

View File

@@ -7,7 +7,7 @@ header_excerpt: Welcome to the worlds largest Peer-to-Peer internet, formed b
button: TAKE PART button: TAKE PART
link: /farming/token link: /farming/token
productsMain: product productsMain: product
productData: [product1, product6, product3, product2, product5, product4] productData: [tokens, nodes, storage]
logos: [logo1, logo2, logo3, logo4, logo5, logo6] logos: [logo1, logo2, logo3, logo4, logo5, logo6]
brandPanel: brand_panel brandPanel: brand_panel
comparisonMain: comparison comparisonMain: comparison

View File

@@ -1,5 +1,5 @@
--- ---
id: product id: product
title: The building blocks of the P2P Internet title: TAKE PART
subtitle: '' subtitle: Start your P2P journey and help expand the network.
--- ---

View File

@@ -1,7 +0,0 @@
---
id: product1
title: ''
image : ./farming_card.png
url : /farming
---

View File

@@ -0,0 +1,7 @@
---
id: tokens
title: ''
image : ./tokens.png
url : /farming/token
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@@ -0,0 +1,7 @@
---
id: nodes
title: ''
image : ./nodes.png
url : /farming/3node
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 719 KiB

View File

@@ -1,7 +0,0 @@
---
id: product2
title: ''
image : ./cloud_card.png
url : /cloud
---

View File

@@ -1,7 +0,0 @@
---
id: product3
title: ''
image : ./marketplace_card.png
url : /marketplace
---

View File

@@ -0,0 +1,7 @@
---
id: storage
title: ''
image : ./storage.png
url : /cloud
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 90 KiB

View File

@@ -1,13 +1,13 @@
<template> <template>
<div class="py-12 mb-5"> <div class="py-12 mb-5">
<div class="w-full text-center"> <div class="w-full text-center">
<p v-if="main !== null" class="text-sm tracking-widest text-gray-700">{{ main.subtitle }}</p> <h2 v-if="main !== null" class="text-4xl font-semibold leading-tight font-heading">
<h2 v-if="main !== null" class="text-4xl mt-2 mb-6 font-semibold leading-tight font-heading">
{{ main.title }} {{ main.title }}
</h2> </h2>
<p v-if="main !== null" class="mb-6 text-m tracking-widest text-gray-800">{{ main.subtitle }}</p>
</div> </div>
<div class="grid grid-cols-1 gap-4 sm:grid-cols-2"> <div class="grid grid-cols-1 gap-4 sm:grid-cols-3">
<a <a
v-for="(product, idx) in products" v-for="(product, idx) in products"

View File

@@ -1,8 +1,8 @@
<template> <template>
<section class="pt-8 px-4 text-center"> <section class="pt-8 px-4 text-center">
<div class="max-w-2xl mx-auto mb-8"> <div class="max-w-2xl mx-auto mb-8">
<h2 class="text-4xl leading-tight mb-6 font-semibold font-heading"> <h2 class="text-4xl leading-tight mb-6 font-bold font-heading">
Meet some of our partners WORK WITH AWESOME PARTNERS
</h2> </h2>
<p class="text-gray-400 leading-relaxed"></p> <p class="text-gray-400 leading-relaxed"></p>
</div> </div>