mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
parent
175f110f86
commit
0e6149355f
2 changed files with 11 additions and 12 deletions
5
website/assets/styles/layout.less
vendored
5
website/assets/styles/layout.less
vendored
|
|
@ -500,6 +500,11 @@ html, body {
|
|||
&:not(:last-of-type) {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
&[target='_blank'] {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
|
|
|
|||
18
website/views/layouts/layout.ejs
vendored
18
website/views/layouts/layout.ejs
vendored
|
|
@ -169,16 +169,13 @@
|
|||
<hr>
|
||||
<a purpose="mobile-dropdown-toggle" class="d-flex align-items-center mr-4 collapsed" data-toggle="collapse" data-target="#mobileNavbarToggleCommunity">Stories</a>
|
||||
<div id="mobileNavbarToggleCommunity" purpose="mobile-dropdown" class="collapse" data-parent="#mobileDropdowns">
|
||||
<a purpose="mobile-dropdown-link" href="/testimonials">What people are saying</a>
|
||||
<a purpose="mobile-dropdown-link" href="/announcements">News</a>
|
||||
<a purpose="mobile-dropdown-link" href="/support">Ask around</a>
|
||||
<a purpose="mobile-dropdown-link" href="/meetups">Meetups</a>
|
||||
<a purpose="mobile-dropdown-link" target="_blank" href="https://github.com/fleetdm/fleet/edit/main/handbook/company/testimonials.yml">Share your story</a>
|
||||
<span class="mt-2 mb-2">COMPANY</span>
|
||||
<div purpose="indented-mobile-links">
|
||||
<a purpose="mobile-dropdown-link" href="/handbook/company#history">Origins <small>(Fleet & osquery)</small></a>
|
||||
<a purpose="mobile-dropdown-link" href="/handbook">The handbook</a>
|
||||
<a purpose="mobile-dropdown-link" href="/logos">Logos & artwork</a>
|
||||
<a purpose="mobile-dropdown-link" href="/handbook/company/why-this-way#why-open-source">Why open source?</a>
|
||||
<a purpose="mobile-dropdown-link" href="/testimonials">What people are saying</a>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
|
@ -197,7 +194,7 @@
|
|||
</div>
|
||||
<%}%>
|
||||
<%if(!hideGetStartedButton){%>
|
||||
<a purpose="glass-header-btn" style="padding: 4px 16px; line-height: 24px; width: 110px" class="btn btn-sm btn-primary align-items-center d-flex mt-4" href="/contact">Take a tour</a>
|
||||
<a purpose="glass-header-btn" style="padding: 4px 16px; line-height: 24px; width: 152px" class="btn btn-sm btn-primary align-items-center d-flex mt-4" href="/contact">Schedule a demo</a>
|
||||
<% }%>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -218,16 +215,13 @@
|
|||
<div purpose="dropdown-button" class="btn-group" style="width: 89px;">
|
||||
<a purpose="header-nav-btn" button-text="Community" class="dropdown-toggle align-items-center <%= typeof currentSection !== 'undefined' && currentSection === 'community' ? 'current-section' : '' %>" data-toggle="dropdown">Stories</a>
|
||||
<div purpose="header-dropdown" class="dropdown-menu">
|
||||
<a class="dropdown-item" href="/testimonials">What people are saying</a>
|
||||
<a class="dropdown-item" href="/announcements">News</a>
|
||||
<a class="dropdown-item" href="/support">Ask around</a>
|
||||
<a class="dropdown-item" href="/contact">Take a tour</a><!-- «« included here in the desktop hover nav because unlike the mobile nav (which has 'Take a tour' as a primary CTA), there is no option to do that on desktop from other pages otherwise -->
|
||||
<a class="dropdown-item" href="/meetups">Meetups</a>
|
||||
<a class="dropdown-item" href="/contact">Schedule a demo</a><!-- «« included here in the desktop hover nav because unlike the mobile nav (which has 'Take a tour' as a primary CTA), there is no option to do that on desktop from other pages otherwise -->
|
||||
<a class="dropdown-item" target="_blank" href="https://github.com/fleetdm/fleet/edit/main/handbook/company/testimonials.yml">Share your story</a>
|
||||
<span class="muted dropdown-header">COMPANY</span>
|
||||
<a class="dropdown-item" href="/handbook/company#history">Origins <small>(Fleet & osquery)</small></a>
|
||||
<a class="dropdown-item" href="/handbook">The handbook</a>
|
||||
<a class="dropdown-item" href="/logos">Logos/artwork</a>
|
||||
<a class="dropdown-item" href="/handbook/company/why-this-way#why-open-source">Why open source?</a>
|
||||
<a class="dropdown-item" href="/testimonials">What people are saying</a>
|
||||
</div>
|
||||
</div>
|
||||
<a purpose="header-nav-btn" button-text="Pricing" href="/pricing" class=" align-items-center <%= typeof currentSection !== 'undefined' && currentSection === 'pricing' ? 'current-section' : '' %>" style="text-decoration: none; line-height: 23px;">Pricing</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue