From 6cc7673be181b6e39eef66ce81d39f7cf101f108 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 27 Nov 2024 14:49:50 +0100 Subject: [PATCH 1/4] add links --- templates/partials/header.html | 2 +- templates/partials/home/features.html | 2 +- templates/partials/home/hero.html | 4 ++-- templates/partials/solutions/hero.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/partials/header.html b/templates/partials/header.html index 164e709d2..9e9dc293d 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -107,7 +107,7 @@ #} - Get 3Nodes + Docs diff --git a/templates/partials/home/features.html b/templates/partials/home/features.html index 9941b2a35..1c3643f3a 100644 --- a/templates/partials/home/features.html +++ b/templates/partials/home/features.html @@ -5,7 +5,7 @@

ThreeFold is not a protocol. We’ve developed foundational technology that runs directly on bare metal (the hardware).

ThreeFold is likely the only active project with a truly scalable solution addressing the Internet and Cloud’s core components: Data, Cloud, and Network.

- Discover How It Works + Discover How It Works
diff --git a/templates/partials/home/hero.html b/templates/partials/home/hero.html index e43d60720..f851ac424 100644 --- a/templates/partials/home/hero.html +++ b/templates/partials/home/hero.html @@ -8,8 +8,8 @@

Web4


diff --git a/templates/partials/solutions/hero.html b/templates/partials/solutions/hero.html index af09c240d..f2949b394 100644 --- a/templates/partials/solutions/hero.html +++ b/templates/partials/solutions/hero.html @@ -6,7 +6,7 @@

ThreeFold can be used by any Web2, Web3, AI, or Edge IT workload.

- Dive Deeper - Read our docs + Dive Deeper - Read our docs f
From 5c22e1843437d49b7e042a6e477539f69caf23ec Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 27 Nov 2024 14:59:02 +0100 Subject: [PATCH 2/4] edit faq --- templates/partials/home/faq.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/partials/home/faq.html b/templates/partials/home/faq.html index 5a4526b26..2f92742a7 100644 --- a/templates/partials/home/faq.html +++ b/templates/partials/home/faq.html @@ -74,7 +74,7 @@ id="faqs-text-02" role="region" aria-labelledby="faqs-title-02" - class="grid text-sm text-slate-600 overflow-hidden transition-all duration-300 ease-in-out" + class="grid text-sm text-gray-200 overflow-hidden transition-all duration-300 ease-in-out" :class="expanded ? 'grid-rows-[1fr] opacity-100' : 'grid-rows-[0fr] opacity-0'" >
@@ -105,7 +105,7 @@ id="faqs-text-04" role="region" aria-labelledby="faqs-title-04" - class="grid text-sm text-slate-600 overflow-hidden transition-all duration-300 ease-in-out" + class="grid text-sm text-gray-200 overflow-hidden transition-all duration-300 ease-in-out" :class="expanded ? 'grid-rows-[1fr] opacity-100' : 'grid-rows-[0fr] opacity-0'" >
@@ -137,7 +137,7 @@ id="faqs-text-05" role="region" aria-labelledby="faqs-title-05" - class="grid text-sm text-slate-600 overflow-hidden transition-all duration-300 ease-in-out" + class="grid text-sm text-gray-200 overflow-hidden transition-all duration-300 ease-in-out" :class="expanded ? 'grid-rows-[1fr] opacity-100' : 'grid-rows-[0fr] opacity-0'" >
@@ -169,7 +169,7 @@ id="faqs-text-06" role="region" aria-labelledby="faqs-title-06" - class="grid text-sm text-slate-600 overflow-hidden transition-all duration-300 ease-in-out" + class="grid text-sm text-gray-200 overflow-hidden transition-all duration-300 ease-in-out" :class="expanded ? 'grid-rows-[1fr] opacity-100' : 'grid-rows-[0fr] opacity-0'" >
@@ -200,7 +200,7 @@ id="faqs-text-07" role="region" aria-labelledby="faqs-title-07" - class="grid text-sm text-slate-600 overflow-hidden transition-all duration-300 ease-in-out" + class="grid text-sm text-gray-200 overflow-hidden transition-all duration-300 ease-in-out" :class="expanded ? 'grid-rows-[1fr] opacity-100' : 'grid-rows-[0fr] opacity-0'" >
@@ -232,13 +232,13 @@ id="faqs-text-07" role="region" aria-labelledby="faqs-title-07" - class="grid text-sm text-slate-600 overflow-hidden transition-all duration-300 ease-in-out" + class="grid text-sm text-gray-200 overflow-hidden transition-all duration-300 ease-in-out" :class="expanded ? 'grid-rows-[1fr] opacity-100' : 'grid-rows-[0fr] opacity-0'" >

ThreeFold grid can be used to host any web2, web3 and web4 (future) workload. - For more details see our ebook + For more details see our docs

@@ -265,7 +265,7 @@ id="faqs-text-07" role="region" aria-labelledby="faqs-title-07" - class="grid text-sm text-slate-600 overflow-hidden transition-all duration-300 ease-in-out" + class="grid text-sm text-gray-200 overflow-hidden transition-all duration-300 ease-in-out" :class="expanded ? 'grid-rows-[1fr] opacity-100' : 'grid-rows-[0fr] opacity-0'" >
From b8ca408790cf6ccaca8c06e6169150520855244a Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 27 Nov 2024 15:09:14 +0100 Subject: [PATCH 3/4] edit texts --- templates/partials/home/hero.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/partials/home/hero.html b/templates/partials/home/hero.html index f851ac424..aa791e894 100644 --- a/templates/partials/home/hero.html +++ b/templates/partials/home/hero.html @@ -8,9 +8,17 @@

Web4


+ + +
From 74b4a70c30db3d06ce1f58c164e7a3be39d613c2 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 27 Nov 2024 15:12:08 +0100 Subject: [PATCH 4/4] Edit links --- templates/partials/header.html | 2 +- templates/partials/home/hero.html | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/templates/partials/header.html b/templates/partials/header.html index 9e9dc293d..7e3eafca7 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -107,7 +107,7 @@ #} - Docs + TF Docs
diff --git a/templates/partials/home/hero.html b/templates/partials/home/hero.html index aa791e894..31249b2b8 100644 --- a/templates/partials/home/hero.html +++ b/templates/partials/home/hero.html @@ -8,17 +8,9 @@

Web4


- - -