From e4058f55bf27b4178af41ef2a812cd86617d2a9b Mon Sep 17 00:00:00 2001 From: Dimitrie Stefanescu Date: Sun, 7 Feb 2021 17:59:01 +0000 Subject: [PATCH] feat(various): unifies flyout menus --- page-about.hbs | 14 +- partials/aboutHeader.hbs | 66 +++++---- partials/menus/learnMenu.hbs | 224 +++++++++++++++-------------- partials/menus/tagDropdownMenu.hbs | 5 +- partials/navbar.hbs | 9 +- 5 files changed, 166 insertions(+), 152 deletions(-) diff --git a/page-about.hbs b/page-about.hbs index 549deda..2610e96 100644 --- a/page-about.hbs +++ b/page-about.hbs @@ -67,8 +67,7 @@

Team

Meet the full time - Specklers! We're a remote team based around the - world: London & Barcelona.

+ Specklers!

{{#get 'authors' limit='all' include='count.posts' order='count.posts desc' filter="slug:-speckle"}} @@ -106,6 +105,17 @@
+ + {{!-- TODO --}} {{!--
diff --git a/partials/aboutHeader.hbs b/partials/aboutHeader.hbs index 220f26a..68ef5c5 100644 --- a/partials/aboutHeader.hbs +++ b/partials/aboutHeader.hbs @@ -1,5 +1,5 @@
-
+

@@ -11,43 +11,41 @@

-
-
-

What - is Speckle?

-

- Speckle is a cloud based solution for the AEC industry that provides - honest interoperability, real time - collaboration, data management, versioning and automation. -

+
+
+
+

What + is Speckle?

+

+ Speckle is a cloud based solution for the AEC + industry that provides + honest interoperability, real time + collaboration, data management, versioning and + automation. +

+
+
+ + - \ No newline at end of file diff --git a/partials/menus/learnMenu.hbs b/partials/menus/learnMenu.hbs index 62a97e4..00090f5 100644 --- a/partials/menus/learnMenu.hbs +++ b/partials/menus/learnMenu.hbs @@ -1,114 +1,124 @@ - -
- - - -
-
-
-
-

- Blog -

-

- Latest news, thoughts and geeky tech articles - from the team. -

-
-

Read - More

-
-
-
+
+
- -
- - - -
-
{{/foreach}} {{/get}} + diff --git a/partials/navbar.hbs b/partials/navbar.hbs index d846beb..8808977 100644 --- a/partials/navbar.hbs +++ b/partials/navbar.hbs @@ -146,13 +146,9 @@ x-transition:leave="transition ease-in duration-150" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 -translate-y-1" class="hidden md:block absolute z-10 inset-x-0 transform shadow-lg"> -
-
- {{> menus/learnMenu }} + {{> menus/learnMenu }} -
-
@@ -273,8 +269,7 @@