Skip to content

Commit

Permalink
Merge pull request canonical#13390 from lizzochek/task/WD-7771
Browse files Browse the repository at this point in the history
WD-7771 - update buttons in /robotics
  • Loading branch information
lizzochek authored Dec 5, 2023
2 parents d224a82 + f708a6f commit b72e240
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions templates/robotics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ <h2 class="u-sv3">Bringing Ubuntu's worldwide infrastructure to your robot</h2>
<div class="js-robotics-content" id="robotics-content-1">
<h3 class="p-heading--2">Deploying a robotics solution?</h3>
<p>For more than a decade, Ubuntu has provided the best development environment for robotics developers. Your team can easily build and securely deploy their devices with <a href="/core">Ubuntu Core</a>, an operating system optimised for IoT and edge devices, and <a href="https://snapcraft.io/docs/robotics">Snaps</a>, fully-confined embedded containers. For low-tech device management, the <a href="/internet-of-things/appstore">IoT Snap Store</a> enables developers to unlock a reliable and widely-used update infrastructure that's ideal for robotics applications.</p>
<a class="p-button--positive" href="/robotics/docs"> Explore documentation</a>
</div>

<div class="u-hide--large js-robotics-content" id="robotics-content-2">
Expand All @@ -226,7 +227,8 @@ <h3 class="p-heading--2">Ubuntu</h3>
<p>Every aspect of the development process benefits from Ubuntu's responsiveness, ease of use, regular software updates, lightweight nature, and a high degree of security.</p>

<p>
<a href="/desktop" class="p-button--positive">Learn more about Ubuntu</a>
<a class="p-button--positive" href="/robotics/docs"> Explore documentation</a>
<a href="/desktop">Learn more about Ubuntu&nbsp;&rsaquo;</a>
</p>
</div>

Expand All @@ -235,7 +237,8 @@ <h3 class="p-heading--2">Snapcraft</h3>
<p>Snapcraft is the command-line tool for packaging your software as a Snap. Snaps are containerised software packages designed for embedded applications, with increased performance compared to <a href="/engage/dockerandros">other technologies</a>. Snaps give you all the interfaces you need to bundle your dependencies in one package, while providing secure interfaces to access the host disc and privileged resources.</p>

<p>
<a href="https://snapcraft.io/docs/robotics" class="p-button--positive">Learn more about Snapcraft</a>
<a class="p-button--positive" href="/robotics/docs/how-to-guides#heading--snapcraft"> Explore documentation</a>
<a href="https://snapcraft.io/docs/robotics">Learn more about Snapcraft&nbsp;&rsaquo;</a>
</p>
</div>

Expand All @@ -245,7 +248,8 @@ <h3 class="p-heading--2">IoT App Store</h3>
<p>Companies can create either a public or private marketplace, where applications can be managed by developers and contributors.</p>

<p>
<a href="/internet-of-things/appstore" class="p-button--positive">Learn more about IoT App Stores</a>
<a class="p-button--positive" href="/robotics/docs/explanation#heading--iot-app-store">Explore documentation</a>
<a href="/internet-of-things/appstore">Learn more about IoT App Stores&nbsp;&rsaquo;</a>
</p>
</div>

Expand All @@ -256,7 +260,8 @@ <h3 class="p-heading--2">Ubuntu Core</h3>
<p>Ubuntu Core uses the same kernel, libraries, and system software as classic Ubuntu, resulting in a smooth transition to production.</p>

<p>
<a href="/core" class="p-button--positive">Learn more about Ubuntu Core</a>
<a class="p-button--positive" href="/robotics/docs/how-to-guides#heading--ubuntu-core">Explore documentation</a>
<a href="/core">Learn more about Ubuntu Core&nbsp;&rsaquo;</a>
</p>
</div>
</div>
Expand Down

0 comments on commit b72e240

Please sign in to comment.