fixed typos in faq, changed color font to see better questions in faq

This commit is contained in:
mik-tf 2024-11-10 19:01:47 -05:00
parent f86c0a2a2b
commit 08e0a79204
3 changed files with 29 additions and 21 deletions

View File

@ -2,7 +2,7 @@
<summary>Is this a separate new Internet?</summary> <summary>Is this a separate new Internet?</summary>
<p> <p>
No, ThreeFold is a complementary Internet and lives with and on top of 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. current Internet and interact with it.
</p> </p>
</details> </details>
@ -10,39 +10,39 @@
<details> <details>
<summary>Why do we need a new Internet?</summary> <summary>Why do we need a new Internet?</summary>
<p> <p>
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 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. that we believe a fundamental new approach is needed.
</p> </p>
</details> </details>
<details> <details>
<summary>This sounds too big, are you guys are faking it?</summary> <summary>This sounds too big, are you guys faking it?</summary>
<p> <p>
We have been working on this for over 30 years and ThreeFold is the 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 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.
</p> </p>
</details> </details>
<details> <details>
<summary>You have 2 tokens, TFT and INCA, why?</summary> <summary>You have 2 tokens, TFT and INCA, why?</summary>
<p> <p>
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. of storage available on the network.
<a <a
href="https://dashboard.grid.tf/#/tf-grid/node-statistics/" href="https://dashboard.grid.tf/#/tf-grid/node-statistics/"
target="_blank" target="_blank"
>Checkout our stats on our dashboard.</a >Check out our stats on the ThreeFold Dashboard.</a
> >
TFT is our token which was used to build generation 1,2 and 3 of the Our token TFT was used to build generation 1, 2 and 3 of the
ThreeFold Grid of capacity. TFT is the reward for our loyal community. ThreeFold Grid. TFT is the reward for our loyal community.
There can never be more than 1 billion TFT. We are now building There can never be more than 1 billion TFT.
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 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 end Nov 2024 INCA. Our partners will start selling new ThreeFold Nodes by the end of November 2024
with a new reward scheme and ready to grow to millions of nodes. with a new reward scheme, so we're ready to grow to millions of nodes.
</p> </p>
</details> </details>
@ -62,12 +62,12 @@
<details> <details>
<summary>What is Web4?</summary> <summary>What is Web4?</summary>
<p> <p>
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. Blockchain was the first step to Web3, ThreeFold is the next step to Web4.
ThreeFold is ofcourse fully compatible with Web2 and Web3. ThreeFold is of course fully compatible with Web2 and Web3.
In Web4 each user has a personal Virtual Digital Assistent which is called a Hero. 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. This hero manages your digital life and, on your behalf, can interact with all versions of the Web.
<a href="/hero_intro">Checkout more info about our Hero</a>. <a href="/hero_intro">Click here for more info about our Hero</a>.
</p> </p>
</details> </details>
@ -83,7 +83,7 @@
<details> <details>
<summary>Do you offer custom plans for businesses?</summary> <summary>Do you offer custom plans for businesses?</summary>
<p> <p>
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. plan.
</p> </p>
</details> </details>

View File

@ -7,7 +7,7 @@
{% set config = { {% set config = {
"title": "THREEFOLD AUTONOMOUS INTERNET.", "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" } "image": "static/cloud_dancing.png" }
%} %}
{% include 'components/hero_image.html' %} {% include 'components/hero_image.html' %}

View File

@ -109,6 +109,14 @@ summary {
outline: none; 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 { summary::marker {
display: none; display: none;
} }