Skip to content

Commit

Permalink
Merge pull request #77 from tokk-nv/main
Browse files Browse the repository at this point in the history
Phone view: Put hero image below text
  • Loading branch information
tokk-nv authored Feb 9, 2024
2 parents 79701aa + fa98add commit 81aabd6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -407,19 +407,19 @@
<section class="tx-container">
<div class="md-grid md-typeset">
<div class="tx-hero">
<div class="tx-hero__image">
<img src="./images/jetson-for-dev-ai-labs-icon-2974266-r3_ai-lab-text-generation-28.png" draggable="false">
</div>
<div class="tx-hero__content">
<div class="tx-hero__content">
<h1> Generative AI at the Edge </h1>
<p>Bring generative AI to the world with NVIDIA<sup><small>&reg;</small></sup> Jetson&trade;</p>
<a href="{{ page.next_page.url | url }}" title="{{ page.next_page.title | striptags }}" class="md-button md-button--primary">
Explore Tutorials
Explore Tutorials
</a>
<a href="https://developer.nvidia.com/blog/bringing-generative-ai-to-life-with-jetson/" title="Walkthrough Blog" class="md-button" target="_blank">
Walkthrough
Walkthrough
</a>
</div>
</div>
<div class="tx-hero__image">
<img src="./images/jetson-for-dev-ai-labs-icon-2974266-r3_ai-lab-text-generation-28.png" draggable="false">
</div>
</div>
</div>
</section>
Expand Down

0 comments on commit 81aabd6

Please sign in to comment.