From 40d23e6f9b0e7928f77323411a8c834e8f38e25d Mon Sep 17 00:00:00 2001 From: yelyzaveta Date: Thu, 7 Dec 2023 15:39:48 +0100 Subject: [PATCH 1/7] WD-7757 - add missing images to /internet-of-things --- templates/internet-of-things/index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/templates/internet-of-things/index.html b/templates/internet-of-things/index.html index 8f7237088bc..eb06070e200 100644 --- a/templates/internet-of-things/index.html +++ b/templates/internet-of-things/index.html @@ -268,6 +268,17 @@

Our products


Ubuntu

+
+ {{ image ( + url="https://assets.ubuntu.com/v1/f78ed474-Developer_w_logo.svg", + alt="", + width="400", + height="385", + hi_def=True, + loading="lazy", + ) | safe + }} +

Ubuntu is a solid foundation for all software development and the OS of choice for developers.

Ubuntu Pro is a comprehensive subscription on top of Ubuntu that gives you confidence in your full open source stack. Benefit from 10 years of security maintenance with automated security patches at scale, access real time capabilities optimised for embedded devices, and ensure uptime and minimal time to remediation.

Learn more about Ubuntu Pro @@ -275,6 +286,17 @@

Ubuntu


Ubuntu Core

+
+ {{ image ( + url="https://assets.ubuntu.com/v1/fcb92825-Chip_w_logo.svg", + alt="", + width="450", + height="385", + hi_def=True, + loading="lazy", + ) | safe + }} +

Ubuntu Core is our open source operating system designed for IoT and edge, with the strong security model you've come to expect from Ubuntu. Core is used by IoT start-ups and large enterprises, with huge fleets of devices in the field today.

Ubuntu Core uses the same kernel, libraries, and system software as classic Ubuntu, resulting in a smooth transition to production, and includes Ubuntu Pro as the standard.

Learn more about Ubuntu Core

From e17665f9a5ecbe57a990688be2931f8dafe5d639 Mon Sep 17 00:00:00 2001 From: yelyzaveta Date: Thu, 7 Dec 2023 16:28:02 +0100 Subject: [PATCH 2/7] WD-7757 - fix images --- templates/internet-of-things/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/internet-of-things/index.html b/templates/internet-of-things/index.html index eb06070e200..3482acf39ac 100644 --- a/templates/internet-of-things/index.html +++ b/templates/internet-of-things/index.html @@ -268,12 +268,12 @@

Our products


Ubuntu

-
+
{{ image ( - url="https://assets.ubuntu.com/v1/f78ed474-Developer_w_logo.svg", + url="https://assets.ubuntu.com/v1/a87c9844-Developer.svg", alt="", - width="400", - height="385", + width="200", + height="156", hi_def=True, loading="lazy", ) | safe @@ -286,12 +286,12 @@

Ubuntu


Ubuntu Core

-
+
{{ image ( - url="https://assets.ubuntu.com/v1/fcb92825-Chip_w_logo.svg", + url="https://assets.ubuntu.com/v1/5da98122-Chip.svg", alt="", - width="450", - height="385", + width="200", + height="156", hi_def=True, loading="lazy", ) | safe From b33149e0237f6a2a08628517ffd97ebec3c11483 Mon Sep 17 00:00:00 2001 From: yelyzaveta Date: Thu, 7 Dec 2023 16:51:34 +0100 Subject: [PATCH 3/7] WD-7757 - asset fix --- templates/internet-of-things/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/internet-of-things/index.html b/templates/internet-of-things/index.html index 3482acf39ac..b27205e0782 100644 --- a/templates/internet-of-things/index.html +++ b/templates/internet-of-things/index.html @@ -270,7 +270,7 @@

Our products

Ubuntu

{{ image ( - url="https://assets.ubuntu.com/v1/a87c9844-Developer.svg", + url="https://assets.ubuntu.com/v1/0532297f-Developer.svg", alt="", width="200", height="156", From b92f8688d50ab76bc428a93fbfd439e319330ee1 Mon Sep 17 00:00:00 2001 From: yelyzaveta Date: Thu, 7 Dec 2023 17:00:19 +0100 Subject: [PATCH 4/7] WD-7757 - asset width fix --- templates/internet-of-things/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/internet-of-things/index.html b/templates/internet-of-things/index.html index b27205e0782..79f3c561e25 100644 --- a/templates/internet-of-things/index.html +++ b/templates/internet-of-things/index.html @@ -272,7 +272,7 @@

Ubuntu

{{ image ( url="https://assets.ubuntu.com/v1/0532297f-Developer.svg", alt="", - width="200", + width="250", height="156", hi_def=True, loading="lazy", From 0f2faee77c208a4b13689feaeef9768671475393 Mon Sep 17 00:00:00 2001 From: yelyzaveta Date: Fri, 8 Dec 2023 12:12:54 +0100 Subject: [PATCH 5/7] WD-7757 - update image width --- templates/internet-of-things/index.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/internet-of-things/index.html b/templates/internet-of-things/index.html index 79f3c561e25..67afa0bda7a 100644 --- a/templates/internet-of-things/index.html +++ b/templates/internet-of-things/index.html @@ -272,8 +272,7 @@

Ubuntu

{{ image ( url="https://assets.ubuntu.com/v1/0532297f-Developer.svg", alt="", - width="250", - height="156", + width="200", hi_def=True, loading="lazy", ) | safe @@ -290,8 +289,7 @@

Ubuntu Core

{{ image ( url="https://assets.ubuntu.com/v1/5da98122-Chip.svg", alt="", - width="200", - height="156", + width="160", hi_def=True, loading="lazy", ) | safe From 96bafa5f652d83a3891b5a88b54a4d363d99aa1e Mon Sep 17 00:00:00 2001 From: yelyzaveta Date: Fri, 8 Dec 2023 12:21:05 +0100 Subject: [PATCH 6/7] WD-7757 - fix --- templates/internet-of-things/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/internet-of-things/index.html b/templates/internet-of-things/index.html index 67afa0bda7a..a6752ea5edd 100644 --- a/templates/internet-of-things/index.html +++ b/templates/internet-of-things/index.html @@ -273,6 +273,7 @@

Ubuntu

url="https://assets.ubuntu.com/v1/0532297f-Developer.svg", alt="", width="200", + height="125" hi_def=True, loading="lazy", ) | safe @@ -290,6 +291,7 @@

Ubuntu Core

url="https://assets.ubuntu.com/v1/5da98122-Chip.svg", alt="", width="160", + height="125" hi_def=True, loading="lazy", ) | safe From b90df38c8e5459c8c4ba777c9ae2a91e2c384e23 Mon Sep 17 00:00:00 2001 From: yelyzaveta Date: Tue, 12 Dec 2023 11:45:14 +0100 Subject: [PATCH 7/7] WD-7757 - fix --- templates/internet-of-things/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/internet-of-things/index.html b/templates/internet-of-things/index.html index a6752ea5edd..21cab8b2b83 100644 --- a/templates/internet-of-things/index.html +++ b/templates/internet-of-things/index.html @@ -273,7 +273,7 @@

Ubuntu

url="https://assets.ubuntu.com/v1/0532297f-Developer.svg", alt="", width="200", - height="125" + height="125", hi_def=True, loading="lazy", ) | safe @@ -291,7 +291,7 @@

Ubuntu Core

url="https://assets.ubuntu.com/v1/5da98122-Chip.svg", alt="", width="160", - height="125" + height="125", hi_def=True, loading="lazy", ) | safe