update home template
This commit is contained in:
46
content/footer/_index.md
Normal file
46
content/footer/_index.md
Normal 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>
|
Reference in New Issue
Block a user