Skip to content

Commit

Permalink
Website: update slides on software management page. (#24980)
Browse files Browse the repository at this point in the history
Closes: #24700
Closes: #24748

Changes:
 - updated the slides/hero content on the /software-management page.
  • Loading branch information
eashaw authored Dec 20, 2024
1 parent ad6d473 commit d793cab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file added website/assets/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed website/assets/images/[email protected]
Binary file not shown.
14 changes: 7 additions & 7 deletions website/views/pages/software-management.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
<div id="heroCarousel" class="carousel slide d-flex flex-column" data-ride="carousel">
<div purpose="carousel-headings" class="carousel-indicators d-flex flex-md-row flex-column order-md-1 order-3">
<div purpose="slide-text" data-target="#heroCarousel" data-slide-to="0" class="active">
<h5>Zero-touch installs</h5>
<p>Automatically install software the first time computers boot.</p>
<h5>Built-in, zero-touch installs</h5>
<p>Install software and run scripts during setup without the need for third-party tools.</p>
</div>
<div purpose="slide-text" data-target="#heroCarousel" data-slide-to="1">
<h5>Software self-service</h5>
<p>Empower end users and reduce IT burden with pre-approved software.</p>
<h5>Self-service on any OS</h5>
<p>Enable end users on every operating system and reduce IT burden with pre-approved software.</p>
</div>
<div purpose="slide-text" data-target="#heroCarousel" data-slide-to="2">
<h5>Update software automatically</h5>
<p>Use policies to enforce specific updates and automations to run scripts or install software.</p>
<h5>Automate patch management</h5>
<p>Enforce updates and trigger automations to run scripts or install software.</p>
</div>
</div>
<ol purpose="carousel-indicators" class="carousel-indicators order-2">
Expand All @@ -33,7 +33,7 @@
</ol>
<div class="carousel-inner order-1 order-md-3">
<div class="carousel-item active">
<img class="d-block w-100" src="/images/[email protected]" alt="First slide">
<img class="d-block w-100" src="/images/software-management-feature-slide-1-1072x480-@2x.png" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/images/[email protected]" alt="Second slide">
Expand Down

0 comments on commit d793cab

Please sign in to comment.