mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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:
parent
877cc4d8fd
commit
5098b4233f
2 changed files with 4 additions and 3 deletions
|
|
@ -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'] {
|
||||
|
|
|
|||
3
website/views/pages/integrations.ejs
vendored
3
website/views/pages/integrations.ejs
vendored
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue