Skip to content

Commit

Permalink
Redesigned header / footer integration copied from project site. (#5702
Browse files Browse the repository at this point in the history
…) (#5869)

* Adds remote loading of header component from project site



* Integrates the redesigned header; removes the old copy-banner and search field



* Updates footer design and menu items



* Consolidates SCSS mixins and color palette



* Reduce classname verbosity slightly



* Removes redundant mobile menu button handler



* Corects spacing issue



* Corrects nav menu margins



* Corrects header logo clipping



* Updates navigation menu items



* Corrects top level navigation hover states



* Adds smoother responsive margins between top navigation header menu items



* Remove deleted SCSS file



---------


(cherry picked from commit ad8df5c)

Signed-off-by: Aaron Stephanus <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent d6ec6fe commit a194b8b
Show file tree
Hide file tree
Showing 25 changed files with 3,162 additions and 1,049 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
60 changes: 36 additions & 24 deletions _data/footer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,44 +6,56 @@ columns:
title: Code of Conduct
url: '/codeofconduct.html'
-
title: 'Forums'
url: 'https://discuss.opendistrocommunity.dev/'
title: 'Forum'
url: 'https://forum.opensearch.org/'
-
title: 'Github'
url: 'https://github.com/opensearch-project'
# -
# title: 'Partners'
# url: '/partners/'
-
title: 'Community Projects'
url: '/community_projects'
title: 'Slack'
url: '/slack.html'
-
title: 'Resources'
links:
#-
# title: 'Documentation'
# url: 'https://github.com/opensearch/documentation'
-
-
title: About
url: '/about.html'
-
title: Release Schedule
url: '/releases.html'
-
title: Maintenance Policy
url: '/releases.html#maintenance-policy'
-
title: FAQ
url: '/faq/'
-
title: Testimonials
url: '/testimonials.html'
-
title: 'Testimonials'
url: '/testimonials/'
-
title: 'Trademark and Brand Policy'
url: '/trademark-brand-policy.html'
-
title: OpenSearch Disambiguation
url: '/disambiguation.html'
title: 'Privacy'
url: 'https://aws.amazon.com/privacy/'
-
title: 'Connect'
title: 'Contact Us'
links:
# -
# title: 'Twitter'
# url: 'https://twitter.com/opensearch_project'
#-
# title: 'Facebook'
# url: 'http://www.facebook.com/opensearch'
-
title: 'Connect'
url: 'https://opensearch.org/connect.html'
url: '/connect.html'
-
title: 'Twitter'
url: 'https://twitter.com/OpenSearchProj'
-
title: 'LinkedIn'
url: 'https://www.linkedin.com/company/opensearch-project/'
-
title: 'YouTube'
url: 'https://www.youtube.com/c/OpenSearchProject'
-
title: 'Meetup'
url: 'https://www.meetup.com/pro/opensearchproject/'
-
title: 'Facebook'
url: 'https://www.facebook.com/OpenSearchProject/'
50 changes: 36 additions & 14 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,15 +88,28 @@ 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
-
label: Live Demo
label: Playground Demo
url: https://playground.opensearch.org/
-
label: Performance Benchmarks
url: /benchmarks

Loading

0 comments on commit a194b8b

Please sign in to comment.