Remove get-started page (#580)

This file was accidentally committed on the previous merge #575
This commit is contained in:
RachelElysia
2021-04-02 16:56:07 -04:00
committed by GitHub
parent 7aedb92b70
commit a021efc3cc
-27
View File
@@ -1,27 +0,0 @@
<div id="get-started">
<div class="footer-fade pb-5">
<div
style="max-width: 1260px"
class="container-fluid pt-5 px-4 px-sm-5 mx-auto"
>
<div id="pricing-section" style="max-width: 800px" class="pt-5 mx-auto">
<h1 style="color: #000">Get Started with Fleet</h1>
<p style="color: #000" class="mb-5">
No need to put the kettle on, you'll be up and running before you can say "osquery."
</p>
<h1 style="color: #000"">Try Fleet</h1>
<p style="color: #000" class="mb-5">
With <a href="https://nodejs.org/en/download/" target="_blank">Node.js</a>
and <a href="https://docs.docker.com/get-docker/" target="_blank">Docker</a> installed:
</p>
<h1 style="color: #000"">Ready to run your first query?</h1>
<p style="color: #000" class="mb-5">
Target some of the sample hosts included, and give it a try.
Unsure what questions to ask? <a href="https://github.com/fleetdm/fleet/tree/master/handbook/queries" target="_blank">Heres a few queries to get you started.</a>
</p>
</div>
</div>
</div>