Update integrations.ejs (#15686)

Mike T:
I had to update the styles a touch to accommodate the longer text. I
also suggested moving the content about custom workflows to a new line,
like this:

<img width="1460" alt="image"
src="https://github.com/fleetdm/fleet/assets/78363703/f193a0bf-68ac-45bc-af93-200f85c7f25a">

---------

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
This commit is contained in:
Mike McNeil 2024-01-23 11:06:53 -06:00 committed by GitHub
parent 877cc4d8fd
commit 5098b4233f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View file

@ -8,7 +8,7 @@
padding-right: 24px;
}
[purpose='page-heading'] {
margin-bottom: 32px;
margin-bottom: 60px;
h1 {
font-size: 48px;
font-weight: 800;
@ -26,7 +26,7 @@
font-style: normal;
font-weight: 400;
line-height: 24px;
margin-bottom: 0px;
max-width: 720px;
}
}
[purpose='integration-cards'] {

View file

@ -4,7 +4,8 @@
<div purpose="page-container" class="container-xl mx-auto">
<div purpose="page-heading">
<h1>Extend Fleet</h1>
<p>Integrate IT ticketing systems, SIEM and SOAR platforms, custom IT workflows, and more.</p>
<p>Integrate ticketing systems, data lakes (/SIEMs), no-code (/SOAR) platforms, configuration management tools, network appliances for asset discovery, and more.</p>
<p>You can also build custom workflows with the REST API, webhook events, and fleetctl command line tool.</p>
</div>
<div purpose="integration-cards" class="card-deck d-flex justify-content-center">