update home

This commit is contained in:
2025-06-23 12:47:41 +03:00
parent fbd54f5202
commit f91db3b865
14 changed files with 615 additions and 111 deletions

View File

@@ -3,7 +3,7 @@
{% include "partials/head.html" %}
{% include "partials/header.html" %}
<body class="bg-white">
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N7PNMFH" height="0" width="0"
@@ -27,9 +27,9 @@
// from: https://stackoverflow.com/a/4425214
var links = document.links;
var internal_hosts = [
'www.mycelium.threefold.io',
'mycelium.threefold.io',
'www2.mycelium.threefold.io',
'www.aibox.threefold.io',
'aibox.threefold.io',
'www2.aibox.threefold.io',
'localhost',
'127.0.0.1'
]
@@ -42,7 +42,7 @@
<!-- End Twitter universal website tag code -->
{% include "partials/header.html" %}
<div id="content" class="px-4 lg:px-0 pt-12 overflow-hidden">
<div id="content" class="pt-12 overflow-hidden">
{% block content %}{% endblock %}
</div>