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/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/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/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/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..9452a8420 --- /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/home/cta.html" %} +{% endblock content %} \ No newline at end of file diff --git a/templates/partials/header.html b/templates/partials/header.html index c38302c64..4c32b9759 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -107,8 +107,7 @@ #} - Get 3Nodes - + Get 3Nodes 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.

Get Started - See Solutions + See Solutions
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 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