mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
update calendly links & dedupe quickstart for now (#728)
* update calendly link * update other calendly link * consolidate /get-started * Update routes.js * demux to /get-started * lint fix * lint fix
This commit is contained in:
parent
ea05195200
commit
26c841bcd5
5 changed files with 12 additions and 17 deletions
19
website/config/routes.js
vendored
19
website/config/routes.js
vendored
|
|
@ -17,24 +17,15 @@ module.exports.routes = {
|
|||
|
||||
'/blog': 'https://medium.com/fleetdm',
|
||||
|
||||
'/pricing': (req, res)=>{
|
||||
// FUTURE: pricing page explaining commercial support and EE, w/ our subscription terms
|
||||
res.redirect('mailto:todo@example.com?subject=Pricing question&body=Please do not send this email!\n\nWe are a very young company and still working on our processes. For now, if you have a pricing question or would like to know Fleet\'s latest pricing and support tiers, please create an issue at https://github.com/fleetdm/fleet/issues. Thank you!');
|
||||
},
|
||||
|
||||
'/legal/terms': 'https://docs.google.com/document/d/1OM6YDVIs7bP8wg6iA3VG13X086r64tWDqBSRudG4a0Y/edit',
|
||||
|
||||
'/security': (req, res)=>{
|
||||
// FUTURE: make a page- check out how Sails does it, and also https://about.gitlab.com/security/
|
||||
res.redirect('mailto:todo@example.com?subject=Security vulnerability&body=Please do not send this email!\n\nWe are a very young company and still working on our processes. For now, if you have a security vulnerability to report, please send a DM to mikermcneil or Zach Wasserman in the "osquery" Slack workspace. Thank you for letting us know!');
|
||||
},
|
||||
'/security': 'https://github.com/fleetdm/fleet/security/policy',
|
||||
|
||||
'/company/about': '/blog', // FUTURE: brief "about" page explaining the origins of the company
|
||||
'/company/stewardship': 'https://github.com/fleetdm/fleet', // FUTURE: page about how we approach open source and our commitments to the community
|
||||
'GET /company/contact': { action: 'view-contact' },
|
||||
'GET /get-started': { action: 'view-get-started' },
|
||||
'GET /get-started': 'https://github.com/fleetdm/fleet/blob/master/README.md', // « FUTURE: When ready, bring back { action: 'view-get-started' }
|
||||
'GET /pricing': { action: 'view-pricing' },
|
||||
'/try-fleet': '/get-started',
|
||||
'/documentation': 'https://github.com/fleetdm/fleet/tree/master/docs',
|
||||
'/contribute': 'https://github.com/fleetdm/fleet/tree/master/docs/4-Contribution',
|
||||
'/hall-of-fame': 'https://github.com/fleetdm/fleet/pulse',
|
||||
|
|
@ -62,13 +53,17 @@ module.exports.routes = {
|
|||
// ╔╦╗╦╔═╗╔═╗ ╦═╗╔═╗╔╦╗╦╦═╗╔═╗╔═╗╔╦╗╔═╗ ┬ ╔╦╗╔═╗╦ ╦╔╗╔╦ ╔═╗╔═╗╔╦╗╔═╗
|
||||
// ║║║║╚═╗║ ╠╦╝║╣ ║║║╠╦╝║╣ ║ ║ ╚═╗ ┌┼─ ║║║ ║║║║║║║║ ║ ║╠═╣ ║║╚═╗
|
||||
// ╩ ╩╩╚═╝╚═╝ ╩╚═╚═╝═╩╝╩╩╚═╚═╝╚═╝ ╩ ╚═╝ └┘ ═╩╝╚═╝╚╩╝╝╚╝╩═╝╚═╝╩ ╩═╩╝╚═╝
|
||||
// '/logout': '/api/v1/account/logout',
|
||||
|
||||
// Convenience
|
||||
'/company': '/company/about',
|
||||
'/support': '/company/contact',
|
||||
'/contact': '/company/contact',
|
||||
'/legal': '/legal/terms',
|
||||
'/terms': '/legal/terms',
|
||||
// '/logout': '/api/v1/account/logout',
|
||||
|
||||
// Legacy (to avoid breaking links)
|
||||
'/try-fleet': '/get-started',
|
||||
|
||||
// ╦ ╦╔═╗╔╗ ╦ ╦╔═╗╔═╗╦╔═╔═╗
|
||||
// ║║║║╣ ╠╩╗╠═╣║ ║║ ║╠╩╗╚═╗
|
||||
|
|
|
|||
4
website/views/layouts/layout.ejs
vendored
4
website/views/layouts/layout.ejs
vendored
|
|
@ -81,7 +81,7 @@
|
|||
<div class="pt-2">
|
||||
<div class="d-flex flex-column mb-4">
|
||||
<span style="font-weight: 700;" class="py-2 px-3">Get started</span>
|
||||
<a class="mobile-menu-item py-2 px-3" target="_blank" href="/try-fleet" data-text="Try Fleet">Try Fleet</a>
|
||||
<a class="mobile-menu-item py-2 px-3" target="_blank" href="/get-started" data-text="Try Fleet">Try Fleet</a>
|
||||
<a class="mobile-menu-item py-2 px-3" target="_blank" href="/documentation" data-text="Documentation">Documentation</a>
|
||||
<a class="mobile-menu-item py-2 px-3" target="_blank" href="/contribute" data-text="Contribute">Contribute</a>
|
||||
<a class="mobile-menu-item py-2 px-3" target="_blank" href="/hall-of-fame" data-text="Hall of fame">Hall of fame</a>
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
Get started
|
||||
</button>
|
||||
<div style="border-radius: 8px;" class="dropdown-menu dropdown-container p-2" aria-labelledby="dropdownMenuButton">
|
||||
<a style="border-radius: 4px;" class="dropdown-item py-2 px-3" href="/try-fleet" data-text="Try Fleet">Try Fleet</a>
|
||||
<a style="border-radius: 4px;" class="dropdown-item py-2 px-3" href="/get-started" data-text="Try Fleet">Try Fleet</a>
|
||||
<a style="border-radius: 4px;" class="dropdown-item py-2 px-3" target="_blank" href="/documentation" data-text="Documentation">Documentation</a>
|
||||
<a style="border-radius: 4px;" class="dropdown-item py-2 px-3" target="_blank" href="/contribute" data-text="Contribute">Contribute</a>
|
||||
<a style="border-radius: 4px;" class="dropdown-item py-2 px-3" target="_blank" href="/hall-of-fame" data-text="Hall of fame">Hall of fame</a>
|
||||
|
|
|
|||
2
website/views/pages/get-started.ejs
vendored
2
website/views/pages/get-started.ejs
vendored
|
|
@ -90,7 +90,7 @@
|
|||
</a>
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://calendly.com/fleetdm/chat?month=2021-04"
|
||||
href="https://calendly.com/fleetdm/demo"
|
||||
style="max-width: 250px"
|
||||
class="btn btn-block btn-lg btn-schedule my-1 ml-2"
|
||||
id="arrow"
|
||||
|
|
|
|||
2
website/views/pages/homepage.ejs
vendored
2
website/views/pages/homepage.ejs
vendored
|
|
@ -22,7 +22,7 @@
|
|||
<img title="Other Linux distros, like Debian" alt="linux logo" src="/images/os-linux-32x36@2x.png" style="width: 32px;" class="d-block mx-auto h-100"/>
|
||||
</div>
|
||||
</div>
|
||||
<a target="_blank" href="https://github.com/fleetdm/fleet/blob/master/README.md" class="btn btn-block btn-lg btn-primary mb-5">Get started with Fleet</a>
|
||||
<a target="_blank" href="/get-started" class="btn btn-block btn-lg btn-primary mb-5">Get started with Fleet</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
2
website/views/pages/pricing.ejs
vendored
2
website/views/pages/pricing.ejs
vendored
|
|
@ -1073,7 +1073,7 @@
|
|||
</button>
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://calendly.com/fleetdm/chat?month=2021-04"
|
||||
href="https://calendly.com/fleetdm/demo"
|
||||
style="max-width: 250px"
|
||||
class="btn btn-block btn-lg btn-white my-3 mx-2"
|
||||
id="arrow"
|
||||
|
|
|
|||
Loading…
Reference in a new issue