mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Website: Move calendar section on landing pages (#20067)
Closes: #20045 Changes: - Moved the calendar section on landing pages
This commit is contained in:
parent
be7b0876c6
commit
d48318d587
3 changed files with 5 additions and 6 deletions
3
website/views/pages/device-management.ejs
vendored
3
website/views/pages/device-management.ejs
vendored
|
|
@ -47,7 +47,6 @@
|
|||
</div>
|
||||
</div>
|
||||
<logo-carousel></logo-carousel>
|
||||
<%- partial('../partials/calendar-banner.partial.ejs') %>
|
||||
<%/* Your last MDM migration section */%>
|
||||
<div purpose="page-section">
|
||||
<div purpose="feature" class="d-flex flex-md-row flex-column justify-content-between mx-auto align-items-center mb-0">
|
||||
|
|
@ -177,7 +176,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%- partial('../partials/calendar-banner.partial.ejs') %>
|
||||
<div purpose="page-section" class="mb-0">
|
||||
<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">
|
||||
|
|
|
|||
4
website/views/pages/endpoint-ops.ejs
vendored
4
website/views/pages/endpoint-ops.ejs
vendored
|
|
@ -114,7 +114,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<logo-carousel></logo-carousel>
|
||||
<%- partial('../partials/calendar-banner.partial.ejs') %>
|
||||
|
||||
|
||||
<% if(!primaryBuyingSituation || ['mdm', 'eo-it'].includes(primaryBuyingSituation)){%>
|
||||
<div purpose="feature" class="d-flex flex-md-row flex-column-reverse justify-content-between mx-auto align-items-center">
|
||||
|
|
@ -207,7 +207,7 @@
|
|||
<img alt="Ship data to any platform" src="/images/endpoint-ops-feature-image-1-381x282@2x.png">
|
||||
</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="right">
|
||||
<img alt="Ship data to any platform" src="/images/endpoint-ops-feature-image-2-380x380@2x.png">
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<logo-carousel></logo-carousel>
|
||||
<%- 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">
|
||||
<img alt="Report what matters" src="/images/vuln-management-feature-image-5-380x312@2x.png">
|
||||
|
|
@ -111,7 +111,7 @@
|
|||
<img alt="Mitigate CVEs automatically" src="/images/vuln-management-feature-image-1-380x281@2x.png">
|
||||
</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">
|
||||
<img alt="Up-to-date data without scans" src="/images/vuln-management-feature-image-2-380x323@2x.png">
|
||||
|
|
|
|||
Loading…
Reference in a new issue