diff --git a/content/navigation/navigation.md b/content/navigation/navigation.md index 391483a25..d52926061 100644 --- a/content/navigation/navigation.md +++ b/content/navigation/navigation.md @@ -11,7 +11,7 @@ navLinks: expandable: false - name: TOKEN link: /token - external: true + external: false expandable: false - name: LEARN link: "" # /dropdown diff --git a/content/page/token/token.md b/content/page/token/token.md new file mode 100644 index 000000000..748f88ae9 --- /dev/null +++ b/content/page/token/token.md @@ -0,0 +1,10 @@ +--- +id: token +header_slogan: WE ARE GROWING NOW. +header_title: YOU GROW WHEN THE THREEFOLD GRID GROWS. +header_image: ./token_header.png +header_altImg: ThreeFold Token +header_excerpt: The ThreeFold Token is the currency of the fastest growing P2P internet network on the planet. The perfect time to get involved in our growth is now. +button: Get Tokens +link: / +--- diff --git a/content/page/token/token_header.png b/content/page/token/token_header.png new file mode 100644 index 000000000..1acf833e5 Binary files /dev/null and b/content/page/token/token_header.png differ diff --git a/gridsome.config.js b/gridsome.config.js index 9c170dc33..747fe03f5 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -6,7 +6,8 @@ module.exports = { siteName: 'ThreeFold', - plugins: [ + pathPrefix: "threefold", + plugins: [ // Local models { @@ -493,7 +494,8 @@ module.exports = { externalLinksTarget: '_blank', externalLinksRel: ['nofollow', 'noopener', 'noreferrer'], anchorClassName: 'icon icon-link', - plugins: [ + pathPrefix: "threefold", + plugins: [ ['gridsome-plugin-remark-prismjs-all', { highlightClassName: "gridsome-highlight", codeTitleClassName: "gridsome-code-title", diff --git a/src/components/AppListItem.vue b/src/components/AppListItem.vue index f011e0684..8ee49f1cd 100644 --- a/src/components/AppListItem.vue +++ b/src/components/AppListItem.vue @@ -15,7 +15,7 @@ :key="product.id" >
- + {{ link.title }} - {{ link.title }}{{ link.title }}
diff --git a/src/components/marketing/sections/cta-sections/Header.vue b/src/components/marketing/sections/cta-sections/Header.vue index dff077cf8..26cd1efdc 100644 --- a/src/components/marketing/sections/cta-sections/Header.vue +++ b/src/components/marketing/sections/cta-sections/Header.vue @@ -40,7 +40,46 @@ -
+
+
+

+ {{ title }}
+ {{ slogan }} +

+
+
+ {{ button }} + {{ button }} + +
+
+
+
+ +

\ No newline at end of file + +