- Millions of individuals, teams, and organizations worldwide trust Bitwarden for secure password
- storage and sharing.
-
+
Everything enterprises need out of a password manager:
-
-
Collaborate and share securely
-
Deploy and manage quickly and easily
-
Access anywhere on any device
-
Create your account to get started
+
+
Secure password sharing
+
+ Easy, flexible SSO and SCIM integrations
+
+
Free families plan for users
+
Quick import and migration tools
+
Simple, streamlined user experience
+
Priority support and trainers
-
-
+
+
+
+
+
+
diff --git a/apps/web/src/app/auth/trial-initiation/content/logo-cnet-5-stars.component.html b/apps/web/src/app/auth/trial-initiation/content/logo-cnet-5-stars.component.html
new file mode 100644
index 00000000000..7bb2d553310
--- /dev/null
+++ b/apps/web/src/app/auth/trial-initiation/content/logo-cnet-5-stars.component.html
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+ “Bitwarden scores points for being fully open-source, secure and audited annually by third-party
+ cybersecurity firms, giving it a level of transparency that sets it apart from its peers.”
+
+
+
+
+
+
Best Password Manager in 2023
+
+
diff --git a/apps/web/src/app/auth/trial-initiation/content/logo-cnet-5-stars.component.ts b/apps/web/src/app/auth/trial-initiation/content/logo-cnet-5-stars.component.ts
new file mode 100644
index 00000000000..af531829d50
--- /dev/null
+++ b/apps/web/src/app/auth/trial-initiation/content/logo-cnet-5-stars.component.ts
@@ -0,0 +1,7 @@
+import { Component } from "@angular/core";
+
+@Component({
+ selector: "app-logo-cnet-5-stars",
+ templateUrl: "logo-cnet-5-stars.component.html",
+})
+export class LogoCnet5StarsComponent {}
diff --git a/apps/web/src/app/auth/trial-initiation/content/review-logo.component.html b/apps/web/src/app/auth/trial-initiation/content/review-logo.component.html
new file mode 100644
index 00000000000..77f592f1c45
--- /dev/null
+++ b/apps/web/src/app/auth/trial-initiation/content/review-logo.component.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4.7
+
+
diff --git a/apps/web/src/app/auth/trial-initiation/content/review-logo.component.ts b/apps/web/src/app/auth/trial-initiation/content/review-logo.component.ts
new file mode 100644
index 00000000000..b87e75e7f94
--- /dev/null
+++ b/apps/web/src/app/auth/trial-initiation/content/review-logo.component.ts
@@ -0,0 +1,11 @@
+import { Component, Input } from "@angular/core";
+
+@Component({
+ selector: "review-logo",
+ templateUrl: "review-logo.component.html",
+})
+export class ReviewLogoComponent {
+ @Input() logoClass: string;
+ @Input() logoSrc: string;
+ @Input() logoAlt: string;
+}
diff --git a/apps/web/src/app/auth/trial-initiation/trial-initiation.module.ts b/apps/web/src/app/auth/trial-initiation/trial-initiation.module.ts
index 7b57f37081f..0e014bfcfcf 100644
--- a/apps/web/src/app/auth/trial-initiation/trial-initiation.module.ts
+++ b/apps/web/src/app/auth/trial-initiation/trial-initiation.module.ts
@@ -21,9 +21,11 @@ import { DefaultContentComponent } from "./content/default-content.component";
import { EnterpriseContentComponent } from "./content/enterprise-content.component";
import { Enterprise1ContentComponent } from "./content/enterprise1-content.component";
import { Enterprise2ContentComponent } from "./content/enterprise2-content.component";
+import { LogoCnet5StarsComponent } from "./content/logo-cnet-5-stars.component";
import { LogoCnetComponent } from "./content/logo-cnet.component";
import { LogoForbesComponent } from "./content/logo-forbes.component";
import { LogoUSNewsComponent } from "./content/logo-us-news.component";
+import { ReviewLogoComponent } from "./content/review-logo.component";
import { TeamsContentComponent } from "./content/teams-content.component";
import { Teams1ContentComponent } from "./content/teams1-content.component";
import { Teams2ContentComponent } from "./content/teams2-content.component";
@@ -62,9 +64,11 @@ import { VerticalStepperModule } from "./vertical-stepper/vertical-stepper.modul
CnetTeamsContentComponent,
AbmEnterpriseContentComponent,
AbmTeamsContentComponent,
+ LogoCnet5StarsComponent,
LogoCnetComponent,
LogoForbesComponent,
LogoUSNewsComponent,
+ ReviewLogoComponent,
],
exports: [TrialInitiationComponent],
providers: [TitleCasePipe],
diff --git a/apps/web/src/images/register-layout/capterra-logo.svg b/apps/web/src/images/register-layout/capterra-logo.svg
new file mode 100644
index 00000000000..2c2e8200677
--- /dev/null
+++ b/apps/web/src/images/register-layout/capterra-logo.svg
@@ -0,0 +1,14 @@
+
\ No newline at end of file
diff --git a/apps/web/src/images/register-layout/cnet-logo.svg b/apps/web/src/images/register-layout/cnet-logo.svg
index 6e66987f4b2..ace5f4c297d 100644
--- a/apps/web/src/images/register-layout/cnet-logo.svg
+++ b/apps/web/src/images/register-layout/cnet-logo.svg
@@ -1,3 +1,3 @@
-
+
\ No newline at end of file
diff --git a/apps/web/src/images/register-layout/g2-logo.svg b/apps/web/src/images/register-layout/g2-logo.svg
new file mode 100644
index 00000000000..2681f7280df
--- /dev/null
+++ b/apps/web/src/images/register-layout/g2-logo.svg
@@ -0,0 +1,4 @@
+
diff --git a/apps/web/src/images/register-layout/get-app-logo.svg b/apps/web/src/images/register-layout/get-app-logo.svg
new file mode 100644
index 00000000000..c1f00af3802
--- /dev/null
+++ b/apps/web/src/images/register-layout/get-app-logo.svg
@@ -0,0 +1,16 @@
+
\ No newline at end of file