From 481a63e36a269bd296a8c6121d1c4dfa577b3ef0 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 19 Nov 2024 15:32:50 +0100 Subject: [PATCH 1/3] update --- content/host/index.md | 2 +- templates/index.html | 1 + templates/partials/header.html | 2 +- templates/partials/home/web4.html | 61 +++++++++++++++++++++++++++++++ 4 files changed, 64 insertions(+), 2 deletions(-) create mode 100644 templates/partials/home/web4.html diff --git a/content/host/index.md b/content/host/index.md index 447d4650b..166794598 100644 --- a/content/host/index.md +++ b/content/host/index.md @@ -25,7 +25,7 @@ Regardless of technical knowledge, anyone can now become an Internet and cloud s
- + {% end %} diff --git a/templates/index.html b/templates/index.html index 635c313c8..90acfff88 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,6 +5,7 @@ {% include "partials/home/banner.html" %} {% include "partials/home/grid_stats.html" %} {% include "partials/home/features.html" %} +{% include "partials/home/web4.html" %} {% include "partials/home/cta.html" %} {% endblock content %} \ No newline at end of file diff --git a/templates/partials/header.html b/templates/partials/header.html index 83733497f..201736ec5 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -107,7 +107,7 @@ #} - Get 3Nodes + Get 3Nodes diff --git a/templates/partials/home/web4.html b/templates/partials/home/web4.html new file mode 100644 index 000000000..941260ca9 --- /dev/null +++ b/templates/partials/home/web4.html @@ -0,0 +1,61 @@ +
+
+
+
+

WEB 4

+

The Next Evolution of the Internet

+

Web 4 is the natural progression of the Internet, where humans and artificial intelligence work together to create a new paradigm designed to promote planetary well-being and ensure equal opportunities for all. Users are in 100% control of their data and no centralized services are needed.

+

Blockchain was the first step to Web3

+

ThreeFold is the next step to Web4.

+

12.12.2024

+
+
+
+
+ + + + + + + \ No newline at end of file From b5e0967d0245e3ce5de8161817eb855dd1b7e308 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 19 Nov 2024 15:43:20 +0100 Subject: [PATCH 2/3] edit to solutions --- content/header/index.md | 2 +- content/{products => solutions}/index.md | 6 +++--- templates/layouts/products.html | 7 ------- templates/layouts/solutions.html | 7 +++++++ templates/partials/home/hero.html | 2 +- templates/partials/{products => solutions}/hero.html | 0 .../partials/{products => solutions}/portfolio copy.html | 0 templates/partials/{products => solutions}/portfolio.html | 0 8 files changed, 12 insertions(+), 12 deletions(-) rename content/{products => solutions}/index.md (75%) delete mode 100644 templates/layouts/products.html create mode 100644 templates/layouts/solutions.html rename templates/partials/{products => solutions}/hero.html (100%) rename templates/partials/{products => solutions}/portfolio copy.html (100%) rename templates/partials/{products => solutions}/portfolio.html (100%) diff --git a/content/header/index.md b/content/header/index.md index eac4dc5bc..ffd3c6ec8 100644 --- a/content/header/index.md +++ b/content/header/index.md @@ -8,7 +8,7 @@ extra: --- - [Why]("/about") -- [Products]("/products") +- [Products]("/solutions") - Info diff --git a/content/products/index.md b/content/solutions/index.md similarity index 75% rename from content/products/index.md rename to content/solutions/index.md index abd4b80c2..74f5d8ae9 100644 --- a/content/products/index.md +++ b/content/solutions/index.md @@ -1,7 +1,7 @@ --- -title: "Products" -description: "ThreeFold's products." # quotation marks to allow colons where used -template: "layouts/products.html" +title: "Solutions" +description: "ThreeFold's Solutions." # quotation marks to allow colons where used +template: "layouts/solutions.html" insert_anchor_links: "left" extra: author: Your name here diff --git a/templates/layouts/products.html b/templates/layouts/products.html deleted file mode 100644 index 03011420f..000000000 --- a/templates/layouts/products.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends "_default/base.html" %} -{% block content %} - -{% include "partials/products/hero.html" %} -{% include "partials/products/portfolio.html" %} -{% include "partials/home/cta.html" %} -{% endblock content %} \ No newline at end of file diff --git a/templates/layouts/solutions.html b/templates/layouts/solutions.html new file mode 100644 index 000000000..c916d6e2c --- /dev/null +++ b/templates/layouts/solutions.html @@ -0,0 +1,7 @@ +{% extends "_default/base.html" %} +{% block content %} + +{% include "partials/solutions/hero.html" %} +{% include "partials/solutions/portfolio.html" %} +{% include "partials/solutions/cta.html" %} +{% endblock content %} \ No newline at end of file diff --git a/templates/partials/home/hero.html b/templates/partials/home/hero.html index 820b5f378..d30b7993e 100644 --- a/templates/partials/home/hero.html +++ b/templates/partials/home/hero.html @@ -6,7 +6,7 @@

That's ThreeFold.

diff --git a/templates/partials/products/hero.html b/templates/partials/solutions/hero.html similarity index 100% rename from templates/partials/products/hero.html rename to templates/partials/solutions/hero.html diff --git a/templates/partials/products/portfolio copy.html b/templates/partials/solutions/portfolio copy.html similarity index 100% rename from templates/partials/products/portfolio copy.html rename to templates/partials/solutions/portfolio copy.html diff --git a/templates/partials/products/portfolio.html b/templates/partials/solutions/portfolio.html similarity index 100% rename from templates/partials/products/portfolio.html rename to templates/partials/solutions/portfolio.html From 5797ca1da6d8040d041b58749548c1c39e4c3ec7 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Tue, 19 Nov 2024 15:44:14 +0100 Subject: [PATCH 3/3] edit --- templates/layouts/solutions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/layouts/solutions.html b/templates/layouts/solutions.html index c916d6e2c..9452a8420 100644 --- a/templates/layouts/solutions.html +++ b/templates/layouts/solutions.html @@ -3,5 +3,5 @@ {% include "partials/solutions/hero.html" %} {% include "partials/solutions/portfolio.html" %} -{% include "partials/solutions/cta.html" %} +{% include "partials/home/cta.html" %} {% endblock content %} \ No newline at end of file