-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AC-2102] [AC-2263] [AC-2264] Consolidated Secrets Manager Trial Upda…
…tes (#8202) * AC-2102: Point 'Get Started' button to SM * AC-2263/AC-2264: Update SM trial content based on org type * Fix copy misses
- Loading branch information
1 parent
f3a2127
commit 67c1791
Showing
5 changed files
with
60 additions
and
18 deletions.
There are no files selected for viewing
21 changes: 9 additions & 12 deletions
21
apps/web/src/app/auth/trial-initiation/content/secrets-manager-content.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,30 @@ | ||
<h1 class="tw-text-4xl !tw-text-alt2">{{ header }}</h1> | ||
<div class="tw-pt-16"> | ||
<h2 class="tw-text-2xl tw-font-semibold"> | ||
Secure your business with a simpler, faster way to secure and manage secrets | ||
{{ headline }} | ||
</h2> | ||
</div> | ||
<ul class="tw-mt-12 tw-flex tw-flex-col tw-gap-10 tw-text-2xl tw-text-main"> | ||
<li>Unlimited secrets, users, and projects</li> | ||
<li>Simple and transparent pricing</li> | ||
<li>End-to-end encryption</li> | ||
<li *ngFor="let primaryPoint of primaryPoints"> | ||
{{ primaryPoint }} | ||
</li> | ||
</ul> | ||
<div class="tw-mt-12 tw-flex tw-flex-col"> | ||
<div class="tw-rounded-[32px] tw-bg-background"> | ||
<div class="tw-my-8 tw-mx-6"> | ||
<h2 class="tw-pl-5 tw-font-semibold">Limited time offer</h2> | ||
<h2 class="tw-pl-5 tw-font-semibold">{{ calloutHeadline }}</h2> | ||
<ul class="tw-space-y-4 tw-mt-4 tw-pl-10"> | ||
<li> | ||
Sign up today and receive a complimentary 12-month subscription to Bitwarden Password | ||
Manager | ||
<li *ngFor="let callout of callouts"> | ||
{{ callout }} | ||
</li> | ||
<li>Experience complete security across your organization</li> | ||
<li>Secure all your sensitive credentials, from passwords to machine secrets</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="tw-mt-12 tw-flex tw-flex-col tw-items-center tw-gap-5"> | ||
<app-review-blurb | ||
header="Businesses trust Bitwarden to secure their secrets" | ||
header="Businesses trust Bitwarden to secure their infrastructure" | ||
quote="At this point, it would be almost impossible to leak our secrets. It's just one less thing we have to worry about." | ||
source="Head of IT, Titanom Technologies" | ||
source="Titanom Technologies" | ||
></app-review-blurb> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters