diff --git a/content/footer/_index.md b/content/footer/_index.md
index f597685..b80a421 100644
--- a/content/footer/_index.md
+++ b/content/footer/_index.md
@@ -4,15 +4,15 @@ description: ""
insert_anchor_links: "left"
template: "partials/footer.html"
extra:
- logoPath: "images/black_threefold.png"
- socialLinks: { Github: "https://github.com/threefoldfoundation", Github2: "https://github.com/threefoldtech", Twitter: "https://twitter.com/threefold_io", Telegram: "https://t.me/threefoldnews" }
+ logoPath: "images/ff_logo_new.png"
+ socialLinks: { }
---
{% row(style="lean") %}
##### **LEARN**
-
+
Knowledgebase
@@ -24,7 +24,7 @@ extra:
##### **COLLABORATORS**
-
+
ThreeFold
@@ -36,7 +36,7 @@ extra:
##### **BUILT ON THREEFOLD**
-
+
Main Community
@@ -53,4 +53,8 @@ cursor: pointer;
}
+
+ h5{
+ padding-bottom: 5px;
+ }
\ No newline at end of file
diff --git a/css/index.css b/css/index.css
index 5c720c3..764c0af 100644
--- a/css/index.css
+++ b/css/index.css
@@ -360,6 +360,9 @@ a:hover{
.header {
padding: 80px 0;
}
+ footer {
+ text-align: center;
+ }
}
header #menu button, #info-menu button, #info-mobile-menu button{
diff --git a/static/images/ff_logo_new.png b/static/images/ff_logo_new.png
index 23151f3..d600eb3 100644
Binary files a/static/images/ff_logo_new.png and b/static/images/ff_logo_new.png differ
diff --git a/templates/partials/footer.html b/templates/partials/footer.html
index 01f429e..fc10be2 100644
--- a/templates/partials/footer.html
+++ b/templates/partials/footer.html
@@ -3,21 +3,48 @@
Read the documentation to get started: https://tailwindui.com/documentation
-->
-{%- set section = get_section(path="_index.md") %}
+{%- set section = get_section(path="footer/_index.md") %}
+{%- set logoPath = section.extra.logoPath %}
-{% set subsections_str = section.subsections | join(sep=" ") %}
-