Skip to content

Commit

Permalink
WD-7757 - add missing images to /internet-of-things
Browse files Browse the repository at this point in the history
  • Loading branch information
yelyzaveta authored and yelyzaveta committed Dec 7, 2023
1 parent d415c29 commit 40d23e6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions templates/internet-of-things/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,13 +268,35 @@ <h2>Our products</h2>
<div class="col-6">
<hr>
<h3>Ubuntu</h3>
<div class=" u-align--center u-hide--small">
{{ image (
url="https://assets.ubuntu.com/v1/f78ed474-Developer_w_logo.svg",
alt="",
width="400",
height="385",
hi_def=True,
loading="lazy",
) | safe
}}
</div>
<p><a href="/desktop">Ubuntu</a> is a solid foundation for all software development and the OS of choice for developers.</p>
<p>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.</p>
<a href="/pro" class="p-button">Learn more about Ubuntu Pro</a>
</div>
<div class="col-6">
<hr>
<h3>Ubuntu Core</h3>
<div class=" u-align--center u-hide--small">
{{ image (
url="https://assets.ubuntu.com/v1/fcb92825-Chip_w_logo.svg",
alt="",
width="450",
height="385",
hi_def=True,
loading="lazy",
) | safe
}}
</div>
<p>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.</p>
<p>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.</p>
<p><a href="/core" class="p-button">Learn more about Ubuntu Core</a></p>
Expand Down

0 comments on commit 40d23e6

Please sign in to comment.