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

@@ -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>