fleet/website/views/pages/press-kit.ejs
2021-09-10 08:09:55 +09:00

65 lines
4.0 KiB
Plaintext
Vendored

<div id="press-kit" v-cloak>
<div style="max-width: 900px;" class="container-fluid px-3 px-sm-5 py-0">
<div class="text-center">
<h1>Fleet brand & press kit</h1>
<p>Download official Fleet logos, product screenshots, and wallpapers.</p>
</div>
<h2>Logo</h2>
<p>Download the official Fleet logos.</p>
<div class="row d-flex text-center">
<div class="col-lg-6 pb-lg-0 pb-5 col-12">
<div class="m-lg-auto float-sm-left">
<img class="preview-image" src="/images/press-kit/press-kit-fleet-logo-dark-preview-600x336@2x.png" alt="Fleet logo with white text">
<div style="padding-top: 16px;">
<a href="/images/press-kit/fleet-logo-dark.svg" download>SVG</a><span class="px-2">|</span><a href="/images/press-kit/fleet-logo-dark-rgb.png" download>PNG</a>
</div>
</div>
</div>
<div class="w-sm-100"></div>
<div class="col-lg-6 col-12 pb-lg-0 pb-5">
<div class="m-lg-auto float-sm-left">
<img class="preview-image" src="/images/press-kit/press-kit-fleet-logo-white-preview-600x336@2x.png" alt="Fleet logo with dark blue text">
<div style="padding-top: 16px;">
<a href="/images/press-kit/fleet-logo-white.svg" download>SVG</a><span class="px-2">|</span><a href="/images/press-kit/fleet-logo-white-rgb.png" download>PNG</a>
</div>
</div>
</div>
</div>
<hr>
<h2>Media resources</h2>
<p>Download screenshots of our product.</p>
<div class="row d-flex text-center">
<div class="col-lg-6 col">
<div class="m-auto float-sm-left">
<img class="preview-image" src="/images/press-kit/press-kit-fleet-screenshots-preview-600x336@2x.png" alt="A preview of Fleet screenshots">
<div style="margin: auto; padding-top: 16px;">
<a href="/images/press-kit/Fleet-screenshots.zip" download="Fleet Screenshots" target="_blank" class="btn btn-link align-items-center p-0"><img class="download-arrow" src="/images/arrow-down-16x16@2x.png" alt="a purple arrow pointing down"><span class="download-link">Download screenshots</span></a>
</div>
</div>
</div>
</div>
<hr>
<h2>Wallpapers</h2>
<p>Download Fleet and osquery wallpaper for your devices.</p>
<div class="row d-flex text-center">
<div class="col-lg-6 col">
<div class="m-auto float-sm-left">
<img class="preview-image" src="/images/press-kit/press-kit-fleet-wallpaper-preview-600x336@2x.png" alt="a preview of a fleet desktop wallpaper">
<div style="margin: auto; padding-top: 16px;">
<a href="/images/press-kit/Fleet-wallpapers.zip" download="Fleet wallpapers" target="_blank" class="btn btn-link align-items-center p-0"><img class="download-arrow" src="/images/arrow-down-16x16@2x.png" alt="a purple arrow pointing down"><span class="download-link">Download Fleet wallpapers</span></a>
</div>
</div>
</div>
</div>
<hr>
<div style="padding-bottom: 80px">
<h2 style="padding-bottom: 24px;">Press release boilerplate</h2>
<p>Fleet and osquery make it easy for big companies with bazillions of devices to manage all of their laptops and servers. With any operating system (Linux, macOS, Windows). In any environment (AWS, GCP, Jamf, Chef, Puppet, etc).</p>
<p>Fleet is open source software. It's easy to get started quickly, easy to deploy, and it even comes with an enterprise-friendly free tier available under the MIT license.</p>
<p>IT and security teams love Fleet because of its flexibility and conventions. Instead of secretly collecting as much data as possible, Fleet defaults to privacy and transparency, capturing only the data your organization actually needs to meet its compliance, security, and management goals, with clearly-defined, flexible limits.</p>
<p>That means better privacy. Better device performance. And better data, with less noise.</p>
</div>
</div>
</div>
<%- /* Expose server-rendered data as window.SAILS_LOCALS :: */ exposeLocalsToBrowser() %>