udpated product section
This commit is contained in:
@@ -7,7 +7,7 @@ header_excerpt: Welcome to the world’s largest Peer-to-Peer internet, formed b
|
||||
button: TAKE PART
|
||||
link: /farming/token
|
||||
productsMain: product
|
||||
productData: [product1, product6, product3, product2, product5, product4]
|
||||
productData: [tokens, nodes, storage]
|
||||
logos: [logo1, logo2, logo3, logo4, logo5, logo6]
|
||||
brandPanel: brand_panel
|
||||
comparisonMain: comparison
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
id: product
|
||||
title: The building blocks of the P2P Internet
|
||||
subtitle: ''
|
||||
title: TAKE PART
|
||||
subtitle: Start your P2P journey and help expand the network.
|
||||
---
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
id: product1
|
||||
title: ''
|
||||
image : ./farming_card.png
|
||||
url : /farming
|
||||
---
|
||||
|
||||
7
content/page/home/productData/product1/tokens.md
Normal file
7
content/page/home/productData/product1/tokens.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
id: tokens
|
||||
title: ''
|
||||
image : ./tokens.png
|
||||
url : /farming/token
|
||||
---
|
||||
|
||||
BIN
content/page/home/productData/product1/tokens.png
Normal file
BIN
content/page/home/productData/product1/tokens.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 98 KiB |
1
content/page/home/productData/product1/tokens.svg
Normal file
1
content/page/home/productData/product1/tokens.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 1.2 MiB |
7
content/page/home/productData/product2/nodes.md
Normal file
7
content/page/home/productData/product2/nodes.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
id: nodes
|
||||
title: ''
|
||||
image : ./nodes.png
|
||||
url : /farming/3node
|
||||
---
|
||||
|
||||
BIN
content/page/home/productData/product2/nodes.png
Normal file
BIN
content/page/home/productData/product2/nodes.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 57 KiB |
1
content/page/home/productData/product2/nodes.svg
Normal file
1
content/page/home/productData/product2/nodes.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 719 KiB |
@@ -1,7 +0,0 @@
|
||||
---
|
||||
id: product2
|
||||
title: ''
|
||||
image : ./cloud_card.png
|
||||
url : /cloud
|
||||
---
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
id: product3
|
||||
title: ''
|
||||
image : ./marketplace_card.png
|
||||
url : /marketplace
|
||||
---
|
||||
|
||||
7
content/page/home/productData/product3/storage.md
Normal file
7
content/page/home/productData/product3/storage.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
id: storage
|
||||
title: ''
|
||||
image : ./storage.png
|
||||
url : /cloud
|
||||
---
|
||||
|
||||
BIN
content/page/home/productData/product3/storage.png
Normal file
BIN
content/page/home/productData/product3/storage.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
1
content/page/home/productData/product3/storage.svg
Normal file
1
content/page/home/productData/product3/storage.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 90 KiB |
@@ -1,13 +1,13 @@
|
||||
<template>
|
||||
<div class="py-12 mb-5">
|
||||
<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 mt-2 mb-6 font-semibold leading-tight font-heading">
|
||||
<h2 v-if="main !== null" class="text-4xl font-semibold leading-tight font-heading">
|
||||
{{ main.title }}
|
||||
</h2>
|
||||
<p v-if="main !== null" class="mb-6 text-m tracking-widest text-gray-800">{{ main.subtitle }}</p>
|
||||
</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
|
||||
v-for="(product, idx) in products"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<section class="pt-8 px-4 text-center">
|
||||
<div class="max-w-2xl mx-auto mb-8">
|
||||
<h2 class="text-4xl leading-tight mb-6 font-semibold font-heading">
|
||||
Meet some of our partners
|
||||
<h2 class="text-4xl leading-tight mb-6 font-bold font-heading">
|
||||
WORK WITH AWESOME PARTNERS
|
||||
</h2>
|
||||
<p class="text-gray-400 leading-relaxed"></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user