mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: add Workbrew integration card (#23633)
Closes: https://github.com/fleetdm/confidential/issues/8543 Changes: - Added a card for Workbrew on the integrations page. --------- Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
This commit is contained in:
parent
2490e105ee
commit
59c85b6ddd
2 changed files with 13 additions and 0 deletions
BIN
website/assets/images/logo-workbrew-196x28@2x.png
vendored
Normal file
BIN
website/assets/images/logo-workbrew-196x28@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
13
website/views/pages/integrations.ejs
vendored
13
website/views/pages/integrations.ejs
vendored
|
|
@ -305,6 +305,19 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="integration-card" class="card">
|
||||
<div purpose="integration-logo">
|
||||
<img src="/images/logo-workbrew-196x28@2x.png" alt="Workbrew">
|
||||
</div>
|
||||
<div purpose="integration-card-body" class="card-body">
|
||||
<p>
|
||||
Deliver secure software with Fleet and Workbrew.
|
||||
</p>
|
||||
<div purpose="integration-card-buttons" class="d-flex flex-row justify-content-between">
|
||||
<a purpose="learn-more-link" target="_blank" href="https://workbrew.com">Learn more</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="integration-card" class="card">
|
||||
<div purpose="integration-logo">
|
||||
<img src="/images/logo-vanta-82x28@2x.png" alt="Vanta">
|
||||
|
|
|
|||
Loading…
Reference in a new issue