Skip to content

Commit

Permalink
Merge pull request #13014 from anthonydillon/WD-4878
Browse files Browse the repository at this point in the history
WD-4878 - Clickable diagram on the Nvidia page
  • Loading branch information
anthonydillon committed Jul 5, 2023
2 parents 7175d91 + f6fa896 commit 5942bb7
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions templates/nvidia/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,18 @@ <h2 class="u-sv2">Turnkey AI solutions for the enterprise powered by Canonical a
<p><a href="https://assets.ubuntu.com/v1/49180a1d-AI%20enterprise%20solution%20powered%20by%20Canonical%20and%20NVIDIA.pdf">Check out the Enterprise-Ready AI solution powered by Canonical and NVIDIA.&nbsp;<i class="p-icon--begin-downloading"></i></a></p>
</div>
<div class="col-6 u-align--center u-vertically-center u-hide--small u-hide--medium">
{{
image (
url="https://assets.ubuntu.com/v1/9d5e5884-diagram-nvidia.png",
alt="",
width="1144",
height="729",
hi_def=True,
loading="auto"
) | safe
}}
<a href="https://assets.ubuntu.com/v1/49180a1d-AI%20enterprise%20solution%20powered%20by%20Canonical%20and%20NVIDIA.pdf" target="_blank" aria-hidden="true" tabindex="-1">
{{
image (
url="https://assets.ubuntu.com/v1/9d5e5884-diagram-nvidia.png",
alt="Check out the Enterprise-Ready AI solution powered by Canonical and NVIDIA",
width="1144",
height="729",
hi_def=True,
loading="auto"
) | safe
}}
</a>
</div>
</div>
</section>
Expand Down Expand Up @@ -204,7 +206,7 @@ <h3 class="p-heading--4">Get enterprise-grade support and software maintenance</
<div class="col-6">
<p>End-to-end customer support is available when you need it for all Canonical software backed by NVIDIA across all NVIDIA hardware platforms. New Ubuntu releases are made available like clockwork with Canonical's periodic <a href="/about/release-cycle">release cycle</a>. Ubuntu's reliable maintenance cycle, with updates every 3-5 weeks fosters trust across the community.
</p>
<img src="https://assets.ubuntu.com/v1/5b483842-cog_trimmed.svg" class="u-no-margin-bottom" style="margin-bottom: -7px;"/>
<img src="https://assets.ubuntu.com/v1/5b483842-cog_trimmed.svg" alt="" class="u-no-margin-bottom" style="margin-bottom: -7px;"/>
<hr class="u-no-margin-top" />
<p><a href="/support">Learn more about enterprise open-source support</a></p>
</div>
Expand Down Expand Up @@ -262,7 +264,7 @@ <h3>NVIDIA</h3>
<li class="p-list__item">Extensive catalogue of ready-to-use containers</li>
</ul>
</div>

<div class="row p-strip u-no-padding--top">
<hr class="u-no-margin--bottom" />
<div class="col-6">
Expand Down Expand Up @@ -330,7 +332,7 @@ <h5 class="u-no-margin--bottom">Ubuntu and Bluefield</h5>
</ul>
</div>
</div>

<div class="row">
<hr class="u-no-margin--bottom" />
<div class="col-6">
Expand Down Expand Up @@ -371,7 +373,7 @@ <h3 class="p-heading--4">Software defined operations</h3>
</a>
<li>
</ul>

</div>
</div>
</section>
Expand Down Expand Up @@ -417,7 +419,7 @@ <h3 class="p-heading--4">Software defined operations</h3>
}}
</div>
<div class="p-logo-section__item">

{{ image (
url="https://assets.ubuntu.com/v1/234dbea3-aws-logo.png",
alt="",
Expand Down Expand Up @@ -447,14 +449,14 @@ <h3 class="p-heading--4">Software defined operations</h3>
width="288",
height="289",
hi_def=True,
loading="auto|lazy"
loading="auto|lazy"
) | safe
}}
</div>
</div>
</div>
</div>

</section>

<!-- Set default Marketo information for contact form below-->
Expand Down

0 comments on commit 5942bb7

Please sign in to comment.