diff --git a/content/navigation/navigation.md b/content/navigation/navigation.md
index 5e906c1d0..85cb7647b 100644
--- a/content/navigation/navigation.md
+++ b/content/navigation/navigation.md
@@ -82,6 +82,9 @@ navLinks:
social:
- icon: telegram-plane
link: "https://t.me/threefoldnews"
+
+
+
---
diff --git a/src/assets/images/gettft_colored.png b/src/assets/images/gettft_colored.png
new file mode 100644
index 000000000..c0dcfafe4
Binary files /dev/null and b/src/assets/images/gettft_colored.png differ
diff --git a/src/assets/images/gettft_semicolor.png b/src/assets/images/gettft_semicolor.png
new file mode 100644
index 000000000..a783bc773
Binary files /dev/null and b/src/assets/images/gettft_semicolor.png differ
diff --git a/src/assets/images/gettft_white.png b/src/assets/images/gettft_white.png
new file mode 100644
index 000000000..fdd42b0df
Binary files /dev/null and b/src/assets/images/gettft_white.png differ
diff --git a/src/components/custom/Navbar/Navbar.vue b/src/components/custom/Navbar/Navbar.vue
index 7b70c3fe3..92cde3cab 100644
--- a/src/components/custom/Navbar/Navbar.vue
+++ b/src/components/custom/Navbar/Navbar.vue
@@ -11,7 +11,6 @@
py-2
sm:px-0
transition-all transition-500
-
"
:class="{
'opacity-100': !disableScroll && scrollPosition > headerHeight,
@@ -26,11 +25,6 @@
class="mr-3 fill-current logo"
alt=""
/>
-
-
@@ -77,7 +71,7 @@
-
+
+
+
+
+
+
+
+
+
@@ -108,14 +114,12 @@
class="
bg-white
navbar
+ ml-auto
xl:order-2
px-2
pt-2
- ml-auto
pb-4
- lg:flex
- lg:p-0
- lg:w-100
+ lg:flex lg:p-0 lg:w-100
xs:bg-transparent
"
>
@@ -136,10 +140,7 @@
items-center
w-full
mr-1
- md:w-auto
- md:inline
- md:mt-0
- md:ml-2
+ md:w-auto md:inline md:mt-0 md:ml-2
animated-link
"
>
@@ -204,8 +205,7 @@
text-sm
bg-transparent
rounded-lg
- dark:bg-transparent
- dark:hover:bg-gray-600
+ dark:bg-transparent dark:hover:bg-gray-600
dark-:focus:bg-gray-600
dark:focus:text-white
dark:hover:text-white
@@ -214,9 +214,7 @@
hover:text-gray-900
focus:text-gray-900
hover:bg-gray-200
- focus:bg-gray-200
- focus:outline-none
- focus:shadow-outline
+ focus:bg-gray-200 focus:outline-none focus:shadow-outline
"
@click="open = false"
:href="link.path"
@@ -232,8 +230,7 @@
text-sm
bg-transparent
rounded-lg
- dark:bg-transparent
- dark:hover:bg-gray-600
+ dark:bg-transparent dark:hover:bg-gray-600
dark-:focus:bg-gray-600
dark:focus:text-white
dark:hover:text-white
@@ -242,9 +239,7 @@
hover:text-gray-900
focus:text-gray-900
hover:bg-gray-200
- focus:bg-gray-200
- focus:outline-none
- focus:shadow-outline
+ focus:bg-gray-200 focus:outline-none focus:shadow-outline
"
@click="open = false"
:href="link.path"
@@ -286,27 +281,17 @@
/>
-->
-
@@ -449,6 +464,10 @@ a.active--exact.active {
.logo {
max-width: 80px;
}
+
+.logo2 {
+ max-width: 90px;
+}
@media (max-width: 768px) {
.navbar {
width: 100%;