diff --git a/content/page/token/openNetwork/main/index.md b/content/page/token/openNetwork/main/index.md
new file mode 100644
index 000000000..75d82b7d0
--- /dev/null
+++ b/content/page/token/openNetwork/main/index.md
@@ -0,0 +1,4 @@
+---
+id: open_network
+title: AN INCENTIVIZED OPEN NETWORK
+---
\ No newline at end of file
diff --git a/content/page/token/openNetwork/nw1/index.md b/content/page/token/openNetwork/nw1/index.md
new file mode 100644
index 000000000..74f3b4396
--- /dev/null
+++ b/content/page/token/openNetwork/nw1/index.md
@@ -0,0 +1,5 @@
+---
+id: nw1
+title: PoC
+---
+PoC: By connecting cloud capacity to the Threefold Grid, people earn TFT on a monthly basis as income.
diff --git a/content/page/token/openNetwork/nw2/index.md b/content/page/token/openNetwork/nw2/index.md
new file mode 100644
index 000000000..ecd18984e
--- /dev/null
+++ b/content/page/token/openNetwork/nw2/index.md
@@ -0,0 +1,4 @@
+---
+id: nw2
+image: ./open_network.png
+---
\ No newline at end of file
diff --git a/content/page/token/openNetwork/nw2/open_network.png b/content/page/token/openNetwork/nw2/open_network.png
new file mode 100644
index 000000000..82b54a98d
Binary files /dev/null and b/content/page/token/openNetwork/nw2/open_network.png differ
diff --git a/content/page/token/openNetwork/nw3/index.md b/content/page/token/openNetwork/nw3/index.md
new file mode 100644
index 000000000..1f848d62c
--- /dev/null
+++ b/content/page/token/openNetwork/nw3/index.md
@@ -0,0 +1,5 @@
+---
+id: nw3
+title: PoU
+---
+By charging your wallet with TFT, you can store files and run applications on the ThreeFold Grid autonomously and in full privacy.
diff --git a/content/page/token/token.md b/content/page/token/token.md
index b54fbeace..8cb6ae4d6 100644
--- a/content/page/token/token.md
+++ b/content/page/token/token.md
@@ -16,4 +16,6 @@ mainItem: sec1
marketInfo: [sec2, sec3, sec4]
cta: token_cta
tft: decentralized_cloud
+networkMain: open_network
+network: [nw1, nw2, nw3]
---
diff --git a/gridsome.config.js b/gridsome.config.js
index 2912ca6e2..560b5607b 100644
--- a/gridsome.config.js
+++ b/gridsome.config.js
@@ -402,6 +402,22 @@ module.exports = {
}
},
+ {
+ use: '@gridsome/source-filesystem',
+ options: {
+ typeName: 'NetworkMain',
+ path: './content/page/**/openNetwork/main/*.md',
+ }
+ },
+
+ {
+ use: '@gridsome/source-filesystem',
+ options: {
+ typeName: 'Network',
+ path: './content/page/**/openNetwork/**/*.md',
+ }
+ },
+
{
use: '@gridsome/source-filesystem',
options: {
@@ -456,7 +472,9 @@ module.exports = {
marketInfoMain: 'MarketInfoMain',
marketInfo: 'MarketInfo',
mainItem: 'MainItem',
- tft: 'AboutTft'
+ tft: 'AboutTft',
+ networkMain: 'NetworkMain',
+ network: 'Network'
}
}
},
diff --git a/src/components/custom/sections/Features.vue b/src/components/custom/sections/Features.vue
index b70dbf942..2403e35e3 100644
--- a/src/components/custom/sections/Features.vue
+++ b/src/components/custom/sections/Features.vue
@@ -313,6 +313,42 @@
+
+
+ {{ main.title }}
+
+
+
+
+
+
+
+ {{ feature.title }}
+
+
+
+
+
+
+
{{ main.title }}
diff --git a/src/templates/MarkdownPage.vue b/src/templates/MarkdownPage.vue
index f4279c58e..039534f3b 100644
--- a/src/templates/MarkdownPage.vue
+++ b/src/templates/MarkdownPage.vue
@@ -83,7 +83,7 @@
/> -->
-