diff --git a/_community_members/mlutton.md b/_community_members/mlutton.md new file mode 100644 index 0000000000..ef1d63e2ca --- /dev/null +++ b/_community_members/mlutton.md @@ -0,0 +1,20 @@ +--- +name: Matt Lutton +short_name: mlutton +photo: '/assets/media/community/members/mlutton.png' +title: 'OpenSearch Project Community Member: Matt Lutton' +primary_title: Matt Lutton + +linkedin: mattlutton + +job_title_and_company: '' + +personas: + - author + + + +permalink: '/community/members/matt-lutton.html' + +--- +Matt Lutton contributes brand and creative strategy to the OpenSearch Project; he enjoys playing with his two young kids and teaching himself how to make watch straps. \ No newline at end of file diff --git a/_data/footer.yml b/_data/footer.yml index 3ac1b71f31..745aae37aa 100644 --- a/_data/footer.yml +++ b/_data/footer.yml @@ -62,24 +62,3 @@ columns: title: Privacy url: https://aws.amazon.com/privacy/ - # - - # title: 'Contact Us' - # links: - # - - # title: 'Connect' - # 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/' \ No newline at end of file diff --git a/_includes/embed/youtube.html b/_includes/embed/youtube.html new file mode 100644 index 0000000000..469e70de7e --- /dev/null +++ b/_includes/embed/youtube.html @@ -0,0 +1,8 @@ + diff --git a/_includes/footer.html b/_includes/footer.html index 1c0b5c4384..8e9500780a 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,6 +1,4 @@ - - - + diff --git a/_includes/icons.html b/_includes/icons.html index 87a0009bcb..5bcc387a27 100644 --- a/_includes/icons.html +++ b/_includes/icons.html @@ -824,7 +824,7 @@ - {% when 'search-magnifying-glass-navbar' %} + {% when 'search-magnifying-glass-navbar' %} @@ -836,12 +836,12 @@ - {% when 'navbar-drawer-triangle' %} + {% when 'navbar-drawer-triangle' %} - {% when 'navbar-drawer-Platform' %} + {% when 'navbar-drawer-Platform' %} @@ -873,7 +873,7 @@ - {% when 'navbar-drawer-Blog' %} + {% when 'navbar-drawer-Blog' %} @@ -895,7 +895,7 @@ - {% when 'navbar-drawer-Community' %} + {% when 'navbar-drawer-Community' %} @@ -926,7 +926,7 @@ - {% when 'navbar-drawer-Documentation' %} + {% when 'navbar-drawer-Documentation' %} @@ -962,7 +962,7 @@ - {% when 'navbar-drawer-Search' %} + {% when 'navbar-drawer-Search' %} diff --git a/_posts/2024-10-21-Session-Spotlight-OpenSearchCon-Keynote.md b/_posts/2024-10-21-Session-Spotlight-OpenSearchCon-Keynote.md new file mode 100644 index 0000000000..b88a0572f0 --- /dev/null +++ b/_posts/2024-10-21-Session-Spotlight-OpenSearchCon-Keynote.md @@ -0,0 +1,31 @@ +--- +layout: post +title: 'Session spotlight: Keynote address at OpenSearchCon North America 2024' +authors: + - mlutton +date: 2024-10-21 +categories: + - community + - speaker spotlights +meta_keywords: OpenSearchCon, OpenSearch Project, Adobe, Linux Foundation, GenAI, Vector Search, OpenSearch Software Foundation +meta_description: Watch the OpenSearchCon North America 2024 keynote address and hear from featured speakers from OpenSearch, Adobe, and the Linux Foundation as they discuss uses cases along with the project’s history and future. +excerpt: 'The opening keynote for OpenSearchCon North America 2024 was given by Eli Fisher, Senior Manager of Project Management at AWS for OpenSearch, alongside two very special guests: Anupam Chaturvedi, Engineering Manager for Acrobat GenAI Services at Adobe, and Jim Zemlin, Executive Director of the Linux Foundation.' +featured_blog_post: false +featured_image: false +has_math: false +has_science_table: false +youtubeID: WPVGfWoR0B8 +--- + +Whether or not you were able to join us in San Francisco for OpenSearchCon North America 2024, now is a fantastic time to review recordings of the sessions. In our first session spotlight we're bringing you back to the kickoff of the conference on September 24, 2024. + +The opening keynote for OpenSearchCon North America 2024 was given by Eli Fisher, Senior Manager of Project Management at AWS for OpenSearch, alongside two very special guests: Anupam Chaturvedi, Engineering Manager for Acrobat GenAI Services at Adobe, and Jim Zemlin, Executive Director of the Linux Foundation. + +{% include embed/youtube.html id=page.youtubeID %} + +In this keynote Eli Fisher outlines the history of the OpenSearch Project, from inception to joining the [Linux Foundation](https://www.linuxfoundation.org/) as the [OpenSearch Software Foundation](http://foundation.opensearch.org) in September 2024. Anupam Chaturvedi also dives into the exciting use case of GenAI-assisted search in PDF documents at [Adobe](https://www.adobe.com/acrobat/generative-ai-pdf.html), enabled by the powerful vector search capabilities of OpenSearch. And, finally, Jim Zemlin makes the case for the bright future of open-source software and highlights the strength of partnering with projects like the OpenSearch Project. + + + +Follow the [OpenSearch Project on Youtube](https://www.youtube.com/@OpenSearchProject) to find other recordings of OpenSearchCon presentations going back to our original user conference in 2022. + diff --git a/_sass/_opensearch.scss b/_sass/_opensearch.scss index 24436c8b90..ed1f1b3c47 100644 --- a/_sass/_opensearch.scss +++ b/_sass/_opensearch.scss @@ -531,6 +531,33 @@ } +.embed-video { + position: relative; + width: 100%; + height: 100%; + margin-bottom: 1rem; + aspect-ratio: 16 / 9; + + @extend %rounded; + + + &.twitch { + aspect-ratio: 310 / 189; + } + + &.file { + display: block; + width: auto; + height: auto; + max-width: 100%; + max-height: 100%; + margin: auto; + margin-bottom: 0; + } + + } + + // NEW // HERO diff --git a/_sass/common/module.scss b/_sass/common/module.scss new file mode 100644 index 0000000000..e13f89352b --- /dev/null +++ b/_sass/common/module.scss @@ -0,0 +1,6 @@ +$radius-sm: 6px !default; +$radius-lg: 10px !default; + +%rounded { + border-radius: $radius-lg; + } \ No newline at end of file diff --git a/_sass/main-imports.scss b/_sass/main-imports.scss new file mode 100644 index 0000000000..8dc6f6780f --- /dev/null +++ b/_sass/main-imports.scss @@ -0,0 +1 @@ +@import 'common/module'; \ No newline at end of file diff --git a/assets/css/output.scss b/assets/css/output.scss index b05920889e..42d8442b21 100755 --- a/assets/css/output.scss +++ b/assets/css/output.scss @@ -33,3 +33,4 @@ @import "community"; @import "two-column-layout"; @import "navbar"; +@import "main-imports"; diff --git a/assets/media/community/members/mlutton.png b/assets/media/community/members/mlutton.png new file mode 100644 index 0000000000..b80758893b Binary files /dev/null and b/assets/media/community/members/mlutton.png differ