From 4eb4779056fda65b188ac62463af4d1ac0357632 Mon Sep 17 00:00:00 2001 From: Marco Otte-Witte Date: Thu, 4 Jul 2024 12:51:15 +0200 Subject: [PATCH 1/3] add BMW Car IT mini case --- src/cases/bmw-car-it.md | 19 +++++++++++++++++++ src/rust-consulting.njk | 2 +- src/work.njk | 3 ++- 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 src/cases/bmw-car-it.md diff --git a/src/cases/bmw-car-it.md b/src/cases/bmw-car-it.md new file mode 100644 index 0000000000..f1c5bb06e2 --- /dev/null +++ b/src/cases/bmw-car-it.md @@ -0,0 +1,19 @@ +--- +layout: case-study +company: BMW Car IT +problem: + BMW Car IT was looking to get a group of developers up to speed with Rust + fast. +solution: + We ran a 4-day mixed on-site and remote workshop for them, covering all the + topics they needed to know. +tags: Workshops +description: +

BMW Car IT develops software for infotainment and autonomous + driving.

When they wanted to get a team of developers up to speed with + Rust, they reached out to Mainmatter. We ran a workshop for them, giving them + a smooth entry to Rust.

+hero: + tags: "Rust / training" +permalink: false +--- diff --git a/src/rust-consulting.njk b/src/rust-consulting.njk index 46ffe6aceb..6dd2d5e70e 100644 --- a/src/rust-consulting.njk +++ b/src/rust-consulting.njk @@ -251,7 +251,7 @@ og: -{% set clients = ['aleph-alpha', 'kisters'] %} +{% set clients = ['aleph-alpha', 'kisters', 'bmw-car-it'] %} {{ featuredCaseStudies(clients, 'Browse our work') }}
diff --git a/src/work.njk b/src/work.njk index e1c6b0a534..3c0ce0211b 100644 --- a/src/work.njk +++ b/src/work.njk @@ -30,7 +30,7 @@ eleventyImport: {{ featuredCaseStudy('rail-europe', 'black', 'work__featured-case-study') }} {{ clientCards(['auditboard', 'xbav']) }} {{ featuredCaseStudy('qonto', 'purple', 'work__featured-case-study') }} - {{ clientCards(['camilyo', 'trainline']) }} + {{ clientCards(['bmw-car-it', 'trainline']) }} {{ featuredCaseStudy('mvb', 'black', 'work__featured-case-study') }} {{ clientCards(['ais', 'phorest']) }} {{ featuredCaseStudy('trainline', 'purple', 'work__featured-case-study') }} @@ -51,6 +51,7 @@ eleventyImport: {{ clientCards(['ringler', 'dim3']) }} {{ clientCards(['clark', 'rail-europe']) }} {{ clientCards(['sage', 'embedd']) }} + {{ clientCards(['camilyo']) }} From e2c8e7de6ab840e6db468a2267c6224b73e95e59 Mon Sep 17 00:00:00 2001 From: Marco Otte-Witte Date: Thu, 4 Jul 2024 14:38:35 +0200 Subject: [PATCH 2/3] add missing image --- static/assets/images/logos/bmw-car-it.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 static/assets/images/logos/bmw-car-it.svg diff --git a/static/assets/images/logos/bmw-car-it.svg b/static/assets/images/logos/bmw-car-it.svg new file mode 100644 index 0000000000..3a01ccd518 --- /dev/null +++ b/static/assets/images/logos/bmw-car-it.svg @@ -0,0 +1 @@ + \ No newline at end of file From 92b067383682dea744fc49cd9c12ab328c345843 Mon Sep 17 00:00:00 2001 From: Marco Otte-Witte Date: Thu, 4 Jul 2024 14:45:07 +0200 Subject: [PATCH 3/3] remove "fast" --- src/cases/bmw-car-it.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cases/bmw-car-it.md b/src/cases/bmw-car-it.md index f1c5bb06e2..004a5f2e8f 100644 --- a/src/cases/bmw-car-it.md +++ b/src/cases/bmw-car-it.md @@ -2,8 +2,7 @@ layout: case-study company: BMW Car IT problem: - BMW Car IT was looking to get a group of developers up to speed with Rust - fast. + BMW Car IT was looking to get a group of developers up to speed with Rust. solution: We ran a 4-day mixed on-site and remote workshop for them, covering all the topics they needed to know.