-
Notifications
You must be signed in to change notification settings - Fork 443
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Website: update space between sections on landing pages. (#20510)
Closes: #20495 Changes: - Updated the space between sections on the endpoint ops and vulnerability management pages.
- Loading branch information
Showing
4 changed files
with
45 additions
and
29 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
|
@@ -128,7 +128,7 @@ | |
</div> | ||
<p purpose="feature-footnote">*Coming soon</p> | ||
</div> | ||
<div purpose="feature-image" class="left"> | ||
<div purpose="feature-image"> | ||
<img alt="Ship data to any platform" src="/images/[email protected]"> | ||
</div> | ||
</div> | ||
|
@@ -194,7 +194,7 @@ | |
<p>Ease your logging burden, pull the data you need.</p> | ||
</div> | ||
</div> | ||
<div purpose="feature-image" class="left"> | ||
<div purpose="feature-image"> | ||
<img alt="Ship data to any platform" src="/images/[email protected]"> | ||
</div> | ||
</div> | ||
|
@@ -230,7 +230,7 @@ | |
</div> | ||
<%- partial('../partials/calendar-banner.partial.ejs') %> | ||
<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"> | ||
<div purpose="feature-image"> | ||
<img alt="Ship data to any platform" src="/images/[email protected]"> | ||
</div> | ||
<div purpose="feature-text" class="d-flex flex-column"> | ||
|
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 |
---|---|---|
|
@@ -52,7 +52,7 @@ | |
<logo-carousel></logo-carousel> | ||
|
||
<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"> | ||
<div purpose="feature-image"> | ||
<img alt="Report what matters" src="/images/[email protected]"> | ||
</div> | ||
<div purpose="feature-text" class="d-flex flex-column"> | ||
|
@@ -75,13 +75,13 @@ | |
<p>Automatically match CVEs to your operating systems, apps, extensions, browser plugins, Python libraries, everything.</p> | ||
</div> | ||
</div> | ||
<div purpose="feature-image" class="left"> | ||
<div purpose="feature-image"> | ||
<img alt="Deep context from the environment" src="/images/[email protected]"> | ||
</div> | ||
</div> | ||
|
||
<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"> | ||
<div purpose="feature-image"> | ||
<img alt="Untangle your security stack" src="/images/[email protected]"> | ||
</div> | ||
<div purpose="feature-text" class="d-flex flex-column"> | ||
|
@@ -106,21 +106,21 @@ | |
<p>Deep-link live data with internal IT and platform teams.</p> | ||
</div> | ||
</div> | ||
<div purpose="feature-image" class="right"> | ||
<div purpose="feature-image"> | ||
<img alt="Mitigate CVEs automatically" src="/images/[email protected]"> | ||
</div> | ||
</div> | ||
<%- partial('../partials/calendar-banner.partial.ejs') %> | ||
<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"> | ||
<div purpose="feature-image"> | ||
<img alt="Up-to-date data without scans" src="/images/[email protected]"> | ||
</div> | ||
<div purpose="feature-text" class="d-flex flex-column"> | ||
<h3>Up-to-date data without scans</h3> | ||
<p>Traditional network vulnerability scans can clog your network and even haunt your printers with pages full of wingdings. Fleet does things differently.</p> | ||
<div purpose="checklist" class="flex-column d-flex"> | ||
<p>Eliminate the risk of side effects from scanning the network.</p> | ||
<p>Lightweight enough for the most brittle environments (OT, data centers, embedded/BTS, low-latency gaming servers).</p> | ||
<p>Lightweight enough for the most brittle environments (OT, data centers, embedded/BTS, low-latency gaming servers).</p> | ||
<p>Quickly pull data about important CVEs and zero days during an incident or audit.</p> | ||
</div> | ||
</div> | ||
|