Skip to content

Commit

Permalink
Redesigned top nav and footer (#5113)
Browse files Browse the repository at this point in the history
* Ports over redesigned top banner header navigation, and footer

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds style overrides for search functionality

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds Font Awesome for menu icons

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds style overrides and updated menu item configurations

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds whitespace to fix SASS style rule causing Github action failure

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds dynamic navigation submenu height determination for smooth expand/collapse transitions instead of hardcoded values potentiating effortless change management

Signed-off-by: Aaron Stephanus <[email protected]>

* Removes outdated message about old version release

Signed-off-by: Aaron Stephanus <[email protected]>

* Corrects padding, positioning, typography for the site footer

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds new footer logo

Signed-off-by: Aaron Stephanus <[email protected]>

* Sets footer legal copy right padding on mobile to that of the scroll-to-top button

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds footer link styles

Signed-off-by: Aaron Stephanus <[email protected]>

* Adjusts page layout to fit the new container width requirements

Signed-off-by: Aaron Stephanus <[email protected]>

* Fixes mobile layout with new header and footer

Signed-off-by: Aaron Stephanus <[email protected]>

* Fixes mobile navigation menu errors

Signed-off-by: Aaron Stephanus <[email protected]>

* Adjusts padding

Signed-off-by: Aaron Stephanus <[email protected]>

* Removes commented out code

Signed-off-by: Aaron Stephanus <[email protected]>

* Updates top navigation menu items with latest from project site

Signed-off-by: Aaron Stephanus <[email protected]>

---------

Signed-off-by: Aaron Stephanus <[email protected]>
Signed-off-by: astephanus <[email protected]>
  • Loading branch information
astephanus authored Nov 7, 2023
1 parent 91c54c3 commit dadb6b1
Show file tree
Hide file tree
Showing 22 changed files with 2,959 additions and 535 deletions.
2 changes: 1 addition & 1 deletion _data/alert.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
message: "[OpenSearch 2.3 is live 🍾!](/downloads.html)"
message: false
48 changes: 35 additions & 13 deletions _data/top_nav.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,33 @@
items:
-
label: OpenSearchCon
fragment: opensearchcon
fragments:
- opensearchcon
- sessions
- speakers
- exhibitors
- workshops
- unconference
- opensearchcon2023-cfp
children:
-
label: Register for OpenSearchCon!
url: https://opensearchcon2023.splashthat.com
label: 2024 - Stay Informed
url: /events/opensearchcon/
-
label: Sessions
url: /events/opensearchcon/sessions/index.html
url: /events/opensearchcon/sessions/
-
label: Speakers
url: /events/opensearchcon/speakers/index.html
url: /events/opensearchcon/speakers/
-
label: Exhibitors
url: /events/opensearchcon/exhibitors/index.html
url: /events/opensearchcon/exhibitors/
-
label: Workshops
url: /events/opensearchcon/workshops/index.html
url: /events/opensearchcon/workshops/
-
label: Unconference
url: /events/opensearchcon/unconference/index.html
url: /events/opensearchcon/unconference/
-
label: CFP is closed
url: /opensearchcon2023-cfp.html
Expand All @@ -32,17 +39,19 @@ items:
url: /downloads.html
-
label: About
url: /about.html
fragments:
- about
- releases
- roadmap
- faq
children:
-
label: OpenSearch
url: /about.html
-
label: Releases
url: /releases.html
-
label: Roadmap
url: https://github.com/orgs/opensearch-project/projects/1
-
label: FAQ
url: /faq
Expand Down Expand Up @@ -79,8 +88,22 @@ items:
url: /docs/
-
label: Platform
fragment: platform
url: /platform/index.html
fragments:
- platform
- search
- observability
- security-analytics
- vector-database
- benchmarks
children:
- label: Search
url: /platform/search/index.html
- label: Observability
url: /platform/observability/index.html
-
label: Security Analytics
url: /platform/security-analytics/index.html
-
label: Vector Database
url: /platform/search/vector-database.html
Expand All @@ -90,4 +113,3 @@ items:
-
label: Performance Benchmarks
url: /benchmarks

101 changes: 70 additions & 31 deletions _includes/footer.html

Large diffs are not rendered by default.

133 changes: 121 additions & 12 deletions _includes/header.html

Large diffs are not rendered by default.

Loading

0 comments on commit dadb6b1

Please sign in to comment.