update footer
This commit is contained in:
parent
84ce55e584
commit
267dab852e
@ -4,15 +4,15 @@ description: ""
|
|||||||
insert_anchor_links: "left"
|
insert_anchor_links: "left"
|
||||||
template: "partials/footer.html"
|
template: "partials/footer.html"
|
||||||
extra:
|
extra:
|
||||||
logoPath: "images/black_threefold.png"
|
logoPath: "images/ff_logo_new.png"
|
||||||
socialLinks: { Github: "https://github.com/threefoldfoundation", Github2: "https://github.com/threefoldtech", Twitter: "https://twitter.com/threefold_io", Telegram: "https://t.me/threefoldnews" }
|
socialLinks: { }
|
||||||
---
|
---
|
||||||
|
|
||||||
{% row(style="lean") %}
|
{% row(style="lean") %}
|
||||||
|
|
||||||
##### **LEARN**
|
##### **LEARN**
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<a onclick="window.open('', '_blank')"><h6>Knowledgebase</h6></a>
|
<a onclick="window.open('', '_blank')"><h6>Knowledgebase</h6></a>
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ extra:
|
|||||||
|
|
||||||
##### **COLLABORATORS**
|
##### **COLLABORATORS**
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<a onclick="window.open('https://threefold.io', '_blank')"><h6>ThreeFold</h6></a>
|
<a onclick="window.open('https://threefold.io', '_blank')"><h6>ThreeFold</h6></a>
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ extra:
|
|||||||
|
|
||||||
##### **BUILT ON THREEFOLD**
|
##### **BUILT ON THREEFOLD**
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<a onclick="window.open('https://t.me/threefold', '_blank')"><h6>Main Community</h6></a>
|
<a onclick="window.open('https://t.me/threefold', '_blank')"><h6>Main Community</h6></a>
|
||||||
|
|
||||||
@ -53,4 +53,8 @@ cursor: pointer;
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
h5{
|
||||||
|
padding-bottom: 5px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
@ -360,6 +360,9 @@ a:hover{
|
|||||||
.header {
|
.header {
|
||||||
padding: 80px 0;
|
padding: 80px 0;
|
||||||
}
|
}
|
||||||
|
footer {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
header #menu button, #info-menu button, #info-mobile-menu button{
|
header #menu button, #info-menu button, #info-mobile-menu button{
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 372 KiB After Width: | Height: | Size: 356 KiB |
@ -3,21 +3,48 @@
|
|||||||
Read the documentation to get started: https://tailwindui.com/documentation
|
Read the documentation to get started: https://tailwindui.com/documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
{%- set section = get_section(path="_index.md") %}
|
|
||||||
|
|
||||||
{% set subsections_str = section.subsections | join(sep=" ") %}
|
|
||||||
<div class="bg-gray-200">
|
|
||||||
<div class="container mx-auto">
|
|
||||||
<footer class="bottom-0">
|
|
||||||
{% if "footer/_index.md" in subsections_str %}
|
|
||||||
{%- set section = get_section(path="footer/_index.md") %}
|
{%- set section = get_section(path="footer/_index.md") %}
|
||||||
{{ section.content | safe }}
|
{%- set logoPath = section.extra.logoPath %}
|
||||||
{% else %}
|
|
||||||
{% set footer_class = config.extra.footer_class | default(value='') %}
|
<html>
|
||||||
<div class="{{ footer_class ~ ' -mx-20'}}">
|
<head /><body>
|
||||||
<img src="{{get_url(path='images/footer.png')}}" class="w-60" alt="">
|
<div class="mt-6 pt-2"></div>
|
||||||
|
<footer class="footerBG">
|
||||||
|
<div class="max-w-screen-2xl mx-auto py-12 px-4 sm:px-6 lg:py-8 lg:px-8">
|
||||||
|
<div class="xl:flex xl:gap-4 items-center">
|
||||||
|
<div class="space-y-8 lg:max-w-sm xl:max-w-sm lg:mr-8 lg:mb-8 xl:col-span-1">
|
||||||
|
<img class="w-48 h-auto sm:w-15 mx-auto" src="{{ get_url(path=logoPath)}}" alt="Ourworld Freezone Logo" />
|
||||||
|
<p class="text-gray-500 text-base leading-6 ">
|
||||||
|
{{section.description}}
|
||||||
|
</p>
|
||||||
|
{% include "partials/socialLinks.html" %}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="mt-6 lg:mt-0 w-full px-8 sm:px-12 md:px-16 lg:px-20 footer-cust">
|
||||||
|
{{ section.content | safe }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="mt-12 mx-auto border-t border-gray-800">
|
||||||
|
<p class="text-base pt-4 leading-6 text-gray-600 text-center">
|
||||||
|
© 2023 FreeFlow Nation, All rights reserved.
|
||||||
|
<a target="_blank" href="https://library.threefold.me/info/legal/#/legal__terms_conditions_websites" class="leading-6 text-gray-500 hover:text-gray-900">Terms & Conditions |
|
||||||
|
</a><a target="_blank" href="https://library.threefold.me/info/legal/#/legal__privacypolicy" class="leading-6 text-gray-500 hover:text-gray-900">Privacy Policy |
|
||||||
|
</a><a href="/tfLabs" class="leading-6 text-gray-500 hover:text-gray-900">ThreeFold Labs IT</a></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{% endif %}
|
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</body>
|
||||||
</div>
|
</html>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.footerBG{
|
||||||
|
background-color: #ffe7cc;
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
Reference in New Issue
Block a user