diff --git a/.gitignore b/.gitignore index f87e175f2f2b601c335a0437218569f66076ec81..d2c7e3d39935615f6a3b55580f8dd6c53af8cddb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ public/ resources/_gen -.hugo_build.lock \ No newline at end of file +.hugo_build.lock +.DS_Store \ No newline at end of file diff --git a/content/headless_media/images/wipro.png b/content/headless_media/images/wipro.png new file mode 100644 index 0000000000000000000000000000000000000000..2dcdcfa1e7efd66732334945a0ba6de1a20bc580 Binary files /dev/null and b/content/headless_media/images/wipro.png differ diff --git a/content/news/2022/welcome_tier4.md b/content/news/2022/welcome_tier4.md index a183f7b719e493d71e76d8270301fed3dd6c4c13..0c0763528757dba5ca0e7135d14e3dd979169c39 100644 --- a/content/news/2022/welcome_tier4.md +++ b/content/news/2022/welcome_tier4.md @@ -5,7 +5,7 @@ Date: "2022-03-15" Member: "voting/tieriv" Banner: - Active: true + Active: false Title: TIER IV joins SOAFEE SIG Description: TIER IV joins the SOAFEE SIG as a voting member. Background: "banner/banner5.jpg" diff --git a/content/news/2022/welcome_wipro.md b/content/news/2022/welcome_wipro.md new file mode 100644 index 0000000000000000000000000000000000000000..b5f68320b5da5f6e0564966f1f5acd5b0f760fcf --- /dev/null +++ b/content/news/2022/welcome_wipro.md @@ -0,0 +1,30 @@ +--- +Title: "Wipro joins SOAFEE SIG" +Description: "New member announcement – click for more details on Wipro" +Date: "2022-03-29" +Member: "voting/wipro" + +Banner: + Active: true + Title: Wipro joins SOAFEE SIG + Description: Wipro joins the SOAFEE SIG as a voting member. + Background: "banner/banner4.jpg" + +Card: + Class: new-member +--- + + +{{< member_header >}} +# Wipro joins SOAFEE SIG + +The SOAFEE community are excited to welcome Wipro as a voting member of the SOAFEE SIG. +{{}} + +## About WIPRO + +Wipro Limited (NYSE: WIT, BSE: 507685, NSE: WIPRO) is a leading global information technology, consulting and business process services company. We harness the power of cognitive computing, hyper-automation, robotics, cloud, analytics and emerging technologies to help our clients adapt to the digital world and make them successful. A company recognized globally for its comprehensive portfolio of services, strong commitment to sustainability and good corporate citizenship, we have over 220,000 dedicated employees serving clients across six continents. Together, we discover ideas and connect the dots to build a better and a bold new future. + +## What Wipro can bring to the SOAFEE SIG + +In March 2022, Wipro unveiled its "Cloud Car" Platform initiative, that aims to bring together its broad services across automotive value chain to deliver automotive engineering capabilities with a best-in-class partner ecosystem and enabling with industry supported standards/consortiums. Our platform approach shall provide automakers with a technically elegant - Integrated, Robust architecture solution with in-vehicle software defined control & data layer services enabled with cloud-native support. Along with this platform eco-system, Wipro aims to integrate an end-to-end cybersecurity prefixed Software Defined Vehicle system with advanced features that can address multi-segmented needs. The platform will enable mixed criticality and inter-platform operable workloads with SOA & Microservices bringing innovative technology at a faster pace with at a lower CAPEX & OPEX model. We believe that in collaboration Scalable Open Architecture for Embedded Edge (SOAFEE) initiative ecosystem partners, we can deliver our reference platform for automotive industry to bring safety and real-time aware cloud-native paradigms to automotive development, keeping software-defined vehicles (SDVs) digitally relevant for years to come. Wipro aims to be a #1 Industry leader when it comes to enabling & transforming Software Defined Automotive domain markets. diff --git a/data/members.yaml b/data/members.yaml index fb65f61c6f1d9fb56b9b71e28441c3109847bd28..00d8f82d0e5bc34444922eef76a8692c46f6b6a9 100644 --- a/data/members.yaml +++ b/data/members.yaml @@ -56,3 +56,8 @@ voting: image: images/tieriv.png url: https://tier4.jp/ alt: Tier IV + wipro: + name: Wipro + image: images/wipro.png + url: https://www.wipro.com/ + alt: Wipro diff --git a/themes/soafee/assets/sass/styles.scss b/themes/soafee/assets/sass/styles.scss index 3fdba0605f44ef764087c1b37461b7f724eb8389..2f604e4c3534877bfec5ec10af960454008cf29d 100644 --- a/themes/soafee/assets/sass/styles.scss +++ b/themes/soafee/assets/sass/styles.scss @@ -129,9 +129,18 @@ img { .blog-card.new-member .member-image { width: 17%; + max-height: 83px; padding: 10px; } +.blog-card.new-member .member-image img { + max-width: 100%; + max-height: 100%; + width: 100%; + height: 100%; + object-fit: contain; +} + .new-member-header .flex-column { width: 17%; padding: 10px; diff --git a/themes/soafee/layouts/shortcodes/carousel.html b/themes/soafee/layouts/shortcodes/carousel.html index 2f92c331b7f0ba87c8228c073615f267ff160b66..4dbd5fbed9d18e60d2ca832566bd85bf495b6b7a 100644 --- a/themes/soafee/layouts/shortcodes/carousel.html +++ b/themes/soafee/layouts/shortcodes/carousel.html @@ -2,7 +2,7 @@ {{ $showIndicators := false }} -{{ $posts := (where .Site.Pages "Params.Banner.Active" "eq" true)}} +{{ $posts := (where .Site.Pages.ByDate "Params.Banner.Active" "eq" true).Reverse }}