From cedb797841d73f362da266ca4a581a4c67df12a7 Mon Sep 17 00:00:00 2001 From: Peter French Date: Thu, 9 Nov 2023 15:27:13 +0100 Subject: [PATCH] Build /automotive/resources page (#13276) * Build /automotive/resources page * Apply UX review changes * Update with content changes * spacing fixes * responsive fixes * Remove double dash * Remove padding from above headings * Add resources to navigation * Update automotive chasis image with a higher resolution version --------- Co-authored-by: Lyubomir Popov --- navigation.yaml | 2 + package.json | 2 +- templates/automotive/resources.html | 352 ++++++++++++++++++ .../forms/interactive/newsletter-opt-in.html | 83 +++++ yarn.lock | 8 +- 5 files changed, 442 insertions(+), 5 deletions(-) create mode 100644 templates/automotive/resources.html create mode 100644 templates/shared/forms/interactive/newsletter-opt-in.html diff --git a/navigation.yaml b/navigation.yaml index 3b299fbfc49..5c9039d572a 100644 --- a/navigation.yaml +++ b/navigation.yaml @@ -7,6 +7,8 @@ automotive: path: /automotive - title: Developers path: /automotive/developers + - title: Resources + path: /automotive/resources azure: title: Azure diff --git a/package.json b/package.json index b4362b1cb83..2b179b633a9 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "dependencies": { "@canonical/cookie-policy": "3.5.0", "@canonical/global-nav": "^2.7.0", - "@canonical/latest-news": "1.4.1", + "@canonical/latest-news": "1.5.0", "@canonical/react-components": "^0.38.0", "@reduxjs/toolkit": "1.7.1", "@sentry/react": "6.11.0", diff --git a/templates/automotive/resources.html b/templates/automotive/resources.html new file mode 100644 index 00000000000..add4235450c --- /dev/null +++ b/templates/automotive/resources.html @@ -0,0 +1,352 @@ +{% extends "automotive/base_automotive.html" %} + +{% block title %}Resources for digital transformation in automotive{% endblock %} +{% block meta_description %}Resources for driving digital transformation in your automotive business. From smart factories to software defined vehicles, unlock the benefits of digital transformation with open source.{% endblock meta_description %} +{% block meta_copydoc %}https://docs.google.com/document/d/17ofQfYbMlTsjdpB3JJru5mckGeLFXMAxRbHvIL4TrOE/edit{% endblock meta_copydoc %} + +{% block body_class %}is-paper{% endblock body_class %} + +{% block content %} + +
+
+
+
+
+

Driving digital transformation in automotive

+

Resources for technical and business teams

+
+
+

Unlock the benefits of secure, supported open source solutions for your automotive company's digital transformation.

+
+ Sign up to get automotive news +
+
+
+
+ +
+
+
+
+
+

Adopt open source securely
in automotive

+
+
+
+
+

Canonical is shaping the future of the automotive industry with open source technology and strong partnerships with leading companies in the sector.

+

We ensure that our products meet your strict requirements in safety, security and maintenance. Our goal is to enable you to focus on innovation and differentiation.

+
+ +
+
+
+
+
+
+
+
+

Protect against cyberattacks

+

All of our products benefit from robust protection against cyberattacks by providing over-the-air CVE patches and state-of -the-art encryption.

+
+
+
+
+

Maintenance and reliability

+

With a track record of use in public clouds, our products are trusted by companies that require minimal downtime and seamless updates.

+
+
+
+
+

Uphold the strictest safety standards

+

We are actively working on functional safety compliance based on the ISO26262 standard's strict requirements.

+
+
+
+
+
+
+ {{ image ( + url="https://assets.ubuntu.com/v1/8b1151ab-Artboard 1@3x.png", + alt="", + width="1852", + height="1244", + hi_def=True, + loading="lazy" + ) | safe + }} +
+
+
+
+ +
+
+
+
+
+

Whitepapers

+
+
+
+
+
+

+ The automotive leader's guide to 2023 trends +

+

Dive deep into the latest trends shaping the automotive sector. From electric vehicles and connectivity to data security and mobility services, gain insights and actionable strategies to propel your company towards success.

+
+
+

+ A CTO's guide to software-defined vehicles +

+

Explore solutions to SDV challenges such as increased cybersecurity risks, software fragmentation and costs. Learn how open source technologies can streamline operations, cut costs, enhance platforms and strengthen cybersecurity without sacrificing innovation.

+
+
+

+ The impact of new ownership habits and mobility trends +

+

Get ready for a shift in vehicle ownership patterns, fuelled by digital natives who seek convenient and eco-friendly ways to travel. Find alternatives to traditional car ownership, unlock fresh revenue streams, and monetise advanced technology offerings for connected vehicles.

+
+
+
+
+
+ +
+
+
+
+
+

Webinar

+
+
+
+

Security and real-time Linux
in a shifting automotive world

+

Watch the webinar about the best practices, emerging threats and innovative technologies that can be used to secure your future in-vehicle ECUs.

+

Learn how IT solutions and technologies can help bridge the gap between the traditional automotive industry approaches and the best software practices.

+
+ +
+
+
+
+ +
+
+
+
+
+

From our blog

+
+
+ +
+
+ +
+ + + +
+ + + + +
+
+
+
+
+

In the media

+
+
+
+
+
+

Automotive World

+

+ Driving the future: Why open-source is key in a world of software-defined cars +

+

Processing power requirements will require a seismic shift in the way OEMs work, writes Bertrand Boisseau.

+
+
+

RTInsights

+

+ Why open source is the best road ahead for the software-defined car +

+

Automakers need the flexibility and scalability that open-source collaboration is famous for to develop the software-defined cars of today and the future.

+
+
+

BetaNews

+

+ Greater cloud adoption, better security and connected cars – 5G predictions for 2023 +

+

The importance of 5G for internet infrastructure is widely recognised, but the effects of the pandemic have hindered progress in this area. What's in store for the future?

+
+
+
+
+
+ +
+ +
+ +
+ +
+
+
+
+

Stay up to date with news from Canonical's Automotive Team

+
+
+
+
    +
  • + + +
  • +
  • + +
  • +
  • In submitting this form, I confirm that I have read and agree to Canonical's Privacy Notice and Privacy Policy.
  • + {# These are honey pot fields to catch bots #} +
  • + + +
  • +
  • + + +
  • + {# End of honey pots #} +
  • + +
  • +
+ + + + + + + + + + + +
+
+
+
+ + + +
+ +{% endblock content %} diff --git a/templates/shared/forms/interactive/newsletter-opt-in.html b/templates/shared/forms/interactive/newsletter-opt-in.html new file mode 100644 index 00000000000..14c67a97fd9 --- /dev/null +++ b/templates/shared/forms/interactive/newsletter-opt-in.html @@ -0,0 +1,83 @@ + diff --git a/yarn.lock b/yarn.lock index 9f8599ac1b0..a89330c0acb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1091,10 +1091,10 @@ resolved "https://registry.npmjs.org/@canonical/latest-news/-/latest-news-1.3.0.tgz" integrity sha512-VwGcZo9LGzdeQ/sKt+5TQttIibTxjZEpsEtuWbbsacbqqzqVfqZhDsZkkg/7WNxKQ2lpnyq+4mLT70u9YbYSYA== -"@canonical/latest-news@1.4.1": - version "1.4.1" - resolved "https://registry.npmjs.org/@canonical/latest-news/-/latest-news-1.4.1.tgz" - integrity sha512-lwrikCj0Y11X8Ln8D+elp6Ri3mYjMjsAOJtadNEFzhBrgmg8TVGYJjOdwy8TvRaxy7fHnvVajIKAYWX44Tfj6w== +"@canonical/latest-news@1.5.0": + version "1.5.0" + resolved "https://registry.yarnpkg.com/@canonical/latest-news/-/latest-news-1.5.0.tgz#22b0c211114ef8d0b9a10d495d035411b21e1a86" + integrity sha512-pNCNhBn/LFnCe9Fp3Dm4WJwVkGrJMlL6lZft1SnLqufE5k6+ihZVr03revNxyMwnSu5EPpDcEduqYrTuQQGM4A== "@canonical/react-components@^0.38.0": version "0.38.0"