mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Website: add Vanta card to /integrations (#23166)
Closes: #22514 Changes: - added a card for the Fleet » Vanta integration to the /integrations page.
This commit is contained in:
parent
6e84647dea
commit
c873866d6d
2 changed files with 14 additions and 0 deletions
BIN
website/assets/images/logo-vanta-82x28@2x.png
vendored
Normal file
BIN
website/assets/images/logo-vanta-82x28@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
14
website/views/pages/integrations.ejs
vendored
14
website/views/pages/integrations.ejs
vendored
|
|
@ -305,6 +305,20 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="integration-card" class="card">
|
||||
<div purpose="integration-logo">
|
||||
<img src="/images/logo-vanta-82x28@2x.png" alt="Vanta">
|
||||
</div>
|
||||
<div purpose="integration-card-body" class="card-body">
|
||||
<p>
|
||||
Send information about Fleet users and enrolled hosts to Vanta.
|
||||
</p>
|
||||
<div purpose="integration-card-buttons" class="d-flex flex-row justify-content-between">
|
||||
<a purpose="learn-more-link" target="_blank" href="https://vanta.com">Learn more</a>
|
||||
<animated-arrow-button class="py-0" href="/connect-vanta">Get started</animated-arrow-button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="integration-card" class="card invisible mb-0 d-none d-sm-flex">
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue