diff --git a/content/sdv-contribution-day-june-2022/_index.md b/content/sdv-contribution-day-june-2022/_index.md index 3df3fa17280c61d00ebe9d27efecb3be4eaddf01..bec14cafd2129e4390cec57d79eed796954d15a9 100644 --- a/content/sdv-contribution-day-june-2022/_index.md +++ b/content/sdv-contribution-day-june-2022/_index.md @@ -23,7 +23,7 @@ layout: single {{< grid/section-container id="registration" containerClass="padding-bottom-40 padding-top-40" >}} -{{< grid/div class="container" isMarkdown="false" >}} +{{< grid/div class="container text-center" 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. @@ -31,6 +31,7 @@ The event is open to any developer, product manager, architect, or business mana 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. {{}} + Information for Onsite Attendees {{}} {{}} diff --git a/content/sdv-contribution-day-june-2022/onsite-info/_index.md b/content/sdv-contribution-day-june-2022/onsite-info/_index.md new file mode 100644 index 0000000000000000000000000000000000000000..db97327fd9af59b2d8cbca60d032569e81477b66 --- /dev/null +++ b/content/sdv-contribution-day-june-2022/onsite-info/_index.md @@ -0,0 +1,48 @@ +--- +title: "Information for Onsite Attendees" +seo_title: "Information for Onsite Attendees | SDV Contribution Day 2022" +date: 2022-06-01T08:00:00-24:00 +hide_headline: true +hide_sidebar: true +container: "container text-center onsite-2022" +layout: "single" +--- + +{{< grid/div class="venue-photos margin-top-20 flex-center gap-20" isMarkdown="false">}} +ZF Forum inside +ZF Forum night +{{}} + +{{< grid/div class="info-cards-container flex-center flex-wrap gap-20" isMarkdown="false">}} +{{< grid/div class="info-card margin-top-20">}} +## Venue +The venue for SDV Contribution Day is the ZF Forum. + +[ZF Forum](https://www.zf.com/site/zfforum/en/homepage/zf_forum.html) +Löwentaler Straße 20 +88046 Friedrichshafen +Germany +{{}} + +{{< grid/div class="info-card margin-top-20">}} +## Lodging +**Hotels in Friedrichshafen** +Seehotel -- at the train station +Hotel City Krone -- in the pedestrian area +Hotel Hellers Twenty Four I +Hotel Hellers Twenty Four II +Best Western Goldenes Rad -- in the pedestrian area +Lukullum Hotel + +**Other hotels in the area** +Ringhotel Krone, Schnetzenhausen +Hotel Gerbe, Ailingen +Hotel Traube, Fischbach +Hotel Maier, Fischbach +{{}} + +{{< grid/div class="info-card margin-top-20">}} +## Travel +Please see the [ZF Forum website](https://www.zf.com/site/zfforum/en/contact/contact.html) for detailed travel information. +{{}} +{{}} diff --git a/content/sdv-contribution-day-june-2022/onsite-info/images/zf-forum-inside.jpg b/content/sdv-contribution-day-june-2022/onsite-info/images/zf-forum-inside.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cb11d9eac280a8bfebbcc9e28cc9c24ab8f1c30f Binary files /dev/null and b/content/sdv-contribution-day-june-2022/onsite-info/images/zf-forum-inside.jpg differ diff --git a/content/sdv-contribution-day-june-2022/onsite-info/images/zf-forum-night.jpeg b/content/sdv-contribution-day-june-2022/onsite-info/images/zf-forum-night.jpeg new file mode 100644 index 0000000000000000000000000000000000000000..04a85faca151b3c49c1a34fa80cf31d232141291 Binary files /dev/null and b/content/sdv-contribution-day-june-2022/onsite-info/images/zf-forum-night.jpeg differ diff --git a/less/styles.less b/less/styles.less index a6cd50deb920fd35054867bc6ee6b7d18eb6360b..5bd5d6462e505a96b1983e38126314e61e77ad83 100644 --- a/less/styles.less +++ b/less/styles.less @@ -715,3 +715,35 @@ footer#solstice-footer { .grey-row { background-color: #f9f9f9; } + +.onsite-2022 h1 { + margin: 40px 0 30px; +} + +.venue-photos img { + width: 100%; + max-width: 560px; + border-radius: 5px; +} + +.info-cards-container { + & { + align-items: stretch; + margin: 20px 0 40px; + } + .info-card { + & { + border-radius: 5px; + flex: 1; + padding: 10px 20px 30px; + min-width: 295px; + box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.08); + } + h2 { + display: inline-block; + padding: 5px 10px; + margin: 20px 0 30px; + border-bottom: 3px @brand-primary solid; + } + } +}