Website: Add feature block to /device-management page (#24612)

Closes: https://github.com/fleetdm/confidential/issues/8900

Changes:
- Added a "Modern change management" section to the /device-management
page
This commit is contained in:
Eric 2024-12-10 15:38:26 -06:00 committed by GitHub
parent 4e1e4a3204
commit 324a269e22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 24 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View file

@ -439,6 +439,9 @@
h3 {
margin-bottom: 24px;
}
p {
font-size: 16px;
}
a {
color: @core-fleet-black-75;
text-decoration: underline;

View file

@ -489,10 +489,7 @@
</div>
<%/* Shorten the feedback loop section */%>
<div purpose="page-section">
<div purpose="feature" class="d-flex flex-md-row flex-column justify-content-between mx-auto align-items-center">
<div purpose="feature-image" class="left">
<img alt="A laptop using Fleet to accurately display the status of MDM configurations" src="/images/mdm-shorten-feedback-loop-528x377@2x.png">
</div>
<div purpose="feature" class="d-flex flex-md-row flex-column-reverse justify-content-between mx-auto align-items-center">
<div purpose="feature-text" class="d-flex flex-column">
<h2>Shorten the feedback loop</h2>
<p>Spend less time debugging whether changes actually happened.</p>
@ -502,6 +499,26 @@
<p>Every change to a policy or security control is tracked and auditable in Fleets UI, or in your logs.</p>
</div>
</div>
<div purpose="feature-image">
<img alt="A laptop using Fleet to accurately display the status of MDM configurations" src="/images/mdm-shorten-feedback-loop-528x377@2x.png">
</div>
</div>
</div>
<%/* Mordern change management section */%>
<div purpose="page-section">
<div purpose="feature" class="d-flex flex-md-row flex-column justify-content-between mx-auto align-items-center">
<div purpose="feature-image" class="right">
<img alt="Modern change management" src="/images/mdm-modern-change-management-528x377@2x.png">
</div>
<div purpose="feature-text" class="d-flex flex-column">
<h2>Modern change management</h2>
<p>Provide a transparent log of all changes and collaborate on how your devices are managed.</p>
<div purpose="checklist" class="flex-column d-flex">
<p>Democratize change with GitOps so everyone can contribute to device management and security.</p>
<p>Maintain reliable employee experiences with version-controlled changes and enhancements.</p>
<p>Use CI/CD and peer reviews to look before you leap.</p>
</div>
</div>
</div>
</div>
<%/* Scope transparency section */%>