From ae1a49c8c6e2da369a64e9d08d19295a7df3caad Mon Sep 17 00:00:00 2001 From: yelyzaveta Date: Wed, 22 Nov 2023 13:20:02 +0100 Subject: [PATCH 1/8] WD-7205 - enrich /real-time page with images --- templates/real-time/index.html | 117 ++++++++++++++++++--------------- 1 file changed, 64 insertions(+), 53 deletions(-) diff --git a/templates/real-time/index.html b/templates/real-time/index.html index bd2afe4c151..7f0bf05bd47 100644 --- a/templates/real-time/index.html +++ b/templates/real-time/index.html @@ -64,60 +64,71 @@

Why use Real-time Ubuntu?

Real-time Ubuntu use cases

-
-
-
-
-
-

Industrial settings

-
-
-

PLCs in assembly lines must deliver and process data in real-time to ensure system integrity and continuous production.

-
-
-
-
-
-
-
-

Telco

-
-
-

Real-time Ubuntu brings ultra-low latency and enhanced security capabilities to telco workloads and the critical infrastructure they run on.

-
-
-
-
-
-
-
-

Healthcare robotics

-
-
-

From autonomous mobile robots to life-support medical equipment, healthcare systems must complete tasks within specified deadlines.

-
-
-
-
-
-
-
-

Automotive

-
-
-

Automotive manufacturers are increasingly reliant on real-time Linux for infotainment systems, HMIs and latency-sensitive scenarios.

-
-
-
-
-
-
-
-

Not sure real-time is for you?
Get in touch to talk over your use case with our sales team

-
-
-
+
+
+
+

Industrial settings

+

PLCs in assembly lines must deliver and process data in real-time to ensure system integrity and continuous + production.

+
+
+

Telco

+

Real-time Ubuntu brings ultra-low latency and enhanced security capabilities to telco workloads and the + critical + infrastructure they run on.

+
+
+

Healthcare robotics

+

From autonomous mobile robots to life-support medical equipment, healthcare systems must complete tasks within + specified deadlines.

+
+
+

Automotive

+

Automotive manufacturers are increasingly reliant on real-time Linux for infotainment systems, HMIs and + latency-sensitive scenarios.

+
+
+
+
+ {{ + image( + url="https://assets.ubuntu.com/v1/9c01921f-Industrial.png", + alt="Industrial image", + width="284", + hi_def=True, + loading="lazy", + ) | safe + }} +
+
+ {{ + image( + url="https://assets.ubuntu.com/v1/e2c4ed69-Telco.png", + alt="Telco image", + width="284", + hi_def=True, + loading="lazy", + ) | safe + }}
+
{{ + image( + url="https://assets.ubuntu.com/v1/bdf43d88-Healthcare.png", + alt="Healthcare image", + width="284", + hi_def=True, + loading="lazy", + ) | safe + }}
+
{{ + image( + url="https://assets.ubuntu.com/v1/b8561c6a-Automotive.png", + alt="Automotive image", + width="284", + hi_def=True, + loading="lazy", + ) | safe + }}
From db3512cfddfd1f0a5324f327de856b9d8f99cc5e Mon Sep 17 00:00:00 2001 From: yelyzaveta Date: Wed, 22 Nov 2023 13:44:36 +0100 Subject: [PATCH 2/8] WD-7205 - add missing section --- templates/real-time/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/real-time/index.html b/templates/real-time/index.html index 7f0bf05bd47..5c3b7dcb945 100644 --- a/templates/real-time/index.html +++ b/templates/real-time/index.html @@ -130,6 +130,9 @@

Automotive

) | safe }} +
+

Not sure real-time is for you?
Get in touch to talk over your use case with our sales team

+
From 7c894cd8ea67a1cea89046c8fb954adcf3b7c533 Mon Sep 17 00:00:00 2001 From: yelyzaveta Date: Wed, 22 Nov 2023 14:54:28 +0100 Subject: [PATCH 3/8] WD-7205 - fix image issue --- templates/real-time/index.html | 47 +++++++++++++++------------------- 1 file changed, 21 insertions(+), 26 deletions(-) diff --git a/templates/real-time/index.html b/templates/real-time/index.html index 5c3b7dcb945..18608596b15 100644 --- a/templates/real-time/index.html +++ b/templates/real-time/index.html @@ -70,26 +70,6 @@

Real-time Ubuntu use cases

Industrial settings

