Skip to content

Commit

Permalink
chore: use new image class
Browse files Browse the repository at this point in the history
  • Loading branch information
M7mdisk committed Jul 4, 2024
1 parent 37b70aa commit e2cc927
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ <h1>Take control of your large-scale Juju deployments</h1>
<button data-js="open-modal-control" class="p-button--positive">Contact us</button>
</div>
</div>
<div class="u-fixed-width u-align--center u-hide--medium u-hide--small">
<div class="p-image-container--cinematic u-hide--medium u-hide--small">
{{ image(
url="https://assets.ubuntu.com/v1/395ce1cf-JAAS%20Diagram.svg",
alt="",
height="674",
width="1232",
hi_def=True,
loading="auto",
attrs={ "class": "p-image-container__image", },
) | safe
}}
</div>
Expand Down Expand Up @@ -261,7 +262,7 @@ <h3 class="p-heading--5">Shallow learning curve</h3>
</div>
</section>
<div class="u-fixed-width">
<div class="p-image-container u-sv1 u-align--center u-hide--medium u-hide--small">
<div class="p-image-container--cinematic u-hide--medium u-hide--small">
{{ image(
url="https://assets.ubuntu.com/v1/b6442458-JAAS%20illustration.svg",
alt="",
Expand Down

0 comments on commit e2cc927

Please sign in to comment.