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

View File

@@ -5,10 +5,10 @@
<head /> <head />
<body> <body>
<div class="lg:mt-20 border-t border-gray-700"></div> <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="max-w-screen-2xl mx-auto py-12 px-4 sm:px-6">
<div class="xl:flex xl:gap-4"> <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" /> <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"> <p class="text-gray-200 text-base font-light leading-6">
{{section.description}} {{section.description}}
@@ -30,6 +30,26 @@
</p> </p>
</div> </div>
</div> </div>
<style>
.footer-cust h5 {
margin-bottom: 10px;
}
.footer-cust h6 {
margin-bottom: 8px;
}
.footer-cust a {
font-weight: 400;
}
</style>
</footer> </footer>
</body> </body>
</html> </html>