PLCs in assembly lines must deliver and process data in real-time to ensure system integrity and continuous production.

- -
-

Telco

-

Real-time Ubuntu brings ultra-low latency and enhanced security capabilities to telco workloads and the - critical - infrastructure they run on.

-
-
-

Healthcare robotics

-

From autonomous mobile robots to life-support medical equipment, healthcare systems must complete tasks within - specified deadlines.

-
-
-

Automotive

-

Automotive manufacturers are increasingly reliant on real-time Linux for infotainment systems, HMIs and - latency-sensitive scenarios.

-
- -
-
{{ image( url="https://assets.ubuntu.com/v1/9c01921f-Industrial.png", @@ -100,7 +80,11 @@

Automotive

) | safe }}
-
+
+

Telco

+

Real-time Ubuntu brings ultra-low latency and enhanced security capabilities to telco workloads and the + critical + infrastructure they run on.

{{ image( url="https://assets.ubuntu.com/v1/e2c4ed69-Telco.png", @@ -111,7 +95,11 @@

Automotive

) | safe }}
-
{{ +
+

Healthcare robotics

+

From autonomous mobile robots to life-support medical equipment, healthcare systems must complete tasks within + specified deadlines.

+ {{ image( url="https://assets.ubuntu.com/v1/bdf43d88-Healthcare.png", alt="Healthcare image", @@ -119,8 +107,13 @@

Automotive

hi_def=True, loading="lazy", ) | safe - }}
-
{{ + }} +
+
+

Automotive

+

Automotive manufacturers are increasingly reliant on real-time Linux for infotainment systems, HMIs and + latency-sensitive scenarios.

+ {{ image( url="https://assets.ubuntu.com/v1/b8561c6a-Automotive.png", alt="Automotive image", @@ -128,10 +121,12 @@

Automotive

hi_def=True, loading="lazy", ) | safe - }}
+ }} +
-

Not sure real-time is for you?
Get in touch to talk over your use case with our sales team

+

Not sure real-time is for you?
Get in touch to talk over your + use case with our sales team

From c5fdc996216fdd9a0aa2452ae2190bfd590b5f78 Mon Sep 17 00:00:00 2001 From: yelyzaveta Date: Thu, 23 Nov 2023 11:40:17 +0100 Subject: [PATCH 4/8] WD-7205 - update background and positioning --- templates/real-time/index.html | 98 ++++++++++++++++++---------------- 1 file changed, 53 insertions(+), 45 deletions(-) diff --git a/templates/real-time/index.html b/templates/real-time/index.html index 18608596b15..2db2dcc43c2 100644 --- a/templates/real-time/index.html +++ b/templates/real-time/index.html @@ -68,66 +68,74 @@

Real-time Ubuntu use cases

Industrial settings

-

PLCs in assembly lines must deliver and process data in real-time to ensure system integrity and continuous +

PLCs in assembly lines must deliver and process data in real-time to ensure system integrity and continuous production.

- {{ - image( - url="https://assets.ubuntu.com/v1/9c01921f-Industrial.png", - alt="Industrial image", - width="284", - hi_def=True, - loading="lazy", - ) | safe - }} +
+ {{ + image( + url="https://assets.ubuntu.com/v1/007d3fe1-Industrial@3x.png", + alt="Industrial image", + width="284", + hi_def=True, + loading="lazy", + ) | safe + }} +

Telco

-

Real-time Ubuntu brings ultra-low latency and enhanced security capabilities to telco workloads and the +

Real-time Ubuntu brings ultra-low latency and enhanced security capabilities to telco workloads and the critical infrastructure they run on.

- {{ - image( - url="https://assets.ubuntu.com/v1/e2c4ed69-Telco.png", - alt="Telco image", - width="284", - hi_def=True, - loading="lazy", - ) | safe - }} +
+ {{ + image( + url="https://assets.ubuntu.com/v1/04c896e6-Telco@3x.png", + alt="Telco image", + width="284", + hi_def=True, + loading="lazy", + ) | safe + }} +

Healthcare robotics

-

From autonomous mobile robots to life-support medical equipment, healthcare systems must complete tasks within +

From autonomous mobile robots to life-support medical equipment, healthcare systems must complete tasks within specified deadlines.

