Trial initiation content updates (#9138)
This commit is contained in:
parent
5a25024f59
commit
3fc2570a0e
|
@ -1,34 +1,51 @@
|
||||||
<h1 class="tw-text-3xl !tw-text-alt2">The Password Manager Trusted by Millions</h1>
|
<h1 class="tw-text-3xl !tw-text-alt2">Start your 7-day free trial of Bitwarden</h1>
|
||||||
<div class="tw-pt-32">
|
<div class="tw-pt-20">
|
||||||
<h2 class="tw-text-2xl">Everything enterprises need out of a password manager:</h2>
|
<h2 class="tw-text-2xl">
|
||||||
|
Strengthen business security with the password manager designed for seamless administration and
|
||||||
|
employee usability.
|
||||||
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<ul class="tw-mt-12 tw-flex tw-flex-col tw-gap-10 tw-text-2xl tw-text-main tw-list-none tw-pl-0">
|
<ul class="tw-mt-12 tw-flex tw-flex-col tw-gap-10 tw-text-2xl tw-text-main tw-list-none tw-pl-0">
|
||||||
<li><i class="bwi bwi-lg bwi-check-circle tw-mr-4"></i>Secure password sharing</li>
|
<li class="tw-flex tw-items-center">
|
||||||
<li>
|
<i class="bwi bwi-lg bwi-check-circle tw-mr-4 tw-flex-none"></i
|
||||||
<i class="bwi bwi-lg bwi-check-circle tw-mr-4"></i>Easy, flexible SSO and SCIM integrations
|
><span class="tw-flex-auto"
|
||||||
|
>Instantly and securely share credentials with the groups and individuals who need them</span
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li class="tw-flex tw-items-center">
|
||||||
|
<i class="bwi bwi-lg bwi-check-circle tw-mr-4 tw-flex-none"></i
|
||||||
|
><span class="tw-flex-auto"
|
||||||
|
>Strengthen employee security practices through centralized administrative control and
|
||||||
|
policies</span
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li class="tw-flex tw-items-center">
|
||||||
|
<i class="bwi bwi-lg bwi-check-circle tw-mr-4 tw-flex-none"></i
|
||||||
|
><span class="tw-flex-auto"
|
||||||
|
>Streamline user onboarding and automate account provisioning with turnkey SSO and SCIM
|
||||||
|
integrations</span
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li class="tw-flex tw-items-center">
|
||||||
|
<i class="bwi bwi-lg bwi-check-circle tw-mr-4 tw-flex-none"></i
|
||||||
|
><span class="tw-flex-auto"
|
||||||
|
>Migrate to Bitwarden in minutes with comprehensive import options</span
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li class="tw-flex tw-items-center">
|
||||||
|
<i class="bwi bwi-lg bwi-check-circle tw-mr-4 tw-flex-none"></i
|
||||||
|
><span class="tw-flex-auto"
|
||||||
|
>Save time and increase productivity with autofill and instant device syncing</span
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li class="tw-flex tw-items-center">
|
||||||
|
<i class="bwi bwi-lg bwi-check-circle tw-mr-4 tw-flex-none"></i
|
||||||
|
><span class="tw-flex-auto"
|
||||||
|
>Empower employees to secure their digital life at home, at work, and on the go by offering a
|
||||||
|
free Families plan to all Enterprise users</span
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
<li><i class="bwi bwi-lg bwi-check-circle tw-mr-4"></i>Free families plan for users</li>
|
|
||||||
<li><i class="bwi bwi-lg bwi-check-circle tw-mr-4"></i>Quick import and migration tools</li>
|
|
||||||
<li><i class="bwi bwi-lg bwi-check-circle tw-mr-4"></i>Simple, streamlined user experience</li>
|
|
||||||
<li><i class="bwi bwi-lg bwi-check-circle tw-mr-4"></i>Priority support and trainers</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<div class="tw-mt-28 tw-flex tw-flex-col tw-items-center tw-gap-5">
|
<div class="tw-mt-28 tw-flex tw-flex-col tw-items-center tw-gap-5">
|
||||||
<app-logo-cnet-5-stars></app-logo-cnet-5-stars>
|
<app-logo-badges></app-logo-badges>
|
||||||
<div class="tw-flex tw-items-end tw-gap-8">
|
|
||||||
<review-logo
|
|
||||||
logoClass="tw-w-8"
|
|
||||||
logoSrc="../../images/register-layout/g2-logo.svg"
|
|
||||||
logoAlt="G2 Logo"
|
|
||||||
></review-logo>
|
|
||||||
<review-logo
|
|
||||||
logoClass="tw-w-28"
|
|
||||||
logoSrc="../../images/register-layout/capterra-logo.svg"
|
|
||||||
logoAlt="Capterra Logo"
|
|
||||||
></review-logo>
|
|
||||||
<review-logo
|
|
||||||
logoClass="tw-w-28"
|
|
||||||
logoSrc="../../images/register-layout/get-app-logo.svg"
|
|
||||||
logoAlt="Get App Logo"
|
|
||||||
></review-logo>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
<figure>
|
||||||
|
<figcaption>
|
||||||
|
<cite>
|
||||||
|
<img
|
||||||
|
src="../../images/register-layout/vault-signup-badges.png"
|
||||||
|
class="tw-mx-auto tw-block tw-w-full"
|
||||||
|
alt="third party awards"
|
||||||
|
/>
|
||||||
|
</cite>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
|
@ -0,0 +1,7 @@
|
||||||
|
import { Component } from "@angular/core";
|
||||||
|
|
||||||
|
@Component({
|
||||||
|
selector: "app-logo-badges",
|
||||||
|
templateUrl: "logo-badges.component.html",
|
||||||
|
})
|
||||||
|
export class LogoBadgesComponent {}
|
|
@ -1,21 +1,36 @@
|
||||||
<h1 class="tw-text-4xl !tw-text-alt2">Start Your Teams Free Trial Now</h1>
|
<h1 class="tw-text-4xl !tw-text-alt2">Start your 7-day free trial for Teams</h1>
|
||||||
<div class="tw-flex tw-flex-col tw-items-center tw-justify-center tw-pt-16">
|
<div class="tw-flex tw-flex-col tw-items-center tw-justify-center tw-pt-16"></div>
|
||||||
<div class="tw-text-2xl">$4 per month / per user</div>
|
|
||||||
<div class="tw-text-xl">Annual subscription</div>
|
|
||||||
</div>
|
|
||||||
<div class="tw-pt-10">
|
<div class="tw-pt-10">
|
||||||
<h2 class="tw-text-2xl">
|
<h2 class="tw-text-2xl">
|
||||||
Millions of individuals, teams, and organizations worldwide trust Bitwarden for secure password
|
Strengthen business security with an easy-to-use password manager your team will love.
|
||||||
storage and sharing.
|
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<ul class="tw-mt-12 tw-flex tw-flex-col tw-gap-10 tw-text-2xl tw-text-main">
|
<ul class="tw-mt-12 tw-flex tw-flex-col tw-gap-10 tw-text-2xl tw-text-main tw-list-none tw-pl-0">
|
||||||
<li>Collaborate and share securely</li>
|
<li class="tw-flex tw-items-center">
|
||||||
<li>Deploy and manage quickly and easily</li>
|
<i class="bwi bwi-lg bwi-check-circle tw-mr-4 tw-flex-none"></i
|
||||||
<li>Access anywhere on any device</li>
|
><span class="tw-flex-auto"
|
||||||
<li>Create your account to get started</li>
|
>Instantly and securely share credentials with the groups and individuals who need them</span
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li class="tw-flex tw-items-center">
|
||||||
|
<i class="bwi bwi-lg bwi-check-circle tw-mr-4 tw-flex-none"></i
|
||||||
|
><span class="tw-flex-auto"
|
||||||
|
>Migrate to Bitwarden in minutes with comprehensive import options</span
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li class="tw-flex tw-items-center">
|
||||||
|
<i class="bwi bwi-lg bwi-check-circle tw-mr-4 tw-flex-none"></i
|
||||||
|
><span class="tw-flex-auto"
|
||||||
|
>Save time and increase productivity with autofill and instant device syncing</span
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li class="tw-flex tw-items-center">
|
||||||
|
<i class="bwi bwi-lg bwi-check-circle tw-mr-4 tw-flex-none"></i
|
||||||
|
><span class="tw-flex-auto"
|
||||||
|
>Enhance security practices across your team with easy user management</span
|
||||||
|
>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="tw-mt-28 tw-flex tw-flex-col tw-items-center tw-gap-5">
|
<div class="tw-mt-28 tw-flex tw-flex-col tw-items-center tw-gap-5">
|
||||||
<app-logo-forbes></app-logo-forbes>
|
<app-logo-badges></app-logo-badges>
|
||||||
<app-logo-us-news></app-logo-us-news>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -24,6 +24,7 @@ import { DefaultContentComponent } from "./content/default-content.component";
|
||||||
import { EnterpriseContentComponent } from "./content/enterprise-content.component";
|
import { EnterpriseContentComponent } from "./content/enterprise-content.component";
|
||||||
import { Enterprise1ContentComponent } from "./content/enterprise1-content.component";
|
import { Enterprise1ContentComponent } from "./content/enterprise1-content.component";
|
||||||
import { Enterprise2ContentComponent } from "./content/enterprise2-content.component";
|
import { Enterprise2ContentComponent } from "./content/enterprise2-content.component";
|
||||||
|
import { LogoBadgesComponent } from "./content/logo-badges.component";
|
||||||
import { LogoCnet5StarsComponent } from "./content/logo-cnet-5-stars.component";
|
import { LogoCnet5StarsComponent } from "./content/logo-cnet-5-stars.component";
|
||||||
import { LogoCnetComponent } from "./content/logo-cnet.component";
|
import { LogoCnetComponent } from "./content/logo-cnet.component";
|
||||||
import { LogoForbesComponent } from "./content/logo-forbes.component";
|
import { LogoForbesComponent } from "./content/logo-forbes.component";
|
||||||
|
@ -69,6 +70,7 @@ import { VerticalStepperModule } from "./vertical-stepper/vertical-stepper.modul
|
||||||
CnetTeamsContentComponent,
|
CnetTeamsContentComponent,
|
||||||
AbmEnterpriseContentComponent,
|
AbmEnterpriseContentComponent,
|
||||||
AbmTeamsContentComponent,
|
AbmTeamsContentComponent,
|
||||||
|
LogoBadgesComponent,
|
||||||
LogoCnet5StarsComponent,
|
LogoCnet5StarsComponent,
|
||||||
LogoCnetComponent,
|
LogoCnetComponent,
|
||||||
LogoForbesComponent,
|
LogoForbesComponent,
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Loading…
Reference in New Issue