mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Website - Move calendar banner below the product categories on the home page (#20526)
Moved the calendar banner below the product categories. Closes https://github.com/fleetdm/fleet/issues/20525
This commit is contained in:
parent
cab1f30361
commit
3943036907
1 changed files with 3 additions and 6 deletions
9
website/views/pages/homepage.ejs
vendored
9
website/views/pages/homepage.ejs
vendored
|
|
@ -22,12 +22,6 @@
|
|||
<logo-carousel></logo-carousel>
|
||||
</div>
|
||||
<%/* Homepage content */%>
|
||||
<div purpose="homepage-content" class="container">
|
||||
<%/* Testimonial videos */%>
|
||||
<div purpose="page-section" class="mb-0">
|
||||
<%- partial('../partials/calendar-banner.partial.ejs') %>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="homepage-content" class="container">
|
||||
<div purpose="page-section">
|
||||
<% if(!primaryBuyingSituation){ %>
|
||||
|
|
@ -186,6 +180,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<% } %>
|
||||
<div purpose="page-section" class="pt-5">
|
||||
<%- partial('../partials/calendar-banner.partial.ejs') %>
|
||||
</div>
|
||||
<%/* Integration cards */%>
|
||||
<div purpose="integrations-section">
|
||||
<h2 class="text-center">Connect your favorite tools</h2>
|
||||
|
|
|
|||
Loading…
Reference in a new issue