mirror of
https://github.com/fleetdm/fleet
synced 2026-05-05 22:39:17 +00:00
Add social proof (#1537)
This commit is contained in:
parent
b1fb520a1d
commit
1c94a5259c
4 changed files with 36 additions and 0 deletions
BIN
website/assets/images/social-proof-logo-square-131x38@2x.png
vendored
Normal file
BIN
website/assets/images/social-proof-logo-square-131x38@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
BIN
website/assets/images/social-proof-logo-uber-87x38@2x.png
vendored
Normal file
BIN
website/assets/images/social-proof-logo-uber-87x38@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
BIN
website/assets/images/social-proof-logo-versia-90x38@2x.png
vendored
Normal file
BIN
website/assets/images/social-proof-logo-versia-90x38@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.8 KiB |
36
website/views/pages/homepage.ejs
vendored
36
website/views/pages/homepage.ejs
vendored
|
|
@ -194,6 +194,42 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tweet container">
|
||||
<div class="mb-4">
|
||||
<a href="https://twitter.com/Uber"><img width="87" height="38" alt="Uber logo" src="/images/social-proof-logo-uber-87x38@2x.png"/></a>
|
||||
</div>
|
||||
<p class="pb-2 mb-1">Exciting. This is a team that listens to feedback.</p>
|
||||
<div class="row px-3 pt-2">
|
||||
<div>
|
||||
<p class="font-weight-bold m-0">Erik Gomez</p>
|
||||
<p class="m-0">Staff Software Engineer <a href="https://twitter.com/Uber">@Uber</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tweet container">
|
||||
<div class="mb-4">
|
||||
<a href="https://twitter.com/Square"><img width="131" height="38" alt="Square logo" src="/images/social-proof-logo-square-131x38@2x.png"/></a>
|
||||
</div>
|
||||
<p class="pb-2 mb-1">Mad props to how easy making a deploy pkg of Orbit was. I wish everyone made stuff that easy.</p>
|
||||
<div class="row px-3 pt-2">
|
||||
<div>
|
||||
<p class="font-weight-bold m-0">Wesley Whetstone</p>
|
||||
<p class="m-0">CPE <a href="https://twitter.com/Square">@Square</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tweet container">
|
||||
<div class="mb-4">
|
||||
<a href="https://twitter.com/grupoversia"><img width="90" height="38" alt="Versia logo" src="/images/social-proof-logo-versia-90x38@2x.png"/></a>
|
||||
</div>
|
||||
<p class="pb-2 mb-1">Thanks <a href="https://twitter.com/fleetctl">@fleetctl</a> for such an awesome tool to manage <a href="https://twitter.com/osquery">@osquery</a>.</p>
|
||||
<div class="row px-3 pt-2">
|
||||
<div>
|
||||
<p class="font-weight-bold m-0">Ruben Rodriguez</p>
|
||||
<p class="m-0">Systems technician <a href="https://twitter.com/grupoversia">@Versia</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue