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:
Eric 2024-10-24 18:29:11 -05:00 committed by GitHub
parent 6e84647dea
commit c873866d6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -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>