This commit is contained in:
2024-11-15 10:49:55 +03:00
parent cbe5e76842
commit dbfec80d3f
80 changed files with 3684 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
{% include 'components/header.html' %}
<body>
{% include 'components/nav.html' %}
<main>
{% set config = {
"title": "ThreeFold INTERNET ROADMAP",
"subtitle": "Building a decentralized internet, for a better world",
"image": "static/img/questions.png" }
%}
{% include 'components/hero_image.html' %}
{% set config_roadmap = { "name": "threefold/faq_tf", "section_name": "threefold/faq_tf_section" } %}
{% include 'components/roadmap.html' %}
</main>
{% include 'components/footer.html' %}
</body>
</html>