Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WD-7757 - add missing images to /internet-of-things #13392

Merged
merged 7 commits into from
Dec 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-hide--small" style="margin-bottom: 1rem;">
{{ image (
url="https://assets.ubuntu.com/v1/0532297f-Developer.svg",
alt="",
width="200",
height="125",
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-hide--small" style="margin-bottom: 1rem;">
{{ image (
url="https://assets.ubuntu.com/v1/5da98122-Chip.svg",
alt="",
width="160",
height="125",
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
Loading