diff --git a/content/navigation/navigation.md b/content/navigation/navigation.md index a26ed1da8..391483a25 100644 --- a/content/navigation/navigation.md +++ b/content/navigation/navigation.md @@ -5,12 +5,16 @@ navLinks: link: /products external: false expandable: false + - name: WHY + link: /why + external: false + expandable: false - name: TOKEN link: /token external: true expandable: false - name: LEARN - link: '' # /dropdown + link: "" # /dropdown external: false expandable: true submenu: @@ -26,7 +30,7 @@ navLinks: external: true - name: ECOSYSTEM - link: '' + link: "" external: false expandable: true submenu: @@ -45,7 +49,7 @@ navLinks: external: true - name: MORE - link: '' + link: "" external: false expandable: true submenu: @@ -57,12 +61,10 @@ navLinks: path: /news - title: Contact Us - path: 'mailto:info@threefold.io' + path: "mailto:info@threefold.io" external: true social: - icon: telegram-plane - link: 'https://t.me/threefoldnews' - - + link: "https://t.me/threefoldnews" --- diff --git a/content/page/why/404.png b/content/page/why/404.png new file mode 100644 index 000000000..f8f3b8736 Binary files /dev/null and b/content/page/why/404.png differ diff --git a/content/page/why/cta/cta.md b/content/page/why/cta/cta.md new file mode 100644 index 000000000..6326cd311 --- /dev/null +++ b/content/page/why/cta/cta.md @@ -0,0 +1,15 @@ +--- +id: why_cta +title: Today's Internet +slogan: Is Broken +button: "" +link: "" +button2: "" +link2: "" +button3: "" +link3: "" +--- + +The Internet is controlled by large corporations. + +This centralized approach is highly ineffucient, extermrly costly, and unsustainable. Our data isn't owned by us, and it isn't safe. diff --git a/content/page/why/why-home.jpg b/content/page/why/why-home.jpg new file mode 100644 index 000000000..eb56fc115 Binary files /dev/null and b/content/page/why/why-home.jpg differ diff --git a/content/page/why/why.md b/content/page/why/why.md index 1670bdf27..21e519998 100644 --- a/content/page/why/why.md +++ b/content/page/why/why.md @@ -1,3 +1,14 @@ --- id: why ---- \ No newline at end of file +header_slogan: We need a way of archiving it. +header_title: We do not need a reason to want a better future. +header_image: ./why-home.jpg +header_altImg: threefold +header_excerpt: Our mission is accelerate the transition of the data economy to a decentralized P2P model and make it possible for every person to learn, partake and succeed. +solution_image: ./404.png +cta: why_cta +--- + + + diff --git a/src/components/custom/Navbar/Navbar.vue b/src/components/custom/Navbar/Navbar.vue index 569fdfd20..f2f04dfa6 100644 --- a/src/components/custom/Navbar/Navbar.vue +++ b/src/components/custom/Navbar/Navbar.vue @@ -1,7 +1,7 @@