- {{ - image( - url="https://assets.ubuntu.com/v1/bdf43d88-Healthcare.png", - alt="Healthcare image", - width="284", - hi_def=True, - loading="lazy", - ) | safe - }} +
+ {{ + image( + url="https://assets.ubuntu.com/v1/9969e00e-Healthcare@3x.png", + alt="Healthcare image", + width="284", + hi_def=True, + loading="lazy", + ) | safe + }} +

Automotive

-

Automotive manufacturers are increasingly reliant on real-time Linux for infotainment systems, HMIs and +

Automotive manufacturers are increasingly reliant on real-time Linux for infotainment systems, HMIs and latency-sensitive scenarios.

- {{ - image( - url="https://assets.ubuntu.com/v1/b8561c6a-Automotive.png", - alt="Automotive image", - width="284", - hi_def=True, - loading="lazy", - ) | safe - }} +
+ {{ + image( + url="https://assets.ubuntu.com/v1/4ffd9127-Automotive@3x.png", + alt="Automotive image", + width="284", + hi_def=True, + loading="lazy", + ) | safe + }} +
+
+
+

Not sure real-time is for you?
Get in touch to talk over + your + use case with our sales team

-
-
-

Not sure real-time is for you?
Get in touch to talk over your - use case with our sales team

-
From 95caf82fabfa66667413eb70076c88bbe0bf294a Mon Sep 17 00:00:00 2001 From: yelyzaveta Date: Fri, 24 Nov 2023 15:03:29 +0100 Subject: [PATCH 5/8] WD-7205 - fix min-height --- templates/real-time/index.html | 35 +++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/templates/real-time/index.html b/templates/real-time/index.html index 2db2dcc43c2..96844df6bc8 100644 --- a/templates/real-time/index.html +++ b/templates/real-time/index.html @@ -68,7 +68,8 @@

Real-time Ubuntu use cases

Industrial settings

-

PLCs in assembly lines must deliver and process data in real-time to ensure system integrity and continuous +

PLCs in assembly lines must deliver and process data in real-time to ensure system + integrity and continuous production.

