mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Website: © 2023 => © 2024 (#15978)
Thanks @JarenGlover for the heads up!
This commit is contained in:
parent
9e4aeb3e7e
commit
0de715bd35
5 changed files with 5 additions and 5 deletions
2
website/views/layouts/layout-customer.ejs
vendored
2
website/views/layouts/layout-customer.ejs
vendored
|
|
@ -164,7 +164,7 @@
|
|||
<div style="font-size: 11px; line-height: 18px;" class="d-sm-flex d-block flex-sm-row justify-content-center mr-4 mr-md-auto">
|
||||
<img alt="Creative Commons Licence CC BY-SA 4.0" src="/images/logo-creative-commons-160x30@2x.png" style="width: 80px; height: 15px;" class="mr-2 mb-2 mb-sm-0"/>
|
||||
<div class="d-flex">
|
||||
© 2023 Fleet Device Management Inc.
|
||||
© <%= (new Date()).getFullYear() %> Fleet Device Management Inc.
|
||||
<a style="font-size: 12px; font-weight: 700; text-underline-offset: 5px; text-decoration: underline; color: #515774" class="ml-2" href="/legal/privacy">Privacy</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
<a href="https://fleetdm.com/slack"><img style="height: 20px; width: 20px;" alt="Join the osquery Slack community" src="<%= url.resolve(sails.config.custom.baseUrl,'images/logo-slack-24x24@2x.png')%>"></a>
|
||||
</div>
|
||||
<div style="text-align: left; padding-top: 15px; font-size: 12px; color: #3E4771;">
|
||||
<p>© 2023 Fleet Device Management Inc. All trademarks, service marks, and company names are the property of their respective owners.</p>
|
||||
<p>© <%= (new Date()).getFullYear() %> Fleet Device Management Inc. All trademarks, service marks, and company names are the property of their respective owners.</p>
|
||||
</div>
|
||||
<div>
|
||||
<p style="font-size: 12px; color: #3E4771;">You received this email because you’re subscribed to the Fleet newsletter. <a href="<%= url.resolve(sails.config.custom.baseUrl, '/unsubscribe?emailAddress='+encodeURIComponent(emailAddress)) %>">Unsubscribe</a></p>
|
||||
|
|
|
|||
2
website/views/layouts/layout-email.ejs
vendored
2
website/views/layouts/layout-email.ejs
vendored
|
|
@ -13,7 +13,7 @@
|
|||
<a href="https://fleetdm.com/slack"><img style="height: 20px; width: 20px;" alt="Join the osquery Slack community" src="<%= url.resolve(sails.config.custom.baseUrl,'images/logo-slack-24x24@2x.png')%>"></a>
|
||||
</div>
|
||||
<div style="text-align: left; padding-top: 15px; font-size: 12px; color: #3E4771;">
|
||||
<p>© 2023 Fleet Device Management Inc.<br> All trademarks, service marks, and company names are the property of their respective owners.</p>
|
||||
<p>© <%= (new Date()).getFullYear() %> Fleet Device Management Inc.<br> All trademarks, service marks, and company names are the property of their respective owners.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
2
website/views/layouts/layout-sandbox.ejs
vendored
2
website/views/layouts/layout-sandbox.ejs
vendored
|
|
@ -269,7 +269,7 @@
|
|||
<div style="font-size: 11px; line-height: 18px;" class="d-sm-flex d-block flex-sm-row justify-content-center mr-4 mr-md-auto">
|
||||
<img alt="Creative Commons Licence CC BY-SA 4.0" src="/images/logo-creative-commons-160x30@2x.png" style="width: 80px; height: 15px;" class="mr-2 mb-2 mb-sm-0"/>
|
||||
<div class="d-flex">
|
||||
© 2023 Fleet Device Management Inc.
|
||||
© <%= (new Date()).getFullYear() %> Fleet Device Management Inc.
|
||||
<a style="font-size: 12px; font-weight: 700; text-underline-offset: 5px; text-decoration: underline; color: #515774" class="ml-2" href="/legal/privacy">Privacy</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
2
website/views/layouts/layout.ejs
vendored
2
website/views/layouts/layout.ejs
vendored
|
|
@ -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">
|
||||
© 2023 Fleet Device Management Inc.
|
||||
© <%= (new Date()).getFullYear() %> Fleet Device Management Inc.
|
||||
<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 a new issue