2024-11-08 15:31:50 +00:00
|
|
|
{% include 'components/header.html' %}
|
|
|
|
|
|
|
|
<body>
|
|
|
|
{% include 'components/nav.html' %}
|
|
|
|
<main>
|
|
|
|
{% include 'components/globe.html' %}
|
|
|
|
|
|
|
|
{% set config = {
|
2024-11-11 21:46:30 +00:00
|
|
|
"title": "PROJECT MYCELIUM AUTONOMOUS INTERNET.",
|
2024-11-11 00:01:47 +00:00
|
|
|
"subtitle": "Building a decentralized internet, for a better world...",
|
2024-11-08 15:31:50 +00:00
|
|
|
"image": "static/cloud_dancing.png" }
|
|
|
|
%}
|
|
|
|
{% include 'components/hero_image.html' %}
|
|
|
|
|
|
|
|
{% set config = { "name": "threefold/faq_tf", "section_name": "threefold/faq_tf_section" } %}
|
|
|
|
{% include 'components/faq.html' %}
|
|
|
|
|
|
|
|
</main>
|
|
|
|
{% include 'components/footer.html' %}
|
|
|
|
{% include 'components/login.html' %}
|
|
|
|
{% include 'components/signup.html' %}
|
|
|
|
</body>
|
|
|
|
</html>
|