update footer
Some checks are pending
www2.threefold_io / Deploy (push) Waiting to run
www2.threefold_io / Wait for Website Update (push) Blocked by required conditions
www2.threefold_io / Check for Broken Links (push) Blocked by required conditions

This commit is contained in:
Ehab Hassan 2025-02-23 12:05:30 +02:00
parent 3d39921416
commit 8095f7bc61
2 changed files with 9 additions and 31 deletions

View File

@ -14,31 +14,13 @@ extra:
<br> <br>
###### [Learn](https://docs.threefold.io/docs/introduction) ###### [Manual](https://manual.grid.tf/)
###### [Host (Farm)](https://docs.threefold.io/docs/category/become-a-farmer)
###### [Dashboard](https://dashboard.grid.tf/) ###### [Dashboard](https://dashboard.grid.tf/)
###### [Download TF Connect: iOS](https://apps.apple.com/us/app/3bot-login/id1459845885) <h6><a target="_self" onclick="window.location.href='/download'">Download Mycelium</a></h6>
###### [Download TF Connect: Android](https://play.google.com/store/apps/details?id=org.jimber.threebotlogin&hl=en_US)
|||
##### <span class="text-black">COMMUNITY</span>
<br>
###### [Main Chat](https://t.me/threefold)
###### [Hosting / Farming Chat](https://t.me/threefoldfarmers)
###### [Grid User Chat](https://t.me/threefoldtesting)
###### [Forum](https://forum.threefold.io/)
###### [Support](https://threefoldfaq.crisp.help/en/)
||| |||
@ -48,13 +30,9 @@ extra:
<h6><a target="_self" onclick="window.location.href='/about'">About</a></h6> <h6><a target="_self" onclick="window.location.href='/about'">About</a></h6>
<h6><a target="_self" onclick="window.location.href='/blog'">Blog</a></h6> ###### [ThreeFold](https://threefold.io/)
<h6><a target="_self" onclick="window.location.href='/newsroom'">NewsRoom</a></h6> ###### [Support](https://threefoldfaq.crisp.help/en/)
<h6><a target="_self" href="javascript:;" onclick="ml_account('webforms', '3562741', 'n7q9l7', 'show')">Newsletter</a></h6>
<h6><a target="_self" onclick="window.location.href='/community'">Community</a></h6>

View File

@ -6,17 +6,17 @@
<body> <body>
<div class="mt-20 border-t border-gray-700"></div> <div class="mt-20 border-t border-gray-700"></div>
<footer class="bg-transparent"> <footer class="bg-transparent">
<div class="max-w-screen-2xl mx-auto py-12 px-4 sm:px-6"> <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6">
<div class="xl:flex xl:gap-4"> <div class="grid max-w-xl grid-cols-1 gap-x-8 gap-y-16 lg:max-w-none lg:grid-cols-2">
<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="grid-cols-4 space-y-8 lg:max-w-sm xl:max-w-sm 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}}
</p> </p>
{% include "partials/socialLinks.html" %} {# {% include "partials/socialLinks.html" %} #}
</div> </div>
<div class="mt-6 lg:mt-0 w-full px-8 sm:px-12 md:px-16 lg:px-20 footer-cust"> <div class="grid-cols-8 mt-6 lg:mt-0 w-full px-8 sm:px-12 md:px-16 lg:px-20 footer-cust">
{{ section.content | safe }} {{ section.content | safe }}
</div> </div>