mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Added osquery link to testimonial (#730)
* Added osquery link to testimonial * Update homepage.ejs Changed inline-block style to d-inline-block class.
This commit is contained in:
parent
c67d9bc8eb
commit
b0af428794
1 changed files with 2 additions and 2 deletions
4
website/views/pages/homepage.ejs
vendored
4
website/views/pages/homepage.ejs
vendored
|
|
@ -51,8 +51,8 @@
|
|||
<div style="max-width: 800px" class="pb-5 mx-auto">
|
||||
<div style="max-width: 800px; text-align: center;" class="position-relative mx-auto">
|
||||
<p>"Fleet is hands down the best osquery platform out there. Zach and I created Fleet as a natural extension to our original vision for osquery and this has manifested in the ease-of-use, flexibility, and adoption it has today. Look to Fleet for the future of open-source endpoint monitoring."</p>
|
||||
<p style="color: #676A7A" class="mb-4">- Mike Arpaia, Co-creator of osquery</p>
|
||||
<img alt="osquery logo" src="/images/logo-osquery-89x24@2x.png" style="height: 40px; width: 137px;" class="mb-3 mx-auto"/>
|
||||
<p style="color: #676A7A" class="mb-4">- Mike Arpaia, Co-creator of <a style="color:#676A7A;" target="_blank" href="https://osquery.io/">osquery</a></p>
|
||||
<a target="_blank" href="https://osquery.io/"><img alt="osquery logo" src="/images/logo-osquery-89x24@2x.png" style="height: 40px; width: 137px;" class="d-inline-block mb-3 mx-auto"/></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue