Update transparency.ejs (#27310)

Eric, please make sure this is actually good

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
Mike McNeil 2025-03-19 15:11:19 -05:00 committed by GitHub
parent 21dfccc655
commit 1360862727
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 8 deletions

View file

@ -153,6 +153,7 @@
width: 100%;
text-align: center;
color: #FFF;
margin-bottom: 48px;
h2, p {
color: #FFF;
}

View file

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