From 0a5fa6c86a4360c98008146e50c0109eb3ceaae1 Mon Sep 17 00:00:00 2001 From: Vilnite Date: Thu, 25 Mar 2021 15:32:18 +0300 Subject: [PATCH] updated cta, values and header --- content/page/home/InTheNews/inTheNews.md | 2 +- content/page/home/comparison/main/main.md | 6 +++--- content/page/home/comparison/section1/private.svg | 1 + content/page/home/comparison/section1/section1.md | 2 +- content/page/home/comparison/section2/equal.svg | 1 + content/page/home/comparison/section2/section2.md | 2 +- content/page/home/comparison/section3/section3.md | 2 +- content/page/home/comparison/section3/sustainable.svg | 1 + content/page/home/cta/cta.md | 2 +- content/page/home/cta_image.svg | 1 + content/page/home/home.md | 2 +- src/components/custom/sections/CallToAction.vue | 4 ++-- src/components/marketing/sections/cta-sections/Header.vue | 4 ++-- 13 files changed, 17 insertions(+), 13 deletions(-) create mode 100644 content/page/home/comparison/section1/private.svg create mode 100644 content/page/home/comparison/section2/equal.svg create mode 100644 content/page/home/comparison/section3/sustainable.svg create mode 100644 content/page/home/cta_image.svg diff --git a/content/page/home/InTheNews/inTheNews.md b/content/page/home/InTheNews/inTheNews.md index 79af02860..50eafb782 100644 --- a/content/page/home/InTheNews/inTheNews.md +++ b/content/page/home/InTheNews/inTheNews.md @@ -20,4 +20,4 @@ partners: logo: ./logos/btc.png --- -In The News +IN THE NEWS diff --git a/content/page/home/comparison/main/main.md b/content/page/home/comparison/main/main.md index 7360d2964..807000727 100644 --- a/content/page/home/comparison/main/main.md +++ b/content/page/home/comparison/main/main.md @@ -1,7 +1,7 @@ --- id: comparison -title: The world needs a new Internet -description: The current Internet is centralized to tech giants that build power-hungry data centers and control user data. ThreeFold looks at updating the roughly $5 trillion IT industry with a new paradigm that serves people and our planet. -button: More About Our Why +title: GIVE THE WORLD A BETTER INTERNET +description: The current Internet is centralized to tech giants that build power-hungry data centers and exploit user data. ThreeFold looks at updating the current $3.9 Billion IT with a new paradigm that serves people and our planet. +button: Our Values link: /aci/about #add button link here --- diff --git a/content/page/home/comparison/section1/private.svg b/content/page/home/comparison/section1/private.svg new file mode 100644 index 000000000..02473bd92 --- /dev/null +++ b/content/page/home/comparison/section1/private.svg @@ -0,0 +1 @@ +IT IS PRIVATEA tamper-proof experience that allows security to coexist with effciency. \ No newline at end of file diff --git a/content/page/home/comparison/section1/section1.md b/content/page/home/comparison/section1/section1.md index e11b27597..203040e50 100644 --- a/content/page/home/comparison/section1/section1.md +++ b/content/page/home/comparison/section1/section1.md @@ -1,5 +1,5 @@ --- id: section1 -svg: ./privacy.png +svg: ./private.svg title: '' --- diff --git a/content/page/home/comparison/section2/equal.svg b/content/page/home/comparison/section2/equal.svg new file mode 100644 index 000000000..418546a24 --- /dev/null +++ b/content/page/home/comparison/section2/equal.svg @@ -0,0 +1 @@ +IT IS EQUALScalable everywhere and to everyone. \ No newline at end of file diff --git a/content/page/home/comparison/section2/section2.md b/content/page/home/comparison/section2/section2.md index c66dcac4e..693568002 100644 --- a/content/page/home/comparison/section2/section2.md +++ b/content/page/home/comparison/section2/section2.md @@ -1,6 +1,6 @@ --- id: section2 -svg: ./equality.png +svg: ./equal.svg title: '' --- diff --git a/content/page/home/comparison/section3/section3.md b/content/page/home/comparison/section3/section3.md index cb909b8b6..8f31a7cf8 100644 --- a/content/page/home/comparison/section3/section3.md +++ b/content/page/home/comparison/section3/section3.md @@ -1,6 +1,6 @@ --- id: section3 -svg: ./sustainability.png +svg: ./sustainable.svg title: '' --- diff --git a/content/page/home/comparison/section3/sustainable.svg b/content/page/home/comparison/section3/sustainable.svg new file mode 100644 index 000000000..35a935f35 --- /dev/null +++ b/content/page/home/comparison/section3/sustainable.svg @@ -0,0 +1 @@ +IT IS SUSTAINABLEWe must rethink our resource consumption if we want to save our planet. \ No newline at end of file diff --git a/content/page/home/cta/cta.md b/content/page/home/cta/cta.md index 5f61d24ef..7894047b0 100644 --- a/content/page/home/cta/cta.md +++ b/content/page/home/cta/cta.md @@ -1,6 +1,6 @@ --- id: home_cta -title: Join the Movement! +title: JOIN THE MOVEMENT button: Support Us By Purchasing Tokens link: /info/threefold#/how_to_buy_and_sell button2: Stay Updated diff --git a/content/page/home/cta_image.svg b/content/page/home/cta_image.svg new file mode 100644 index 000000000..fc54f7e9d --- /dev/null +++ b/content/page/home/cta_image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/page/home/home.md b/content/page/home/home.md index 56c1c2941..edb804072 100644 --- a/content/page/home/home.md +++ b/content/page/home/home.md @@ -13,7 +13,7 @@ brandPanel: fix_internet comparisonMain: comparison comparisonSecs: [section1, section2, section3] inTheNews: in_the_news -solution_image: ./cta_image.png +solution_image: ./cta_image.svg cta: home_cta --- diff --git a/src/components/custom/sections/CallToAction.vue b/src/components/custom/sections/CallToAction.vue index ccaa02d92..b87342cbb 100644 --- a/src/components/custom/sections/CallToAction.vue +++ b/src/components/custom/sections/CallToAction.vue @@ -1,7 +1,7 @@