mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Update transparency.ejs (#27310)
Eric, please make sure this is actually good --------- Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
parent
21dfccc655
commit
1360862727
2 changed files with 9 additions and 8 deletions
|
|
@ -153,6 +153,7 @@
|
|||
width: 100%;
|
||||
text-align: center;
|
||||
color: #FFF;
|
||||
margin-bottom: 48px;
|
||||
h2, p {
|
||||
color: #FFF;
|
||||
}
|
||||
|
|
|
|||
16
website/views/pages/transparency.ejs
vendored
16
website/views/pages/transparency.ejs
vendored
|
|
@ -1,6 +1,14 @@
|
|||
<div id="transparency" v-cloak>
|
||||
<div purpose="page-container" class="container-fluid">
|
||||
<div purpose="page-content">
|
||||
<div purpose="secureframe-section" v-if="showSecureframeBanner">
|
||||
<div purpose="secureframe-banner" class="d-flex flex-column">
|
||||
<img alt="Secureframe logo" src="/images/logo-secureframe-46x48@2x.png">
|
||||
<h2>Automate compliance. <br>Improve security. Reduce risk.</h2>
|
||||
<p>Build trust with customers using automation backed by world-class experts</p>
|
||||
<animated-arrow-button class="mx-auto" href="https://secureframe.com" target="_blank" text-color="#FFFFFF" arrow-color="#0FD082">Learn more</animated-arrow-button>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="hero-text">
|
||||
<h1 class="text-center">Why is Fleet on my computer?</h1>
|
||||
<p class="text-center">Fleet makes it a little easier for your IT team to keep your computer healthy without interfering with your work.</p>
|
||||
|
|
@ -164,14 +172,6 @@
|
|||
<p purpose="agents-note">Fleet can't guarantee that other personal data isn't being captured by user activity monitoring or cybersecurity tools like Veriato, CrowdStrike, etc.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="secureframe-section" v-if="showSecureframeBanner">
|
||||
<div purpose="secureframe-banner" class="d-flex flex-column">
|
||||
<img alt="Secureframe logo" src="/images/logo-secureframe-46x48@2x.png">
|
||||
<h2>Automate compliance. <br>Improve security. Reduce risk.</h2>
|
||||
<p>Build trust with customers using automation backed by world-class experts</p>
|
||||
<animated-arrow-button class="mx-auto" href="https://secureframe.com" target="_blank" text-color="#FFFFFF" arrow-color="#0FD082">Learn more</animated-arrow-button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="bottom-gradient">
|
||||
<parallax-city></parallax-city>
|
||||
|
|
|
|||
Loading…
Reference in a new issue