mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Website: update slides on software management page. (#24980)
Closes: #24700 Closes: #24748 Changes: - updated the slides/hero content on the /software-management page.
This commit is contained in:
parent
ad6d473106
commit
d793cab510
3 changed files with 7 additions and 7 deletions
BIN
website/assets/images/software-management-feature-slide-1-1072x480-@2x.png
vendored
Normal file
BIN
website/assets/images/software-management-feature-slide-1-1072x480-@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 257 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 777 KiB |
14
website/views/pages/software-management.ejs
vendored
14
website/views/pages/software-management.ejs
vendored
|
|
@ -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/software-management-feature-slide-1-1072x480@2x.png" 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/software-management-feature-slide-2-1072x480@2x.png" alt="Second slide">
|
||||
|
|
|
|||
Loading…
Reference in a new issue