-
Notifications
You must be signed in to change notification settings - Fork 446
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Website: update slides on software management page. (#24980)
Closes: #24700 Closes: #24748 Changes: - updated the slides/hero content on the /software-management page.
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -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"> | ||
|