Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generative AI Assistant Carousel Hero #2465

Merged
merged 1 commit into from Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 16 additions & 11 deletions _redesign_heros/2.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
---
layout: redesign-hero-no-image
layout: redesign-hero
link_url: '/blog/opensearch-adds-new-generative-ai-assistant-toolkit'
images:
mobile:
path: '/assets/media/herobanners/OpenSearchAsst_Banner_Clean_mobile.png'
alt: 'OpenSearch new generative ai assistant hero banner image.'
desktop:
path: '/assets/media/herobanners/OpenSearchAsst_Banner_Clean.png'
alt: 'OpenSearch new generative ai assistant hero banner image.'
call_to_action:
label: Take the survey
url: "https://amazonmr.au1.qualtrics.com/jfe/form/SV_7PotmoUlux9zZBk"
button_class: "purple-sage-secondary"
label: Learn More
url: '/blog/opensearch-adds-new-generative-ai-assistant-toolkit'
button_class: 'open-sky-primary'
---
<div class="homepage-hero-banner--text-with-gradient homepage-hero-banner--text-with-gradient__purple-sage-dark">
<div class="homepage-hero-banner--text-with-gradient">
<div class="homepage-hero-banner--text-with-gradient--text">
<div class="homepage-hero-banner--text-with-gradient--text--header">
Attend OpenSearchCon 2023?
</div>
<div class="homepage-hero-banner--text-with-gradient--text--body">
If you attended OpenSearchCon this year, we would appreciate your feedback on this survey.
</div>
<div class="homepage-hero-banner--text-with-gradient--pre-header">Introducing</div>
<div class="homepage-hero-banner--text-with-gradient--text--header__larger">The OpenSearch Assistant Toolkit</div>
<div class="homepage-hero-banner--text-with-gradient--text--body__larger">Build generative AI experiences inside of OpenSearch Dashboards</div>
</div>
</div>
8 changes: 4 additions & 4 deletions _redesign_heros/4.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
layout: redesign-hero-no-image
call_to_action:
label: Join today
url: "/slack.html"
label: Take the survey
url: "https://amazonmr.au1.qualtrics.com/jfe/form/SV_7PotmoUlux9zZBk"
button_class: "purple-sage-secondary"
---
<div class="homepage-hero-banner--text-with-gradient homepage-hero-banner--text-with-gradient__purple-sage-dark">
<div class="homepage-hero-banner--text-with-gradient--text">
<div class="homepage-hero-banner--text-with-gradient--text--header">
Join our Slack Workspace
Attend OpenSearchCon 2023?
</div>
<div class="homepage-hero-banner--text-with-gradient--text--body">
Join our active, community-driven slack and get help using, troubleshooting, and developing with OpenSearch.
If you attended OpenSearchCon this year, we would appreciate your feedback on this survey.
</div>
</div>
</div>
17 changes: 17 additions & 0 deletions _redesign_heros/_slack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: redesign-hero-no-image
call_to_action:
label: Join today
url: "/slack.html"
button_class: "purple-sage-secondary"
---
<div class="homepage-hero-banner--text-with-gradient homepage-hero-banner--text-with-gradient__purple-sage-dark">
<div class="homepage-hero-banner--text-with-gradient--text">
<div class="homepage-hero-banner--text-with-gradient--text--header">
Join our Slack Workspace
</div>
<div class="homepage-hero-banner--text-with-gradient--text--body">
Join our active, community-driven slack and get help using, troubleshooting, and developing with OpenSearch.
</div>
</div>
</div>
26 changes: 26 additions & 0 deletions _sass/_redesign.scss
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,20 @@ $header-banner-mobile-breakpoint: 1018px;
margin-left: 10px;
max-width: calc(100% - 10px);
}
> .homepage-hero-banner--text-with-gradient--pre-header {
@include header-level2($primary-pacific-sky);
}
> .homepage-hero-banner--text-with-gradient--text--header__larger {
color: #fff;
font-family: 'Open Sans';
font-size: 60px;
font-style: normal;
font-weight: 600;
line-height: normal;
@media screen and (max-width: 490px) {
font-size: 42px;
}
}
> .homepage-hero-banner--text-with-gradient--text--header {
color: #fff;
font-family: 'Open Sans';
Expand All @@ -499,6 +513,18 @@ $header-banner-mobile-breakpoint: 1018px;
font-size: 42px;
}
}
> .homepage-hero-banner--text-with-gradient--text--body__larger {
color: $primary-pacific-sky;
font-family: 'Open Sans';
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 36px;
@media screen and (max-width: 490px) {
font-size: 18px;
line-height: 24px;
}
}
> .homepage-hero-banner--text-with-gradient--text--body {
color: #FFF;
font-family: 'Open Sans';
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.