...
This commit is contained in:
26
poc_project_mycelium/content/navcontent.html
Normal file
26
poc_project_mycelium/content/navcontent.html
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
<li class="tf_menu_item">
|
||||
<a href="../index.html" class="tf_menu_link" @click="mobileMenuOpen = false">Home</a>
|
||||
</li>
|
||||
<li class="tf_menu_item">
|
||||
<a href="#" class="tf_menu_link" @click="mobileMenuOpen = false">Why</a>
|
||||
<div class="tf_dropdown">
|
||||
<a href="#" class="tf_dropdown_item">Sustainable</a>
|
||||
<a href="#" class="tf_dropdown_item">Secure</a>
|
||||
<a href="#" class="tf_dropdown_item">Scalable</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="tf_menu_item">
|
||||
<a href="#" class="tf_menu_link" @click="mobileMenuOpen = false">Products</a>
|
||||
<div class="tf_dropdown">
|
||||
<a href="#" class="tf_dropdown_item">Fungistor</a>
|
||||
<a href="#" class="tf_dropdown_item">Mycelium</a>
|
||||
<a href="#" class="tf_dropdown_item">Magic Cloud</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="tf_menu_item">
|
||||
<a href="#" class="tf_menu_link" @click="mobileMenuOpen = false">Info</a>
|
||||
<div class="tf_dropdown">
|
||||
<a href="/roadmap" class="tf_dropdown_item">Roadmap</a>
|
||||
</div>
|
||||
</li>
|
35
poc_project_mycelium/content/signup_interests.html
Normal file
35
poc_project_mycelium/content/signup_interests.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<label><strong>Interests</strong> (check all which matters)</label>
|
||||
<div class="checkbox-group">
|
||||
<label class="checkbox-label">
|
||||
<input type="checkbox" name="interests" value="provider">
|
||||
Become an cloud/internet provider (farmer)
|
||||
</label>
|
||||
<label class="checkbox-label">
|
||||
<input type="checkbox" name="interests" value="vm">
|
||||
Use cloud capacity for virtual machines
|
||||
</label>
|
||||
<label class="checkbox-label">
|
||||
<input type="checkbox" name="interests" value="ai">
|
||||
Use cloud capacity for AI
|
||||
</label>
|
||||
<label class="checkbox-label">
|
||||
<input type="checkbox" name="interests" value="blockchain">
|
||||
Use cloud capacity for Blockchain
|
||||
</label>
|
||||
<label class="checkbox-label">
|
||||
<input type="checkbox" name="interests" value="data">
|
||||
Use cloud capacity for Data
|
||||
</label>
|
||||
<label class="checkbox-label">
|
||||
<input type="checkbox" name="interests" value="kubernetes">
|
||||
Use cloud capacity for Kubernetes
|
||||
</label>
|
||||
<label class="checkbox-label">
|
||||
<input type="checkbox" name="interests" value="partner">
|
||||
Become a preferred Partner.
|
||||
</label>
|
||||
<label class="checkbox-label">
|
||||
<input type="checkbox" name="interests" value="development">
|
||||
Develop applications (Web4).
|
||||
</label>
|
||||
</div>
|
24
poc_project_mycelium/content/system/countries.html
Normal file
24
poc_project_mycelium/content/system/countries.html
Normal file
@@ -0,0 +1,24 @@
|
||||
const countries = [
|
||||
"Afghanistan", "Albania", "Algeria", "Andorra", "Angola", "Antigua and Barbuda", "Argentina", "Armenia", "Australia",
|
||||
"Austria", "Azerbaijan", "Bahamas", "Bahrain", "Bangladesh", "Barbados", "Belarus", "Belgium", "Belize", "Benin",
|
||||
"Bhutan", "Bolivia", "Bosnia and Herzegovina", "Botswana", "Brazil", "Brunei", "Bulgaria", "Burkina Faso", "Burundi",
|
||||
"Cambodia", "Cameroon", "Canada", "Cape Verde", "Central African Republic", "Chad", "Chile", "China", "Colombia",
|
||||
"Comoros", "Congo", "Costa Rica", "Croatia", "Cuba", "Cyprus", "Czech Republic", "Denmark", "Djibouti", "Dominica",
|
||||
"Dominican Republic", "East Timor", "Ecuador", "Egypt", "El Salvador", "Equatorial Guinea", "Eritrea", "Estonia",
|
||||
"Ethiopia", "Fiji", "Finland", "France", "Gabon", "Gambia", "Georgia", "Germany", "Ghana", "Greece", "Grenada",
|
||||
"Guatemala", "Guinea", "Guinea-Bissau", "Guyana", "Haiti", "Honduras", "Hungary", "Iceland", "India", "Indonesia",
|
||||
"Iran", "Iraq", "Ireland", "Israel", "Italy", "Ivory Coast", "Jamaica", "Japan", "Jordan", "Kazakhstan", "Kenya",
|
||||
"Kiribati", "North Korea", "South Korea", "Kuwait", "Kyrgyzstan", "Laos", "Latvia", "Lebanon", "Lesotho", "Liberia",
|
||||
"Libya", "Liechtenstein", "Lithuania", "Luxembourg", "Macedonia", "Madagascar", "Malawi", "Malaysia", "Maldives",
|
||||
"Mali", "Malta", "Marshall Islands", "Mauritania", "Mauritius", "Mexico", "Micronesia", "Moldova", "Monaco",
|
||||
"Mongolia", "Montenegro", "Morocco", "Mozambique", "Myanmar", "Namibia", "Nauru", "Nepal", "Netherlands",
|
||||
"New Zealand", "Nicaragua", "Niger", "Nigeria", "Norway", "Oman", "Pakistan", "Palau", "Panama", "Papua New Guinea",
|
||||
"Paraguay", "Peru", "Philippines", "Poland", "Portugal", "Qatar", "Romania", "Russia", "Rwanda", "Saint Kitts and Nevis",
|
||||
"Saint Lucia", "Saint Vincent and the Grenadines", "Samoa", "San Marino", "Sao Tome and Principe", "Saudi Arabia",
|
||||
"Senegal", "Serbia", "Seychelles", "Sierra Leone", "Singapore", "Slovakia", "Slovenia", "Solomon Islands", "Somalia",
|
||||
"South Africa", "South Sudan", "Spain", "Sri Lanka", "Sudan", "Suriname", "Swaziland", "Sweden", "Switzerland",
|
||||
"Syria", "Taiwan", "Tajikistan", "Tanzania", "Thailand", "Togo", "Tonga", "Trinidad and Tobago", "Tunisia", "Turkey",
|
||||
"Turkmenistan", "Tuvalu", "Uganda", "Ukraine", "United Arab Emirates", "United Kingdom", "United States", "Uruguay",
|
||||
"Uzbekistan", "Vanuatu", "Vatican City", "Venezuela", "Vietnam", "Yemen", "Zambia", "Zimbabwe"
|
||||
];
|
||||
|
92
poc_project_mycelium/content/threefold/faq_tf_intro.html
Normal file
92
poc_project_mycelium/content/threefold/faq_tf_intro.html
Normal file
@@ -0,0 +1,92 @@
|
||||
<details>
|
||||
<summary>What is web4?</summary>
|
||||
<p>
|
||||
No, Project Mycelium is a complementary Internet and lives with and on top of
|
||||
the current Internet. From out of Project Mycelium you can still use the
|
||||
current Internet and interact with it.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<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
|
||||
and too centralized. There are so many problems with the current
|
||||
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>
|
||||
<p>
|
||||
We have been working on this for over 30 years and Project Mycelium 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.
|
||||
</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
|
||||
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
|
||||
>
|
||||
TFT is our token which was used to build generation 1,2 and 3 of the
|
||||
Project Mycelium 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 Project Mycelium 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 Project Mycelium Nodes end Nov 2024
|
||||
with a new reward scheme and ready to grow to millions of nodes.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>How can I participate?</summary>
|
||||
<p>
|
||||
You can participate by becoming a farmer, a user, a partner or by developing a web4 app.
|
||||
<ul>
|
||||
<li><a href="/farmer">Provide capacity to the Project Mycelium Grid</a></li>
|
||||
<li><a href="/user">Use capacity off the Project Mycelium Grid</a></li>
|
||||
<li><a href="/builder">Build solutions</a></li>
|
||||
<li><a href="/hero_coder">Develop applications for Web4</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>What is Web4?</summary>
|
||||
<p>
|
||||
Web4 is the next generation of the Internet, where users are in 100% in
|
||||
control of their data. No centralized services are needed. Blockchain
|
||||
was the first step to Web3, Project Mycelium is the next step to Web4.
|
||||
Project Mycelium 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>.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>How secure and private is my data?</summary>
|
||||
<p>
|
||||
Project Mycelium is designed to be secure and private by default. We use
|
||||
end-to-end encryption to protect your data and ensure that only you have
|
||||
access to your data.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Who should use the Project Mycelium Grid. ?</summary>
|
||||
<p>
|
||||
Individuals, businesses, and organizations who want to be sovereign and have full control over their data and applications.
|
||||
Security is a very big problem today, Technology as used by Project Mycelium has the potential to resolve this if used properly.
|
||||
We already work with Governements, NGO's, and Individuals. We are building a channel of solution providers and integrators who want to build on top of Project Mycelium.
|
||||
</p>
|
||||
</details>
|
94
poc_project_mycelium/content/threefold/faq_tf_section.html
Normal file
94
poc_project_mycelium/content/threefold/faq_tf_section.html
Normal file
@@ -0,0 +1,94 @@
|
||||
<details>
|
||||
<summary>Is this a separate new Internet?</summary>
|
||||
<p>
|
||||
No, Project Mycelium is a complementary Internet and lives with and on top of
|
||||
the current Internet. From out of Project Mycelium, you can still use the
|
||||
current Internet and interact with it.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<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
|
||||
and too centralized. There are so many problems with the current
|
||||
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 faking it?</summary>
|
||||
<p>
|
||||
We have been working on this for over 30 years and Project Mycelium is the
|
||||
result of that work. We have a working product and a growing community
|
||||
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 CPUs and +17,000 GB
|
||||
of storage available on the network.
|
||||
<a
|
||||
href="https://dashboard.grid.tf/#/tf-grid/node-statistics/"
|
||||
target="_blank"
|
||||
>Check out our stats on the ThreeFold Dashboard.</a
|
||||
>
|
||||
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, which is called the Mycelium Network, and we need a new token for this. There will never be more than 3 billion
|
||||
INCA. Our partners will start selling new Project Mycelium Nodes by the end of November 2024
|
||||
with a new reward scheme, so we're ready to grow to millions of nodes.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>How can I participate?</summary>
|
||||
<p>
|
||||
You can participate by becoming a farmer, a user, a partner or by developing a web4 app.
|
||||
<ul>
|
||||
<li><a href="/farmer">Provide capacity to the Mycelium Network</a></li>
|
||||
<li><a href="/user">Use capacity off the Mycelium Network</a></li>
|
||||
<li><a href="/builder">Build solutions</a></li>
|
||||
<li><a href="/hero_coder">Develop applications for Web4</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>What is Web4?</summary>
|
||||
<p>
|
||||
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, Project Mycelium is the next step to Web4.
|
||||
Project Mycelium 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>
|
||||
|
||||
<details>
|
||||
<summary>How secure and private is my data?</summary>
|
||||
<p>
|
||||
Project Mycelium is designed to be secure and private by default. We use
|
||||
end-to-end encryption to protect your data and ensure that only you have
|
||||
access to your data.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<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
|
||||
plan.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>What payment methods do you accept?</summary>
|
||||
<p>We accept credit cards (v4) and our own tokens TFT and INCA.</p>
|
||||
</details>
|
43
poc_project_mycelium/content/threefold/faq_tf_web4.html
Normal file
43
poc_project_mycelium/content/threefold/faq_tf_web4.html
Normal file
@@ -0,0 +1,43 @@
|
||||
<details>
|
||||
<summary>What is Web4?</summary>
|
||||
<p>
|
||||
Web4 is the next generation of the Internet, where users are in 100% in
|
||||
control of their data. No centralized services are needed. Blockchain
|
||||
was the first step to Web3, Project Mycelium is the next step to Web4.
|
||||
Project Mycelium 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>.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>How secure and private is my data?</summary>
|
||||
<p>
|
||||
Project Mycelium is designed to be secure and private by default. We use
|
||||
end-to-end encryption to protect your data and ensure that only you have
|
||||
access to your data.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>How secure and private is my data?</summary>
|
||||
<p>
|
||||
Project Mycelium is designed to be secure and private by default. We use
|
||||
end-to-end encryption to protect your data and ensure that only you have
|
||||
access to your data.
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Who should care bout Web4. ?</summary>
|
||||
<p>
|
||||
While blockchain is a very good first step, we believe its time to move
|
||||
to the next level. Web4 is the next generation of the Internet, where
|
||||
users are in 100% in control of their data. This hero manages your
|
||||
digital life and on your behalf can interact with all versions of the
|
||||
Web. Enterprises, Governments, Software Developers and Individuals
|
||||
should care about Web4.
|
||||
</p>
|
||||
</details>
|
23
poc_project_mycelium/content/threefold/tf_home.md
Normal file
23
poc_project_mycelium/content/threefold/tf_home.md
Normal file
@@ -0,0 +1,23 @@
|
||||
## About Our Platform
|
||||
|
||||
### What We Offer
|
||||
|
||||
Project Mycelium provides a revolutionary Internet Infrastructure that enables:
|
||||
|
||||
- Decentralized cloud, data & network capacity with reward opportunities for contributors
|
||||
- Global deployment of web2, web3, AI, edge, and blockchain applications
|
||||
- Enhanced application access through distributed infrastructure
|
||||
- Creation of resilient, uncensorable peer-to-peer networks
|
||||
|
||||
### Why Project Mycelium?
|
||||
|
||||
- **First platform in the world to seamlessly combine cloud, data & network capabilities**
|
||||
- Global Access: Bridging the digital divide for 50% of the world lacking quality Internet infrastructure
|
||||
- Economic Sovereignty: Enabling countries to build and control their own Internet infrastructure
|
||||
- Sustainable Growth: Reducing environmental impact through efficient edge computing
|
||||
|
||||
### Our Mission & Values
|
||||
|
||||
- Planet First: Committed to sustainable and eco-friendly technology solutions
|
||||
- People Empowerment: Democratizing Internet infrastructure access and ownership
|
||||
- Digital Sovereignty: Ensuring data privacy and infrastructure independence
|
Reference in New Issue
Block a user