diff --git a/content/header/index.md b/content/header/index.md index f668206e1..9ff21b443 100644 --- a/content/header/index.md +++ b/content/header/index.md @@ -8,7 +8,7 @@ extra: --- - [Why]("/about") -- [Product]("/product") +- [Products]("/products") - Info diff --git a/content/products/index.md b/content/products/index.md new file mode 100644 index 000000000..abd4b80c2 --- /dev/null +++ b/content/products/index.md @@ -0,0 +1,58 @@ +--- +title: "Products" +description: "ThreeFold's products." # quotation marks to allow colons where used +template: "layouts/products.html" +insert_anchor_links: "left" +extra: + author: Your name here + imgPath: about/about_hero.png +--- + + + + + + + + + + + \ No newline at end of file diff --git a/templates/layouts/products.html b/templates/layouts/products.html new file mode 100644 index 000000000..b1eda5c83 --- /dev/null +++ b/templates/layouts/products.html @@ -0,0 +1,5 @@ +{% extends "_default/base.html" %} +{% block content %} + +{% include "partials/products/hero.html" %} +{% endblock content %} \ No newline at end of file diff --git a/templates/layouts/why.html b/templates/layouts/why.html index 4ecffa1a9..08bd29838 100644 --- a/templates/layouts/why.html +++ b/templates/layouts/why.html @@ -3,6 +3,7 @@ {% include "partials/why/hero.html" %} {% include "partials/why/timeline.html" %} +{% include "partials/why/values.html" %} {% include "partials/home/cta.html" %} {% endblock content %} \ No newline at end of file diff --git a/templates/partials/products/hero.html b/templates/partials/products/hero.html new file mode 100644 index 000000000..501f893ba --- /dev/null +++ b/templates/partials/products/hero.html @@ -0,0 +1,40 @@ +
+
+
+

A Secure & Sovereign Infrastructure Layer for the Internet

+

Our unique technology enables a system which can scale to a planetary level, can store data which can never be corrupted nor lost, is compatible with AI, Cloud, Web2, Web3 and Edge IT workloads, has the potential to recover from unforeseen events, and provide 100% uptime. .

+

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

+ +
+
+
+ + + \ No newline at end of file diff --git a/templates/partials/why/timeline.html b/templates/partials/why/timeline.html index 702e94e1b..8b3a8fc4f 100644 --- a/templates/partials/why/timeline.html +++ b/templates/partials/why/timeline.html @@ -23,9 +23,9 @@
-
Phase I
+
Phase I
-
Creation of Core Technology
+
Creation of Core Technology
10+ years of Development
Built decentralized, autonomous, edge internet technology @@ -43,9 +43,9 @@
-
Phase II
+
Phase II
-
Traction & Expansion
+
Traction & Expansion
Open Source Development
60+ Countries @@ -69,7 +69,7 @@
Current Phase
ThreeFold Commercialization
-
+
+1 Million Nodes
Open Source Mode & Commercial Mode
Version 3 (TFT) & Version 4 (INCA) 12.12.24 diff --git a/templates/partials/why/values.html b/templates/partials/why/values.html new file mode 100644 index 000000000..22ecbc121 --- /dev/null +++ b/templates/partials/why/values.html @@ -0,0 +1,45 @@ +
+
+
+
+
+ Open Source +
+
+
+
+ Authenticity +
+
+
+
+ Simplicity +
+
+
+
+
+ + + \ No newline at end of file