mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update homepage.ejs (#2251)
* Docs image replacement https://github.com/fleetdm/fleet/pull/2071 (removing hardcoded widths on images) undoes what we previously did for making smaller images look good at <990px breakpoints. Only current examples of these smaller images are on this page in the docs, although there are a couple of instances in the handbook. So I propose that we only crop images that will work at full container width sizes. With that in mind I have replaced one of the affected images on this page. * Update homepage.ejs Updated homepage verbiage. * Revert "Merge branch 'mike-j-thomas-patch-1' of https://github.com/fleetdm/fleet into mike-j-thomas-patch-1" This reverts commit65af0eb8dd, reversing changes made tof9d9dbca7d. * Revert "Revert "Merge branch 'mike-j-thomas-patch-1' of https://github.com/fleetdm/fleet into mike-j-thomas-patch-1"" This reverts commita75be66d25. * fix typo Co-authored-by: eashaw <caglc@live.com>
This commit is contained in:
parent
167053d57c
commit
98bae487a5
1 changed files with 2 additions and 2 deletions
4
website/views/pages/homepage.ejs
vendored
4
website/views/pages/homepage.ejs
vendored
|
|
@ -36,7 +36,7 @@
|
|||
<div class="container d-flex flex-wrap flex-lg-nowrap justify-content-center justify-content-lg-between align-items-center px-0 pt-3 pb-5 mb-lg-4">
|
||||
<div class="container text-center text-lg-left px-0 pb-5 pb-lg-0">
|
||||
<h3>
|
||||
Inventory management
|
||||
Single source of truth
|
||||
</h3>
|
||||
<p>
|
||||
Track and segment your enrolled hosts. Search by important details, and zoom in on individual targets.
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
<div class="container d-flex flex-wrap flex-lg-nowrap justify-content-center justify-content-lg-between align-items-center px-0 pt-3 pb-5 mb-lg-4">
|
||||
<div class="container text-center text-lg-left px-0 pb-5 pb-lg-0 m-0">
|
||||
<h3>
|
||||
Deployment
|
||||
Deploy anywhere
|
||||
</h3>
|
||||
<p class="pb-4 mb-0">
|
||||
Fleet is self-hosted and self-managed, and can be run within your own data centers or in the cloud.
|
||||
|
|
|
|||
Loading…
Reference in a new issue