diff --git a/_sass/_redesign-conference.scss b/_sass/_redesign-conference.scss index 6e48ad6e9b..f67c860350 100644 --- a/_sass/_redesign-conference.scss +++ b/_sass/_redesign-conference.scss @@ -714,3 +714,79 @@ h2.conference-speaker-session-page { } } } + +// The following are added for the schedule table + +.speaker-session--speaker-cards-schedule { + @extend .speaker-session--speaker-cards; + @media screen and (max-width: $single-column-max-width) { + justify-content: flex-start; + align-items: flex-start; + padding-left: 20px; + padding-right: 20px; + padding-top: 20px; + padding-bottom: 10px; + } + grid-template-columns: 1fr; +} + +.schedule-table { + background: #FFF; + box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25); + border: 12px solid white; + border-collapse: separate; + display: table; + > thead { + > tr { + > th { + border-bottom: 12px solid white; + color: $primary-open-sky-s2; + } + } + } + + > tbody { + > tr { + > td { + padding: 12px 16px; + border-bottom: 12px solid white; + } + > td:nth-of-type(1) { + white-space: nowrap; + } + > td:nth-of-type(n+1) { + @include header-level5($secondary-sanfrancisco-fog-s5); + } + > td.operating { + background: $secondary-golden-poppy-t3; + } + > td.search { + background: $primary-deep-blue-sea-t3; + } + > td.community { + background: $primary-open-sky-t3; + } + > td.analytics { + background: $secondary-purple-sage-t3; + } + } + } +} + +.card { + background-color: white; + padding: 30px 28px 54px 33px; + @include thick-edge-left; + @include card-shadow; +} + +a { + text-decoration: none; + color: $primary-open-sky-s2; + &:visited { + color: $secondary-sanfrancisco-fog-s4; + } + &:hover { + text-decoration: underline; + } +} diff --git a/events/opensearchcon/sessions/index.html b/events/opensearchcon/sessions/index.html index 35c0611573..df1870d5ba 100644 --- a/events/opensearchcon/sessions/index.html +++ b/events/opensearchcon/sessions/index.html @@ -42,6 +42,139 @@

{{ session.speaker_talk_title }}

{% endfor %} + +
+
+
+

Session schedule

+
+
+ +
+ + +
+

Thursday, September 28

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Ballroom CDRedwoodWillow
9:00 AM–9:50 AMOpening Keynote
10:00 AM–10:40 AMJourney to a 750-Node Cluster: Why Mastering Allocation and Routing in OpenSearch is the Key to Successfully Achieving Massive ScaleHow to Secure AI Data Stored in an OpenSearch Vector Database
10:45 AM–11:25 AMNow is the Time to Start Using Data PrepperHarnessing the Power of OpenSearch: Performance Optimization Techniques for High-Performing Clusters
11:30 AM–12:10 PM18 Months of Operating OpenSearch at ScaleFast-Track Integration Tests With Distributed Traces!
12:10 PM–1:10 PMLunch
1:15 PM–1:55 PMFrom Log Analytics to Comprehensive Observability - New Features and Integrations in 2023Grokking OpenSearch's Build, Test, and Release Infrastructure
2:00 PM–2:40 PMHow to Reduce Costs in OpenSearch
2:45 PM–3:25 PMHow to Win Organizational Support for Making Open Source Contributions Experience Building a SIEM With OpenSearch
3:30 PM–4:10 PMEnhancing OpenSearch Performance Through ZStandard CompressionGetting Started as a Contributor: Unleashing Your Potential in the OpenSearch Community4 Very Different Ways to Migrate Your Data From One Cluster to Another
4:15 PM–4:55 PMCommunity Engagement and Outreach: Growing and Nurturing the OpenSearch Community
+
+
+
+ + +