{{ @@ -84,7 +85,8 @@

Industrial settings

Telco

-

Real-time Ubuntu brings ultra-low latency and enhanced security capabilities to telco workloads and the +

Real-time Ubuntu brings ultra-low latency and enhanced security capabilities to + telco workloads and the critical infrastructure they run on.

@@ -101,7 +103,8 @@

Telco

Healthcare robotics

-

From autonomous mobile robots to life-support medical equipment, healthcare systems must complete tasks within +

From autonomous mobile robots to life-support medical equipment, healthcare systems + must complete tasks within specified deadlines.

{{ @@ -117,7 +120,8 @@

Healthcare robotics

Automotive

-

Automotive manufacturers are increasingly reliant on real-time Linux for infotainment systems, HMIs and +

Automotive manufacturers are increasingly reliant on real-time Linux for + infotainment systems, HMIs and latency-sensitive scenarios.

{{ @@ -131,11 +135,12 @@

Automotive

}}
-
-

Not sure real-time is for you?
Get in touch to talk over - your - use case with our sales team

-
+
+
+

Not sure real-time is for you?
Get in touch to talk over + your + use case with our sales team

+
@@ -237,5 +242,17 @@

Build with confidence on Real-time Ubuntu

+ {% endblock content %} From bdaae96a702f1999d94fe38b4775bb23f6036948 Mon Sep 17 00:00:00 2001 From: yelyzaveta Date: Mon, 27 Nov 2023 11:28:54 +0100 Subject: [PATCH 6/8] WD-7205 - remove images on medium screen --- templates/real-time/index.html | 66 ++++++++++++++++++++++++++++++++-- 1 file changed, 63 insertions(+), 3 deletions(-) diff --git a/templates/real-time/index.html b/templates/real-time/index.html index 96844df6bc8..7190dcd5577 100644 --- a/templates/real-time/index.html +++ b/templates/real-time/index.html @@ -59,13 +59,13 @@

Why use Real-time Ubuntu?

-
+

Real-time Ubuntu use cases

-
+

Industrial settings

PLCs in assembly lines must deliver and process data in real-time to ensure system @@ -136,11 +136,71 @@

Automotive

-
+

Not sure real-time is for you?
Get in touch to talk over your use case with our sales team

+
+
+
+

Real-time Ubuntu use cases

+
+
+
+
+
+
+

Industrial settings

+
+
+

PLCs in assembly lines must deliver and process data in real-time to ensure system integrity and continuous production.

+
+
+
+
+
+
+
+

Telco

+
+
+

Real-time Ubuntu brings ultra-low latency and enhanced security capabilities to telco workloads and the critical infrastructure they run on.

+
+
+
+
+
+
+
+

Healthcare robotics

+
+
+

From autonomous mobile robots to life-support medical equipment, healthcare systems must complete tasks within specified deadlines.

+
+
+
+
+
+
+
+

Automotive

+
+
+

Automotive manufacturers are increasingly reliant on real-time Linux for infotainment systems, HMIs and latency-sensitive scenarios.

+
+
+
+
+
+
+
+

Not sure real-time is for you?
Get in touch to talk over your use case with our sales team

+
+
+
+
+
From 4718187dcb1dfc6d70772deb59a6f212e5a8b343 Mon Sep 17 00:00:00 2001 From: yelyzaveta Date: Mon, 27 Nov 2023 13:59:20 +0100 Subject: [PATCH 7/8] WD-7502 - fix images alt --- templates/real-time/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/real-time/index.html b/templates/real-time/index.html index 7190dcd5577..b43b7043dfd 100644 --- a/templates/real-time/index.html +++ b/templates/real-time/index.html @@ -75,7 +75,7 @@

Industrial settings

{{ image( url="https://assets.ubuntu.com/v1/007d3fe1-Industrial@3x.png", - alt="Industrial image", + alt="", width="284", hi_def=True, loading="lazy", @@ -93,7 +93,7 @@

Telco

{{ image( url="https://assets.ubuntu.com/v1/04c896e6-Telco@3x.png", - alt="Telco image", + alt="", width="284", hi_def=True, loading="lazy", @@ -110,7 +110,7 @@

Healthcare robotics

{{ image( url="https://assets.ubuntu.com/v1/9969e00e-Healthcare@3x.png", - alt="Healthcare image", + alt="", width="284", hi_def=True, loading="lazy", @@ -127,7 +127,7 @@

Automotive

{{ image( url="https://assets.ubuntu.com/v1/4ffd9127-Automotive@3x.png", - alt="Automotive image", + alt="", width="284", hi_def=True, loading="lazy", From fb9f4814d04108076c954eb1641bbbd5dd1fd81c Mon Sep 17 00:00:00 2001 From: yelyzaveta Date: Tue, 28 Nov 2023 13:05:53 +0100 Subject: [PATCH 8/8] WD-7205 - review fix --- templates/real-time/index.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/templates/real-time/index.html b/templates/real-time/index.html index b43b7043dfd..60d11fb79c1 100644 --- a/templates/real-time/index.html +++ b/templates/real-time/index.html @@ -64,8 +64,6 @@

Why use Real-time Ubuntu?

Real-time Ubuntu use cases

- -

Industrial settings

PLCs in assembly lines must deliver and process data in real-time to ensure system @@ -135,8 +133,6 @@

Automotive

}}
- -

Not sure real-time is for you?
Get in touch to talk over your use case with our sales team

@@ -154,7 +150,8 @@

Real-time Ubuntu use cases

Industrial settings

-

PLCs in assembly lines must deliver and process data in real-time to ensure system integrity and continuous production.

+

PLCs in assembly lines must deliver and process data in real-time to ensure system integrity and + continuous production.

@@ -165,7 +162,8 @@

Industrial settings

Telco

-

Real-time Ubuntu brings ultra-low latency and enhanced security capabilities to telco workloads and the critical infrastructure they run on.

+

Real-time Ubuntu brings ultra-low latency and enhanced security capabilities to telco workloads and the + critical infrastructure they run on.

@@ -176,7 +174,8 @@

Telco

Healthcare robotics

-

From autonomous mobile robots to life-support medical equipment, healthcare systems must complete tasks within specified deadlines.

+

From autonomous mobile robots to life-support medical equipment, healthcare systems must complete tasks + within specified deadlines.

@@ -187,7 +186,8 @@

Healthcare robotics

Automotive

-

Automotive manufacturers are increasingly reliant on real-time Linux for infotainment systems, HMIs and latency-sensitive scenarios.

+

Automotive manufacturers are increasingly reliant on real-time Linux for infotainment systems, HMIs and + latency-sensitive scenarios.

@@ -195,7 +195,8 @@

Automotive


-

Not sure real-time is for you?
Get in touch to talk over your use case with our sales team

+

Not sure real-time is for you?
Get in touch to talk over + your use case with our sales team