mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Website: Footer links pt 2: Update layout.ejs (#16248)
# Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [ ] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [ ] Documented any permissions changes (docs/Using Fleet/manage-access.md) - [ ] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) - [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for new osquery data ingestion features. - [ ] Added/updated tests - [ ] If database migrations are included, checked table schema to confirm autoupdate - For database migrations: - [ ] Checked schema for all modified table for columns that will auto-update timestamps during migration. - [ ] Confirmed that updating the timestamps is acceptable, and will not cause unwanted side effects. - [ ] Manual QA for all new/changed functionality - For Orbit and Fleet Desktop changes: - [ ] Manual QA must be performed in the three main OSs, macOS, Windows and Linux. - [ ] Auto-update manual QA, from released version of component to new version (see [tools/tuf/test](../tools/tuf/test/README.md)).
This commit is contained in:
parent
fa43332fb8
commit
06680c7939
10
website/views/layouts/layout.ejs
vendored
10
website/views/layouts/layout.ejs
vendored
@ -278,13 +278,13 @@
|
||||
<div class="d-flex flex-grow-1 flex-column">
|
||||
<div purpose="footer-nav" class="justify-content-between justify-content-sm-end order-l pb-xl-2 px-lg-0">
|
||||
<div class="flex-column">
|
||||
<a href="/try-fleet" class="d-block pr-md-5 pr-sm-3 pb-2">Try it out</a>
|
||||
<a href="/pricing" class="d-block pr-md-5 pr-sm-3 pb-2">Try it out</a>
|
||||
<a href="/docs" class="d-block pr-md-5 pr-sm-3 pb-2">Docs</a>
|
||||
<a href="/tables" class="d-block pr-md-5 pr-sm-3 pb-2">Explore data</a>
|
||||
<a href="/try-fleet" class="d-block pr-md-5 pr-sm-3 pb-2">Explore data</a>
|
||||
<a href="/handbook/company/why-this-way#why-open-source" class="d-block pr-md-5 pr-sm-3 pb-2 pb-xl-0">Why open source?</a>
|
||||
</div>
|
||||
<div class="flex-column">
|
||||
<a href="/pricing" class="d-block px-md-5 px-sm-3 pb-2">Pricing</a>
|
||||
<a href="/integrations" class="d-block px-md-5 px-sm-3 pb-2">Integrations</a>
|
||||
<a href="/customers/register" class="d-block px-md-5 px-sm-3 pb-2">Get your license</a>
|
||||
<a href="/handbook" class="d-block px-md-5 px-sm-3 pb-2">Handbook</a>
|
||||
<a href="/logos" class="d-block px-md-5 px-sm-3 pb-2 pb-xl-0">Logos/artwork</a>
|
||||
@ -293,7 +293,7 @@
|
||||
<a href="/apply" class="d-block pr-lg-2 pl-md-5 pl-sm-3 pb-2">Jobs</a>
|
||||
<a href="/blog" class="d-block pr-lg-2 pl-md-5 pl-sm-3 pb-2">Blog</a>
|
||||
<a href="/docs/contributing" class="d-block pr-lg-2 pl-md-5 pl-sm-3 pb-2">Contribute</a>
|
||||
<a href="https://fleetdm.com/support" class="d-block pr-lg-2 pl-md-5 pl-sm-3 pb-2 pb-xl-0">Live chat</a>
|
||||
<a href="/support" class="d-block pr-lg-2 pl-md-5 pl-sm-3 pb-2 pb-xl-0">Live chat</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -305,7 +305,7 @@
|
||||
<div purpose="legal-section" class="d-flex flex-column justify-content-start flex-sm-row pr-sm-0">
|
||||
<img alt="Creative Commons Licence CC BY-SA 4.0" src="/images/logo-creative-commons-160x30@2x.png" />
|
||||
<div class="pl-sm-3 pt-sm-0 pt-1 pl-0 text-sm-nowrap d-block d-sm-inline">
|
||||
© <%= (new Date()).getFullYear() %> Fleet Device Management Inc.
|
||||
© <%= (new Date()).getFullYear() %> <a href="/handbook">Fleet Device Management Inc.</a>
|
||||
<span purpose="legal-links">
|
||||
<a href="/legal/privacy">Privacy</a>
|
||||
<a class="pl-3" target="_blank" href="https://osquery.io">What is osquery?</a>
|
||||
|
Loading…
Reference in New Issue
Block a user