mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Add crosslinks to landing pages (#30866)
closes https://github.com/fleetdm/confidential/issues/11103 - Identified spots on the landing pages to cross-link to each other. --------- Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
parent
0ba750f361
commit
586a1d5b84
4 changed files with 7 additions and 4 deletions
|
|
@ -406,7 +406,6 @@
|
|||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
line-height: 21px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
6
website/views/pages/device-management.ejs
vendored
6
website/views/pages/device-management.ejs
vendored
|
|
@ -83,11 +83,13 @@
|
|||
<div purpose="feature-item" class="pr-0 pr-lg-4 pl-lg-0 col-12 col-sm-6 col-lg-4">
|
||||
<h5>App management</h5>
|
||||
<p>Keep applications and plugins secure and up-to-date automatically. Install the software end users need or let them install it themselves via self service.</p>
|
||||
<p><a href="/software-management">More about software management</a></p>
|
||||
</div>
|
||||
|
||||
<div purpose="feature-item" class="pl-0 pl-lg-4 col-12 col-sm-6 col-lg-4">
|
||||
<h5>Scripts and events</h5>
|
||||
<p>Easily manage and version control your custom script library. Execute shell and PowerShell scripts when computers drift from the baseline.</p>
|
||||
<p>Easily manage and version control your custom script library. Execute shell and PowerShell scripts when computers drift from the baseline.</p>
|
||||
<p><a href="/orchestration">More about orchestration</a></p>
|
||||
</div>
|
||||
|
||||
<div purpose="feature-item" class="pr-0 pr-lg-4 col-12 col-sm-6 col-lg-4">
|
||||
|
|
@ -823,7 +825,7 @@
|
|||
<h2>Shorten the feedback loop</h2>
|
||||
<p>Spend less time debugging whether changes actually happened.</p>
|
||||
<div purpose="checklist" class="flex-column d-flex">
|
||||
<p>Get near-instant visibility into your Apple, Linux, and Windows devices from a single, open platform.</p>
|
||||
<p><a href="/orchestration">Get near-instant visibility</a> into your Apple, Linux, and Windows devices from a single, open platform.</p>
|
||||
<p>Verify security changes in seconds — every action is tracked in Fleet’s UI or your logs.</p>
|
||||
<p>Avoid tickets with real-time confirmation of patch and config changes.</p>
|
||||
</div>
|
||||
|
|
|
|||
1
website/views/pages/observability.ejs
vendored
1
website/views/pages/observability.ejs
vendored
|
|
@ -87,6 +87,7 @@
|
|||
<img alt="Software and asset inventory" src="/images/icon-software-and-asset-inventory-48x48@2x.png" class="mx-auto mx-sm-0">
|
||||
<h5>Software and asset inventory</h5>
|
||||
<p>Get visibility into all endpoints across any operating system*, including support for servers and containers in every cloud infrastructure.</p>
|
||||
<p><a href="/software-management">More about software management</a></p>
|
||||
</div>
|
||||
|
||||
<div purpose="feature-item" class="pl-0 pl-lg-4 pr-lg-0 col-12 col-sm-6 col-lg-4">
|
||||
|
|
|
|||
3
website/views/pages/software-management.ejs
vendored
3
website/views/pages/software-management.ejs
vendored
|
|
@ -16,6 +16,7 @@
|
|||
<div purpose="slide-text" data-target="#heroCarousel" data-slide-to="0" class="active">
|
||||
<h5>Built-in, zero-touch installs</h5>
|
||||
<p>Install software and run scripts during setup without the need for third-party tools.</p>
|
||||
<p><a href="/device-management" @click="goto('/device-management')">More about device management</a></p>
|
||||
</div>
|
||||
<div purpose="slide-text" data-target="#heroCarousel" data-slide-to="1">
|
||||
<h5>Self-service on any OS</h5>
|
||||
|
|
@ -156,7 +157,7 @@
|
|||
<p>Automatically match CVEs to your operating systems, apps, extensions, browser plugins, Python libraries, everything.</p>
|
||||
</div>
|
||||
<div purpose="feature-link">
|
||||
<animated-arrow-button href="/tables">Explore data</animated-arrow-button>
|
||||
<animated-arrow-button href="/orchestration">Explore orchestration</animated-arrow-button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue