diff --git a/content/footer/_index.md b/content/footer/_index.md
index d4eed5f..f028512 100644
--- a/content/footer/_index.md
+++ b/content/footer/_index.md
@@ -14,7 +14,7 @@ extra:
-###### [ThreeFold](https://incubaid.com)
+ThreeFold
###### [Incubaid](https://manual.grid.tf/threefold_token/buy_sell_tft/buy_sell_tft.html)
@@ -28,15 +28,16 @@ extra:
-###### [OurWorld](https://ourworld.tf)
+OurWorld
-###### [Freezone](https://freezone.ourworld.tf)
+###### [Freezone](/)
-###### [OurPhone](https://ourphone.ourworld.tf/)
+OurPhone
-###### [OurParadise](https://ourparadise.ourworld.tf/)
+OurParadise
+
+OurNomads
-###### [OurNomads](https://ournomads.ourworld.tf/)
|||
@@ -44,15 +45,25 @@ extra:
-###### [Knowledgebase](https://ourworldfreezone.github.io/info_freezone/)
+Knowledgebase
-
+###### [Blog](/blog)
-###### [Telegram](https://t.me/threefoldnews)
-
-###### [Support](https://threefoldfaq.crisp.help/en/)
-
-###### [Github](https://github.com/ourworldfreezone)
+Telegram
-{% end %}
\ No newline at end of file
+Support
+
+
+Github
+
+{% end %}
+
+
+
\ No newline at end of file
diff --git a/static/js/custom.js b/static/js/custom.js
index 176d4b4..539be5b 100644
--- a/static/js/custom.js
+++ b/static/js/custom.js
@@ -76,7 +76,7 @@ function hideMenu(menuName) {
function showHamburger() {
document.getElementById("header-container").className = "overflow-hidden";
document.getElementById("hamburger").className =
- "fixed mt-24 z-20 top-0 inset-x-0 transition transform origin-top-right";
+ "fixed mt-2 z-20 top-0 inset-x-0 transition transform origin-top-right";
document.getElementById("hamburger-btn").className =
"hidden lg:hidden inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out my-2";
document.getElementById("close-hamburger-btn").className =