Update homepage.ejs (#18345)

This commit is contained in:
Mike McNeil 2024-04-16 14:51:34 -05:00 committed by GitHub
parent 791ce63c73
commit b5c799b324
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,33 +50,33 @@
</div>
</div>
</div>
<div purpose="calendar-section">
<div purpose="calendar-card" class="d-flex flex-column align-items-center">
<div purpose="calendar-card-body" class="d-flex flex-column align-items-center">
<div purpose="coming-soon-badge">Coming soon</div>
<% if(!primaryBuyingSituation) {%>
<h3>Stop nudging</h3>
<p>Stop installing updates and forcing restarts when your users are busy using their computers. Fleet finds time in the calendar for a reboot and uses AI to explain why.</p>
<%} else if(['mdm', 'eo-it'].includes(primaryBuyingSituation)) {%>
<h3>Put IT in your calendar</h3>
<p>Install updates and force restarts when your users computers are actually free.</p>
<%} else if(['vm', 'eo-security'].includes(primaryBuyingSituation)) {%>
<h3>Tell employees why</h3>
<p>Use AI to explain why your security policies matter, and install required updates en masse without locking people out of meetings.</p>
<%}%>
<% if(me && me.primaryBuyingSituation) {%>
<a purpose="animated-arrow-button-red" href="https://kqphpqst851.typeform.com/to/WwAtAUdm#primarybuyingsituation=<%= encodeURIComponent(me.primaryBuyingSituation) %>" target="_blank">Let me know</a>
<% } else if(primaryBuyingSituation) {%>
<a purpose="animated-arrow-button-red" href="https://kqphpqst851.typeform.com/to/WwAtAUdm#primarybuyingsituation=<%= encodeURIComponent(primaryBuyingSituation) %>" target="_blank">Let me know</a>
<% } else {%>
<a purpose="animated-arrow-button-red" href="https://kqphpqst851.typeform.com/to/WwAtAUdm" target="_blank">Let me know</a>
<% } %>
</div>
<div purpose="calendar-image">
<img alt="Fleet in your calendar" src="/images/homepage-calendar-1280x420@2x.png">
</div>
</div>
<!-- <div purpose="calendar-section">
<div purpose="calendar-card" class="d-flex flex-column align-items-center">
<div purpose="calendar-card-body" class="d-flex flex-column align-items-center">
<div purpose="coming-soon-badge">Coming soon</div>
<% if(!primaryBuyingSituation) {%>
<h3>Stop nudging</h3>
<p>Stop installing updates and forcing restarts when your users are busy using their computers. Fleet finds time in the calendar for a reboot and uses AI to explain why.</p>
<%} else if(['mdm', 'eo-it'].includes(primaryBuyingSituation)) {%>
<h3>Put IT in your calendar</h3>
<p>Install updates and force restarts when your users computers are actually free.</p>
<%} else if(['vm', 'eo-security'].includes(primaryBuyingSituation)) {%>
<h3>Tell employees why</h3>
<p>Use AI to explain why your security policies matter, and install required updates en masse without locking people out of meetings.</p>
<%}%>
<% if(me && me.primaryBuyingSituation) {%>
<a purpose="animated-arrow-button-red" href="https://kqphpqst851.typeform.com/to/WwAtAUdm#primarybuyingsituation=<%= encodeURIComponent(me.primaryBuyingSituation) %>" target="_blank">Let me know</a>
<% } else if(primaryBuyingSituation) {%>
<a purpose="animated-arrow-button-red" href="https://kqphpqst851.typeform.com/to/WwAtAUdm#primarybuyingsituation=<%= encodeURIComponent(primaryBuyingSituation) %>" target="_blank">Let me know</a>
<% } else {%>
<a purpose="animated-arrow-button-red" href="https://kqphpqst851.typeform.com/to/WwAtAUdm" target="_blank">Let me know</a>
<% } %>
</div>
<div purpose="calendar-image">
<img alt="Fleet in your calendar" src="/images/homepage-calendar-1280x420@2x.png">
</div>
</div>
</div> -->
<div purpose="homepage-content" class="container">
<div purpose="page-section">
<%/* Endpoint ops block */%>