diff --git a/content/sdv-contribution-day-june-2022/_index.md b/content/sdv-contribution-day-june-2022/_index.md new file mode 100644 index 0000000000000000000000000000000000000000..3df3fa17280c61d00ebe9d27efecb3be4eaddf01 --- /dev/null +++ b/content/sdv-contribution-day-june-2022/_index.md @@ -0,0 +1,49 @@ +--- +title: 'SDV Contribution Day' +headline: '' +custom_jumbotron: | +

Eclipse Software Defined Vehicle

+

SDV Contribution Day - June 2022

+

See how “code first” becomes operational

+
+

Hybrid Event | June 30, 2022
ZF Forum | Friedrichshafen, Germany

+ Register Now +
+ +date: 2022-02-02T08:00:00-24:00 +hide_page_title: true +hide_headline: true +hide_sidebar: true +header_wrapper_class: 'header-sdv-contribution-day-2022' +hide_breadcrumb: true +container: 'container-fluid sdv-contribution-day-2022-container' +summary: '' +layout: single +--- + + +{{< grid/section-container id="registration" containerClass="padding-bottom-40 padding-top-40" >}} +{{< grid/div class="container" isMarkdown="false" >}} +{{< events/registration event="sdv-contribution-day-june-2022" title="About the Event">}} +The first SDV Contribution Day will present the initial contributions for open source projects related to the newly established Eclipse Software Defined Vehicle (SDV) Working Group. + +The event is open to any developer, product manager, architect, or business manager interested in topics related to the software defined vehicle. + +The SDV Working Group mission is to foster collaboration across industries to create an open technology platform for the software defined vehicle of the future. The working group community has chosen a “code first” approach to facilitate more agile and faster time-to-market software development. +{{}} +{{}} +{{}} + + +{{< grid/div class="row grey-row text-center padding-bottom-60 padding-top-40" isMarkdown="false">}} +{{< grid/div class="container" >}} +## Hosted by +SDV Contribution Day is hosted by the Eclipse Software Defined Vehicle Working Group. +{{}} +{{}} + + +{{< grid/div class="container text-center padding-top-40 padding-bottom-30" isMarkdown="false">}} +

Thanks to Our Participating Member Companies

+ +{{}} diff --git a/data/en/sdv-contribution-day-june-2022/registration.yml b/data/en/sdv-contribution-day-june-2022/registration.yml new file mode 100644 index 0000000000000000000000000000000000000000..45effd1812f521b69301016aff48b4555510aa3b --- /dev/null +++ b/data/en/sdv-contribution-day-june-2022/registration.yml @@ -0,0 +1,2 @@ +end_date: 2022-07-01 +end_text: Thank you for making the SDV Contribution Day 2022 a great success! This milestone would not be possible without the collective efforts of our dedicated community. diff --git a/layouts/partials/jumbotron.html b/layouts/partials/jumbotron.html index fca199caa892ce243cce3d95b757607e2a1191f7..a5be09d0c97a9899cf0098e6916fafb5d64fdef8 100644 --- a/layouts/partials/jumbotron.html +++ b/layouts/partials/jumbotron.html @@ -15,6 +15,13 @@ {{ end }} diff --git a/less/images/header-sdv-contribution-day-2022.jpg b/less/images/header-sdv-contribution-day-2022.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfeebcb7c1bd7c7811b50cf729019fab3bd5ab59 Binary files /dev/null and b/less/images/header-sdv-contribution-day-2022.jpg differ diff --git a/less/styles.less b/less/styles.less index 0bcbcafd9ed060d4cff0fa1f7855747eb1cad2e4..a6cd50deb920fd35054867bc6ee6b7d18eb6360b 100644 --- a/less/styles.less +++ b/less/styles.less @@ -612,3 +612,106 @@ footer#solstice-footer { } } } + +//== SDV Contribution Day 2022 +.header-sdv-contribution-day-2022 { + .jumbotron-custom { + & { + background-image: url(images/header-sdv-contribution-day-2022.jpg); + background-position: center; + background-size: cover; + height: 700px; + max-height: none; + } + &::after { + display: none; + } + @media (min-width: @screen-sm-max) { + height: 800px; + } + } + .custom-jumbotron-header { + .sdv-title { + & { + margin-top: 10px; + font-size: 22px; + font-weight: 500; + text-align: center; + } + @media (min-width: @screen-sm-max) { + font-size: 28px; + text-align: left; + } + } + .event-title { + & { + font-size: 40px; + color: @brand-primary; + margin-top: 300px; + margin-bottom: 0; + } + &::after { + margin: 5px; + } + @media (min-width: @screen-sm-max) { + font-size: 62px; + margin-top: 380px; + } + } + .event-subtitle { + & { + font-size: 30px; + margin-top: 0; + } + @media (min-width: @screen-sm-max) { + font-size: 45px; + } + } + .more-detail { + & { + gap: 20px; + flex-direction: column; + } + @media (min-width: @screen-sm-max) { + flex-direction: row; + gap: 100px; + margin-right: 22px; + margin-top: 40px; + } + .data-location { + font-size: 17px; + margin: 0; + text-align: center; + @media (min-width: @screen-sm-max) { + font-size: 22px; + text-align: left; + } + } + .btn-primary { + border-radius: 40px; + font-size: 20px; + margin: 0; + @media (min-width: @screen-sm-max) { + margin-right: 80px; + } + } + } + } + .jumbotron-custom-social-container { + display: none; + } +} + +.sdv-contribution-day-2022-container { + h2 { + margin-bottom: 20px; + font-weight: 500; + } + p { + font-size: 17px; + } +} + +.grey-row { + background-color: #f9f9f9; +} diff --git a/static/images/header-sdv-contribution-day-2022.jpg b/static/images/header-sdv-contribution-day-2022.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dfeebcb7c1bd7c7811b50cf729019fab3bd5ab59 Binary files /dev/null and b/static/images/header-sdv-contribution-day-2022.jpg differ