From 08e0a79204f6e9b995da55a11c666c18d4442de6 Mon Sep 17 00:00:00 2001 From: mik-tf Date: Sun, 10 Nov 2024 19:01:47 -0500 Subject: [PATCH] fixed typos in faq, changed color font to see better questions in faq --- poc/content/threefold/faq_tf_section.html | 40 +++++++++++------------ poc/index.html | 2 +- poc/static/faq.css | 8 +++++ 3 files changed, 29 insertions(+), 21 deletions(-) diff --git a/poc/content/threefold/faq_tf_section.html b/poc/content/threefold/faq_tf_section.html index f124adf..f58d65e 100644 --- a/poc/content/threefold/faq_tf_section.html +++ b/poc/content/threefold/faq_tf_section.html @@ -2,7 +2,7 @@ Is this a separate new Internet?

No, ThreeFold is a complementary Internet and lives with and on top of - the current Internet. From out of ThreeFold you can still use the + the current Internet. From out of ThreeFold, you can still use the current Internet and interact with it.

@@ -10,39 +10,39 @@
Why do we need a new Internet?

- The Internet used to be a peer to peer network, but has become fragile + The Internet used to be a peer-to-peer network, but has become fragile and too centralized. There are so many problems with the current - Internet, such as authenticity, privacy, security, and sustainability + Internet, such as authenticity, privacy, security, and sustainability, that we believe a fundamental new approach is needed.

- This sounds too big, are you guys are faking it? + This sounds too big, are you guys faking it?

We have been working on this for over 30 years and ThreeFold is the result of that work. We have a working product and a growing community - of farmers, users, and partners. We are real and we are here to stay. + of farmers, users, and partners. We're for real and we are here to stay.

You have 2 tokens, TFT and INCA, why?

- Thanks to our community there are +60,000 virtual cpu's and +17,000 GB + Thanks to our community there are +60,000 virtual CPUs and +17,000 GB of storage available on the network. Checkout our stats on our dashboard.Check out our stats on the ThreeFold Dashboard. - TFT is our token which was used to build generation 1,2 and 3 of the - ThreeFold Grid of capacity. TFT is the reward for our loyal community. - There can never be more than 1 billion TFT. We are now building - generation 4 of the ThreeFold Grid of capacity and we need a new token - to build this new generation. There will never be more than 3 billion - INCA. Our partners will start selling new ThreeFold Nodes end Nov 2024 - with a new reward scheme and ready to grow to millions of nodes. + Our token TFT was used to build generation 1, 2 and 3 of the + ThreeFold Grid. TFT is the reward for our loyal community. + There can never be more than 1 billion TFT. + + We are now building generation 4 of the ThreeFold Grid and we need a new token for this. There will never be more than 3 billion + INCA. Our partners will start selling new ThreeFold Nodes by the end of November 2024 + with a new reward scheme, so we're ready to grow to millions of nodes.

@@ -62,12 +62,12 @@
What is Web4?

- Web4 is the next generation of the Internet, where users are in control of our data 100% and there is 0 centralization. + Web4 is the next generation of the Internet, where users are 100% in control of their data and where there is 0 centralization. Blockchain was the first step to Web3, ThreeFold is the next step to Web4. - ThreeFold is ofcourse fully compatible with Web2 and Web3. - In Web4 each user has a personal Virtual Digital Assistent which is called a Hero. - This hero manages your digital life and on your behalf can interact with all versions of the Web. - Checkout more info about our Hero. + ThreeFold is of course fully compatible with Web2 and Web3. + In Web4, each user has a personal Virtual Digital Assistant which is called a Hero. + This hero manages your digital life and, on your behalf, can interact with all versions of the Web. + Click here for more info about our Hero.

@@ -83,7 +83,7 @@
Do you offer custom plans for businesses?

- Yes, we have a network of Integrators who can help you design a custom + Yes, we have a network of integrators who can help you design a custom plan.

diff --git a/poc/index.html b/poc/index.html index 9d76aca..68b1f2e 100644 --- a/poc/index.html +++ b/poc/index.html @@ -7,7 +7,7 @@ {% set config = { "title": "THREEFOLD AUTONOMOUS INTERNET.", - "subtitle": "Building a decentralized internet, for a better world..", + "subtitle": "Building a decentralized internet, for a better world...", "image": "static/cloud_dancing.png" } %} {% include 'components/hero_image.html' %} diff --git a/poc/static/faq.css b/poc/static/faq.css index 91ce19a..a4f7102 100644 --- a/poc/static/faq.css +++ b/poc/static/faq.css @@ -109,6 +109,14 @@ summary { outline: none; } +.faq-section details summary { + color: #96989ead; /* ThreeFold blue color */ +} + +.faq-section details summary:before { + color: #2a2a2c; /* Makes the arrow icon match */ +} + summary::marker { display: none; }