diff --git a/content/about/members/panasonic_automotive.md b/content/about/members/panasonic_automotive.md new file mode 100644 index 0000000000000000000000000000000000000000..5ed0821ffe0b4a033b009e9f5dc828764a82bbf6 --- /dev/null +++ b/content/about/members/panasonic_automotive.md @@ -0,0 +1,24 @@ +--- +Title: "Panasonic Automotive joins SOAFEE SIG" +Description: "New member announcement – click for more details on Panasonic Automotive" +Date: "2022-06-19" +Member: "voting/panasonic_automotive" +class: panasonic-automotive +--- + + +{{< member_header >}} +{{}} + +## About Panasonic Automotive + +Panasonic Automotive Systems Co., Ltd. are continually creating new value in the car manufacturing of automakers and the mobility experience of people, through the development of uniquely Panasonic software, devices, and in-vehicle systems that support vehicles and people. + +We will converge the technologies we have accumulated so far in development and manufacturing in the automotive business, and the expertise and know-how the Panasonic Group has acquired in home appliances, housing, and other businesses, and provide cockpit integrated solutions to support safe and comfortable driving, cabin interior innovation solutions to make moving around in a car even more enjoyable, EV solutions to make vehicles lighter and improve electric mileage, and other innovations. + +To enable these innovations, Panasonic has been continuously contributing to create a healthy ecosystem around automotive device virtualization which minimizes software dependency on hardware, through leading the development of a common automotive device virtualization framework (VirtIO) and a reference hardware able to accommodate various devices. + +"We strongly echo with the idea of SOAFEE aiming to develop a seamless cloud-native environment to enable fast and continuous deliveries to automotive products and believe that device virtualization will play a significant role in achieving it. + +Through the activities in SOAFEE, we are looking forward to collaboratively contributing to the evolution of automotive industry to actualize a true Software Defined Vehicle“ said Masashige Mizuyama, Executive Vice President, CTO, Panasonic Automotive Systems Co., Ltd. + diff --git a/content/headless_media/images/panasonic_automotive.jpg b/content/headless_media/images/panasonic_automotive.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3ac10160938d94159e99cc6c03ef2467ffe89b95 Binary files /dev/null and b/content/headless_media/images/panasonic_automotive.jpg differ diff --git a/content/news/2022/welcome_mih.md b/content/news/2022/welcome_mih.md index 6d4769b123628f300960d1ce9094486bf96cb38f..ae8bb8b88c3afafe9be6309cb3b324c86eea98f7 100644 --- a/content/news/2022/welcome_mih.md +++ b/content/news/2022/welcome_mih.md @@ -5,7 +5,7 @@ Date: 2022-06-08 Member: voting/mih Banner: - Active: true + Active: false Title: MIH joins SOAFEE SIG Description: MIH joins the SOAFEE SIG as a voting member. Background: banner/banner3.jpg diff --git a/content/news/2022/welcome_panasonic_automotive.md b/content/news/2022/welcome_panasonic_automotive.md new file mode 100644 index 0000000000000000000000000000000000000000..6c1bc49250d0b0e42cca8c0a31961f079401fb37 --- /dev/null +++ b/content/news/2022/welcome_panasonic_automotive.md @@ -0,0 +1,35 @@ +--- +Title: "Panasonic Automotive joins SOAFEE SIG" +Description: "New member announcement – click for more details on Panasonic Automotive" +Date: "2022-06-21" +Member: "voting/panasonic_automotive" + +Banner: + Active: true + Title: Panasonic Automotive joins SOAFEE SIG + Description: Panasonic Automotive joins the SOAFEE SIG as a voting member. + Background: "banner/banner3.jpg" + +Card: + Class: new-member +--- + + +{{< member_header >}} +# Panasonic Automotive joins SOAFEE SIG + +The SOAFEE community are excited to welcome Panasonic Automotive as a voting member of the SOAFEE SIG. +{{}} + +## About Panasonic Automotive + +Panasonic Automotive Systems Co., Ltd. are continually creating new value in the car manufacturing of automakers and the mobility experience of people, through the development of uniquely Panasonic software, devices, and in-vehicle systems that support vehicles and people. + +We will converge the technologies we have accumulated so far in development and manufacturing in the automotive business, and the expertise and know-how the Panasonic Group has acquired in home appliances, housing, and other businesses, and provide cockpit integrated solutions to support safe and comfortable driving, cabin interior innovation solutions to make moving around in a car even more enjoyable, EV solutions to make vehicles lighter and improve electric mileage, and other innovations. + +To enable these innovations, Panasonic has been continuously contributing to create a healthy ecosystem around automotive device virtualization which minimizes software dependency on hardware, through leading the development of a common automotive device virtualization framework (VirtIO) and a reference hardware able to accommodate various devices. + +"We strongly echo with the idea of SOAFEE aiming to develop a seamless cloud-native environment to enable fast and continuous deliveries to automotive products and believe that device virtualization will play a significant role in achieving it. + +Through the activities in SOAFEE, we are looking forward to collaboratively contributing to the evolution of automotive industry to actualize a true Software Defined Vehicle“ said Masashige Mizuyama, Executive Vice President, CTO, Panasonic Automotive Systems Co., Ltd. + diff --git a/data/members.yaml b/data/members.yaml index 7a71ef8ddea09c108bca1767d8c54201560ce9a9..a6ae1b835a916166cab378c05d18c8c66196f44a 100644 --- a/data/members.yaml +++ b/data/members.yaml @@ -95,6 +95,10 @@ voting: name: nxp image: images/nxp.png url: https://www.nxp.com/ + panasonic_automotive: + name: Panasonic Automotive + image: images/panasonic_automotive.jpg + url: https://automotive.panasonic.com/en perceptive: name: Perceptive image: images/perceptive.png diff --git a/themes/soafee/assets/sass/styles.scss b/themes/soafee/assets/sass/styles.scss index e8342ab3b62274894bb87880744e84cee3fdcf37..b768cc51cd896d46a18b8105f6b47df3f9e74810 100644 --- a/themes/soafee/assets/sass/styles.scss +++ b/themes/soafee/assets/sass/styles.scss @@ -127,9 +127,10 @@ img { // Styling for new member news card and article header .blog-card.new-member .member-image { - width: 17%; + width: 20%; max-height: 83px; padding: 10px; + margin-right: 15px; } .blog-card.new-member .member-image img { @@ -141,8 +142,9 @@ img { } .new-member-header .flex-column { - width: 17%; + width: 20%; padding: 10px; + margin-right: 15px; } @@ -179,6 +181,12 @@ img { } } +// Specializations for specific logo content + +.new-member-header.panasonic-automotive { + margin-top: 15px; +} + // Button styling .s-button { margin-bottom: 10px; diff --git a/themes/soafee/layouts/shortcodes/member_header.html b/themes/soafee/layouts/shortcodes/member_header.html index 058dca42093d539bfc4302afddabb3ee8a9d950b..b2013a4b90a166eadd70ca88588c8c12fd5adf9d 100644 --- a/themes/soafee/layouts/shortcodes/member_header.html +++ b/themes/soafee/layouts/shortcodes/member_header.html @@ -1,6 +1,6 @@ - +{{ $additional_class := .Page.Params.class | default "" }} {{ if isset .Page.Params "member"}} -
+
{{ partial "member_logo" (dict "ctx" . "with_link" 1) }}