update footer

This commit is contained in:
2025-06-07 20:53:30 +03:00
parent 7349905e8e
commit 442592db23
2 changed files with 26 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ extra:
##### TAKE ACTION
<br>
###### [Learn](https://docs.threefold.io/docs/introduction)
@@ -32,7 +32,6 @@ extra:
##### COMMUNITY
<br>
###### [Main Chat](https://t.me/threefold)
@@ -48,7 +47,7 @@ extra:
##### ABOUT US
<br>
<h6><a target="_self" onclick="window.location.href='/why'">Why</a></h6>
@@ -65,3 +64,4 @@ extra:
{% end %}

View File

@@ -5,10 +5,10 @@
<head />
<body>
<div class="lg:mt-20 border-t border-gray-700"></div>
<footer class="bg-transparent">
<footer>
<div class="max-w-screen-2xl mx-auto py-12 px-4 sm:px-6">
<div class="xl:flex xl:gap-4">
<div class="space-y-8 lg:max-w-sm xl:max-w-sm lg:mr-8 lg:mb-8 xl:col-span-1">
<div class="lg:w-1/2 space-y-8 lg:max-w-lg lg:mr-8 lg:mb-8 xl:col-span-1">
<img class="w-36 h-auto" src="{{ get_url(path=logoPath)}}" alt="ThreeFold Logo" />
<p class="text-gray-200 text-base font-light leading-6">
{{section.description}}
@@ -30,6 +30,26 @@
</p>
</div>
</div>
<style>
.footer-cust h5 {
margin-bottom: 10px;
}
.footer-cust h6 {
margin-bottom: 8px;
}
.footer-cust a {
font-weight: 400;
}
</style>
</footer>
</body>
</html>