update home template

This commit is contained in:
2025-08-05 16:03:49 +03:00
parent 38acb206dd
commit b27ea08637
268 changed files with 6303 additions and 109133 deletions

46
content/footer/_index.md Normal file
View File

@@ -0,0 +1,46 @@
---
title: "Footer"
description: ""
insert_anchor_links: "left"
template: "partials/footer.html"
extra:
logoPath: "images/geomind_logo.png"
socialLinks: { Linkedin: "https://www.linkedin.com/company/tf9/", Github: "https://github.com/threefoldtech", }
---
{% row(style="lean") %}
##### Affiliate Projects
<a onclick="window.open('https://threefold.io', '_blank')"><h6 class="text-base">ThreeFold</h6></a>
|||
##### Company
<a onclick="window.open('https://manual.grid.tf/', '_blank')"><h6 class="text-base">Manual</h6></a>
<a href="mailto:support@threefold.tech" target="_blank"><h6 class="text-base text-white hover:text-indigo-400">Support</h6></a>
|||
##### GeoMind
<h6><a target="_self" onclick="window.location.href='/technology'">Technology</a></h6>
<h6><a target="_self" onclick="window.location.href='/usecases'">Use Cases</a></h6>
{% end %}
<style>
a {
cursor: pointer;
}
</style>