diff --git a/content/page/why/brandPanel/brandPanel.md b/content/page/why/brandPanel/brandPanel.md new file mode 100644 index 000000000..9cade7dba --- /dev/null +++ b/content/page/why/brandPanel/brandPanel.md @@ -0,0 +1,10 @@ +--- +id: better_solution +title: A better solution for our planet. +subtitle: +sourceUrl: +btnTxt: Learn More +image: better_solution.png +--- + +The current Internet consumes about 10% of the world’s energy. Data unnecessarily travels to (and is stored in) centralized data centers, which then use tremendous power to cool servers down. In ThreeFold’s peer-to-peer model, between 50-99% power savings can be achieved. diff --git a/content/page/why/productData/better_solution/better_solution.md b/content/page/why/productData/better_solution/better_solution.md deleted file mode 100644 index 26f9ec188..000000000 --- a/content/page/why/productData/better_solution/better_solution.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -id: better_solution -title: "" -image: ./better_solution.png -link: https://threefold.io/threefold/blog/post/for_our_planet/ ---- diff --git a/content/page/why/productData/better_solution/better_solution.png b/content/page/why/productData/better_solution/better_solution.png deleted file mode 100644 index e4b322130..000000000 Binary files a/content/page/why/productData/better_solution/better_solution.png and /dev/null differ diff --git a/content/page/why/productData/internet_available/internet_available.md b/content/page/why/productData/internet_available/internet_available.md index 1548dfd64..1d38b84bd 100644 --- a/content/page/why/productData/internet_available/internet_available.md +++ b/content/page/why/productData/internet_available/internet_available.md @@ -1,6 +1,9 @@ --- id: internet_available -title: "" +title: An Internet available to everyone image: ./internet_available.png +button: Learn More link: https://threefold.io/threefold/blog/post/more_inclusive_internet/ --- + +Only 57% of the world is connected to the Internet today, despite Internet access being a human right. This is not acceptable, as digital access represents a gateway to information, knowledge, and economic opportunities. We bring a more affordable and accessible Internet solution to the world. diff --git a/content/page/why/productData/internet_available/internet_available.png b/content/page/why/productData/internet_available/internet_available.png index 33bd82b53..75d58814a 100644 Binary files a/content/page/why/productData/internet_available/internet_available.png and b/content/page/why/productData/internet_available/internet_available.png differ diff --git a/content/page/why/productData/peer_to_peer/peer_to_peer.md b/content/page/why/productData/peer_to_peer/peer_to_peer.md index 46c630a23..b1157d669 100644 --- a/content/page/why/productData/peer_to_peer/peer_to_peer.md +++ b/content/page/why/productData/peer_to_peer/peer_to_peer.md @@ -1,6 +1,9 @@ --- id: peer_to_peer -title: "" +title: Peer-to-peer puts people back in control image: ./peer_to_peer.png +button: Learn More link: https://threefold.io/threefold/blog/post/what_is_peer_to_peer/ --- + +Blockchain and edge computing gave birth to the era of decentralization. ThreeFold's peer-to-peer architecture is the next step in that evolution, bringing an extremely simple, super efficient and ultra secure end-to-end environment. This means users have 100% ownership and access rights over their data. diff --git a/content/page/why/productData/peer_to_peer/peer_to_peer.png b/content/page/why/productData/peer_to_peer/peer_to_peer.png index f16dde1a4..51889bcd7 100644 Binary files a/content/page/why/productData/peer_to_peer/peer_to_peer.png and b/content/page/why/productData/peer_to_peer/peer_to_peer.png differ diff --git a/content/page/why/why.md b/content/page/why/why.md index ee58ff423..49d448c24 100644 --- a/content/page/why/why.md +++ b/content/page/why/why.md @@ -7,11 +7,12 @@ header_altImg: threefold header_excerpt: Our mission is to 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 -appsMain: product_main -appData: [peer_to_peer, internet_available, better_solution] +productsMain: product_main +productData: [peer_to_peer, internet_available] partenershipsMain: partenerships_main partnerships: [solidaridad, tag, kleos, threefold] cta2: why_cta2 +brandPanel: better_solution ---
+ +
+
+
+

+ {{ brand.title }} + {{ + brand.subtitle + }} +

+
+ {{ brand.btnTxt }} +
+
+
+ +
+
+
\ No newline at end of file + + + \ No newline at end of file diff --git a/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue b/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue index b07764a15..2a25b4984 100644 --- a/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue +++ b/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue @@ -12,6 +12,7 @@

+
+
+ +
+
+
+ +
+ {{ product.title }} +
+
+
+ {{ product.button }} + {{ product.button }} +
+
+
+
+
@@ -131,4 +170,7 @@ export default { .bannerFondo { height: 400px; } +.product { + background-color: #ebfefd; +} diff --git a/src/templates/MarkdownPage.vue b/src/templates/MarkdownPage.vue index 46b79d93f..c4a01936e 100644 --- a/src/templates/MarkdownPage.vue +++ b/src/templates/MarkdownPage.vue @@ -71,6 +71,11 @@ :main="$page.markdownPage.productsMain" :products="$page.markdownPage.productData" /> + - +