fixed typos in faq, changed color font to see better questions in faq
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
|     <summary>Is this a separate new Internet?</summary> | ||||
|     <p> | ||||
|         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. | ||||
|     </p> | ||||
| </details> | ||||
| @@ -10,39 +10,39 @@ | ||||
| <details> | ||||
|     <summary>Why do we need a new Internet?</summary> | ||||
|     <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 | ||||
|         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. | ||||
|     </p> | ||||
| </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> | ||||
|         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. | ||||
|     </p> | ||||
| </details> | ||||
|  | ||||
| <details> | ||||
|     <summary>You have 2 tokens, TFT and INCA, why?</summary> | ||||
|     <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. | ||||
|         <a | ||||
|             href="https://dashboard.grid.tf/#/tf-grid/node-statistics/" | ||||
|             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 | ||||
|         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. | ||||
|     </p> | ||||
| </details> | ||||
|  | ||||
| @@ -62,12 +62,12 @@ | ||||
| <details> | ||||
|     <summary>What is Web4?</summary> | ||||
|     <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. | ||||
|         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. | ||||
|         <a href="/hero_intro">Checkout more info about our Hero</a>. | ||||
|         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. | ||||
|         <a href="/hero_intro">Click here for more info about our Hero</a>. | ||||
|     </p> | ||||
| </details> | ||||
|  | ||||
| @@ -83,7 +83,7 @@ | ||||
| <details> | ||||
|     <summary>Do you offer custom plans for businesses?</summary> | ||||
|     <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. | ||||
|     </p> | ||||
| </details> | ||||
|   | ||||
| @@ -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' %} | ||||
|   | ||||
| @@ -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; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user