diff --git a/content/page/home/home.md b/content/page/home/home.md index 4f2316e19..da2517cfe 100644 --- a/content/page/home/home.md +++ b/content/page/home/home.md @@ -26,6 +26,7 @@ inTheNews: in_the_news solution_image: ./cta_image.svg cta: home_cta videoPanel: home_videoPanel +stats: stats featuresMain2: Features_home_2 features2: [ diff --git a/content/page/home/stats/index.md b/content/page/home/stats/index.md new file mode 100644 index 000000000..4ca8f0227 --- /dev/null +++ b/content/page/home/stats/index.md @@ -0,0 +1,10 @@ +--- +id: stats +title: TOGETHER WE CO-CREATE THE NEW INTERNET +button: More Stats +link: https://explorer.threefold.io +image: ./map.png +--- + +The ThreeFold Grid is formed by a global network of independent Farmers – people
+and organizations who expand the Internet capacity to where it is needed the most. diff --git a/content/page/home/stats/map.png b/content/page/home/stats/map.png new file mode 100644 index 000000000..a57bf88a9 Binary files /dev/null and b/content/page/home/stats/map.png differ diff --git a/gridsome.config.js b/gridsome.config.js index 2896e2b4c..d202a8b60 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -245,6 +245,14 @@ module.exports = { path: './content/page/**/videoPanel/*.md', } }, + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'Stats', + path: './content/page/**/stats/*.md', + } + }, + { use: '@gridsome/source-filesystem', @@ -288,6 +296,7 @@ module.exports = { allSlides: 'About', partenershipsMain: 'PartenershipsMain', partnerships: 'Partenerships', + stats: 'Stats', videoPanel: 'VideoPanel' } } diff --git a/src/components/marketing/sections/cta-sections/StateMap.vue b/src/components/marketing/sections/cta-sections/StateMap.vue new file mode 100644 index 000000000..e43f9a3cb --- /dev/null +++ b/src/components/marketing/sections/cta-sections/StateMap.vue @@ -0,0 +1,112 @@ + + + + + \ No newline at end of file diff --git a/src/pages/Index.vue b/src/pages/Index.vue index cc4fec141..48b52e981 100644 --- a/src/pages/Index.vue +++ b/src/pages/Index.vue @@ -59,6 +59,9 @@ v-if="$page.markdownPage.cta5" :cta="$page.markdownPage.cta5" /> --> + + +