@posiwise/public-modules 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as i4 from '@angular/common';
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
4
|
import { Input, Component, NgModule, ViewChild, ChangeDetectionStrategy, DOCUMENT, Inject } from '@angular/core';
|
|
@@ -7,28 +7,27 @@ import { UntypedFormControl, Validators, FormsModule, ReactiveFormsModule } from
|
|
|
7
7
|
import { CoreTranslocoModule } from '@posiwise/core-transloco';
|
|
8
8
|
import * as i1$1 from '@posiwise/directives';
|
|
9
9
|
import { DirectivesModule } from '@posiwise/directives';
|
|
10
|
-
import * as i3
|
|
10
|
+
import * as i3 from '@posiwise/shared-components';
|
|
11
11
|
import { SharedComponentsModule } from '@posiwise/shared-components';
|
|
12
|
-
import * as
|
|
12
|
+
import * as i7 from 'ngx-captcha';
|
|
13
13
|
import { NgxCaptchaModule } from 'ngx-captcha';
|
|
14
|
-
import * as i3$
|
|
14
|
+
import * as i3$1 from 'ngx-pagination';
|
|
15
15
|
import { NgxPaginationModule } from 'ngx-pagination';
|
|
16
|
-
import * as i4 from '@ng-bootstrap/ng-bootstrap';
|
|
16
|
+
import * as i4$1 from '@ng-bootstrap/ng-bootstrap';
|
|
17
17
|
import { NgbNavModule } from '@ng-bootstrap/ng-bootstrap';
|
|
18
18
|
import * as i2$1 from '@angular/router';
|
|
19
19
|
import { RouterModule } from '@angular/router';
|
|
20
20
|
import { PipesModule } from '@posiwise/pipes';
|
|
21
|
-
import * as
|
|
21
|
+
import * as i7$1 from '@posiwise/utils';
|
|
22
22
|
import { FieldErrorDisplayModule, ResourceHeaderModule } from '@posiwise/utils';
|
|
23
23
|
import * as i1 from '@posiwise/common-services';
|
|
24
24
|
import { FormHelperService, ValidationService, CustomToastService, MainApiHttpService } from '@posiwise/common-services';
|
|
25
25
|
import { AB_TEST_ACTIONS, COUNTRIES_CODE, MICRO_SERVICE } from '@posiwise/common-utilities';
|
|
26
26
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
27
|
-
import swal from 'sweetalert2';
|
|
28
27
|
import { HelperService } from '@posiwise/helper-service';
|
|
29
28
|
import * as i2$2 from '@posiwise/smart-crm-shared';
|
|
30
29
|
import { CHAT_MENU, ENTERPRISE_MENU, FAQ_Menu } from '@posiwise/dashboard-module';
|
|
31
|
-
import * as i4$
|
|
30
|
+
import * as i4$2 from '@posiwise/resource-contact-us';
|
|
32
31
|
import { DemoCardsModule } from '@posiwise/resource-contact-us';
|
|
33
32
|
import * as i2$3 from '@angular/platform-browser';
|
|
34
33
|
|
|
@@ -172,12 +171,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
|
|
|
172
171
|
}] } });
|
|
173
172
|
|
|
174
173
|
class LandingPageContactComponent extends AppBaseComponent {
|
|
175
|
-
constructor(commonService, fb, authService, cdr, injector) {
|
|
174
|
+
constructor(commonService, fb, authService, cdr, injector, confirmDialog) {
|
|
176
175
|
super(injector);
|
|
177
176
|
this.commonService = commonService;
|
|
178
177
|
this.fb = fb;
|
|
179
178
|
this.authService = authService;
|
|
180
179
|
this.cdr = cdr;
|
|
180
|
+
this.confirmDialog = confirmDialog;
|
|
181
181
|
this.isEmailValid = true;
|
|
182
182
|
this.isCaptchaVerified = false;
|
|
183
183
|
this.isSubscribeClicked = false;
|
|
@@ -216,7 +216,7 @@ class LandingPageContactComponent extends AppBaseComponent {
|
|
|
216
216
|
if (this.gaEventObj) {
|
|
217
217
|
this.googleAnalyticsService.sendEvent(this.gaEventObj.category, this.gaEventObj.action, this.gaEventObj.label, this.gaEventObj.value);
|
|
218
218
|
}
|
|
219
|
-
|
|
219
|
+
this.confirmDialog.open({ text: response.message, confirmOnly: true });
|
|
220
220
|
this.form.reset();
|
|
221
221
|
// wait for 2s before removing captcha
|
|
222
222
|
setTimeout(() => {
|
|
@@ -248,13 +248,13 @@ class LandingPageContactComponent extends AppBaseComponent {
|
|
|
248
248
|
this.isEmailValid = true;
|
|
249
249
|
}
|
|
250
250
|
}
|
|
251
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LandingPageContactComponent, deps: [{ token: i1.CommonService }, { token: i2.UntypedFormBuilder }, { token: i1.AuthService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
252
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: LandingPageContactComponent, isStandalone: false, selector: "pw-landing-page-contact", inputs: { gaEventObj: "gaEventObj" }, usesInheritance: true, ngImport: i0, template: "<section class=\"get-in-touch\">\n <div class=\"container\">\n <h2>\n If you\u2019ve lived the problem, we\u2019ll build the solution.\n </h2>\n <p class=\"description\"></p>\n <div class=\"col-md-5 col-sm-12 float-start contact-form\">\n <form [formGroup]=\"form\"\n (ngSubmit)=\"onSubmit()\"\n class=\"contact-form-inner\">\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"name\"\n placeholder=\"Name*\" id=\"input_name_1\" name=\"input_name_1\"/>\n <pw-field-error-display [displayError]=\"\n !form.get('name').valid && (form.get('name').touched || submitted)\n \"\n errorMsg=\"Name is required\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"email\"\n placeholder=\"Your Email*\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n (keyup)=\"validateEmail()\" id=\"input_email_2\" name=\"input_email_2\"/>\n <pw-field-error-display [displayError]=\"\n !form.get('email').valid && (form.get('email').touched || submitted)\n \"\n errorMsg=\"Email is invalid\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <textarea id=\"landing-page-contact-message\"\n name=\"message\"\n cols=\"\"\n rows=\"\"\n formControlName=\"message\"\n class=\"form-control textarea\"\n placeholder=\"Message*\"></textarea>\n <pw-field-error-display [displayError]=\"\n !form.get('message').valid && (form.get('message').touched || submitted)\n \"\n errorMsg=\"Message is required\">\n </pw-field-error-display>\n </div>\n @if (!isSubscribeClicked && !isCaptchaVerified) {\n <button type=\"submit\"\n class=\"contact-btn\">\n Apply to Build\n </button>\n }\n @if (isSubscribeClicked && !isCaptchaVerified) {\n <div class=\"mt-3\"\n >\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n [ngModelOptions]=\"{ standalone: true }\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n }\n @if (isCaptchaVerified && isSubscribeClicked) {\n <div class=\"text-primary\"\n >\n We've received your request. Thanks. We'll get back to you quickly.\n </div>\n }\n <div class=\"my-4\">\n <hr />\n </div>\n <div class=\"book-demo login-button text-center\">\n <p>Alternatively, you can book a time to talk to us.</p>\n <a [eventTracker]=\"{\n category: 'request-demo',\n action: 'click',\n label: 'landing-page-contact-a',\n value: 1\n }\"\n href=\"https://calendly.com/posiwise/office-hours-mentoring\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">Talk to the Team</a>\n </div>\n </form>\n </div>\n <div class=\"col-md-7 col-sm-12 address-block-container float-end\">\n <div class=\"address-block\">\n <div class=\"address-white-block\">\n <h6>Don\u2019t pitch us an idea. Bring us a problem you\u2019ve lived.</h6>\n <p>\n We build - and fund - profitable software companies from lived pain.\n </p>\n <p>\n If you\u2019ve seen a broken system up close \u2014 and want to productise the fix \u2014 we want to hear from you. No fluff. No\n tourists.\n </p>\n <strong> Where to find us: </strong>\n <ul>\n <li class=\"d-none\">\n <span><i class=\"fas fa-phone\"></i></span>\n <div class=\"address-info\">\n <strong>Phone</strong>\n <p>\n Belgium<br />\n <a href=\"callto:+32484163170\"> +32 (0) 484 16 31 70 </a>\n </p>\n <p>\n Australia<br />\n <a href=\"callto:+61478682100\"> +61 (0) 478 68 21 00 </a>\n </p>\n </div>\n </li>\n <li>\n <span>\n <i class=\"fas fa-map-marker-alt\"></i>\n </span>\n <div class=\"address-info\">\n <strong>Address</strong>\n <p class=\"mb-0\">Rue des Hirondelles 15</p>\n <p>1000 Brussels - Belgium</p>\n <p class=\"mb-0\">12/24 Ocean Street N</p>\n <p>2026 Bondi - NSW - Australia</p>\n </div>\n </li>\n <li>\n <span>\n <i class=\"fas fa-regular fa-globe\"></i>\n </span>\n <div class=\"address-info\">\n <strong>Email</strong>\n <p><a href=\"mailto:info@posiwise.com\">info@posiwise.com</a></p>\n </div>\n </li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n</section>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.get-in-touch{background:#ecf5fc;padding:90px 0 70px}.get-in-touch h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:44px;font-weight:900;text-align:center}.get-in-touch .description{color:#42526e;font-family:Roboto,sans-serif;font-size:30px;font-weight:300;margin-bottom:60px;padding:0 0 25px;position:relative;text-align:center}.get-in-touch:after{background:#ffab00;bottom:0;height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.contact-form-inner{background-color:#fff;box-shadow:1px 1px 57px #0000001a;padding:40px!important;position:relative;z-index:4}.contact-form-inner .book-demo a{display:inline-block;font-size:20px}.contact-form{position:relative}.contact-form:before{background:url(/assets/img/landing-page/form-rounded-img.png) left top no-repeat;content:\"\";height:257px;left:-123px;position:absolute;top:-106px;width:257px;z-index:1}.contact-form-inner .form-control{background-color:#f5f5f5;border:0;border-radius:0;color:#42526e;font-family:Roboto,sans-serif;font-size:16px;font-weight:300;height:55px;margin-bottom:20px;outline:0;padding:0 24px}.textarea{height:135px!important;padding:21px 24px!important}.address-white-block{background-color:#fff;box-shadow:1px 1px 57px #0000001a;float:left;padding:51px 37px 40px!important;position:relative;text-align:left;z-index:2}.address-white-block h6{color:#2e3238!important;font-size:24px;font-weight:900;margin-bottom:19px}.address-white-block p{color:#42526e;font-size:18px;font-weight:300;line-height:24px;margin-bottom:12px}.address-white-block strong{color:#2e3238;display:inline-block;font-size:24px;font-weight:900;margin-bottom:19px;padding:24px 0 0;width:100%}.address-white-block li:nth-child(2){float:left;width:314px}.address-white-block li:nth-child(3){float:left;width:265px}.address-white-block li:nth-child(3) .address-info{width:210px}.address-white-block li strong{color:#2e3238;font-size:18px;font-weight:700;margin:0;padding:0}.address-white-block li span{float:left;width:25px}.address-white-block li p{color:#42526e;font-size:15px;font-weight:300;line-height:30px}.address-white-block li p a{color:#42526e;text-decoration:none}.address-white-block li p:hover{color:#000;text-decoration:underline}.address-white-block li{float:left;width:265px}.address-white-block li i.fa-phone{transform:rotate(90deg)}.address-white-block li i{font-size:17px;color:var(--first)}.address-info{float:left;width:240px}.address-block{position:absolute}.address-block:before{background:url(/assets/img/landing-page/form-rounded-img2.png) center top no-repeat;content:\"\";height:194px;position:absolute;right:-90px;top:-92px;width:194px;z-index:1}.address-block:after{background:url(/assets/img/landing-page/form-rounded-img3.png) center top no-repeat;bottom:-143px;content:\"\";height:352px;position:absolute;right:-160px;width:352px;z-index:1}@media screen and (max-width:1499px){.get-in-touch{overflow:hidden}}@media screen and (max-width:991px){.address-white-block{padding:30px 37px 40px!important}}@media screen and (max-width:991px){.address-block{position:relative}}@media screen and (max-width:767px){.get-in-touch h2{font-size:31px}.get-in-touch .description{font-size:20px;position:relative;z-index:2}.address-block{float:left;height:100%;position:relative;width:100%}.contact-form-inner{padding:20px!important}}@media screen and (max-width:575px){.contact-form{padding:0!important}.get-in-touch{padding:50px 0 54px}.get-in-touch h2{font-size:29px}.address-white-block{max-width:100%;padding:20px!important}.address-white-block p{font-size:17px}.address-white-block li p{font-size:15px}}.address-block-container{position:relative;padding-right:15px;padding-left:29px}@media(min-width:768px){.col-md-7{flex:0 0 auto;width:58.33333333%;position:relative;padding-right:15px;padding-left:29px}}@media screen and (min-width:768px){.banner-left-bar{flex:0 0 auto;width:58.33333333%;padding-right:15px;padding-left:29px}}\n"], dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i1$1.EventTrackerDirective, selector: "[eventTracker]", inputs: ["eventTracker"] }, { kind: "component", type: i6.ReCaptcha2Component, selector: "ngx-recaptcha2", inputs: ["theme", "size"] }, { kind: "component", type: i6$1.FieldErrorDisplayComponent, selector: "pw-field-error-display", inputs: ["errorMsg", "displayError"] }] }); }
|
|
251
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LandingPageContactComponent, deps: [{ token: i1.CommonService }, { token: i2.UntypedFormBuilder }, { token: i1.AuthService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }, { token: i3.ConfirmDialogService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
252
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: LandingPageContactComponent, isStandalone: false, selector: "pw-landing-page-contact", inputs: { gaEventObj: "gaEventObj" }, usesInheritance: true, ngImport: i0, template: "<section class=\"get-in-touch\">\n <div class=\"container\">\n <h2>\n If you\u2019ve lived the problem, we\u2019ll build the solution.\n </h2>\n <p class=\"description\"></p>\n <div class=\"col-md-5 col-sm-12 float-start contact-form\">\n <form [formGroup]=\"form\"\n (ngSubmit)=\"onSubmit()\"\n class=\"contact-form-inner\">\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"name\"\n placeholder=\"Name*\" id=\"input_name_1\" name=\"input_name_1\"/>\n <pw-field-error-display [displayError]=\"\n !form.get('name').valid && (form.get('name').touched || submitted)\n \"\n errorMsg=\"Name is required\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"email\"\n placeholder=\"Your Email*\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n (keyup)=\"validateEmail()\" id=\"input_email_2\" name=\"input_email_2\"/>\n <pw-field-error-display [displayError]=\"\n !form.get('email').valid && (form.get('email').touched || submitted)\n \"\n errorMsg=\"Email is invalid\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <textarea id=\"landing-page-contact-message\"\n name=\"message\"\n cols=\"\"\n rows=\"\"\n formControlName=\"message\"\n class=\"form-control textarea\"\n placeholder=\"Message*\"></textarea>\n <pw-field-error-display [displayError]=\"\n !form.get('message').valid && (form.get('message').touched || submitted)\n \"\n errorMsg=\"Message is required\">\n </pw-field-error-display>\n </div>\n @if (!isSubscribeClicked && !isCaptchaVerified) {\n <button type=\"submit\"\n class=\"contact-btn\">\n Apply to Build\n </button>\n }\n @if (isSubscribeClicked && !isCaptchaVerified) {\n <div class=\"mt-3\"\n >\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n [ngModelOptions]=\"{ standalone: true }\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n }\n @if (isCaptchaVerified && isSubscribeClicked) {\n <div class=\"text-primary\"\n >\n We've received your request. Thanks. We'll get back to you quickly.\n </div>\n }\n <div class=\"my-4\">\n <hr />\n </div>\n <div class=\"book-demo login-button text-center\">\n <p>Alternatively, you can book a time to talk to us.</p>\n <a [eventTracker]=\"{\n category: 'request-demo',\n action: 'click',\n label: 'landing-page-contact-a',\n value: 1\n }\"\n href=\"https://calendly.com/posiwise/office-hours-mentoring\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">Talk to the Team</a>\n </div>\n </form>\n </div>\n <div class=\"col-md-7 col-sm-12 address-block-container float-end\">\n <div class=\"address-block\">\n <div class=\"address-white-block\">\n <h6>Don\u2019t pitch us an idea. Bring us a problem you\u2019ve lived.</h6>\n <p>\n We build - and fund - profitable software companies from lived pain.\n </p>\n <p>\n If you\u2019ve seen a broken system up close \u2014 and want to productise the fix \u2014 we want to hear from you. No fluff. No\n tourists.\n </p>\n <strong> Where to find us: </strong>\n <ul>\n <li class=\"d-none\">\n <span><i class=\"fas fa-phone\"></i></span>\n <div class=\"address-info\">\n <strong>Phone</strong>\n <p>\n Belgium<br />\n <a href=\"callto:+32484163170\"> +32 (0) 484 16 31 70 </a>\n </p>\n <p>\n Australia<br />\n <a href=\"callto:+61478682100\"> +61 (0) 478 68 21 00 </a>\n </p>\n </div>\n </li>\n <li>\n <span>\n <i class=\"fas fa-map-marker-alt\"></i>\n </span>\n <div class=\"address-info\">\n <strong>Address</strong>\n <p class=\"mb-0\">Rue des Hirondelles 15</p>\n <p>1000 Brussels - Belgium</p>\n <p class=\"mb-0\">12/24 Ocean Street N</p>\n <p>2026 Bondi - NSW - Australia</p>\n </div>\n </li>\n <li>\n <span>\n <i class=\"fas fa-regular fa-globe\"></i>\n </span>\n <div class=\"address-info\">\n <strong>Email</strong>\n <p><a href=\"mailto:info@posiwise.com\">info@posiwise.com</a></p>\n </div>\n </li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n</section>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.get-in-touch{background:#ecf5fc;padding:90px 0 70px}.get-in-touch h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:44px;font-weight:900;text-align:center}.get-in-touch .description{color:#42526e;font-family:Roboto,sans-serif;font-size:30px;font-weight:300;margin-bottom:60px;padding:0 0 25px;position:relative;text-align:center}.get-in-touch:after{background:#ffab00;bottom:0;height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.contact-form-inner{background-color:#fff;box-shadow:1px 1px 57px #0000001a;padding:40px!important;position:relative;z-index:4}.contact-form-inner .book-demo a{display:inline-block;font-size:20px}.contact-form{position:relative}.contact-form:before{background:url(/assets/img/landing-page/form-rounded-img.png) left top no-repeat;content:\"\";height:257px;left:-123px;position:absolute;top:-106px;width:257px;z-index:1}.contact-form-inner .form-control{background-color:#f5f5f5;border:0;border-radius:0;color:#42526e;font-family:Roboto,sans-serif;font-size:16px;font-weight:300;height:55px;margin-bottom:20px;outline:0;padding:0 24px}.textarea{height:135px!important;padding:21px 24px!important}.address-white-block{background-color:#fff;box-shadow:1px 1px 57px #0000001a;float:left;padding:51px 37px 40px!important;position:relative;text-align:left;z-index:2}.address-white-block h6{color:#2e3238!important;font-size:24px;font-weight:900;margin-bottom:19px}.address-white-block p{color:#42526e;font-size:18px;font-weight:300;line-height:24px;margin-bottom:12px}.address-white-block strong{color:#2e3238;display:inline-block;font-size:24px;font-weight:900;margin-bottom:19px;padding:24px 0 0;width:100%}.address-white-block li:nth-child(2){float:left;width:314px}.address-white-block li:nth-child(3){float:left;width:265px}.address-white-block li:nth-child(3) .address-info{width:210px}.address-white-block li strong{color:#2e3238;font-size:18px;font-weight:700;margin:0;padding:0}.address-white-block li span{float:left;width:25px}.address-white-block li p{color:#42526e;font-size:15px;font-weight:300;line-height:30px}.address-white-block li p a{color:#42526e;text-decoration:none}.address-white-block li p:hover{color:#000;text-decoration:underline}.address-white-block li{float:left;width:265px}.address-white-block li i.fa-phone{transform:rotate(90deg)}.address-white-block li i{font-size:17px;color:var(--first)}.address-info{float:left;width:240px}.address-block{position:absolute}.address-block:before{background:url(/assets/img/landing-page/form-rounded-img2.png) center top no-repeat;content:\"\";height:194px;position:absolute;right:-90px;top:-92px;width:194px;z-index:1}.address-block:after{background:url(/assets/img/landing-page/form-rounded-img3.png) center top no-repeat;bottom:-143px;content:\"\";height:352px;position:absolute;right:-160px;width:352px;z-index:1}@media screen and (max-width:1499px){.get-in-touch{overflow:hidden}}@media screen and (max-width:991px){.address-white-block{padding:30px 37px 40px!important}}@media screen and (max-width:991px){.address-block{position:relative}}@media screen and (max-width:767px){.get-in-touch h2{font-size:31px}.get-in-touch .description{font-size:20px;position:relative;z-index:2}.address-block{float:left;height:100%;position:relative;width:100%}.contact-form-inner{padding:20px!important}}@media screen and (max-width:575px){.contact-form{padding:0!important}.get-in-touch{padding:50px 0 54px}.get-in-touch h2{font-size:29px}.address-white-block{max-width:100%;padding:20px!important}.address-white-block p{font-size:17px}.address-white-block li p{font-size:15px}}.address-block-container{position:relative;padding-right:15px;padding-left:29px}@media(min-width:768px){.col-md-7{flex:0 0 auto;width:58.33333333%;position:relative;padding-right:15px;padding-left:29px}}@media screen and (min-width:768px){.banner-left-bar{flex:0 0 auto;width:58.33333333%;padding-right:15px;padding-left:29px}}\n"], dependencies: [{ kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i1$1.EventTrackerDirective, selector: "[eventTracker]", inputs: ["eventTracker"] }, { kind: "component", type: i7.ReCaptcha2Component, selector: "ngx-recaptcha2", inputs: ["theme", "size"] }, { kind: "component", type: i7$1.FieldErrorDisplayComponent, selector: "pw-field-error-display", inputs: ["errorMsg", "displayError"] }] }); }
|
|
253
253
|
}
|
|
254
254
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LandingPageContactComponent, decorators: [{
|
|
255
255
|
type: Component,
|
|
256
256
|
args: [{ selector: 'pw-landing-page-contact', standalone: false, template: "<section class=\"get-in-touch\">\n <div class=\"container\">\n <h2>\n If you\u2019ve lived the problem, we\u2019ll build the solution.\n </h2>\n <p class=\"description\"></p>\n <div class=\"col-md-5 col-sm-12 float-start contact-form\">\n <form [formGroup]=\"form\"\n (ngSubmit)=\"onSubmit()\"\n class=\"contact-form-inner\">\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"name\"\n placeholder=\"Name*\" id=\"input_name_1\" name=\"input_name_1\"/>\n <pw-field-error-display [displayError]=\"\n !form.get('name').valid && (form.get('name').touched || submitted)\n \"\n errorMsg=\"Name is required\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"email\"\n placeholder=\"Your Email*\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n (keyup)=\"validateEmail()\" id=\"input_email_2\" name=\"input_email_2\"/>\n <pw-field-error-display [displayError]=\"\n !form.get('email').valid && (form.get('email').touched || submitted)\n \"\n errorMsg=\"Email is invalid\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <textarea id=\"landing-page-contact-message\"\n name=\"message\"\n cols=\"\"\n rows=\"\"\n formControlName=\"message\"\n class=\"form-control textarea\"\n placeholder=\"Message*\"></textarea>\n <pw-field-error-display [displayError]=\"\n !form.get('message').valid && (form.get('message').touched || submitted)\n \"\n errorMsg=\"Message is required\">\n </pw-field-error-display>\n </div>\n @if (!isSubscribeClicked && !isCaptchaVerified) {\n <button type=\"submit\"\n class=\"contact-btn\">\n Apply to Build\n </button>\n }\n @if (isSubscribeClicked && !isCaptchaVerified) {\n <div class=\"mt-3\"\n >\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n [ngModelOptions]=\"{ standalone: true }\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n }\n @if (isCaptchaVerified && isSubscribeClicked) {\n <div class=\"text-primary\"\n >\n We've received your request. Thanks. We'll get back to you quickly.\n </div>\n }\n <div class=\"my-4\">\n <hr />\n </div>\n <div class=\"book-demo login-button text-center\">\n <p>Alternatively, you can book a time to talk to us.</p>\n <a [eventTracker]=\"{\n category: 'request-demo',\n action: 'click',\n label: 'landing-page-contact-a',\n value: 1\n }\"\n href=\"https://calendly.com/posiwise/office-hours-mentoring\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">Talk to the Team</a>\n </div>\n </form>\n </div>\n <div class=\"col-md-7 col-sm-12 address-block-container float-end\">\n <div class=\"address-block\">\n <div class=\"address-white-block\">\n <h6>Don\u2019t pitch us an idea. Bring us a problem you\u2019ve lived.</h6>\n <p>\n We build - and fund - profitable software companies from lived pain.\n </p>\n <p>\n If you\u2019ve seen a broken system up close \u2014 and want to productise the fix \u2014 we want to hear from you. No fluff. No\n tourists.\n </p>\n <strong> Where to find us: </strong>\n <ul>\n <li class=\"d-none\">\n <span><i class=\"fas fa-phone\"></i></span>\n <div class=\"address-info\">\n <strong>Phone</strong>\n <p>\n Belgium<br />\n <a href=\"callto:+32484163170\"> +32 (0) 484 16 31 70 </a>\n </p>\n <p>\n Australia<br />\n <a href=\"callto:+61478682100\"> +61 (0) 478 68 21 00 </a>\n </p>\n </div>\n </li>\n <li>\n <span>\n <i class=\"fas fa-map-marker-alt\"></i>\n </span>\n <div class=\"address-info\">\n <strong>Address</strong>\n <p class=\"mb-0\">Rue des Hirondelles 15</p>\n <p>1000 Brussels - Belgium</p>\n <p class=\"mb-0\">12/24 Ocean Street N</p>\n <p>2026 Bondi - NSW - Australia</p>\n </div>\n </li>\n <li>\n <span>\n <i class=\"fas fa-regular fa-globe\"></i>\n </span>\n <div class=\"address-info\">\n <strong>Email</strong>\n <p><a href=\"mailto:info@posiwise.com\">info@posiwise.com</a></p>\n </div>\n </li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n</section>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.get-in-touch{background:#ecf5fc;padding:90px 0 70px}.get-in-touch h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:44px;font-weight:900;text-align:center}.get-in-touch .description{color:#42526e;font-family:Roboto,sans-serif;font-size:30px;font-weight:300;margin-bottom:60px;padding:0 0 25px;position:relative;text-align:center}.get-in-touch:after{background:#ffab00;bottom:0;height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.contact-form-inner{background-color:#fff;box-shadow:1px 1px 57px #0000001a;padding:40px!important;position:relative;z-index:4}.contact-form-inner .book-demo a{display:inline-block;font-size:20px}.contact-form{position:relative}.contact-form:before{background:url(/assets/img/landing-page/form-rounded-img.png) left top no-repeat;content:\"\";height:257px;left:-123px;position:absolute;top:-106px;width:257px;z-index:1}.contact-form-inner .form-control{background-color:#f5f5f5;border:0;border-radius:0;color:#42526e;font-family:Roboto,sans-serif;font-size:16px;font-weight:300;height:55px;margin-bottom:20px;outline:0;padding:0 24px}.textarea{height:135px!important;padding:21px 24px!important}.address-white-block{background-color:#fff;box-shadow:1px 1px 57px #0000001a;float:left;padding:51px 37px 40px!important;position:relative;text-align:left;z-index:2}.address-white-block h6{color:#2e3238!important;font-size:24px;font-weight:900;margin-bottom:19px}.address-white-block p{color:#42526e;font-size:18px;font-weight:300;line-height:24px;margin-bottom:12px}.address-white-block strong{color:#2e3238;display:inline-block;font-size:24px;font-weight:900;margin-bottom:19px;padding:24px 0 0;width:100%}.address-white-block li:nth-child(2){float:left;width:314px}.address-white-block li:nth-child(3){float:left;width:265px}.address-white-block li:nth-child(3) .address-info{width:210px}.address-white-block li strong{color:#2e3238;font-size:18px;font-weight:700;margin:0;padding:0}.address-white-block li span{float:left;width:25px}.address-white-block li p{color:#42526e;font-size:15px;font-weight:300;line-height:30px}.address-white-block li p a{color:#42526e;text-decoration:none}.address-white-block li p:hover{color:#000;text-decoration:underline}.address-white-block li{float:left;width:265px}.address-white-block li i.fa-phone{transform:rotate(90deg)}.address-white-block li i{font-size:17px;color:var(--first)}.address-info{float:left;width:240px}.address-block{position:absolute}.address-block:before{background:url(/assets/img/landing-page/form-rounded-img2.png) center top no-repeat;content:\"\";height:194px;position:absolute;right:-90px;top:-92px;width:194px;z-index:1}.address-block:after{background:url(/assets/img/landing-page/form-rounded-img3.png) center top no-repeat;bottom:-143px;content:\"\";height:352px;position:absolute;right:-160px;width:352px;z-index:1}@media screen and (max-width:1499px){.get-in-touch{overflow:hidden}}@media screen and (max-width:991px){.address-white-block{padding:30px 37px 40px!important}}@media screen and (max-width:991px){.address-block{position:relative}}@media screen and (max-width:767px){.get-in-touch h2{font-size:31px}.get-in-touch .description{font-size:20px;position:relative;z-index:2}.address-block{float:left;height:100%;position:relative;width:100%}.contact-form-inner{padding:20px!important}}@media screen and (max-width:575px){.contact-form{padding:0!important}.get-in-touch{padding:50px 0 54px}.get-in-touch h2{font-size:29px}.address-white-block{max-width:100%;padding:20px!important}.address-white-block p{font-size:17px}.address-white-block li p{font-size:15px}}.address-block-container{position:relative;padding-right:15px;padding-left:29px}@media(min-width:768px){.col-md-7{flex:0 0 auto;width:58.33333333%;position:relative;padding-right:15px;padding-left:29px}}@media screen and (min-width:768px){.banner-left-bar{flex:0 0 auto;width:58.33333333%;padding-right:15px;padding-left:29px}}\n"] }]
|
|
257
|
-
}], ctorParameters: () => [{ type: i1.CommonService }, { type: i2.UntypedFormBuilder }, { type: i1.AuthService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }], propDecorators: { gaEventObj: [{
|
|
257
|
+
}], ctorParameters: () => [{ type: i1.CommonService }, { type: i2.UntypedFormBuilder }, { type: i1.AuthService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }, { type: i3.ConfirmDialogService }], propDecorators: { gaEventObj: [{
|
|
258
258
|
type: Input
|
|
259
259
|
}] } });
|
|
260
260
|
|
|
@@ -275,7 +275,7 @@ class LandingPageFooterComponent extends AppBaseComponent {
|
|
|
275
275
|
});
|
|
276
276
|
}
|
|
277
277
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LandingPageFooterComponent, deps: [{ token: i1.AuthService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
278
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: LandingPageFooterComponent, isStandalone: false, selector: "pw-landing-page-footer", usesInheritance: true, ngImport: i0, template: "<a href=\"#\"\n aria-label=\"Footer\"\n id=\"return-to-top\">\n <i class=\"ft-arrow-up\" aria-hidden=\"true\"></i>\n</a>\n<footer class=\"footer-block\">\n <div class=\"container\">\n <h6>Launched in Silence.</h6>\n </div>\n @if (isBrowserAccess) {\n <div>\n <span class=\"me-3\">\n <a class=\"white\"\n [routerLink]=\"['/privacy-and-tos', productPrivacyId]\">\n Privacy Policy</a>\n </span>\n <span class=\"ms-3\">\n <a class=\"white\"\n [routerLink]=\"['/privacy-and-tos', productPrivacyId]\">\n Terms & Conditions\n </a>\n </span>\n </div>\n }\n <div class=\"my-2\">\n <span>\n <a class=\"white\"\n href=\"https://www.linkedin.com/company/posiwise\"\n target=\"blank\">\n Linkedin |</a>\n <a class=\"white\"\n href=\"https://www.facebook.com/posiwise\"\n target=\"blank\"> Facebook |</a>\n <a class=\"white\"\n href=\"https://twitter.com/posiwise\"\n target=\"blank\"> Twitter</a>\n </span>\n </div>\n <p class=\"text-center text-white mb-0 mt-2\">\n Copyright © {{ currentDate | date: 'yyyy' }} PosiWise. All rights reserved.\n </p>\n</footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.footer-block{background:#ecf5fc url(/assets/img/landing-page/footer-bg.png) center top no-repeat;background-size:cover;float:left;padding:183px 0 81px;text-align:center;width:100%}.footer-block h6{color:#f0f8fe!important;font-size:72px;font-weight:900}@media screen and (max-width:991px){.footer-block h6{font-size:45px}}@media screen and (max-width:575px){.footer-block{padding:96px 0 30px}.footer-block h6{font-size:30px}}\n"], dependencies: [{ kind: "directive", type: i2$1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "pipe", type:
|
|
278
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: LandingPageFooterComponent, isStandalone: false, selector: "pw-landing-page-footer", usesInheritance: true, ngImport: i0, template: "<a href=\"#\"\n aria-label=\"Footer\"\n id=\"return-to-top\">\n <i class=\"ft-arrow-up\" aria-hidden=\"true\"></i>\n</a>\n<footer class=\"footer-block\">\n <div class=\"container\">\n <h6>Launched in Silence.</h6>\n </div>\n @if (isBrowserAccess) {\n <div>\n <span class=\"me-3\">\n <a class=\"white\"\n [routerLink]=\"['/privacy-and-tos', productPrivacyId]\">\n Privacy Policy</a>\n </span>\n <span class=\"ms-3\">\n <a class=\"white\"\n [routerLink]=\"['/privacy-and-tos', productPrivacyId]\">\n Terms & Conditions\n </a>\n </span>\n </div>\n }\n <div class=\"my-2\">\n <span>\n <a class=\"white\"\n href=\"https://www.linkedin.com/company/posiwise\"\n target=\"blank\">\n Linkedin |</a>\n <a class=\"white\"\n href=\"https://www.facebook.com/posiwise\"\n target=\"blank\"> Facebook |</a>\n <a class=\"white\"\n href=\"https://twitter.com/posiwise\"\n target=\"blank\"> Twitter</a>\n </span>\n </div>\n <p class=\"text-center text-white mb-0 mt-2\">\n Copyright © {{ currentDate | date: 'yyyy' }} PosiWise. All rights reserved.\n </p>\n</footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.footer-block{background:#ecf5fc url(/assets/img/landing-page/footer-bg.png) center top no-repeat;background-size:cover;float:left;padding:183px 0 81px;text-align:center;width:100%}.footer-block h6{color:#f0f8fe!important;font-size:72px;font-weight:900}@media screen and (max-width:991px){.footer-block h6{font-size:45px}}@media screen and (max-width:575px){.footer-block{padding:96px 0 30px}.footer-block h6{font-size:30px}}\n"], dependencies: [{ kind: "directive", type: i2$1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "pipe", type: i4.DatePipe, name: "date" }] }); }
|
|
279
279
|
}
|
|
280
280
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LandingPageFooterComponent, decorators: [{
|
|
281
281
|
type: Component,
|
|
@@ -294,7 +294,7 @@ class LandingPageHeaderComponent {
|
|
|
294
294
|
this.isMenuCollapsed = !this.isMenuCollapsed;
|
|
295
295
|
}
|
|
296
296
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LandingPageHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
297
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: LandingPageHeaderComponent, isStandalone: false, selector: "pw-landing-page-header", inputs: { landing: "landing" }, ngImport: i0, template: "<div class=\"navbar navbar-expand-lg fixed-top-nav fixed-top\"\n [ngClass]=\"{ 'navbar-blue': !landing }\">\n <div class=\"container d-block\">\n <div class=\"row m-0\">\n <div class=\"col-lg-2 float-start\">\n <a href=\"/\">\n <img src=\"/assets/img/logos/site-logo.png\"\n alt=\"site-logo\" />\n </a>\n <button type=\"button\"\n class=\"navbar-toggle\"\n (click)=\"toggleMenu()\"\n [attr.aria-expanded]=\"!isMenuCollapsed\">\n <span class=\"icon-bar\"></span> <span class=\"icon-bar\"></span>\n <span class=\"icon-bar\"></span>\n </button>\n </div>\n <div class=\"col-lg-10 nav-outer mt-2\">\n <div class=\"navbar-collapse float-end\"\n [class.collapse]=\"isMenuCollapsed\"\n [class.show]=\"!isMenuCollapsed\"\n id=\"myNavbar\">\n <nav class=\"navbar navbar-expand-sm bg-light\">\n <ul class=\"navbar-nav\">\n <li class=\"nav-item\"><a href=\"#services\"> what we do </a></li>\n <li class=\"nav-item\"><a href=\"#products\"> secret weapon </a></li>\n <li class=\"nav-item\"><a href=\"#about-us\"> about us </a></li>\n <li class=\"nav-item contact-button\">\n <a class=\"\"\n href=\"#contact\"> request access </a>\n </li>\n <li class=\"nav-item login-button\">\n <a class=\"\"\n (click)=\"navigateToLogin()\"> log in</a>\n </li>\n </ul>\n </nav>\n </div>\n </div>\n </div>\n </div>\n</div>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.navbar-blue{background-color:#0045c7;box-shadow:2px 2px 15px 2px #0000001f;transition:width 2s,height 2s,-webkit-transform 2s;z-index:9999}.fixed-top-nav{display:block!important;height:60px}.navbar-toggle{display:none}.navbar-toggle .icon-bar{color:#fff}.nav-outer{text-align:right}.nav-outer nav{background:none!important;display:inline-block;float:none;width:auto}.nav-outer li a{color:#fff;font-size:18px;margin:0 0 0 30px;text-transform:capitalize}.nav-outer li a:hover{color:#fff;text-decoration:none}.nav-outer li a:focus{color:#fff}.navbar-nav li{display:inline-block}@media screen and (max-width:1199px){.nav-outer li a{margin:0 10px}}@media screen and (max-width:991px){.icon-bar{background-color:#fff;border-radius:1px;display:block;height:2px;margin-top:4px;width:22px}.navbar-toggle{background-color:#ffb92b!important;background-image:none;border:1px solid rgb(255,255,255);border-radius:4px;display:block!important;float:right;margin-top:4px;padding:9px 10px;position:relative}.collapse{display:none!important}.collapse.show{display:block!important}.nav-outer nav{background:#ffb92b!important;display:inline-block;float:left;padding:20px;width:100%}.nav-outer li a{margin:0;padding:0}.navbar-expand-sm,.navbar-nav{-webkit-box-direction:normal;-webkit-box-orient:horizontal;flex-direction:column}li.nav-item{float:left;margin-bottom:12px;text-align:left;width:100%}.navbar-expand-sm{-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-box-pack:start;flex-flow:column nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{left:auto;right:0}.nav-outer li a:hover{color:#0a56d3}.contact-button a,.login-button a,.nav-item{background:none;color:#fff!important;font-weight:600}.contact-button a:hover,.login-button a:hover,.nav-item a:hover{color:#0a56d3!important}}@media screen and (max-width:767px){.fixed-top{padding:10px;top:0!important}}@media screen and (max-width:575px){.fixed-top{padding:10px;top:0!important}}.fixed-top{position:fixed!important}\n"], dependencies: [{ kind: "directive", type:
|
|
297
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: LandingPageHeaderComponent, isStandalone: false, selector: "pw-landing-page-header", inputs: { landing: "landing" }, ngImport: i0, template: "<div class=\"navbar navbar-expand-lg fixed-top-nav fixed-top\"\n [ngClass]=\"{ 'navbar-blue': !landing }\">\n <div class=\"container d-block\">\n <div class=\"row m-0\">\n <div class=\"col-lg-2 float-start\">\n <a href=\"/\">\n <img src=\"/assets/img/logos/site-logo.png\"\n alt=\"site-logo\" />\n </a>\n <button type=\"button\"\n class=\"navbar-toggle\"\n (click)=\"toggleMenu()\"\n [attr.aria-expanded]=\"!isMenuCollapsed\">\n <span class=\"icon-bar\"></span> <span class=\"icon-bar\"></span>\n <span class=\"icon-bar\"></span>\n </button>\n </div>\n <div class=\"col-lg-10 nav-outer mt-2\">\n <div class=\"navbar-collapse float-end\"\n [class.collapse]=\"isMenuCollapsed\"\n [class.show]=\"!isMenuCollapsed\"\n id=\"myNavbar\">\n <nav class=\"navbar navbar-expand-sm bg-light\">\n <ul class=\"navbar-nav\">\n <li class=\"nav-item\"><a href=\"#services\"> what we do </a></li>\n <li class=\"nav-item\"><a href=\"#products\"> secret weapon </a></li>\n <li class=\"nav-item\"><a href=\"#about-us\"> about us </a></li>\n <li class=\"nav-item contact-button\">\n <a class=\"\"\n href=\"#contact\"> request access </a>\n </li>\n <li class=\"nav-item login-button\">\n <a class=\"\"\n (click)=\"navigateToLogin()\"> log in</a>\n </li>\n </ul>\n </nav>\n </div>\n </div>\n </div>\n </div>\n</div>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.navbar-blue{background-color:#0045c7;box-shadow:2px 2px 15px 2px #0000001f;transition:width 2s,height 2s,-webkit-transform 2s;z-index:9999}.fixed-top-nav{display:block!important;height:60px}.navbar-toggle{display:none}.navbar-toggle .icon-bar{color:#fff}.nav-outer{text-align:right}.nav-outer nav{background:none!important;display:inline-block;float:none;width:auto}.nav-outer li a{color:#fff;font-size:18px;margin:0 0 0 30px;text-transform:capitalize}.nav-outer li a:hover{color:#fff;text-decoration:none}.nav-outer li a:focus{color:#fff}.navbar-nav li{display:inline-block}@media screen and (max-width:1199px){.nav-outer li a{margin:0 10px}}@media screen and (max-width:991px){.icon-bar{background-color:#fff;border-radius:1px;display:block;height:2px;margin-top:4px;width:22px}.navbar-toggle{background-color:#ffb92b!important;background-image:none;border:1px solid rgb(255,255,255);border-radius:4px;display:block!important;float:right;margin-top:4px;padding:9px 10px;position:relative}.collapse{display:none!important}.collapse.show{display:block!important}.nav-outer nav{background:#ffb92b!important;display:inline-block;float:left;padding:20px;width:100%}.nav-outer li a{margin:0;padding:0}.navbar-expand-sm,.navbar-nav{-webkit-box-direction:normal;-webkit-box-orient:horizontal;flex-direction:column}li.nav-item{float:left;margin-bottom:12px;text-align:left;width:100%}.navbar-expand-sm{-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-box-pack:start;flex-flow:column nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{left:auto;right:0}.nav-outer li a:hover{color:#0a56d3}.contact-button a,.login-button a,.nav-item{background:none;color:#fff!important;font-weight:600}.contact-button a:hover,.login-button a:hover,.nav-item a:hover{color:#0a56d3!important}}@media screen and (max-width:767px){.fixed-top{padding:10px;top:0!important}}@media screen and (max-width:575px){.fixed-top{padding:10px;top:0!important}}.fixed-top{position:fixed!important}\n"], dependencies: [{ kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }] }); }
|
|
298
298
|
}
|
|
299
299
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LandingPageHeaderComponent, decorators: [{
|
|
300
300
|
type: Component,
|
|
@@ -344,11 +344,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
|
|
|
344
344
|
}] });
|
|
345
345
|
|
|
346
346
|
class LandingPageSubscribeComponent extends AppBaseComponent {
|
|
347
|
-
constructor(authService, crmService, cdr, injector) {
|
|
347
|
+
constructor(authService, crmService, cdr, injector, confirmDialog) {
|
|
348
348
|
super(injector);
|
|
349
349
|
this.authService = authService;
|
|
350
350
|
this.crmService = crmService;
|
|
351
351
|
this.cdr = cdr;
|
|
352
|
+
this.confirmDialog = confirmDialog;
|
|
352
353
|
this.sourceId = this.appConfig.crm.source_id;
|
|
353
354
|
this.email = '';
|
|
354
355
|
this.siteKey = '';
|
|
@@ -393,7 +394,10 @@ class LandingPageSubscribeComponent extends AppBaseComponent {
|
|
|
393
394
|
this.isCaptchaVerified = true;
|
|
394
395
|
this.isSubscribeClicked = true;
|
|
395
396
|
this.email = '';
|
|
396
|
-
|
|
397
|
+
this.confirmDialog.open({
|
|
398
|
+
text: 'Thanks! Please check your emails for instructions :)',
|
|
399
|
+
confirmOnly: true
|
|
400
|
+
});
|
|
397
401
|
// wait for 2s before removing captcha
|
|
398
402
|
setTimeout(() => {
|
|
399
403
|
this.isCaptchaVerified = false;
|
|
@@ -410,13 +414,13 @@ class LandingPageSubscribeComponent extends AppBaseComponent {
|
|
|
410
414
|
});
|
|
411
415
|
}
|
|
412
416
|
}
|
|
413
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LandingPageSubscribeComponent, deps: [{ token: i1.AuthService }, { token: i2$2.CrmService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
414
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: LandingPageSubscribeComponent, isStandalone: false, selector: "pw-landing-page-subscribe", inputs: { sourceId: "sourceId", gaEventObj: "gaEventObj" }, usesInheritance: true, ngImport: i0, template: "<!--subscribe part start-->\n<section class=\"subscribe-outer\">\n <div class=\"subscribe-right\">\n <img src=\"/assets/img/landing-page/subscribe-right-img.jpg\"\n alt=\"subscribe\" />\n </div>\n <div class=\"subscribe-left d-flex align-items-center\">\n <div>\n <h3>Stay in the loop. Quietly.<br /></h3>\n <p>When we launch something worth seeing, you\u2019ll be the first to know. No spam. No noise. No content calendars.</p>\n <div class=\"form-outer\">\n <input id=\"subscribe_email\"\n name=\"email\"\n type=\"email\"\n autocomplete=\"email\"\n [(ngModel)]=\"email\"\n class=\"email-txt\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n placeholder=\"you@domain.com\"\n (keyup)=\"validateEmail()\" />\n\n @if (!isSubscribeClicked && !isCaptchaVerified) {\n <input id=\"subscribe_btn\"\n name=\"subscribe_btn\"\n (click)=\"subscribeNewsletter()\"\n class=\"subscribe-btn mb-2\"\n type=\"button\"\n value=\"Get on the List\" />\n }\n\n @if (isSubscribeClicked && !isCaptchaVerified) {\n <div class=\"mt-3\"\n >\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n }\n\n @if (isCaptchaVerified && isSubscribeClicked) {\n <div class=\"color-white\"\n >\n You're successfully subscribed to our Newsletter.\n </div>\n }\n </div>\n </div>\n </div>\n</section>\n<!--subscribe part end-->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.subscribe-outer{float:left;width:100%}.subscribe-outer .btn-subs{display:block;margin-top:70px}.subscribe-outer .subscribe-left{background-color:#45d192;float:left;height:500px;padding:49px 0 49px 200px;position:relative;width:50%}.subscribe-outer .subscribe-left:after{background:url(/assets/img/landing-page/subscribe-after-bdr.png) no-repeat;content:\"\";height:100%;position:absolute;right:-150px;top:0;width:150px}.subscribe-outer .subscribe-left h3{color:#fff!important;font-size:60px;font-weight:900}.subscribe-outer .subscribe-left p{color:#fff;font-size:30px;font-weight:400;line-height:30px}.subscribe-outer .form-outer{float:left;width:450px}.subscribe-outer .email-txt{background-color:#fff;border:0;color:#42526e;float:left;font-size:18px;font-weight:400;margin-bottom:25px;outline:none;padding:19px 20px 18px;width:100%}.subscribe-outer .subscribe-right{float:right;height:500px;position:relative;width:50%}.subscribe-outer .subscribe-right img{height:100%;object-fit:cover;position:absolute;vertical-align:middle;width:100%}@media screen and (max-width:1499px){.subscribe-outer .subscribe-left{padding:49px 0 48px 60px}}@media screen and (max-width:1199px){.subscribe-outer .subscribe-left{padding:49px 0 48px 20px}}@media screen and (max-width:991px){.subscribe-outer .subscribe-left h3{font-size:47px}.subscribe-outer .subscribe-left p br{display:none}.subscribe-outer .subscribe-right img{position:relative}.subscribe-outer .subscribe-outer h3{font-size:44px}.subscribe-outer .subscribe-outer h3 br{display:none;font-size:50px}.subscribe-outer .subscribe-outer p{font-size:25px}.subscribe-outer .subscribe-outer p br{display:none;font-size:25px}}@media screen and (max-width:767px){.subscribe-outer .subscribe-right{height:auto;width:100%}.subscribe-outer .subscribe-left{height:auto;padding:49px 20px 48px;width:100%}.subscribe-outer .subscribe-left:after{display:none}.subscribe-outer .form-outer{width:100%}}@media screen and (max-width:575px){.subscribe-outer .subscribe-outer h3{font-size:40px}.subscribe-outer .subscribe-outer p{font-size:20px}}\n"], dependencies: [{ kind: "directive", type:
|
|
417
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LandingPageSubscribeComponent, deps: [{ token: i1.AuthService }, { token: i2$2.CrmService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }, { token: i3.ConfirmDialogService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
418
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: LandingPageSubscribeComponent, isStandalone: false, selector: "pw-landing-page-subscribe", inputs: { sourceId: "sourceId", gaEventObj: "gaEventObj" }, usesInheritance: true, ngImport: i0, template: "<!--subscribe part start-->\n<section class=\"subscribe-outer\">\n <div class=\"subscribe-right\">\n <img src=\"/assets/img/landing-page/subscribe-right-img.jpg\"\n alt=\"subscribe\" />\n </div>\n <div class=\"subscribe-left d-flex align-items-center\">\n <div>\n <h3>Stay in the loop. Quietly.<br /></h3>\n <p>When we launch something worth seeing, you\u2019ll be the first to know. No spam. No noise. No content calendars.</p>\n <div class=\"form-outer\">\n <input id=\"subscribe_email\"\n name=\"email\"\n type=\"email\"\n autocomplete=\"email\"\n [(ngModel)]=\"email\"\n class=\"email-txt\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n placeholder=\"you@domain.com\"\n (keyup)=\"validateEmail()\" />\n\n @if (!isSubscribeClicked && !isCaptchaVerified) {\n <input id=\"subscribe_btn\"\n name=\"subscribe_btn\"\n (click)=\"subscribeNewsletter()\"\n class=\"subscribe-btn mb-2\"\n type=\"button\"\n value=\"Get on the List\" />\n }\n\n @if (isSubscribeClicked && !isCaptchaVerified) {\n <div class=\"mt-3\"\n >\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n }\n\n @if (isCaptchaVerified && isSubscribeClicked) {\n <div class=\"color-white\"\n >\n You're successfully subscribed to our Newsletter.\n </div>\n }\n </div>\n </div>\n </div>\n</section>\n<!--subscribe part end-->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.subscribe-outer{float:left;width:100%}.subscribe-outer .btn-subs{display:block;margin-top:70px}.subscribe-outer .subscribe-left{background-color:#45d192;float:left;height:500px;padding:49px 0 49px 200px;position:relative;width:50%}.subscribe-outer .subscribe-left:after{background:url(/assets/img/landing-page/subscribe-after-bdr.png) no-repeat;content:\"\";height:100%;position:absolute;right:-150px;top:0;width:150px}.subscribe-outer .subscribe-left h3{color:#fff!important;font-size:60px;font-weight:900}.subscribe-outer .subscribe-left p{color:#fff;font-size:30px;font-weight:400;line-height:30px}.subscribe-outer .form-outer{float:left;width:450px}.subscribe-outer .email-txt{background-color:#fff;border:0;color:#42526e;float:left;font-size:18px;font-weight:400;margin-bottom:25px;outline:none;padding:19px 20px 18px;width:100%}.subscribe-outer .subscribe-right{float:right;height:500px;position:relative;width:50%}.subscribe-outer .subscribe-right img{height:100%;object-fit:cover;position:absolute;vertical-align:middle;width:100%}@media screen and (max-width:1499px){.subscribe-outer .subscribe-left{padding:49px 0 48px 60px}}@media screen and (max-width:1199px){.subscribe-outer .subscribe-left{padding:49px 0 48px 20px}}@media screen and (max-width:991px){.subscribe-outer .subscribe-left h3{font-size:47px}.subscribe-outer .subscribe-left p br{display:none}.subscribe-outer .subscribe-right img{position:relative}.subscribe-outer .subscribe-outer h3{font-size:44px}.subscribe-outer .subscribe-outer h3 br{display:none;font-size:50px}.subscribe-outer .subscribe-outer p{font-size:25px}.subscribe-outer .subscribe-outer p br{display:none;font-size:25px}}@media screen and (max-width:767px){.subscribe-outer .subscribe-right{height:auto;width:100%}.subscribe-outer .subscribe-left{height:auto;padding:49px 20px 48px;width:100%}.subscribe-outer .subscribe-left:after{display:none}.subscribe-outer .form-outer{width:100%}}@media screen and (max-width:575px){.subscribe-outer .subscribe-outer h3{font-size:40px}.subscribe-outer .subscribe-outer p{font-size:20px}}\n"], dependencies: [{ kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i7.ReCaptcha2Component, selector: "ngx-recaptcha2", inputs: ["theme", "size"] }] }); }
|
|
415
419
|
}
|
|
416
420
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LandingPageSubscribeComponent, decorators: [{
|
|
417
421
|
type: Component,
|
|
418
422
|
args: [{ selector: 'pw-landing-page-subscribe', standalone: false, template: "<!--subscribe part start-->\n<section class=\"subscribe-outer\">\n <div class=\"subscribe-right\">\n <img src=\"/assets/img/landing-page/subscribe-right-img.jpg\"\n alt=\"subscribe\" />\n </div>\n <div class=\"subscribe-left d-flex align-items-center\">\n <div>\n <h3>Stay in the loop. Quietly.<br /></h3>\n <p>When we launch something worth seeing, you\u2019ll be the first to know. No spam. No noise. No content calendars.</p>\n <div class=\"form-outer\">\n <input id=\"subscribe_email\"\n name=\"email\"\n type=\"email\"\n autocomplete=\"email\"\n [(ngModel)]=\"email\"\n class=\"email-txt\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n placeholder=\"you@domain.com\"\n (keyup)=\"validateEmail()\" />\n\n @if (!isSubscribeClicked && !isCaptchaVerified) {\n <input id=\"subscribe_btn\"\n name=\"subscribe_btn\"\n (click)=\"subscribeNewsletter()\"\n class=\"subscribe-btn mb-2\"\n type=\"button\"\n value=\"Get on the List\" />\n }\n\n @if (isSubscribeClicked && !isCaptchaVerified) {\n <div class=\"mt-3\"\n >\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n }\n\n @if (isCaptchaVerified && isSubscribeClicked) {\n <div class=\"color-white\"\n >\n You're successfully subscribed to our Newsletter.\n </div>\n }\n </div>\n </div>\n </div>\n</section>\n<!--subscribe part end-->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.subscribe-outer{float:left;width:100%}.subscribe-outer .btn-subs{display:block;margin-top:70px}.subscribe-outer .subscribe-left{background-color:#45d192;float:left;height:500px;padding:49px 0 49px 200px;position:relative;width:50%}.subscribe-outer .subscribe-left:after{background:url(/assets/img/landing-page/subscribe-after-bdr.png) no-repeat;content:\"\";height:100%;position:absolute;right:-150px;top:0;width:150px}.subscribe-outer .subscribe-left h3{color:#fff!important;font-size:60px;font-weight:900}.subscribe-outer .subscribe-left p{color:#fff;font-size:30px;font-weight:400;line-height:30px}.subscribe-outer .form-outer{float:left;width:450px}.subscribe-outer .email-txt{background-color:#fff;border:0;color:#42526e;float:left;font-size:18px;font-weight:400;margin-bottom:25px;outline:none;padding:19px 20px 18px;width:100%}.subscribe-outer .subscribe-right{float:right;height:500px;position:relative;width:50%}.subscribe-outer .subscribe-right img{height:100%;object-fit:cover;position:absolute;vertical-align:middle;width:100%}@media screen and (max-width:1499px){.subscribe-outer .subscribe-left{padding:49px 0 48px 60px}}@media screen and (max-width:1199px){.subscribe-outer .subscribe-left{padding:49px 0 48px 20px}}@media screen and (max-width:991px){.subscribe-outer .subscribe-left h3{font-size:47px}.subscribe-outer .subscribe-left p br{display:none}.subscribe-outer .subscribe-right img{position:relative}.subscribe-outer .subscribe-outer h3{font-size:44px}.subscribe-outer .subscribe-outer h3 br{display:none;font-size:50px}.subscribe-outer .subscribe-outer p{font-size:25px}.subscribe-outer .subscribe-outer p br{display:none;font-size:25px}}@media screen and (max-width:767px){.subscribe-outer .subscribe-right{height:auto;width:100%}.subscribe-outer .subscribe-left{height:auto;padding:49px 20px 48px;width:100%}.subscribe-outer .subscribe-left:after{display:none}.subscribe-outer .form-outer{width:100%}}@media screen and (max-width:575px){.subscribe-outer .subscribe-outer h3{font-size:40px}.subscribe-outer .subscribe-outer p{font-size:20px}}\n"] }]
|
|
419
|
-
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i2$2.CrmService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }], propDecorators: { sourceId: [{
|
|
423
|
+
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i2$2.CrmService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }, { type: i3.ConfirmDialogService }], propDecorators: { sourceId: [{
|
|
420
424
|
type: Input
|
|
421
425
|
}], gaEventObj: [{
|
|
422
426
|
type: Input
|
|
@@ -444,12 +448,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
|
|
|
444
448
|
}] });
|
|
445
449
|
|
|
446
450
|
class LandingPageContactBComponent extends AppBaseComponent {
|
|
447
|
-
constructor(commonService, fb, authService, cdr, injector) {
|
|
451
|
+
constructor(commonService, fb, authService, cdr, injector, confirmDialog) {
|
|
448
452
|
super(injector);
|
|
449
453
|
this.commonService = commonService;
|
|
450
454
|
this.fb = fb;
|
|
451
455
|
this.authService = authService;
|
|
452
456
|
this.cdr = cdr;
|
|
457
|
+
this.confirmDialog = confirmDialog;
|
|
453
458
|
this.masterProductId = this.appConfig?.master_subscription?.product_id;
|
|
454
459
|
this.isEmailValid = true;
|
|
455
460
|
this.isCaptchaVerified = false;
|
|
@@ -488,7 +493,7 @@ class LandingPageContactBComponent extends AppBaseComponent {
|
|
|
488
493
|
if (this.gaEventObj) {
|
|
489
494
|
this.googleAnalyticsService.sendEvent(this.gaEventObj.category, this.gaEventObj.action, this.gaEventObj.label, this.gaEventObj.value);
|
|
490
495
|
}
|
|
491
|
-
|
|
496
|
+
this.confirmDialog.open({ text: response.message, confirmOnly: true });
|
|
492
497
|
this.form.reset();
|
|
493
498
|
// wait for 2s before removing captcha
|
|
494
499
|
setTimeout(() => {
|
|
@@ -520,13 +525,13 @@ class LandingPageContactBComponent extends AppBaseComponent {
|
|
|
520
525
|
this.isEmailValid = true;
|
|
521
526
|
}
|
|
522
527
|
}
|
|
523
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LandingPageContactBComponent, deps: [{ token: i1.CommonService }, { token: i2.UntypedFormBuilder }, { token: i1.AuthService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
524
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: LandingPageContactBComponent, isStandalone: false, selector: "pw-landing-page-contact-b", inputs: { gaEventObj: "gaEventObj" }, usesInheritance: true, ngImport: i0, template: "<section class=\"get-in-touch\">\n <div class=\"container\">\n <h2>\n If you\u2019ve lived the problem, we\u2019ll build the solution.\n </h2>\n <p class=\"description\"></p>\n <div class=\"col-md-5 col-sm-12 float-start contact-form\">\n <form [formGroup]=\"form\"\n (ngSubmit)=\"onSubmit()\"\n class=\"contact-form-inner\">\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"name\"\n placeholder=\"Name*\" id=\"input_name_1\" name=\"input_name_1\"/>\n <pw-field-error-display [displayError]=\"\n !form.get('name').valid && (form.get('name').touched || submitted)\n \"\n errorMsg=\"Name is required\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"email\"\n placeholder=\"Your Email*\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n (keyup)=\"validateEmail()\" id=\"input_email_2\" name=\"input_email_2\"/>\n <pw-field-error-display [displayError]=\"\n !form.get('email').valid && (form.get('email').touched || submitted)\n \"\n errorMsg=\"Email is invalid\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <textarea id=\"landing-page-contact-b-message\"\n name=\"message\"\n cols=\"\"\n rows=\"\"\n formControlName=\"message\"\n class=\"form-control textarea\"\n placeholder=\"Message*\"></textarea>\n <pw-field-error-display [displayError]=\"\n !form.get('message').valid && (form.get('message').touched || submitted)\n \"\n errorMsg=\"Message is required\">\n </pw-field-error-display>\n </div>\n @if (!isSubscribeClicked && !isCaptchaVerified) {\n <button type=\"submit\"\n class=\"contact-btn\">\n Submit\n </button>\n }\n @if (isSubscribeClicked && !isCaptchaVerified) {\n <div class=\"mt-3\"\n >\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n [ngModelOptions]=\"{ standalone: true }\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n }\n @if (isCaptchaVerified && isSubscribeClicked) {\n <div class=\"text-primary\"\n >\n We've received your request. Thanks. We'll get back to you quickly.\n </div>\n }\n <div class=\"my-4\">\n <hr />\n </div>\n <div class=\"book-demo login-button text-center\">\n <p>Alternatively, you can book a time to talk to us.</p>\n <a [eventTracker]=\"{\n category: 'request-demo',\n action: 'click',\n label: 'landing-page-contact-b',\n value: 1\n }\"\n href=\"https://calendly.com/posiwise/office-hours-mentoring\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">Talk to the Team</a>\n </div>\n </form>\n </div>\n <div class=\"col-md-7 col-sm-12 float-end\">\n <div class=\"address-block\">\n <div class=\"address-white-block\">\n <h6>Don\u2019t pitch us an idea. Bring us a problem you\u2019ve lived.</h6>\n <p>\n We build - and fund - profitable software companies from lived pain.\n </p>\n <p>\n If you\u2019ve seen a broken system up close \u2014 and want to productise the fix \u2014 we want to hear from you. No fluff. No\n tourists.\n </p>\n <strong> Where to find us: </strong>\n <ul>\n <li class=\"d-none\">\n <span><i class=\"fas fa-phone\"></i></span>\n <div class=\"address-info\">\n <strong>Phone</strong>\n <p>\n Belgium<br />\n <a href=\"callto:+32484163170\"> +32 (0) 484 16 31 70 </a>\n </p>\n <p>\n Australia<br />\n <a href=\"callto:+61478682100\"> +61 (0) 478 68 21 00 </a>\n </p>\n </div>\n </li>\n <li>\n <span>\n <i class=\"fas fa-map-marker-alt\"></i>\n </span>\n <div class=\"address-info\">\n <strong>Address</strong>\n <p class=\"mb-0\">Rue des Hirondelles 15</p>\n <p>1000 Brussels - Belgium</p>\n <p class=\"mb-0\">12/24 Ocean Street N</p>\n <p>2026 Bondi - NSW - Australia</p>\n </div>\n </li>\n <li>\n <span>\n <i class=\"fas fa-regular fa-globe\"></i>\n </span>\n <div class=\"address-info\">\n <strong>Email</strong>\n <p><a href=\"mailto:info@posiwise.com\">info@posiwise.com</a></p>\n </div>\n </li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n</section>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.get-in-touch{background:#ecf5fc;padding:90px 0 70px}.get-in-touch h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:44px;font-weight:900;text-align:center}.get-in-touch .description{color:#42526e;font-family:Roboto,sans-serif;font-size:30px;font-weight:300;margin-bottom:60px;padding:0 0 25px;position:relative;text-align:center}.get-in-touch:after{background:#ffab00;bottom:0;height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.contact-form-inner{background-color:#fff;box-shadow:1px 1px 57px #0000001a;padding:40px!important;position:relative;z-index:4}.contact-form-inner .book-demo a{display:inline-block;font-size:20px}.contact-form{position:relative}.contact-form:before{background:url(/assets/img/landing-page/form-rounded-img.png) left top no-repeat;content:\"\";height:257px;left:-123px;position:absolute;top:-106px;width:257px;z-index:1}.contact-form-inner .form-control{background-color:#f5f5f5;border:0;border-radius:0;color:#42526e;font-family:Roboto,sans-serif;font-size:16px;font-weight:300;height:55px;margin-bottom:20px;outline:0;padding:0 24px}.textarea{height:135px!important;padding:21px 24px!important}.address-white-block{background-color:#fff;box-shadow:1px 1px 57px #0000001a;float:left;padding:51px 37px 40px!important;position:relative;text-align:left;z-index:2}.address-white-block h6{color:#2e3238!important;font-size:24px;font-weight:900;margin-bottom:19px}.address-white-block p{color:#42526e;font-size:18px;font-weight:300;line-height:24px;margin-bottom:12px}.address-white-block strong{color:#2e3238;display:inline-block;font-size:24px;font-weight:900;margin-bottom:19px;padding:24px 0 0;width:100%}.address-white-block li:nth-child(2){float:left;width:314px}.address-white-block li:nth-child(3){float:left;width:265px}.address-white-block li:nth-child(3) .address-info{width:210px}.address-white-block li strong{color:#2e3238;font-size:18px;font-weight:700;margin:0;padding:0}.address-white-block li span{float:left;width:25px}.address-white-block li p{color:#42526e;font-size:15px;font-weight:300;line-height:30px}.address-white-block li p a{color:#42526e;text-decoration:none}.address-white-block li p:hover{color:#000;text-decoration:underline}.address-white-block li{float:left;width:265px}.address-white-block li i.fa-phone{transform:rotate(90deg)}.address-white-block li i{font-size:17px;color:var(--first)}.address-info{float:left;width:240px}.address-block{position:absolute}.address-block:before{background:url(/assets/img/landing-page/form-rounded-img2.png) center top no-repeat;content:\"\";height:194px;position:absolute;right:-90px;top:-92px;width:194px;z-index:1}.address-block:after{background:url(/assets/img/landing-page/form-rounded-img3.png) center top no-repeat;bottom:-143px;content:\"\";height:352px;position:absolute;right:-160px;width:352px;z-index:1}@media screen and (max-width:1499px){.get-in-touch{overflow:hidden}}@media screen and (max-width:991px){.address-white-block{padding:30px 37px 40px!important}}@media screen and (max-width:991px){.address-block{position:relative}}@media screen and (max-width:767px){.get-in-touch h2{font-size:31px}.get-in-touch .description{font-size:20px;position:relative;z-index:2}.address-block{float:left;height:100%;position:relative;width:100%}.contact-form-inner{padding:20px!important}}@media screen and (max-width:575px){.contact-form{padding:0!important}.get-in-touch{padding:50px 0 54px}.get-in-touch h2{font-size:29px}.address-white-block{max-width:100%;padding:20px!important}.address-white-block p{font-size:17px}.address-white-block li p{font-size:15px}}.address-block-container{position:relative;padding-right:15px;padding-left:29px}@media(min-width:768px){.col-md-7{flex:0 0 auto;width:58.33333333%;position:relative;padding-right:15px;padding-left:29px}}@media screen and (min-width:768px){.banner-left-bar{flex:0 0 auto;width:58.33333333%;padding-right:15px;padding-left:29px}}\n"], dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i1$1.EventTrackerDirective, selector: "[eventTracker]", inputs: ["eventTracker"] }, { kind: "component", type: i6.ReCaptcha2Component, selector: "ngx-recaptcha2", inputs: ["theme", "size"] }, { kind: "component", type: i6$1.FieldErrorDisplayComponent, selector: "pw-field-error-display", inputs: ["errorMsg", "displayError"] }] }); }
|
|
528
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LandingPageContactBComponent, deps: [{ token: i1.CommonService }, { token: i2.UntypedFormBuilder }, { token: i1.AuthService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }, { token: i3.ConfirmDialogService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
529
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: LandingPageContactBComponent, isStandalone: false, selector: "pw-landing-page-contact-b", inputs: { gaEventObj: "gaEventObj" }, usesInheritance: true, ngImport: i0, template: "<section class=\"get-in-touch\">\n <div class=\"container\">\n <h2>\n If you\u2019ve lived the problem, we\u2019ll build the solution.\n </h2>\n <p class=\"description\"></p>\n <div class=\"col-md-5 col-sm-12 float-start contact-form\">\n <form [formGroup]=\"form\"\n (ngSubmit)=\"onSubmit()\"\n class=\"contact-form-inner\">\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"name\"\n placeholder=\"Name*\" id=\"input_name_1\" name=\"input_name_1\"/>\n <pw-field-error-display [displayError]=\"\n !form.get('name').valid && (form.get('name').touched || submitted)\n \"\n errorMsg=\"Name is required\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"email\"\n placeholder=\"Your Email*\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n (keyup)=\"validateEmail()\" id=\"input_email_2\" name=\"input_email_2\"/>\n <pw-field-error-display [displayError]=\"\n !form.get('email').valid && (form.get('email').touched || submitted)\n \"\n errorMsg=\"Email is invalid\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <textarea id=\"landing-page-contact-b-message\"\n name=\"message\"\n cols=\"\"\n rows=\"\"\n formControlName=\"message\"\n class=\"form-control textarea\"\n placeholder=\"Message*\"></textarea>\n <pw-field-error-display [displayError]=\"\n !form.get('message').valid && (form.get('message').touched || submitted)\n \"\n errorMsg=\"Message is required\">\n </pw-field-error-display>\n </div>\n @if (!isSubscribeClicked && !isCaptchaVerified) {\n <button type=\"submit\"\n class=\"contact-btn\">\n Submit\n </button>\n }\n @if (isSubscribeClicked && !isCaptchaVerified) {\n <div class=\"mt-3\"\n >\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n [ngModelOptions]=\"{ standalone: true }\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n }\n @if (isCaptchaVerified && isSubscribeClicked) {\n <div class=\"text-primary\"\n >\n We've received your request. Thanks. We'll get back to you quickly.\n </div>\n }\n <div class=\"my-4\">\n <hr />\n </div>\n <div class=\"book-demo login-button text-center\">\n <p>Alternatively, you can book a time to talk to us.</p>\n <a [eventTracker]=\"{\n category: 'request-demo',\n action: 'click',\n label: 'landing-page-contact-b',\n value: 1\n }\"\n href=\"https://calendly.com/posiwise/office-hours-mentoring\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">Talk to the Team</a>\n </div>\n </form>\n </div>\n <div class=\"col-md-7 col-sm-12 float-end\">\n <div class=\"address-block\">\n <div class=\"address-white-block\">\n <h6>Don\u2019t pitch us an idea. Bring us a problem you\u2019ve lived.</h6>\n <p>\n We build - and fund - profitable software companies from lived pain.\n </p>\n <p>\n If you\u2019ve seen a broken system up close \u2014 and want to productise the fix \u2014 we want to hear from you. No fluff. No\n tourists.\n </p>\n <strong> Where to find us: </strong>\n <ul>\n <li class=\"d-none\">\n <span><i class=\"fas fa-phone\"></i></span>\n <div class=\"address-info\">\n <strong>Phone</strong>\n <p>\n Belgium<br />\n <a href=\"callto:+32484163170\"> +32 (0) 484 16 31 70 </a>\n </p>\n <p>\n Australia<br />\n <a href=\"callto:+61478682100\"> +61 (0) 478 68 21 00 </a>\n </p>\n </div>\n </li>\n <li>\n <span>\n <i class=\"fas fa-map-marker-alt\"></i>\n </span>\n <div class=\"address-info\">\n <strong>Address</strong>\n <p class=\"mb-0\">Rue des Hirondelles 15</p>\n <p>1000 Brussels - Belgium</p>\n <p class=\"mb-0\">12/24 Ocean Street N</p>\n <p>2026 Bondi - NSW - Australia</p>\n </div>\n </li>\n <li>\n <span>\n <i class=\"fas fa-regular fa-globe\"></i>\n </span>\n <div class=\"address-info\">\n <strong>Email</strong>\n <p><a href=\"mailto:info@posiwise.com\">info@posiwise.com</a></p>\n </div>\n </li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n</section>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.get-in-touch{background:#ecf5fc;padding:90px 0 70px}.get-in-touch h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:44px;font-weight:900;text-align:center}.get-in-touch .description{color:#42526e;font-family:Roboto,sans-serif;font-size:30px;font-weight:300;margin-bottom:60px;padding:0 0 25px;position:relative;text-align:center}.get-in-touch:after{background:#ffab00;bottom:0;height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.contact-form-inner{background-color:#fff;box-shadow:1px 1px 57px #0000001a;padding:40px!important;position:relative;z-index:4}.contact-form-inner .book-demo a{display:inline-block;font-size:20px}.contact-form{position:relative}.contact-form:before{background:url(/assets/img/landing-page/form-rounded-img.png) left top no-repeat;content:\"\";height:257px;left:-123px;position:absolute;top:-106px;width:257px;z-index:1}.contact-form-inner .form-control{background-color:#f5f5f5;border:0;border-radius:0;color:#42526e;font-family:Roboto,sans-serif;font-size:16px;font-weight:300;height:55px;margin-bottom:20px;outline:0;padding:0 24px}.textarea{height:135px!important;padding:21px 24px!important}.address-white-block{background-color:#fff;box-shadow:1px 1px 57px #0000001a;float:left;padding:51px 37px 40px!important;position:relative;text-align:left;z-index:2}.address-white-block h6{color:#2e3238!important;font-size:24px;font-weight:900;margin-bottom:19px}.address-white-block p{color:#42526e;font-size:18px;font-weight:300;line-height:24px;margin-bottom:12px}.address-white-block strong{color:#2e3238;display:inline-block;font-size:24px;font-weight:900;margin-bottom:19px;padding:24px 0 0;width:100%}.address-white-block li:nth-child(2){float:left;width:314px}.address-white-block li:nth-child(3){float:left;width:265px}.address-white-block li:nth-child(3) .address-info{width:210px}.address-white-block li strong{color:#2e3238;font-size:18px;font-weight:700;margin:0;padding:0}.address-white-block li span{float:left;width:25px}.address-white-block li p{color:#42526e;font-size:15px;font-weight:300;line-height:30px}.address-white-block li p a{color:#42526e;text-decoration:none}.address-white-block li p:hover{color:#000;text-decoration:underline}.address-white-block li{float:left;width:265px}.address-white-block li i.fa-phone{transform:rotate(90deg)}.address-white-block li i{font-size:17px;color:var(--first)}.address-info{float:left;width:240px}.address-block{position:absolute}.address-block:before{background:url(/assets/img/landing-page/form-rounded-img2.png) center top no-repeat;content:\"\";height:194px;position:absolute;right:-90px;top:-92px;width:194px;z-index:1}.address-block:after{background:url(/assets/img/landing-page/form-rounded-img3.png) center top no-repeat;bottom:-143px;content:\"\";height:352px;position:absolute;right:-160px;width:352px;z-index:1}@media screen and (max-width:1499px){.get-in-touch{overflow:hidden}}@media screen and (max-width:991px){.address-white-block{padding:30px 37px 40px!important}}@media screen and (max-width:991px){.address-block{position:relative}}@media screen and (max-width:767px){.get-in-touch h2{font-size:31px}.get-in-touch .description{font-size:20px;position:relative;z-index:2}.address-block{float:left;height:100%;position:relative;width:100%}.contact-form-inner{padding:20px!important}}@media screen and (max-width:575px){.contact-form{padding:0!important}.get-in-touch{padding:50px 0 54px}.get-in-touch h2{font-size:29px}.address-white-block{max-width:100%;padding:20px!important}.address-white-block p{font-size:17px}.address-white-block li p{font-size:15px}}.address-block-container{position:relative;padding-right:15px;padding-left:29px}@media(min-width:768px){.col-md-7{flex:0 0 auto;width:58.33333333%;position:relative;padding-right:15px;padding-left:29px}}@media screen and (min-width:768px){.banner-left-bar{flex:0 0 auto;width:58.33333333%;padding-right:15px;padding-left:29px}}\n"], dependencies: [{ kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i1$1.EventTrackerDirective, selector: "[eventTracker]", inputs: ["eventTracker"] }, { kind: "component", type: i7.ReCaptcha2Component, selector: "ngx-recaptcha2", inputs: ["theme", "size"] }, { kind: "component", type: i7$1.FieldErrorDisplayComponent, selector: "pw-field-error-display", inputs: ["errorMsg", "displayError"] }] }); }
|
|
525
530
|
}
|
|
526
531
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LandingPageContactBComponent, decorators: [{
|
|
527
532
|
type: Component,
|
|
528
533
|
args: [{ selector: 'pw-landing-page-contact-b', standalone: false, template: "<section class=\"get-in-touch\">\n <div class=\"container\">\n <h2>\n If you\u2019ve lived the problem, we\u2019ll build the solution.\n </h2>\n <p class=\"description\"></p>\n <div class=\"col-md-5 col-sm-12 float-start contact-form\">\n <form [formGroup]=\"form\"\n (ngSubmit)=\"onSubmit()\"\n class=\"contact-form-inner\">\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"name\"\n placeholder=\"Name*\" id=\"input_name_1\" name=\"input_name_1\"/>\n <pw-field-error-display [displayError]=\"\n !form.get('name').valid && (form.get('name').touched || submitted)\n \"\n errorMsg=\"Name is required\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"email\"\n placeholder=\"Your Email*\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n (keyup)=\"validateEmail()\" id=\"input_email_2\" name=\"input_email_2\"/>\n <pw-field-error-display [displayError]=\"\n !form.get('email').valid && (form.get('email').touched || submitted)\n \"\n errorMsg=\"Email is invalid\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <textarea id=\"landing-page-contact-b-message\"\n name=\"message\"\n cols=\"\"\n rows=\"\"\n formControlName=\"message\"\n class=\"form-control textarea\"\n placeholder=\"Message*\"></textarea>\n <pw-field-error-display [displayError]=\"\n !form.get('message').valid && (form.get('message').touched || submitted)\n \"\n errorMsg=\"Message is required\">\n </pw-field-error-display>\n </div>\n @if (!isSubscribeClicked && !isCaptchaVerified) {\n <button type=\"submit\"\n class=\"contact-btn\">\n Submit\n </button>\n }\n @if (isSubscribeClicked && !isCaptchaVerified) {\n <div class=\"mt-3\"\n >\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n [ngModelOptions]=\"{ standalone: true }\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n }\n @if (isCaptchaVerified && isSubscribeClicked) {\n <div class=\"text-primary\"\n >\n We've received your request. Thanks. We'll get back to you quickly.\n </div>\n }\n <div class=\"my-4\">\n <hr />\n </div>\n <div class=\"book-demo login-button text-center\">\n <p>Alternatively, you can book a time to talk to us.</p>\n <a [eventTracker]=\"{\n category: 'request-demo',\n action: 'click',\n label: 'landing-page-contact-b',\n value: 1\n }\"\n href=\"https://calendly.com/posiwise/office-hours-mentoring\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">Talk to the Team</a>\n </div>\n </form>\n </div>\n <div class=\"col-md-7 col-sm-12 float-end\">\n <div class=\"address-block\">\n <div class=\"address-white-block\">\n <h6>Don\u2019t pitch us an idea. Bring us a problem you\u2019ve lived.</h6>\n <p>\n We build - and fund - profitable software companies from lived pain.\n </p>\n <p>\n If you\u2019ve seen a broken system up close \u2014 and want to productise the fix \u2014 we want to hear from you. No fluff. No\n tourists.\n </p>\n <strong> Where to find us: </strong>\n <ul>\n <li class=\"d-none\">\n <span><i class=\"fas fa-phone\"></i></span>\n <div class=\"address-info\">\n <strong>Phone</strong>\n <p>\n Belgium<br />\n <a href=\"callto:+32484163170\"> +32 (0) 484 16 31 70 </a>\n </p>\n <p>\n Australia<br />\n <a href=\"callto:+61478682100\"> +61 (0) 478 68 21 00 </a>\n </p>\n </div>\n </li>\n <li>\n <span>\n <i class=\"fas fa-map-marker-alt\"></i>\n </span>\n <div class=\"address-info\">\n <strong>Address</strong>\n <p class=\"mb-0\">Rue des Hirondelles 15</p>\n <p>1000 Brussels - Belgium</p>\n <p class=\"mb-0\">12/24 Ocean Street N</p>\n <p>2026 Bondi - NSW - Australia</p>\n </div>\n </li>\n <li>\n <span>\n <i class=\"fas fa-regular fa-globe\"></i>\n </span>\n <div class=\"address-info\">\n <strong>Email</strong>\n <p><a href=\"mailto:info@posiwise.com\">info@posiwise.com</a></p>\n </div>\n </li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n</section>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.get-in-touch{background:#ecf5fc;padding:90px 0 70px}.get-in-touch h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:44px;font-weight:900;text-align:center}.get-in-touch .description{color:#42526e;font-family:Roboto,sans-serif;font-size:30px;font-weight:300;margin-bottom:60px;padding:0 0 25px;position:relative;text-align:center}.get-in-touch:after{background:#ffab00;bottom:0;height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.contact-form-inner{background-color:#fff;box-shadow:1px 1px 57px #0000001a;padding:40px!important;position:relative;z-index:4}.contact-form-inner .book-demo a{display:inline-block;font-size:20px}.contact-form{position:relative}.contact-form:before{background:url(/assets/img/landing-page/form-rounded-img.png) left top no-repeat;content:\"\";height:257px;left:-123px;position:absolute;top:-106px;width:257px;z-index:1}.contact-form-inner .form-control{background-color:#f5f5f5;border:0;border-radius:0;color:#42526e;font-family:Roboto,sans-serif;font-size:16px;font-weight:300;height:55px;margin-bottom:20px;outline:0;padding:0 24px}.textarea{height:135px!important;padding:21px 24px!important}.address-white-block{background-color:#fff;box-shadow:1px 1px 57px #0000001a;float:left;padding:51px 37px 40px!important;position:relative;text-align:left;z-index:2}.address-white-block h6{color:#2e3238!important;font-size:24px;font-weight:900;margin-bottom:19px}.address-white-block p{color:#42526e;font-size:18px;font-weight:300;line-height:24px;margin-bottom:12px}.address-white-block strong{color:#2e3238;display:inline-block;font-size:24px;font-weight:900;margin-bottom:19px;padding:24px 0 0;width:100%}.address-white-block li:nth-child(2){float:left;width:314px}.address-white-block li:nth-child(3){float:left;width:265px}.address-white-block li:nth-child(3) .address-info{width:210px}.address-white-block li strong{color:#2e3238;font-size:18px;font-weight:700;margin:0;padding:0}.address-white-block li span{float:left;width:25px}.address-white-block li p{color:#42526e;font-size:15px;font-weight:300;line-height:30px}.address-white-block li p a{color:#42526e;text-decoration:none}.address-white-block li p:hover{color:#000;text-decoration:underline}.address-white-block li{float:left;width:265px}.address-white-block li i.fa-phone{transform:rotate(90deg)}.address-white-block li i{font-size:17px;color:var(--first)}.address-info{float:left;width:240px}.address-block{position:absolute}.address-block:before{background:url(/assets/img/landing-page/form-rounded-img2.png) center top no-repeat;content:\"\";height:194px;position:absolute;right:-90px;top:-92px;width:194px;z-index:1}.address-block:after{background:url(/assets/img/landing-page/form-rounded-img3.png) center top no-repeat;bottom:-143px;content:\"\";height:352px;position:absolute;right:-160px;width:352px;z-index:1}@media screen and (max-width:1499px){.get-in-touch{overflow:hidden}}@media screen and (max-width:991px){.address-white-block{padding:30px 37px 40px!important}}@media screen and (max-width:991px){.address-block{position:relative}}@media screen and (max-width:767px){.get-in-touch h2{font-size:31px}.get-in-touch .description{font-size:20px;position:relative;z-index:2}.address-block{float:left;height:100%;position:relative;width:100%}.contact-form-inner{padding:20px!important}}@media screen and (max-width:575px){.contact-form{padding:0!important}.get-in-touch{padding:50px 0 54px}.get-in-touch h2{font-size:29px}.address-white-block{max-width:100%;padding:20px!important}.address-white-block p{font-size:17px}.address-white-block li p{font-size:15px}}.address-block-container{position:relative;padding-right:15px;padding-left:29px}@media(min-width:768px){.col-md-7{flex:0 0 auto;width:58.33333333%;position:relative;padding-right:15px;padding-left:29px}}@media screen and (min-width:768px){.banner-left-bar{flex:0 0 auto;width:58.33333333%;padding-right:15px;padding-left:29px}}\n"] }]
|
|
529
|
-
}], ctorParameters: () => [{ type: i1.CommonService }, { type: i2.UntypedFormBuilder }, { type: i1.AuthService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }], propDecorators: { gaEventObj: [{
|
|
534
|
+
}], ctorParameters: () => [{ type: i1.CommonService }, { type: i2.UntypedFormBuilder }, { type: i1.AuthService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }, { type: i3.ConfirmDialogService }], propDecorators: { gaEventObj: [{
|
|
530
535
|
type: Input
|
|
531
536
|
}] } });
|
|
532
537
|
|
|
@@ -542,7 +547,7 @@ class LandingPageHeaderBComponent {
|
|
|
542
547
|
this.isMenuCollapsed = !this.isMenuCollapsed;
|
|
543
548
|
}
|
|
544
549
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LandingPageHeaderBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
545
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: LandingPageHeaderBComponent, isStandalone: false, selector: "pw-landing-page-header-b", inputs: { landing: "landing" }, ngImport: i0, template: "<div class=\"navbar navbar-expand-lg fixed-top-nav fixed-top\"\n [ngClass]=\"{ 'navbar-blue': !landing }\">\n <div class=\"container d-block\">\n <div class=\"row m-0\">\n <div class=\"col-lg-2 float-start\">\n <a href=\"/\">\n <img src=\"/assets/img/logos/site-logo.png\"\n alt=\"site-logo\" />\n </a>\n <button type=\"button\"\n class=\"navbar-toggle\"\n (click)=\"toggleMenu()\"\n [attr.aria-expanded]=\"!isMenuCollapsed\">\n <span class=\"icon-bar\"></span> <span class=\"icon-bar\"></span>\n <span class=\"icon-bar\"></span>\n </button>\n </div>\n <div class=\"col-lg-10 nav-outer mt-2\">\n <div class=\"navbar-collapse float-end\"\n [class.collapse]=\"isMenuCollapsed\"\n [class.show]=\"!isMenuCollapsed\"\n id=\"myNavbar\">\n <nav class=\"navbar navbar-expand-sm bg-light\">\n <ul class=\"navbar-nav\">\n <li class=\"nav-item\"><a href=\"#services-b\"> what we do </a></li>\n <li class=\"nav-item\"><a href=\"#products-b\"> secret weapon </a></li>\n <li class=\"nav-item\"><a href=\"#about-us-b\"> about us </a></li>\n <li class=\"nav-item contact-button\">\n <a class=\"\"\n href=\"#contact-b\"> request access</a>\n </li>\n <li class=\"nav-item login-button\">\n <a class=\"\"\n (click)=\"navigateToLogin()\"> log in</a>\n </li>\n </ul>\n </nav>\n </div>\n </div>\n </div>\n </div>\n</div>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.navbar-blue{background-color:#0045c7;box-shadow:2px 2px 15px 2px #0000001f;transition:width 2s,height 2s,transform 2s background-color .5s ease;z-index:9999}.fixed-top{position:fixed!important}.fixed-top-nav{display:block!important;height:60px}.navbar-toggle{display:none}.navbar-toggle .icon-bar{color:#fff}.nav-outer{text-align:right}.nav-outer nav{background:none!important;display:inline-block;float:none;width:auto}.nav-outer li a{color:#fff;font-size:18px;margin:0 0 0 30px;text-transform:capitalize}.nav-outer li a:hover{color:#fff;text-decoration:none}.nav-outer li a:focus{color:#fff}.navbar-nav li{display:inline-block}@media screen and (max-width:1199px){.nav-outer li a{margin:0 10px}}@media screen and (max-width:991px){.icon-bar{background-color:#fff;border-radius:1px;display:block;height:2px;margin-top:4px;width:22px}.navbar-toggle{background-color:#ffb92b!important;background-image:none;border:1px solid rgb(255,255,255);border-radius:4px;display:block!important;float:right;margin-top:4px;padding:9px 10px;position:relative}.collapse{display:none!important}.collapse.show{display:block!important}.nav-outer nav{background:#ffb92b!important;display:inline-block;float:left;padding:20px;width:100%}.nav-outer li a{margin:0;padding:0}.navbar-expand-sm,.navbar-nav{-webkit-box-direction:normal;-webkit-box-orient:horizontal;flex-direction:column}li.nav-item{float:left;margin-bottom:12px;text-align:left;width:100%}.navbar-expand-sm{-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-box-pack:start;flex-flow:column nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{left:auto;right:0}.nav-outer li a:hover{color:#0a56d3}.contact-button a,.login-button a,.nav-item{background:none;color:#fff!important;font-weight:600}.contact-button a:hover,.login-button a:hover,.nav-item a:hover{color:#0a56d3!important}}@media screen and (max-width:767px){.fixed-top{padding:10px;top:0!important}}@media screen and (max-width:575px){.fixed-top{padding:10px;top:0!important}}\n"], dependencies: [{ kind: "directive", type:
|
|
550
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: LandingPageHeaderBComponent, isStandalone: false, selector: "pw-landing-page-header-b", inputs: { landing: "landing" }, ngImport: i0, template: "<div class=\"navbar navbar-expand-lg fixed-top-nav fixed-top\"\n [ngClass]=\"{ 'navbar-blue': !landing }\">\n <div class=\"container d-block\">\n <div class=\"row m-0\">\n <div class=\"col-lg-2 float-start\">\n <a href=\"/\">\n <img src=\"/assets/img/logos/site-logo.png\"\n alt=\"site-logo\" />\n </a>\n <button type=\"button\"\n class=\"navbar-toggle\"\n (click)=\"toggleMenu()\"\n [attr.aria-expanded]=\"!isMenuCollapsed\">\n <span class=\"icon-bar\"></span> <span class=\"icon-bar\"></span>\n <span class=\"icon-bar\"></span>\n </button>\n </div>\n <div class=\"col-lg-10 nav-outer mt-2\">\n <div class=\"navbar-collapse float-end\"\n [class.collapse]=\"isMenuCollapsed\"\n [class.show]=\"!isMenuCollapsed\"\n id=\"myNavbar\">\n <nav class=\"navbar navbar-expand-sm bg-light\">\n <ul class=\"navbar-nav\">\n <li class=\"nav-item\"><a href=\"#services-b\"> what we do </a></li>\n <li class=\"nav-item\"><a href=\"#products-b\"> secret weapon </a></li>\n <li class=\"nav-item\"><a href=\"#about-us-b\"> about us </a></li>\n <li class=\"nav-item contact-button\">\n <a class=\"\"\n href=\"#contact-b\"> request access</a>\n </li>\n <li class=\"nav-item login-button\">\n <a class=\"\"\n (click)=\"navigateToLogin()\"> log in</a>\n </li>\n </ul>\n </nav>\n </div>\n </div>\n </div>\n </div>\n</div>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.navbar-blue{background-color:#0045c7;box-shadow:2px 2px 15px 2px #0000001f;transition:width 2s,height 2s,transform 2s background-color .5s ease;z-index:9999}.fixed-top{position:fixed!important}.fixed-top-nav{display:block!important;height:60px}.navbar-toggle{display:none}.navbar-toggle .icon-bar{color:#fff}.nav-outer{text-align:right}.nav-outer nav{background:none!important;display:inline-block;float:none;width:auto}.nav-outer li a{color:#fff;font-size:18px;margin:0 0 0 30px;text-transform:capitalize}.nav-outer li a:hover{color:#fff;text-decoration:none}.nav-outer li a:focus{color:#fff}.navbar-nav li{display:inline-block}@media screen and (max-width:1199px){.nav-outer li a{margin:0 10px}}@media screen and (max-width:991px){.icon-bar{background-color:#fff;border-radius:1px;display:block;height:2px;margin-top:4px;width:22px}.navbar-toggle{background-color:#ffb92b!important;background-image:none;border:1px solid rgb(255,255,255);border-radius:4px;display:block!important;float:right;margin-top:4px;padding:9px 10px;position:relative}.collapse{display:none!important}.collapse.show{display:block!important}.nav-outer nav{background:#ffb92b!important;display:inline-block;float:left;padding:20px;width:100%}.nav-outer li a{margin:0;padding:0}.navbar-expand-sm,.navbar-nav{-webkit-box-direction:normal;-webkit-box-orient:horizontal;flex-direction:column}li.nav-item{float:left;margin-bottom:12px;text-align:left;width:100%}.navbar-expand-sm{-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-box-pack:start;flex-flow:column nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{left:auto;right:0}.nav-outer li a:hover{color:#0a56d3}.contact-button a,.login-button a,.nav-item{background:none;color:#fff!important;font-weight:600}.contact-button a:hover,.login-button a:hover,.nav-item a:hover{color:#0a56d3!important}}@media screen and (max-width:767px){.fixed-top{padding:10px;top:0!important}}@media screen and (max-width:575px){.fixed-top{padding:10px;top:0!important}}\n"], dependencies: [{ kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }] }); }
|
|
546
551
|
}
|
|
547
552
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LandingPageHeaderBComponent, decorators: [{
|
|
548
553
|
type: Component,
|
|
@@ -595,11 +600,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
|
|
|
595
600
|
}] });
|
|
596
601
|
|
|
597
602
|
class LandingPageSubscribeBComponent extends AppBaseComponent {
|
|
598
|
-
constructor(authService, crmService, cdr, injector) {
|
|
603
|
+
constructor(authService, crmService, cdr, injector, confirmDialog) {
|
|
599
604
|
super(injector);
|
|
600
605
|
this.authService = authService;
|
|
601
606
|
this.crmService = crmService;
|
|
602
607
|
this.cdr = cdr;
|
|
608
|
+
this.confirmDialog = confirmDialog;
|
|
603
609
|
this.email = '';
|
|
604
610
|
this.siteKey = '';
|
|
605
611
|
this.recaptcha = null;
|
|
@@ -644,7 +650,10 @@ class LandingPageSubscribeBComponent extends AppBaseComponent {
|
|
|
644
650
|
this.isCaptchaVerified = true;
|
|
645
651
|
this.isSubscribeClicked = true;
|
|
646
652
|
this.email = '';
|
|
647
|
-
|
|
653
|
+
this.confirmDialog.open({
|
|
654
|
+
text: 'Thanks! Please check your emails for instructions :)',
|
|
655
|
+
confirmOnly: true
|
|
656
|
+
});
|
|
648
657
|
// wait for 2s before removing captcha
|
|
649
658
|
setTimeout(() => {
|
|
650
659
|
this.isCaptchaVerified = false;
|
|
@@ -661,13 +670,13 @@ class LandingPageSubscribeBComponent extends AppBaseComponent {
|
|
|
661
670
|
});
|
|
662
671
|
}
|
|
663
672
|
}
|
|
664
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LandingPageSubscribeBComponent, deps: [{ token: i1.AuthService }, { token: i2$2.CrmService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
665
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: LandingPageSubscribeBComponent, isStandalone: false, selector: "pw-landing-page-subscribe-b", inputs: { sourceId: "sourceId", gaEventObj: "gaEventObj" }, usesInheritance: true, ngImport: i0, template: "<!--subscribe part start-->\n<section class=\"subscribe-outer\">\n <div class=\"subscribe-right\">\n <img src=\"/assets/img/landing-page/subscribe-right-img.jpg\"\n alt=\"subscribe\" />\n </div>\n <div class=\"subscribe-left d-flex align-items-center\">\n <div>\n <h3>Stay in the loop. Quietly.<br /></h3>\n <p>When we launch something worth seeing, you\u2019ll be the first to know. No spam. No noise. No content calendars.</p>\n <div class=\"form-outer\">\n <input id=\"subscribe_b_email\"\n name=\"email\"\n type=\"email\"\n autocomplete=\"email\"\n [(ngModel)]=\"email\"\n class=\"email-txt\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n placeholder=\"Your Email\"\n (keyup)=\"validateEmail()\" />\n\n @if (!isSubscribeClicked && !isCaptchaVerified) {\n <input id=\"subscribe_b_btn\"\n name=\"subscribe_btn\"\n (click)=\"subscribeNewsletter()\"\n class=\"subscribe-btn mb-2\"\n type=\"button\"\n value=\"Get on the List\" />\n }\n\n @if (isSubscribeClicked && !isCaptchaVerified) {\n <div class=\"mt-3\"\n >\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n }\n\n @if (isCaptchaVerified && isSubscribeClicked) {\n <div class=\"color-white\"\n >\n You're successfully subscribed to our Newsletter.\n </div>\n }\n </div>\n </div>\n </div>\n</section>\n<!--subscribe part end-->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.subscribe-outer{float:left;width:100%}.subscribe-outer .btn-subs{display:block;margin-top:70px}.subscribe-outer .subscribe-left{background-color:#45d192;float:left;height:500px;padding:49px 0 49px 200px;position:relative;width:50%}.subscribe-outer .subscribe-left:after{background:url(/assets/img/landing-page/subscribe-after-bdr.png) no-repeat;content:\"\";height:100%;position:absolute;right:-150px;top:0;width:150px}.subscribe-outer .subscribe-left h3{color:#fff!important;font-size:60px;font-weight:900}.subscribe-outer .subscribe-left p{color:#fff;font-size:30px;font-weight:400;line-height:30px}.subscribe-outer .form-outer{float:left;width:450px}.subscribe-outer .email-txt{background-color:#fff;border:0;color:#42526e;float:left;font-size:18px;font-weight:400;margin-bottom:25px;outline:none;padding:19px 20px 18px;width:100%}.subscribe-outer .subscribe-right{float:right;height:500px;position:relative;width:50%}.subscribe-outer .subscribe-right img{height:100%;object-fit:cover;position:absolute;vertical-align:middle;width:100%}@media screen and (max-width:1499px){.subscribe-outer .subscribe-left{padding:49px 0 48px 60px}}@media screen and (max-width:1199px){.subscribe-outer .subscribe-left{padding:49px 0 48px 20px}}@media screen and (max-width:991px){.subscribe-outer .subscribe-left h3{font-size:47px}.subscribe-outer .subscribe-left p br{display:none}.subscribe-outer .subscribe-right img{position:relative}.subscribe-outer .subscribe-outer h3{font-size:44px}.subscribe-outer .subscribe-outer h3 br{display:none;font-size:50px}.subscribe-outer .subscribe-outer p{font-size:25px}.subscribe-outer .subscribe-outer p br{display:none;font-size:25px}}@media screen and (max-width:767px){.subscribe-outer .subscribe-right{height:auto;width:100%}.subscribe-outer .subscribe-left{height:auto;padding:49px 20px 48px;width:100%}.subscribe-outer .subscribe-left:after{display:none}.subscribe-outer .form-outer{width:100%}}@media screen and (max-width:575px){.subscribe-outer .subscribe-outer h3{font-size:40px}.subscribe-outer .subscribe-outer p{font-size:20px}}\n"], dependencies: [{ kind: "directive", type:
|
|
673
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LandingPageSubscribeBComponent, deps: [{ token: i1.AuthService }, { token: i2$2.CrmService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }, { token: i3.ConfirmDialogService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
674
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: LandingPageSubscribeBComponent, isStandalone: false, selector: "pw-landing-page-subscribe-b", inputs: { sourceId: "sourceId", gaEventObj: "gaEventObj" }, usesInheritance: true, ngImport: i0, template: "<!--subscribe part start-->\n<section class=\"subscribe-outer\">\n <div class=\"subscribe-right\">\n <img src=\"/assets/img/landing-page/subscribe-right-img.jpg\"\n alt=\"subscribe\" />\n </div>\n <div class=\"subscribe-left d-flex align-items-center\">\n <div>\n <h3>Stay in the loop. Quietly.<br /></h3>\n <p>When we launch something worth seeing, you\u2019ll be the first to know. No spam. No noise. No content calendars.</p>\n <div class=\"form-outer\">\n <input id=\"subscribe_b_email\"\n name=\"email\"\n type=\"email\"\n autocomplete=\"email\"\n [(ngModel)]=\"email\"\n class=\"email-txt\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n placeholder=\"Your Email\"\n (keyup)=\"validateEmail()\" />\n\n @if (!isSubscribeClicked && !isCaptchaVerified) {\n <input id=\"subscribe_b_btn\"\n name=\"subscribe_btn\"\n (click)=\"subscribeNewsletter()\"\n class=\"subscribe-btn mb-2\"\n type=\"button\"\n value=\"Get on the List\" />\n }\n\n @if (isSubscribeClicked && !isCaptchaVerified) {\n <div class=\"mt-3\"\n >\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n }\n\n @if (isCaptchaVerified && isSubscribeClicked) {\n <div class=\"color-white\"\n >\n You're successfully subscribed to our Newsletter.\n </div>\n }\n </div>\n </div>\n </div>\n</section>\n<!--subscribe part end-->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.subscribe-outer{float:left;width:100%}.subscribe-outer .btn-subs{display:block;margin-top:70px}.subscribe-outer .subscribe-left{background-color:#45d192;float:left;height:500px;padding:49px 0 49px 200px;position:relative;width:50%}.subscribe-outer .subscribe-left:after{background:url(/assets/img/landing-page/subscribe-after-bdr.png) no-repeat;content:\"\";height:100%;position:absolute;right:-150px;top:0;width:150px}.subscribe-outer .subscribe-left h3{color:#fff!important;font-size:60px;font-weight:900}.subscribe-outer .subscribe-left p{color:#fff;font-size:30px;font-weight:400;line-height:30px}.subscribe-outer .form-outer{float:left;width:450px}.subscribe-outer .email-txt{background-color:#fff;border:0;color:#42526e;float:left;font-size:18px;font-weight:400;margin-bottom:25px;outline:none;padding:19px 20px 18px;width:100%}.subscribe-outer .subscribe-right{float:right;height:500px;position:relative;width:50%}.subscribe-outer .subscribe-right img{height:100%;object-fit:cover;position:absolute;vertical-align:middle;width:100%}@media screen and (max-width:1499px){.subscribe-outer .subscribe-left{padding:49px 0 48px 60px}}@media screen and (max-width:1199px){.subscribe-outer .subscribe-left{padding:49px 0 48px 20px}}@media screen and (max-width:991px){.subscribe-outer .subscribe-left h3{font-size:47px}.subscribe-outer .subscribe-left p br{display:none}.subscribe-outer .subscribe-right img{position:relative}.subscribe-outer .subscribe-outer h3{font-size:44px}.subscribe-outer .subscribe-outer h3 br{display:none;font-size:50px}.subscribe-outer .subscribe-outer p{font-size:25px}.subscribe-outer .subscribe-outer p br{display:none;font-size:25px}}@media screen and (max-width:767px){.subscribe-outer .subscribe-right{height:auto;width:100%}.subscribe-outer .subscribe-left{height:auto;padding:49px 20px 48px;width:100%}.subscribe-outer .subscribe-left:after{display:none}.subscribe-outer .form-outer{width:100%}}@media screen and (max-width:575px){.subscribe-outer .subscribe-outer h3{font-size:40px}.subscribe-outer .subscribe-outer p{font-size:20px}}\n"], dependencies: [{ kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i7.ReCaptcha2Component, selector: "ngx-recaptcha2", inputs: ["theme", "size"] }] }); }
|
|
666
675
|
}
|
|
667
676
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: LandingPageSubscribeBComponent, decorators: [{
|
|
668
677
|
type: Component,
|
|
669
678
|
args: [{ selector: 'pw-landing-page-subscribe-b', standalone: false, template: "<!--subscribe part start-->\n<section class=\"subscribe-outer\">\n <div class=\"subscribe-right\">\n <img src=\"/assets/img/landing-page/subscribe-right-img.jpg\"\n alt=\"subscribe\" />\n </div>\n <div class=\"subscribe-left d-flex align-items-center\">\n <div>\n <h3>Stay in the loop. Quietly.<br /></h3>\n <p>When we launch something worth seeing, you\u2019ll be the first to know. No spam. No noise. No content calendars.</p>\n <div class=\"form-outer\">\n <input id=\"subscribe_b_email\"\n name=\"email\"\n type=\"email\"\n autocomplete=\"email\"\n [(ngModel)]=\"email\"\n class=\"email-txt\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n placeholder=\"Your Email\"\n (keyup)=\"validateEmail()\" />\n\n @if (!isSubscribeClicked && !isCaptchaVerified) {\n <input id=\"subscribe_b_btn\"\n name=\"subscribe_btn\"\n (click)=\"subscribeNewsletter()\"\n class=\"subscribe-btn mb-2\"\n type=\"button\"\n value=\"Get on the List\" />\n }\n\n @if (isSubscribeClicked && !isCaptchaVerified) {\n <div class=\"mt-3\"\n >\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n }\n\n @if (isCaptchaVerified && isSubscribeClicked) {\n <div class=\"color-white\"\n >\n You're successfully subscribed to our Newsletter.\n </div>\n }\n </div>\n </div>\n </div>\n</section>\n<!--subscribe part end-->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.subscribe-outer{float:left;width:100%}.subscribe-outer .btn-subs{display:block;margin-top:70px}.subscribe-outer .subscribe-left{background-color:#45d192;float:left;height:500px;padding:49px 0 49px 200px;position:relative;width:50%}.subscribe-outer .subscribe-left:after{background:url(/assets/img/landing-page/subscribe-after-bdr.png) no-repeat;content:\"\";height:100%;position:absolute;right:-150px;top:0;width:150px}.subscribe-outer .subscribe-left h3{color:#fff!important;font-size:60px;font-weight:900}.subscribe-outer .subscribe-left p{color:#fff;font-size:30px;font-weight:400;line-height:30px}.subscribe-outer .form-outer{float:left;width:450px}.subscribe-outer .email-txt{background-color:#fff;border:0;color:#42526e;float:left;font-size:18px;font-weight:400;margin-bottom:25px;outline:none;padding:19px 20px 18px;width:100%}.subscribe-outer .subscribe-right{float:right;height:500px;position:relative;width:50%}.subscribe-outer .subscribe-right img{height:100%;object-fit:cover;position:absolute;vertical-align:middle;width:100%}@media screen and (max-width:1499px){.subscribe-outer .subscribe-left{padding:49px 0 48px 60px}}@media screen and (max-width:1199px){.subscribe-outer .subscribe-left{padding:49px 0 48px 20px}}@media screen and (max-width:991px){.subscribe-outer .subscribe-left h3{font-size:47px}.subscribe-outer .subscribe-left p br{display:none}.subscribe-outer .subscribe-right img{position:relative}.subscribe-outer .subscribe-outer h3{font-size:44px}.subscribe-outer .subscribe-outer h3 br{display:none;font-size:50px}.subscribe-outer .subscribe-outer p{font-size:25px}.subscribe-outer .subscribe-outer p br{display:none;font-size:25px}}@media screen and (max-width:767px){.subscribe-outer .subscribe-right{height:auto;width:100%}.subscribe-outer .subscribe-left{height:auto;padding:49px 20px 48px;width:100%}.subscribe-outer .subscribe-left:after{display:none}.subscribe-outer .form-outer{width:100%}}@media screen and (max-width:575px){.subscribe-outer .subscribe-outer h3{font-size:40px}.subscribe-outer .subscribe-outer p{font-size:20px}}\n"] }]
|
|
670
|
-
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i2$2.CrmService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }], propDecorators: { sourceId: [{
|
|
679
|
+
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i2$2.CrmService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }, { type: i3.ConfirmDialogService }], propDecorators: { sourceId: [{
|
|
671
680
|
type: Input
|
|
672
681
|
}], gaEventObj: [{
|
|
673
682
|
type: Input
|
|
@@ -1058,12 +1067,13 @@ const HYPER_DASHBOARD_MENUS = {
|
|
|
1058
1067
|
};
|
|
1059
1068
|
|
|
1060
1069
|
class BaseContactFormComponent extends AppBaseComponent {
|
|
1061
|
-
constructor(commonService, fb, authService, cdr, injector) {
|
|
1070
|
+
constructor(commonService, fb, authService, cdr, injector, confirmDialog) {
|
|
1062
1071
|
super(injector);
|
|
1063
1072
|
this.commonService = commonService;
|
|
1064
1073
|
this.fb = fb;
|
|
1065
1074
|
this.authService = authService;
|
|
1066
1075
|
this.cdr = cdr;
|
|
1076
|
+
this.confirmDialog = confirmDialog;
|
|
1067
1077
|
this.isEmailValid = true;
|
|
1068
1078
|
this.isCaptchaVerified = false;
|
|
1069
1079
|
this.isSubscribeClicked = false;
|
|
@@ -1099,7 +1109,7 @@ class BaseContactFormComponent extends AppBaseComponent {
|
|
|
1099
1109
|
};
|
|
1100
1110
|
this.commonService.addContactUsMessage(postData).subscribe({
|
|
1101
1111
|
next: response => {
|
|
1102
|
-
|
|
1112
|
+
this.confirmDialog.open({ text: response.message, confirmOnly: true });
|
|
1103
1113
|
this.form.reset();
|
|
1104
1114
|
// wait for 2s before removing captcha
|
|
1105
1115
|
setTimeout(() => {
|
|
@@ -1131,7 +1141,7 @@ class BaseContactFormComponent extends AppBaseComponent {
|
|
|
1131
1141
|
this.isEmailValid = true;
|
|
1132
1142
|
}
|
|
1133
1143
|
}
|
|
1134
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: BaseContactFormComponent, deps: [{ token: i1.CommonService }, { token: i2.UntypedFormBuilder }, { token: i1.AuthService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1144
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: BaseContactFormComponent, deps: [{ token: i1.CommonService }, { token: i2.UntypedFormBuilder }, { token: i1.AuthService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }, { token: i3.ConfirmDialogService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1135
1145
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: BaseContactFormComponent, isStandalone: false, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
1136
1146
|
}
|
|
1137
1147
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: BaseContactFormComponent, decorators: [{
|
|
@@ -1140,22 +1150,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
|
|
|
1140
1150
|
template: '',
|
|
1141
1151
|
standalone: false
|
|
1142
1152
|
}]
|
|
1143
|
-
}], ctorParameters: () => [{ type: i1.CommonService }, { type: i2.UntypedFormBuilder }, { type: i1.AuthService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }] });
|
|
1153
|
+
}], ctorParameters: () => [{ type: i1.CommonService }, { type: i2.UntypedFormBuilder }, { type: i1.AuthService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }, { type: i3.ConfirmDialogService }] });
|
|
1144
1154
|
|
|
1145
1155
|
class CareersContactUsComponent extends BaseContactFormComponent {
|
|
1146
|
-
constructor(commonService, fb, authService, cdr, injector) {
|
|
1147
|
-
super(commonService, fb, authService, cdr, injector);
|
|
1156
|
+
constructor(commonService, fb, authService, cdr, injector, confirmDialog) {
|
|
1157
|
+
super(commonService, fb, authService, cdr, injector, confirmDialog);
|
|
1148
1158
|
}
|
|
1149
1159
|
getDefaultSubject() {
|
|
1150
1160
|
return 'From career section';
|
|
1151
1161
|
}
|
|
1152
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: CareersContactUsComponent, deps: [{ token: i1.CommonService }, { token: i2.UntypedFormBuilder }, { token: i1.AuthService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1153
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: CareersContactUsComponent, isStandalone: false, selector: "pw-careers-contact-us", usesInheritance: true, ngImport: i0, template: "<section class=\"get-in-touch\">\n <div class=\"container\">\n <h2>\n If you\u2019ve lived the problem, we\u2019ll build the solution.<br />\n </h2>\n <p class=\"description\"></p>\n <div class=\"col-md-5 col-sm-12 float-start contact-form\">\n <form [formGroup]=\"form\"\n (ngSubmit)=\"onSubmit()\"\n class=\"contact-form-inner\">\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"name\"\n placeholder=\"Name*\" id=\"input_name_1\" name=\"input_name_1\"/>\n <pw-field-error-display [displayError]=\"\n !form.get('name').valid && (form.get('name').touched || submitted)\n \"\n errorMsg=\"Name is required\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"email\"\n placeholder=\"Your Email*\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n (keyup)=\"validateEmail()\" id=\"input_email_2\" name=\"input_email_2\"/>\n <pw-field-error-display [displayError]=\"\n !form.get('email').valid && (form.get('email').touched || submitted)\n \"\n errorMsg=\"Email is invalid\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <textarea id=\"careers-contact-us-message\"\n name=\"message\"\n cols=\"\"\n rows=\"\"\n formControlName=\"message\"\n class=\"form-control textarea\"\n placeholder=\"Message*\"></textarea>\n <pw-field-error-display [displayError]=\"\n !form.get('message').valid && (form.get('message').touched || submitted)\n \"\n errorMsg=\"Message is required\">\n </pw-field-error-display>\n </div>\n @if (!isSubscribeClicked && !isCaptchaVerified) {\n <button type=\"submit\"\n class=\"contact-btn\">\n Submit\n </button>\n }\n @if (isSubscribeClicked && !isCaptchaVerified) {\n <div class=\"mt-3\"\n >\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n [ngModelOptions]=\"{ standalone: true }\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n }\n @if (isCaptchaVerified && isSubscribeClicked) {\n <div class=\"text-primary\"\n >\n We've received your request. Thanks. We'll get back to you quickly.\n </div>\n }\n </form>\n </div>\n <div class=\"col-md-7 col-sm-12 address-block-container float-end\">\n <div class=\"address-block\">\n <div class=\"address-white-block\">\n <h6>Ready to build what no one else will?</h6>\n <p>\n We don\u2019t work with many. But if you\u2019ve lived the problem \u2014 we\u2019ll build the solution.\n <br/>\n And if it works \u2014 we\u2019ll help fund it.\n </p>\n <p>\n Whether you're looking to be a founder, a member of our core team or join\n one of our companies - we've got something for you.\n </p>\n <p>Get in touch; we can't wait to meet you.</p>\n <strong> Where to find us: </strong>\n <ul>\n <li class=\"d-none\">\n <span><img src=\"/assets/img/landing-page/phone-icon.png\"\n alt=\"Icon\" /></span>\n <div class=\"address-info\">\n <strong>Phone</strong>\n <p>\n Belgium<br />\n <a href=\"callto:+32484163170\"> +32 (0) 484 16 31 70 </a>\n </p>\n <p>\n Australia<br />\n <a href=\"callto:+61478682100\"> +61 (0) 478 68 21 00 </a>\n </p>\n </div>\n </li>\n <li>\n <span><img src=\"/assets/img/landing-page/address-icon.png\"\n alt=\"Icon\" /></span>\n <div class=\"address-info\">\n <strong>Address</strong>\n <p class=\"mb-0\">Rue des Hirondelles 15</p>\n <p>1000 Brussels - Belgium</p>\n <p class=\"mb-0\">12/24 Ocean Street N</p>\n <p>2026 Bondi - NSW - Australia</p>\n </div>\n </li>\n <li>\n <span><img src=\"/assets/img/landing-page/website-icon.png\"\n alt=\"Icon\" /></span>\n <div class=\"address-info\">\n <strong>Email</strong>\n <p>\n <a href=\"mailto:careers@posiwise.com\">careers@posiwise.com</a>\n </p>\n </div>\n </li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n</section>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.get-in-touch{background:#ecf5fc;padding:90px 0 70px}.get-in-touch h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:44px;font-weight:900;text-align:center}.get-in-touch .description{color:#42526e;font-family:Roboto,sans-serif;font-size:30px;font-weight:300;margin-bottom:60px;padding:0 0 25px;position:relative;text-align:center}.get-in-touch:after{background:#ffab00;bottom:0;height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.contact-form-inner{background-color:#fff;box-shadow:1px 1px 57px #0000001a;padding:40px!important;position:relative;z-index:4}.contact-form-inner .book-demo a{display:inline-block;font-size:20px}.contact-form{position:relative}.contact-form:before{background:url(/assets/img/landing-page/form-rounded-img.png) left top no-repeat;content:\"\";height:257px;left:-123px;position:absolute;top:-106px;width:257px;z-index:1}.contact-form-inner .form-control{background-color:#f5f5f5;border:0;border-radius:0;color:#42526e;font-family:Roboto,sans-serif;font-size:16px;font-weight:300;height:55px;margin-bottom:20px;outline:0;padding:0 24px}.textarea{height:135px!important;padding:21px 24px!important}.address-white-block{background-color:#fff;box-shadow:1px 1px 57px #0000001a;float:left;padding:51px 37px 40px!important;position:relative;text-align:left;z-index:2}.address-white-block h6{color:#2e3238!important;font-size:24px;font-weight:900;margin-bottom:19px}.address-white-block p{color:#42526e;font-size:18px;font-weight:300;line-height:24px;margin-bottom:12px}.address-white-block strong{color:#2e3238;display:inline-block;font-size:24px;font-weight:900;margin-bottom:19px;padding:24px 0 0;width:100%}.address-white-block li:nth-child(2){float:left;width:314px}.address-white-block li:nth-child(3){float:left;width:265px}.address-white-block li:nth-child(3) .address-info{width:210px}.address-white-block li strong{color:#2e3238;font-size:18px;font-weight:700;margin:0;padding:0}.address-white-block li span{float:left;width:25px}.address-white-block li p{color:#42526e;font-size:15px;font-weight:300;line-height:30px}.address-white-block li p a{color:#42526e;text-decoration:none}.address-white-block li p:hover{color:#000;text-decoration:underline}.address-white-block li{float:left;width:265px}.address-white-block li i.fa-phone{transform:rotate(90deg)}.address-white-block li i{font-size:17px;color:var(--first)}.address-info{float:left;width:240px}.address-block{position:absolute}.address-block:before{background:url(/assets/img/landing-page/form-rounded-img2.png) center top no-repeat;content:\"\";height:194px;position:absolute;right:-90px;top:-92px;width:194px;z-index:1}.address-block:after{background:url(/assets/img/landing-page/form-rounded-img3.png) center top no-repeat;bottom:-143px;content:\"\";height:352px;position:absolute;right:-160px;width:352px;z-index:1}@media screen and (max-width:1499px){.get-in-touch{overflow:hidden}}@media screen and (max-width:991px){.address-white-block{padding:30px 37px 40px!important}}@media screen and (max-width:991px){.address-block{position:relative}}@media screen and (max-width:767px){.get-in-touch h2{font-size:31px}.get-in-touch .description{font-size:20px;position:relative;z-index:2}.address-block{float:left;height:100%;position:relative;width:100%}.contact-form-inner{padding:20px!important}}@media screen and (max-width:575px){.contact-form{padding:0!important}.get-in-touch{padding:50px 0 54px}.get-in-touch h2{font-size:29px}.address-white-block{max-width:100%;padding:20px!important}.address-white-block p{font-size:17px}.address-white-block li p{font-size:15px}}.address-block-container{position:relative;padding-right:15px;padding-left:29px}@media(min-width:768px){.col-md-7{flex:0 0 auto;width:58.33333333%;position:relative;padding-right:15px;padding-left:29px}}@media screen and (min-width:768px){.banner-left-bar{flex:0 0 auto;width:58.33333333%;padding-right:15px;padding-left:29px}}\n"], dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i6$1.FieldErrorDisplayComponent, selector: "pw-field-error-display", inputs: ["errorMsg", "displayError"] }, { kind: "component", type: i6.ReCaptcha2Component, selector: "ngx-recaptcha2", inputs: ["theme", "size"] }] }); }
|
|
1162
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: CareersContactUsComponent, deps: [{ token: i1.CommonService }, { token: i2.UntypedFormBuilder }, { token: i1.AuthService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }, { token: i3.ConfirmDialogService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1163
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: CareersContactUsComponent, isStandalone: false, selector: "pw-careers-contact-us", usesInheritance: true, ngImport: i0, template: "<section class=\"get-in-touch\">\n <div class=\"container\">\n <h2>\n If you\u2019ve lived the problem, we\u2019ll build the solution.<br />\n </h2>\n <p class=\"description\"></p>\n <div class=\"col-md-5 col-sm-12 float-start contact-form\">\n <form [formGroup]=\"form\"\n (ngSubmit)=\"onSubmit()\"\n class=\"contact-form-inner\">\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"name\"\n placeholder=\"Name*\" id=\"input_name_1\" name=\"input_name_1\"/>\n <pw-field-error-display [displayError]=\"\n !form.get('name').valid && (form.get('name').touched || submitted)\n \"\n errorMsg=\"Name is required\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"email\"\n placeholder=\"Your Email*\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n (keyup)=\"validateEmail()\" id=\"input_email_2\" name=\"input_email_2\"/>\n <pw-field-error-display [displayError]=\"\n !form.get('email').valid && (form.get('email').touched || submitted)\n \"\n errorMsg=\"Email is invalid\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <textarea id=\"careers-contact-us-message\"\n name=\"message\"\n cols=\"\"\n rows=\"\"\n formControlName=\"message\"\n class=\"form-control textarea\"\n placeholder=\"Message*\"></textarea>\n <pw-field-error-display [displayError]=\"\n !form.get('message').valid && (form.get('message').touched || submitted)\n \"\n errorMsg=\"Message is required\">\n </pw-field-error-display>\n </div>\n @if (!isSubscribeClicked && !isCaptchaVerified) {\n <button type=\"submit\"\n class=\"contact-btn\">\n Submit\n </button>\n }\n @if (isSubscribeClicked && !isCaptchaVerified) {\n <div class=\"mt-3\"\n >\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n [ngModelOptions]=\"{ standalone: true }\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n }\n @if (isCaptchaVerified && isSubscribeClicked) {\n <div class=\"text-primary\"\n >\n We've received your request. Thanks. We'll get back to you quickly.\n </div>\n }\n </form>\n </div>\n <div class=\"col-md-7 col-sm-12 address-block-container float-end\">\n <div class=\"address-block\">\n <div class=\"address-white-block\">\n <h6>Ready to build what no one else will?</h6>\n <p>\n We don\u2019t work with many. But if you\u2019ve lived the problem \u2014 we\u2019ll build the solution.\n <br/>\n And if it works \u2014 we\u2019ll help fund it.\n </p>\n <p>\n Whether you're looking to be a founder, a member of our core team or join\n one of our companies - we've got something for you.\n </p>\n <p>Get in touch; we can't wait to meet you.</p>\n <strong> Where to find us: </strong>\n <ul>\n <li class=\"d-none\">\n <span><img src=\"/assets/img/landing-page/phone-icon.png\"\n alt=\"Icon\" /></span>\n <div class=\"address-info\">\n <strong>Phone</strong>\n <p>\n Belgium<br />\n <a href=\"callto:+32484163170\"> +32 (0) 484 16 31 70 </a>\n </p>\n <p>\n Australia<br />\n <a href=\"callto:+61478682100\"> +61 (0) 478 68 21 00 </a>\n </p>\n </div>\n </li>\n <li>\n <span><img src=\"/assets/img/landing-page/address-icon.png\"\n alt=\"Icon\" /></span>\n <div class=\"address-info\">\n <strong>Address</strong>\n <p class=\"mb-0\">Rue des Hirondelles 15</p>\n <p>1000 Brussels - Belgium</p>\n <p class=\"mb-0\">12/24 Ocean Street N</p>\n <p>2026 Bondi - NSW - Australia</p>\n </div>\n </li>\n <li>\n <span><img src=\"/assets/img/landing-page/website-icon.png\"\n alt=\"Icon\" /></span>\n <div class=\"address-info\">\n <strong>Email</strong>\n <p>\n <a href=\"mailto:careers@posiwise.com\">careers@posiwise.com</a>\n </p>\n </div>\n </li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n</section>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.get-in-touch{background:#ecf5fc;padding:90px 0 70px}.get-in-touch h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:44px;font-weight:900;text-align:center}.get-in-touch .description{color:#42526e;font-family:Roboto,sans-serif;font-size:30px;font-weight:300;margin-bottom:60px;padding:0 0 25px;position:relative;text-align:center}.get-in-touch:after{background:#ffab00;bottom:0;height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.contact-form-inner{background-color:#fff;box-shadow:1px 1px 57px #0000001a;padding:40px!important;position:relative;z-index:4}.contact-form-inner .book-demo a{display:inline-block;font-size:20px}.contact-form{position:relative}.contact-form:before{background:url(/assets/img/landing-page/form-rounded-img.png) left top no-repeat;content:\"\";height:257px;left:-123px;position:absolute;top:-106px;width:257px;z-index:1}.contact-form-inner .form-control{background-color:#f5f5f5;border:0;border-radius:0;color:#42526e;font-family:Roboto,sans-serif;font-size:16px;font-weight:300;height:55px;margin-bottom:20px;outline:0;padding:0 24px}.textarea{height:135px!important;padding:21px 24px!important}.address-white-block{background-color:#fff;box-shadow:1px 1px 57px #0000001a;float:left;padding:51px 37px 40px!important;position:relative;text-align:left;z-index:2}.address-white-block h6{color:#2e3238!important;font-size:24px;font-weight:900;margin-bottom:19px}.address-white-block p{color:#42526e;font-size:18px;font-weight:300;line-height:24px;margin-bottom:12px}.address-white-block strong{color:#2e3238;display:inline-block;font-size:24px;font-weight:900;margin-bottom:19px;padding:24px 0 0;width:100%}.address-white-block li:nth-child(2){float:left;width:314px}.address-white-block li:nth-child(3){float:left;width:265px}.address-white-block li:nth-child(3) .address-info{width:210px}.address-white-block li strong{color:#2e3238;font-size:18px;font-weight:700;margin:0;padding:0}.address-white-block li span{float:left;width:25px}.address-white-block li p{color:#42526e;font-size:15px;font-weight:300;line-height:30px}.address-white-block li p a{color:#42526e;text-decoration:none}.address-white-block li p:hover{color:#000;text-decoration:underline}.address-white-block li{float:left;width:265px}.address-white-block li i.fa-phone{transform:rotate(90deg)}.address-white-block li i{font-size:17px;color:var(--first)}.address-info{float:left;width:240px}.address-block{position:absolute}.address-block:before{background:url(/assets/img/landing-page/form-rounded-img2.png) center top no-repeat;content:\"\";height:194px;position:absolute;right:-90px;top:-92px;width:194px;z-index:1}.address-block:after{background:url(/assets/img/landing-page/form-rounded-img3.png) center top no-repeat;bottom:-143px;content:\"\";height:352px;position:absolute;right:-160px;width:352px;z-index:1}@media screen and (max-width:1499px){.get-in-touch{overflow:hidden}}@media screen and (max-width:991px){.address-white-block{padding:30px 37px 40px!important}}@media screen and (max-width:991px){.address-block{position:relative}}@media screen and (max-width:767px){.get-in-touch h2{font-size:31px}.get-in-touch .description{font-size:20px;position:relative;z-index:2}.address-block{float:left;height:100%;position:relative;width:100%}.contact-form-inner{padding:20px!important}}@media screen and (max-width:575px){.contact-form{padding:0!important}.get-in-touch{padding:50px 0 54px}.get-in-touch h2{font-size:29px}.address-white-block{max-width:100%;padding:20px!important}.address-white-block p{font-size:17px}.address-white-block li p{font-size:15px}}.address-block-container{position:relative;padding-right:15px;padding-left:29px}@media(min-width:768px){.col-md-7{flex:0 0 auto;width:58.33333333%;position:relative;padding-right:15px;padding-left:29px}}@media screen and (min-width:768px){.banner-left-bar{flex:0 0 auto;width:58.33333333%;padding-right:15px;padding-left:29px}}\n"], dependencies: [{ kind: "directive", type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i7$1.FieldErrorDisplayComponent, selector: "pw-field-error-display", inputs: ["errorMsg", "displayError"] }, { kind: "component", type: i7.ReCaptcha2Component, selector: "ngx-recaptcha2", inputs: ["theme", "size"] }] }); }
|
|
1154
1164
|
}
|
|
1155
1165
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: CareersContactUsComponent, decorators: [{
|
|
1156
1166
|
type: Component,
|
|
1157
1167
|
args: [{ selector: 'pw-careers-contact-us', standalone: false, template: "<section class=\"get-in-touch\">\n <div class=\"container\">\n <h2>\n If you\u2019ve lived the problem, we\u2019ll build the solution.<br />\n </h2>\n <p class=\"description\"></p>\n <div class=\"col-md-5 col-sm-12 float-start contact-form\">\n <form [formGroup]=\"form\"\n (ngSubmit)=\"onSubmit()\"\n class=\"contact-form-inner\">\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"name\"\n placeholder=\"Name*\" id=\"input_name_1\" name=\"input_name_1\"/>\n <pw-field-error-display [displayError]=\"\n !form.get('name').valid && (form.get('name').touched || submitted)\n \"\n errorMsg=\"Name is required\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"email\"\n placeholder=\"Your Email*\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n (keyup)=\"validateEmail()\" id=\"input_email_2\" name=\"input_email_2\"/>\n <pw-field-error-display [displayError]=\"\n !form.get('email').valid && (form.get('email').touched || submitted)\n \"\n errorMsg=\"Email is invalid\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <textarea id=\"careers-contact-us-message\"\n name=\"message\"\n cols=\"\"\n rows=\"\"\n formControlName=\"message\"\n class=\"form-control textarea\"\n placeholder=\"Message*\"></textarea>\n <pw-field-error-display [displayError]=\"\n !form.get('message').valid && (form.get('message').touched || submitted)\n \"\n errorMsg=\"Message is required\">\n </pw-field-error-display>\n </div>\n @if (!isSubscribeClicked && !isCaptchaVerified) {\n <button type=\"submit\"\n class=\"contact-btn\">\n Submit\n </button>\n }\n @if (isSubscribeClicked && !isCaptchaVerified) {\n <div class=\"mt-3\"\n >\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n [ngModelOptions]=\"{ standalone: true }\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n }\n @if (isCaptchaVerified && isSubscribeClicked) {\n <div class=\"text-primary\"\n >\n We've received your request. Thanks. We'll get back to you quickly.\n </div>\n }\n </form>\n </div>\n <div class=\"col-md-7 col-sm-12 address-block-container float-end\">\n <div class=\"address-block\">\n <div class=\"address-white-block\">\n <h6>Ready to build what no one else will?</h6>\n <p>\n We don\u2019t work with many. But if you\u2019ve lived the problem \u2014 we\u2019ll build the solution.\n <br/>\n And if it works \u2014 we\u2019ll help fund it.\n </p>\n <p>\n Whether you're looking to be a founder, a member of our core team or join\n one of our companies - we've got something for you.\n </p>\n <p>Get in touch; we can't wait to meet you.</p>\n <strong> Where to find us: </strong>\n <ul>\n <li class=\"d-none\">\n <span><img src=\"/assets/img/landing-page/phone-icon.png\"\n alt=\"Icon\" /></span>\n <div class=\"address-info\">\n <strong>Phone</strong>\n <p>\n Belgium<br />\n <a href=\"callto:+32484163170\"> +32 (0) 484 16 31 70 </a>\n </p>\n <p>\n Australia<br />\n <a href=\"callto:+61478682100\"> +61 (0) 478 68 21 00 </a>\n </p>\n </div>\n </li>\n <li>\n <span><img src=\"/assets/img/landing-page/address-icon.png\"\n alt=\"Icon\" /></span>\n <div class=\"address-info\">\n <strong>Address</strong>\n <p class=\"mb-0\">Rue des Hirondelles 15</p>\n <p>1000 Brussels - Belgium</p>\n <p class=\"mb-0\">12/24 Ocean Street N</p>\n <p>2026 Bondi - NSW - Australia</p>\n </div>\n </li>\n <li>\n <span><img src=\"/assets/img/landing-page/website-icon.png\"\n alt=\"Icon\" /></span>\n <div class=\"address-info\">\n <strong>Email</strong>\n <p>\n <a href=\"mailto:careers@posiwise.com\">careers@posiwise.com</a>\n </p>\n </div>\n </li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n</section>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.get-in-touch{background:#ecf5fc;padding:90px 0 70px}.get-in-touch h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:44px;font-weight:900;text-align:center}.get-in-touch .description{color:#42526e;font-family:Roboto,sans-serif;font-size:30px;font-weight:300;margin-bottom:60px;padding:0 0 25px;position:relative;text-align:center}.get-in-touch:after{background:#ffab00;bottom:0;height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.contact-form-inner{background-color:#fff;box-shadow:1px 1px 57px #0000001a;padding:40px!important;position:relative;z-index:4}.contact-form-inner .book-demo a{display:inline-block;font-size:20px}.contact-form{position:relative}.contact-form:before{background:url(/assets/img/landing-page/form-rounded-img.png) left top no-repeat;content:\"\";height:257px;left:-123px;position:absolute;top:-106px;width:257px;z-index:1}.contact-form-inner .form-control{background-color:#f5f5f5;border:0;border-radius:0;color:#42526e;font-family:Roboto,sans-serif;font-size:16px;font-weight:300;height:55px;margin-bottom:20px;outline:0;padding:0 24px}.textarea{height:135px!important;padding:21px 24px!important}.address-white-block{background-color:#fff;box-shadow:1px 1px 57px #0000001a;float:left;padding:51px 37px 40px!important;position:relative;text-align:left;z-index:2}.address-white-block h6{color:#2e3238!important;font-size:24px;font-weight:900;margin-bottom:19px}.address-white-block p{color:#42526e;font-size:18px;font-weight:300;line-height:24px;margin-bottom:12px}.address-white-block strong{color:#2e3238;display:inline-block;font-size:24px;font-weight:900;margin-bottom:19px;padding:24px 0 0;width:100%}.address-white-block li:nth-child(2){float:left;width:314px}.address-white-block li:nth-child(3){float:left;width:265px}.address-white-block li:nth-child(3) .address-info{width:210px}.address-white-block li strong{color:#2e3238;font-size:18px;font-weight:700;margin:0;padding:0}.address-white-block li span{float:left;width:25px}.address-white-block li p{color:#42526e;font-size:15px;font-weight:300;line-height:30px}.address-white-block li p a{color:#42526e;text-decoration:none}.address-white-block li p:hover{color:#000;text-decoration:underline}.address-white-block li{float:left;width:265px}.address-white-block li i.fa-phone{transform:rotate(90deg)}.address-white-block li i{font-size:17px;color:var(--first)}.address-info{float:left;width:240px}.address-block{position:absolute}.address-block:before{background:url(/assets/img/landing-page/form-rounded-img2.png) center top no-repeat;content:\"\";height:194px;position:absolute;right:-90px;top:-92px;width:194px;z-index:1}.address-block:after{background:url(/assets/img/landing-page/form-rounded-img3.png) center top no-repeat;bottom:-143px;content:\"\";height:352px;position:absolute;right:-160px;width:352px;z-index:1}@media screen and (max-width:1499px){.get-in-touch{overflow:hidden}}@media screen and (max-width:991px){.address-white-block{padding:30px 37px 40px!important}}@media screen and (max-width:991px){.address-block{position:relative}}@media screen and (max-width:767px){.get-in-touch h2{font-size:31px}.get-in-touch .description{font-size:20px;position:relative;z-index:2}.address-block{float:left;height:100%;position:relative;width:100%}.contact-form-inner{padding:20px!important}}@media screen and (max-width:575px){.contact-form{padding:0!important}.get-in-touch{padding:50px 0 54px}.get-in-touch h2{font-size:29px}.address-white-block{max-width:100%;padding:20px!important}.address-white-block p{font-size:17px}.address-white-block li p{font-size:15px}}.address-block-container{position:relative;padding-right:15px;padding-left:29px}@media(min-width:768px){.col-md-7{flex:0 0 auto;width:58.33333333%;position:relative;padding-right:15px;padding-left:29px}}@media screen and (min-width:768px){.banner-left-bar{flex:0 0 auto;width:58.33333333%;padding-right:15px;padding-left:29px}}\n"] }]
|
|
1158
|
-
}], ctorParameters: () => [{ type: i1.CommonService }, { type: i2.UntypedFormBuilder }, { type: i1.AuthService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }] });
|
|
1168
|
+
}], ctorParameters: () => [{ type: i1.CommonService }, { type: i2.UntypedFormBuilder }, { type: i1.AuthService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }, { type: i3.ConfirmDialogService }] });
|
|
1159
1169
|
|
|
1160
1170
|
class CareersExplainerComponent {
|
|
1161
1171
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: CareersExplainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
@@ -1190,11 +1200,11 @@ class CareersComponent extends AppBaseComponent {
|
|
|
1190
1200
|
HelperService.changeTitleText();
|
|
1191
1201
|
}
|
|
1192
1202
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: CareersComponent, deps: [{ token: i1.AuthService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1193
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: CareersComponent, isStandalone: false, selector: "pw-careers", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Come work with us <br />and help us\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"['improve', 'fix', 'change']\"></span>\n <span class=\"blinking-cursor\">|</span> the world\n </h1>\n <h3 class=\"my-5\">\n PosiWise is on a mission to improve the world by enabling anyone to build great SaaS\n solutions.\n <br />\n We want our future generations to be proud of.\n </h3>\n </div>\n </section>\n <!-- FIND YOUR FUTURE-->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/careers/careers-1c.png\"\n alt=\"Careers\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>FIND YOUR FUTURE</h2>\n <p>\n We're building a culture where personal and professional growth is just as\n significant as business growth.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're an equal opportunity employer offering competitive salaries\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're committed to building a diverse and inclusive environment where\n you feel you belong\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're radically transparent and always focused on solving real problems\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We want all our employees to have ownership over their work and to be\n empowered to work autonomously\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We work remotely as much as possible, keep non-traditional hours to\n create a work-life \"fit\" for us and the people we love\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- MAKE AN IMPACT -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>MAKE AN IMPACT</h2>\n <p>\n PosiWise is looking for world-class talent ready to tackle challenging\n projects that will ultimately improve people's lives.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> From a problem that many\n people have to a solution to it\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From an idea to a\n successful global company\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From scalable software\n solutions to machine learning algorithms\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From complex software\n projects to tangible impacts on our future\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From individuals to\n organizations that make a difference\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/careers/careers-2b.png\"\n alt=\"Careers\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- careers explainer -->\n<section>\n <pw-careers-explainer></pw-careers-explainer>\n</section>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [sourceId]=\"sourceId\"\n [gaEventObj]=\"{\n category: 'pw-careers-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-careers-contact-us></pw-careers-contact-us>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i3$1.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }, { kind: "component", type: CareersContactUsComponent, selector: "pw-careers-contact-us" }, { kind: "component", type: CareersExplainerComponent, selector: "pw-careers-explainer" }] }); }
|
|
1203
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: CareersComponent, isStandalone: false, selector: "pw-careers", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Come work with us <br />and help us\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"['improve', 'fix', 'change']\"></span>\n <span class=\"blinking-cursor\">|</span> the world\n </h1>\n <h3 class=\"my-5\">\n PosiWise is on a mission to improve the world by enabling anyone to build great SaaS\n solutions.\n <br />\n We want our future generations to be proud of.\n </h3>\n </div>\n </section>\n <!-- FIND YOUR FUTURE-->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/careers/careers-1c.png\"\n alt=\"Careers\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>FIND YOUR FUTURE</h2>\n <p>\n We're building a culture where personal and professional growth is just as\n significant as business growth.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're an equal opportunity employer offering competitive salaries\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're committed to building a diverse and inclusive environment where\n you feel you belong\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're radically transparent and always focused on solving real problems\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We want all our employees to have ownership over their work and to be\n empowered to work autonomously\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We work remotely as much as possible, keep non-traditional hours to\n create a work-life \"fit\" for us and the people we love\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- MAKE AN IMPACT -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>MAKE AN IMPACT</h2>\n <p>\n PosiWise is looking for world-class talent ready to tackle challenging\n projects that will ultimately improve people's lives.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> From a problem that many\n people have to a solution to it\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From an idea to a\n successful global company\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From scalable software\n solutions to machine learning algorithms\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From complex software\n projects to tangible impacts on our future\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From individuals to\n organizations that make a difference\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/careers/careers-2b.png\"\n alt=\"Careers\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- careers explainer -->\n<section>\n <pw-careers-explainer></pw-careers-explainer>\n</section>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [sourceId]=\"sourceId\"\n [gaEventObj]=\"{\n category: 'pw-careers-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-careers-contact-us></pw-careers-contact-us>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i3.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }, { kind: "component", type: CareersContactUsComponent, selector: "pw-careers-contact-us" }, { kind: "component", type: CareersExplainerComponent, selector: "pw-careers-explainer" }] }); }
|
|
1194
1204
|
}
|
|
1195
1205
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: CareersComponent, decorators: [{
|
|
1196
1206
|
type: Component,
|
|
1197
|
-
args: [{ selector: 'pw-careers', standalone: false, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Come work with us <br />and help us\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"['improve', 'fix', 'change']\"></span>\n <span class=\"blinking-cursor\">|</span> the world\n </h1>\n <h3 class=\"my-5\">\n PosiWise is on a mission to improve the world by enabling anyone to build great SaaS\n solutions.\n <br />\n We want our future generations to be proud of.\n </h3>\n </div>\n </section>\n <!-- FIND YOUR FUTURE-->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/careers/careers-1c.png\"\n alt=\"Careers\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>FIND YOUR FUTURE</h2>\n <p>\n We're building a culture where personal and professional growth is just as\n significant as business growth.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're an equal opportunity employer offering competitive salaries\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're committed to building a diverse and inclusive environment where\n you feel you belong\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're radically transparent and always focused on solving real problems\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We want all our employees to have ownership over their work and to be\n empowered to work autonomously\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We work remotely as much as possible, keep non-traditional hours to\n create a work-life \"fit\" for us and the people we love\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- MAKE AN IMPACT -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>MAKE AN IMPACT</h2>\n <p>\n PosiWise is looking for world-class talent ready to tackle challenging\n projects that will ultimately improve people's lives.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> From a problem that many\n people have to a solution to it\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From an idea to a\n successful global company\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From scalable software\n solutions to machine learning algorithms\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From complex software\n projects to tangible impacts on our future\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From individuals to\n organizations that make a difference\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/careers/careers-2b.png\"\n alt=\"Careers\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- careers explainer -->\n<section>\n <pw-careers-explainer></pw-careers-explainer>\n</section>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [sourceId]=\"sourceId\"\n [gaEventObj]=\"{\n category: 'pw-careers-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-careers-contact-us></pw-careers-contact-us>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
|
|
1207
|
+
args: [{ selector: 'pw-careers', standalone: false, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Come work with us <br />and help us\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"['improve', 'fix', 'change']\"></span>\n <span class=\"blinking-cursor\">|</span> the world\n </h1>\n <h3 class=\"my-5\">\n PosiWise is on a mission to improve the world by enabling anyone to build great SaaS\n solutions.\n <br />\n We want our future generations to be proud of.\n </h3>\n </div>\n </section>\n <!-- FIND YOUR FUTURE-->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/careers/careers-1c.png\"\n alt=\"Careers\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>FIND YOUR FUTURE</h2>\n <p>\n We're building a culture where personal and professional growth is just as\n significant as business growth.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're an equal opportunity employer offering competitive salaries\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're committed to building a diverse and inclusive environment where\n you feel you belong\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're radically transparent and always focused on solving real problems\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We want all our employees to have ownership over their work and to be\n empowered to work autonomously\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We work remotely as much as possible, keep non-traditional hours to\n create a work-life \"fit\" for us and the people we love\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- MAKE AN IMPACT -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>MAKE AN IMPACT</h2>\n <p>\n PosiWise is looking for world-class talent ready to tackle challenging\n projects that will ultimately improve people's lives.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> From a problem that many\n people have to a solution to it\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From an idea to a\n successful global company\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From scalable software\n solutions to machine learning algorithms\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From complex software\n projects to tangible impacts on our future\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From individuals to\n organizations that make a difference\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/careers/careers-2b.png\"\n alt=\"Careers\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- careers explainer -->\n<section>\n <pw-careers-explainer></pw-careers-explainer>\n</section>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [sourceId]=\"sourceId\"\n [gaEventObj]=\"{\n category: 'pw-careers-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-careers-contact-us></pw-careers-contact-us>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
|
|
1198
1208
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }] });
|
|
1199
1209
|
|
|
1200
1210
|
class BaseLandingPageComponent extends AppBaseComponent {
|
|
@@ -1240,11 +1250,11 @@ class CommunicationAndNotificationsComponent extends BaseLandingPageComponent {
|
|
|
1240
1250
|
return HYPER_DASHBOARD_KEYS.Dashboard_Demo1;
|
|
1241
1251
|
}
|
|
1242
1252
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: CommunicationAndNotificationsComponent, deps: [{ token: i1.AuthService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1243
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: CommunicationAndNotificationsComponent, isStandalone: false, selector: "pw-communication-and-notifications", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- machine learning -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-communication-and-notification-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-communication-and-notification-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i3$1.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }, { kind: "component", type: LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }] }); }
|
|
1253
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: CommunicationAndNotificationsComponent, isStandalone: false, selector: "pw-communication-and-notifications", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- machine learning -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-communication-and-notification-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-communication-and-notification-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i3.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }, { kind: "component", type: LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }] }); }
|
|
1244
1254
|
}
|
|
1245
1255
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: CommunicationAndNotificationsComponent, decorators: [{
|
|
1246
1256
|
type: Component,
|
|
1247
|
-
args: [{ selector: 'pw-communication-and-notifications', standalone: false, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- machine learning -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-communication-and-notification-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-communication-and-notification-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
|
|
1257
|
+
args: [{ selector: 'pw-communication-and-notifications', standalone: false, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- machine learning -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-communication-and-notification-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-communication-and-notification-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
|
|
1248
1258
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }] });
|
|
1249
1259
|
|
|
1250
1260
|
class CoreFeatureExplainerComponent {
|
|
@@ -1309,11 +1319,11 @@ class CoreFeaturesComponent extends BaseTechFeatureComponent {
|
|
|
1309
1319
|
return 3;
|
|
1310
1320
|
}
|
|
1311
1321
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: CoreFeaturesComponent, deps: [{ token: i1.AuthService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1312
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: CoreFeaturesComponent, isStandalone: false, selector: "pw-core-features", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<!-- core features -->\n<div class=\"tech-features-wrapper\">\n <!-- header section blinking text -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Ship SaaS<br />\n -\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"['10x faster', '90% cheaper', 'way better']\"></span>\n <span class=\"blinking-cursor\">|</span> - <br />without rebuilding the basics\n </h1>\n <h3 class=\"my-5\">\n Our internal platform includes prebuilt services for auth, billing, UX, analytics, AI layers and more.\n <br />Everything founders need to launch real, scalable B2B SaaS \u2014 minus the boilerplate.\n </h3>\n </div>\n </section>\n <!-- whiteLabel interface -->\n <section class=\"whitelabel-interface\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>UI Builder</h2>\n <p>\n Define your product\u2019s visual identity\u2014then customize every component, from layout to logic, with pixel-level control.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Your branded landing\n page to start showcasing your solution\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Custom subdomain and\n website URL\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Branding images and\n logos everywhere you need them\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Out of the box login and\n registration pages\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Blog pages available and\n easily customizable\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Newsletter registration\n and leads follow up management\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Dedicated mobile app\n with in-app browser available\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/user-interface-builder\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/white-label/white-label-2b.png\"\n alt=\"UI Builder\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- user-management -->\n <section class=\"user-management testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/user-management/user-management-1b.png\"\n alt=\"User Management\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>User Management</h2>\n <p>User authentication and authorization in one central place</p>\n <ul class=\"list-unstyled\">\n <li><span class=\"icon-check branding-color\"></span> User listing</li>\n <li>\n <span class=\"icon-check branding-color\"></span> User property management\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Enable/Disable users\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Create/Invite new users\n </li>\n <li><span class=\"icon-check branding-color\"></span> Social logins</li>\n <li><span class=\"icon-check branding-color\"></span> Session control</li>\n <li><span class=\"icon-check branding-color\"></span> Password management</li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/user-management\">Read more...</a>\n </div>\n </div>\n </div>\n </div>\n </section>\n <!-- enterprise -->\n <section class=\"enterprise-management\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Enterprise Accounts</h2>\n <p>Enterprise admins can manage billing and resource usage easily</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Add and remove members\n in a few simple steps\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Allocate members to\n teams for increased control and visibility\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Document essential\n processes for your enterprise\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Send any communication\n to your enterprise members\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Define custom roles and\n permissions\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Manage authorizations\n with members' roles\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/enterprise-management\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/enterprise-management/enterprise-management-1b.png\"\n alt=\"Enterprise accounts management\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- communication -->\n <section class=\"communication-and-notifications testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/communications/communications-1b.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Communications and Notifications</h2>\n <p>State of the art communication technology available</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Display essential\n notifications on the users' dashboard\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Enable communication\n with the chat messaging system\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Display nicely formatted\n pop-ups on given API events\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Send custom\n communications with the newsletter feature\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Push notifications to\n the desktop or mobile app\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/communication-and-notifications\">Read more...</a>\n </div>\n </div>\n </div>\n </div>\n </section>\n <!--customer success -->\n <section class=\"customer-success\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>CX & Success</h2>\n <p>All the functionalities of a CRM on the get-go</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Handle newsletter\n subscriptions\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Track leads and users\n engagement\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your net\n promoter score (NPS)\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Integrated ticketing\n system to manage users' requests\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Let users define their\n settings and preferences\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Chat widget integration\n for 24/7 customer support\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/customer-success\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/customer-success/customer-success-1b.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- your code your ip -->\n <section class=\"your-code-your-ip testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/data-and-ip/data-n-ip-1b.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Structured to Scale or Spin Off</h2>\n <p>Each SaaS venture we build is architected from day one to operate, scale, or spin out independently \u2014 with clean data,\n clean IP, and zero lock-in.</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Dedicated codebase, infra, and data per product\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> No shared tech debt or hidden dependencies\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> IP stays with the venture \u2014 always\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Structured to raise, exit, or run standalone\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We co-build, but each product stands on its own\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We don\u2019t create entanglement - we create companies\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/your-code-your-ip\">Read more...</a>\n </div>\n </div>\n </div>\n </div>\n </section>\n <!-- mobile first -->\n <section class=\"mobile-first\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Mobile First</h2>\n <p>\n The mobile-first approach organically leads to a design that\u2019s more\n content-focused, and therefore user-focused\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> All features we build\n are optimized for mobile resolutions\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> You get an iOS and\n Android mobile app on day one\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We can build the\n required native features on your mobile app\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We can push live\n notifications to iOS and Android\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We ensure the user\n experience is optimum on both desktop and mobile\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/mobile-first\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/mobile-first/mobile-first1b.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- Security First -->\n <section class=\"your-code-your-ip testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/security/soc2.png\" alt=\"SOC 2 Certification\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Secure by Design. Independently Audited.</h2>\n <p>PosiWise is <strong>SOC 2 compliant</strong> across all <strong>five Trust Services Criteria</strong>,\n ensuring enterprise-grade security, reliability, and data protection from day one.</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Security \u2013 Protection against unauthorised access and threats\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Availability \u2013 Systems are reliable and operational when you need them\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Confidentiality \u2013 Sensitive data is protected and access-controlled\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Processing Integrity \u2013 Systems process data accurately and completely\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Privacy \u2013 Personal data is handled in line with strict privacy principles\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\" target=\"_blank\" routerLink=\"/pw-features/your-code-your-ip\">Read more...</a>\n </div>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- core features end -->\n\n<!-- core feature explainer -->\n<section class=\"testimonial-bg\">\n <pw-core-feature-explainer></pw-core-feature-explainer>\n</section>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe-b [sourceId]=\"sourceId\"\n [gaEventObj]=\"{\n category: 'pw-core-features-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-b',\n value: 1\n }\"></pw-landing-page-subscribe-b>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact-b [gaEventObj]=\"{\n category: 'pw-core-features-contact-us',\n action: 'contact-success',\n label: 'landing-page-b',\n value: 1\n }\"></pw-landing-page-contact-b>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer-b></pw-landing-page-footer-b>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}.see-more a{display:inline-block;font-size:18px}.see-more .disable-link{cursor:default;pointer-events:none}h3{color:#222!important}::ng-deep .login-button a{background:var(--second)}::ng-deep .login-button a:hover{color:var(--second)!important}::ng-deep .subscribe-btn{background:var(--first)}::ng-deep .subscribe-btn:hover{color:var(--first)!important}::ng-deep .contact-btn{background:var(--third)}::ng-deep .contact-btn:hover{color:var(--third)!important}\n"], dependencies: [{ kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i3$1.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: i3$1.LandingPageFooterBComponent, selector: "pw-landing-page-footer-b" }, { kind: "component", type: LandingPageContactBComponent, selector: "pw-landing-page-contact-b", inputs: ["gaEventObj"] }, { kind: "component", type: LandingPageSubscribeBComponent, selector: "pw-landing-page-subscribe-b", inputs: ["sourceId", "gaEventObj"] }, { kind: "directive", type: i2$1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: CoreFeatureExplainerComponent, selector: "pw-core-feature-explainer" }] }); }
|
|
1322
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: CoreFeaturesComponent, isStandalone: false, selector: "pw-core-features", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<!-- core features -->\n<div class=\"tech-features-wrapper\">\n <!-- header section blinking text -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Ship SaaS<br />\n -\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"['10x faster', '90% cheaper', 'way better']\"></span>\n <span class=\"blinking-cursor\">|</span> - <br />without rebuilding the basics\n </h1>\n <h3 class=\"my-5\">\n Our internal platform includes prebuilt services for auth, billing, UX, analytics, AI layers and more.\n <br />Everything founders need to launch real, scalable B2B SaaS \u2014 minus the boilerplate.\n </h3>\n </div>\n </section>\n <!-- whiteLabel interface -->\n <section class=\"whitelabel-interface\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>UI Builder</h2>\n <p>\n Define your product\u2019s visual identity\u2014then customize every component, from layout to logic, with pixel-level control.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Your branded landing\n page to start showcasing your solution\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Custom subdomain and\n website URL\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Branding images and\n logos everywhere you need them\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Out of the box login and\n registration pages\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Blog pages available and\n easily customizable\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Newsletter registration\n and leads follow up management\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Dedicated mobile app\n with in-app browser available\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/user-interface-builder\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/white-label/white-label-2b.png\"\n alt=\"UI Builder\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- user-management -->\n <section class=\"user-management testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/user-management/user-management-1b.png\"\n alt=\"User Management\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>User Management</h2>\n <p>User authentication and authorization in one central place</p>\n <ul class=\"list-unstyled\">\n <li><span class=\"icon-check branding-color\"></span> User listing</li>\n <li>\n <span class=\"icon-check branding-color\"></span> User property management\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Enable/Disable users\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Create/Invite new users\n </li>\n <li><span class=\"icon-check branding-color\"></span> Social logins</li>\n <li><span class=\"icon-check branding-color\"></span> Session control</li>\n <li><span class=\"icon-check branding-color\"></span> Password management</li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/user-management\">Read more...</a>\n </div>\n </div>\n </div>\n </div>\n </section>\n <!-- enterprise -->\n <section class=\"enterprise-management\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Enterprise Accounts</h2>\n <p>Enterprise admins can manage billing and resource usage easily</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Add and remove members\n in a few simple steps\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Allocate members to\n teams for increased control and visibility\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Document essential\n processes for your enterprise\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Send any communication\n to your enterprise members\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Define custom roles and\n permissions\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Manage authorizations\n with members' roles\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/enterprise-management\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/enterprise-management/enterprise-management-1b.png\"\n alt=\"Enterprise accounts management\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- communication -->\n <section class=\"communication-and-notifications testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/communications/communications-1b.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Communications and Notifications</h2>\n <p>State of the art communication technology available</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Display essential\n notifications on the users' dashboard\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Enable communication\n with the chat messaging system\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Display nicely formatted\n pop-ups on given API events\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Send custom\n communications with the newsletter feature\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Push notifications to\n the desktop or mobile app\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/communication-and-notifications\">Read more...</a>\n </div>\n </div>\n </div>\n </div>\n </section>\n <!--customer success -->\n <section class=\"customer-success\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>CX & Success</h2>\n <p>All the functionalities of a CRM on the get-go</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Handle newsletter\n subscriptions\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Track leads and users\n engagement\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your net\n promoter score (NPS)\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Integrated ticketing\n system to manage users' requests\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Let users define their\n settings and preferences\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Chat widget integration\n for 24/7 customer support\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/customer-success\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/customer-success/customer-success-1b.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- your code your ip -->\n <section class=\"your-code-your-ip testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/data-and-ip/data-n-ip-1b.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Structured to Scale or Spin Off</h2>\n <p>Each SaaS venture we build is architected from day one to operate, scale, or spin out independently \u2014 with clean data,\n clean IP, and zero lock-in.</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Dedicated codebase, infra, and data per product\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> No shared tech debt or hidden dependencies\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> IP stays with the venture \u2014 always\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Structured to raise, exit, or run standalone\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We co-build, but each product stands on its own\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We don\u2019t create entanglement - we create companies\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/your-code-your-ip\">Read more...</a>\n </div>\n </div>\n </div>\n </div>\n </section>\n <!-- mobile first -->\n <section class=\"mobile-first\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Mobile First</h2>\n <p>\n The mobile-first approach organically leads to a design that\u2019s more\n content-focused, and therefore user-focused\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> All features we build\n are optimized for mobile resolutions\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> You get an iOS and\n Android mobile app on day one\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We can build the\n required native features on your mobile app\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We can push live\n notifications to iOS and Android\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We ensure the user\n experience is optimum on both desktop and mobile\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/mobile-first\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/mobile-first/mobile-first1b.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- Security First -->\n <section class=\"your-code-your-ip testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/security/soc2.png\" alt=\"SOC 2 Certification\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Secure by Design. Independently Audited.</h2>\n <p>PosiWise is <strong>SOC 2 compliant</strong> across all <strong>five Trust Services Criteria</strong>,\n ensuring enterprise-grade security, reliability, and data protection from day one.</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Security \u2013 Protection against unauthorised access and threats\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Availability \u2013 Systems are reliable and operational when you need them\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Confidentiality \u2013 Sensitive data is protected and access-controlled\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Processing Integrity \u2013 Systems process data accurately and completely\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Privacy \u2013 Personal data is handled in line with strict privacy principles\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\" target=\"_blank\" routerLink=\"/pw-features/your-code-your-ip\">Read more...</a>\n </div>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- core features end -->\n\n<!-- core feature explainer -->\n<section class=\"testimonial-bg\">\n <pw-core-feature-explainer></pw-core-feature-explainer>\n</section>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe-b [sourceId]=\"sourceId\"\n [gaEventObj]=\"{\n category: 'pw-core-features-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-b',\n value: 1\n }\"></pw-landing-page-subscribe-b>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact-b [gaEventObj]=\"{\n category: 'pw-core-features-contact-us',\n action: 'contact-success',\n label: 'landing-page-b',\n value: 1\n }\"></pw-landing-page-contact-b>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer-b></pw-landing-page-footer-b>\n", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}.see-more a{display:inline-block;font-size:18px}.see-more .disable-link{cursor:default;pointer-events:none}h3{color:#222!important}::ng-deep .login-button a{background:var(--second)}::ng-deep .login-button a:hover{color:var(--second)!important}::ng-deep .subscribe-btn{background:var(--first)}::ng-deep .subscribe-btn:hover{color:var(--first)!important}::ng-deep .contact-btn{background:var(--third)}::ng-deep .contact-btn:hover{color:var(--third)!important}\n"], dependencies: [{ kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i3.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: i3.LandingPageFooterBComponent, selector: "pw-landing-page-footer-b" }, { kind: "component", type: LandingPageContactBComponent, selector: "pw-landing-page-contact-b", inputs: ["gaEventObj"] }, { kind: "component", type: LandingPageSubscribeBComponent, selector: "pw-landing-page-subscribe-b", inputs: ["sourceId", "gaEventObj"] }, { kind: "directive", type: i2$1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: CoreFeatureExplainerComponent, selector: "pw-core-feature-explainer" }] }); }
|
|
1313
1323
|
}
|
|
1314
1324
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: CoreFeaturesComponent, decorators: [{
|
|
1315
1325
|
type: Component,
|
|
1316
|
-
args: [{ selector: 'pw-core-features', standalone: false, template: "<pw-header [landing]=\"landing\"></pw-header>\n<!-- core features -->\n<div class=\"tech-features-wrapper\">\n <!-- header section blinking text -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Ship SaaS<br />\n -\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"['10x faster', '90% cheaper', 'way better']\"></span>\n <span class=\"blinking-cursor\">|</span> - <br />without rebuilding the basics\n </h1>\n <h3 class=\"my-5\">\n Our internal platform includes prebuilt services for auth, billing, UX, analytics, AI layers and more.\n <br />Everything founders need to launch real, scalable B2B SaaS \u2014 minus the boilerplate.\n </h3>\n </div>\n </section>\n <!-- whiteLabel interface -->\n <section class=\"whitelabel-interface\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>UI Builder</h2>\n <p>\n Define your product\u2019s visual identity\u2014then customize every component, from layout to logic, with pixel-level control.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Your branded landing\n page to start showcasing your solution\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Custom subdomain and\n website URL\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Branding images and\n logos everywhere you need them\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Out of the box login and\n registration pages\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Blog pages available and\n easily customizable\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Newsletter registration\n and leads follow up management\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Dedicated mobile app\n with in-app browser available\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/user-interface-builder\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/white-label/white-label-2b.png\"\n alt=\"UI Builder\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- user-management -->\n <section class=\"user-management testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/user-management/user-management-1b.png\"\n alt=\"User Management\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>User Management</h2>\n <p>User authentication and authorization in one central place</p>\n <ul class=\"list-unstyled\">\n <li><span class=\"icon-check branding-color\"></span> User listing</li>\n <li>\n <span class=\"icon-check branding-color\"></span> User property management\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Enable/Disable users\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Create/Invite new users\n </li>\n <li><span class=\"icon-check branding-color\"></span> Social logins</li>\n <li><span class=\"icon-check branding-color\"></span> Session control</li>\n <li><span class=\"icon-check branding-color\"></span> Password management</li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/user-management\">Read more...</a>\n </div>\n </div>\n </div>\n </div>\n </section>\n <!-- enterprise -->\n <section class=\"enterprise-management\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Enterprise Accounts</h2>\n <p>Enterprise admins can manage billing and resource usage easily</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Add and remove members\n in a few simple steps\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Allocate members to\n teams for increased control and visibility\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Document essential\n processes for your enterprise\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Send any communication\n to your enterprise members\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Define custom roles and\n permissions\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Manage authorizations\n with members' roles\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/enterprise-management\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/enterprise-management/enterprise-management-1b.png\"\n alt=\"Enterprise accounts management\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- communication -->\n <section class=\"communication-and-notifications testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/communications/communications-1b.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Communications and Notifications</h2>\n <p>State of the art communication technology available</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Display essential\n notifications on the users' dashboard\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Enable communication\n with the chat messaging system\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Display nicely formatted\n pop-ups on given API events\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Send custom\n communications with the newsletter feature\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Push notifications to\n the desktop or mobile app\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/communication-and-notifications\">Read more...</a>\n </div>\n </div>\n </div>\n </div>\n </section>\n <!--customer success -->\n <section class=\"customer-success\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>CX & Success</h2>\n <p>All the functionalities of a CRM on the get-go</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Handle newsletter\n subscriptions\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Track leads and users\n engagement\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your net\n promoter score (NPS)\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Integrated ticketing\n system to manage users' requests\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Let users define their\n settings and preferences\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Chat widget integration\n for 24/7 customer support\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/customer-success\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/customer-success/customer-success-1b.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- your code your ip -->\n <section class=\"your-code-your-ip testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/data-and-ip/data-n-ip-1b.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Structured to Scale or Spin Off</h2>\n <p>Each SaaS venture we build is architected from day one to operate, scale, or spin out independently \u2014 with clean data,\n clean IP, and zero lock-in.</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Dedicated codebase, infra, and data per product\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> No shared tech debt or hidden dependencies\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> IP stays with the venture \u2014 always\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Structured to raise, exit, or run standalone\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We co-build, but each product stands on its own\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We don\u2019t create entanglement - we create companies\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/your-code-your-ip\">Read more...</a>\n </div>\n </div>\n </div>\n </div>\n </section>\n <!-- mobile first -->\n <section class=\"mobile-first\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Mobile First</h2>\n <p>\n The mobile-first approach organically leads to a design that\u2019s more\n content-focused, and therefore user-focused\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> All features we build\n are optimized for mobile resolutions\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> You get an iOS and\n Android mobile app on day one\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We can build the\n required native features on your mobile app\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We can push live\n notifications to iOS and Android\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We ensure the user\n experience is optimum on both desktop and mobile\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/mobile-first\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/mobile-first/mobile-first1b.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- Security First -->\n <section class=\"your-code-your-ip testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/security/soc2.png\" alt=\"SOC 2 Certification\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Secure by Design. Independently Audited.</h2>\n <p>PosiWise is <strong>SOC 2 compliant</strong> across all <strong>five Trust Services Criteria</strong>,\n ensuring enterprise-grade security, reliability, and data protection from day one.</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Security \u2013 Protection against unauthorised access and threats\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Availability \u2013 Systems are reliable and operational when you need them\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Confidentiality \u2013 Sensitive data is protected and access-controlled\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Processing Integrity \u2013 Systems process data accurately and completely\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Privacy \u2013 Personal data is handled in line with strict privacy principles\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\" target=\"_blank\" routerLink=\"/pw-features/your-code-your-ip\">Read more...</a>\n </div>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- core features end -->\n\n<!-- core feature explainer -->\n<section class=\"testimonial-bg\">\n <pw-core-feature-explainer></pw-core-feature-explainer>\n</section>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe-b [sourceId]=\"sourceId\"\n [gaEventObj]=\"{\n category: 'pw-core-features-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-b',\n value: 1\n }\"></pw-landing-page-subscribe-b>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact-b [gaEventObj]=\"{\n category: 'pw-core-features-contact-us',\n action: 'contact-success',\n label: 'landing-page-b',\n value: 1\n }\"></pw-landing-page-contact-b>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer-b></pw-landing-page-footer-b>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}.see-more a{display:inline-block;font-size:18px}.see-more .disable-link{cursor:default;pointer-events:none}h3{color:#222!important}::ng-deep .login-button a{background:var(--second)}::ng-deep .login-button a:hover{color:var(--second)!important}::ng-deep .subscribe-btn{background:var(--first)}::ng-deep .subscribe-btn:hover{color:var(--first)!important}::ng-deep .contact-btn{background:var(--third)}::ng-deep .contact-btn:hover{color:var(--third)!important}\n"] }]
|
|
1326
|
+
args: [{ selector: 'pw-core-features', standalone: false, template: "<pw-header [landing]=\"landing\"></pw-header>\n<!-- core features -->\n<div class=\"tech-features-wrapper\">\n <!-- header section blinking text -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Ship SaaS<br />\n -\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"['10x faster', '90% cheaper', 'way better']\"></span>\n <span class=\"blinking-cursor\">|</span> - <br />without rebuilding the basics\n </h1>\n <h3 class=\"my-5\">\n Our internal platform includes prebuilt services for auth, billing, UX, analytics, AI layers and more.\n <br />Everything founders need to launch real, scalable B2B SaaS \u2014 minus the boilerplate.\n </h3>\n </div>\n </section>\n <!-- whiteLabel interface -->\n <section class=\"whitelabel-interface\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>UI Builder</h2>\n <p>\n Define your product\u2019s visual identity\u2014then customize every component, from layout to logic, with pixel-level control.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Your branded landing\n page to start showcasing your solution\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Custom subdomain and\n website URL\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Branding images and\n logos everywhere you need them\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Out of the box login and\n registration pages\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Blog pages available and\n easily customizable\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Newsletter registration\n and leads follow up management\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Dedicated mobile app\n with in-app browser available\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/user-interface-builder\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/white-label/white-label-2b.png\"\n alt=\"UI Builder\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- user-management -->\n <section class=\"user-management testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/user-management/user-management-1b.png\"\n alt=\"User Management\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>User Management</h2>\n <p>User authentication and authorization in one central place</p>\n <ul class=\"list-unstyled\">\n <li><span class=\"icon-check branding-color\"></span> User listing</li>\n <li>\n <span class=\"icon-check branding-color\"></span> User property management\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Enable/Disable users\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Create/Invite new users\n </li>\n <li><span class=\"icon-check branding-color\"></span> Social logins</li>\n <li><span class=\"icon-check branding-color\"></span> Session control</li>\n <li><span class=\"icon-check branding-color\"></span> Password management</li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/user-management\">Read more...</a>\n </div>\n </div>\n </div>\n </div>\n </section>\n <!-- enterprise -->\n <section class=\"enterprise-management\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Enterprise Accounts</h2>\n <p>Enterprise admins can manage billing and resource usage easily</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Add and remove members\n in a few simple steps\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Allocate members to\n teams for increased control and visibility\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Document essential\n processes for your enterprise\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Send any communication\n to your enterprise members\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Define custom roles and\n permissions\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Manage authorizations\n with members' roles\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/enterprise-management\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/enterprise-management/enterprise-management-1b.png\"\n alt=\"Enterprise accounts management\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- communication -->\n <section class=\"communication-and-notifications testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/communications/communications-1b.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Communications and Notifications</h2>\n <p>State of the art communication technology available</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Display essential\n notifications on the users' dashboard\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Enable communication\n with the chat messaging system\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Display nicely formatted\n pop-ups on given API events\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Send custom\n communications with the newsletter feature\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Push notifications to\n the desktop or mobile app\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/communication-and-notifications\">Read more...</a>\n </div>\n </div>\n </div>\n </div>\n </section>\n <!--customer success -->\n <section class=\"customer-success\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>CX & Success</h2>\n <p>All the functionalities of a CRM on the get-go</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Handle newsletter\n subscriptions\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Track leads and users\n engagement\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your net\n promoter score (NPS)\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Integrated ticketing\n system to manage users' requests\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Let users define their\n settings and preferences\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Chat widget integration\n for 24/7 customer support\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/customer-success\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/customer-success/customer-success-1b.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- your code your ip -->\n <section class=\"your-code-your-ip testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/data-and-ip/data-n-ip-1b.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Structured to Scale or Spin Off</h2>\n <p>Each SaaS venture we build is architected from day one to operate, scale, or spin out independently \u2014 with clean data,\n clean IP, and zero lock-in.</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Dedicated codebase, infra, and data per product\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> No shared tech debt or hidden dependencies\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> IP stays with the venture \u2014 always\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Structured to raise, exit, or run standalone\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We co-build, but each product stands on its own\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We don\u2019t create entanglement - we create companies\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/your-code-your-ip\">Read more...</a>\n </div>\n </div>\n </div>\n </div>\n </section>\n <!-- mobile first -->\n <section class=\"mobile-first\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Mobile First</h2>\n <p>\n The mobile-first approach organically leads to a design that\u2019s more\n content-focused, and therefore user-focused\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> All features we build\n are optimized for mobile resolutions\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> You get an iOS and\n Android mobile app on day one\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We can build the\n required native features on your mobile app\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We can push live\n notifications to iOS and Android\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> We ensure the user\n experience is optimum on both desktop and mobile\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\"\n target=\"_blank\"\n routerLink=\"/pw-features/mobile-first\">Read more...</a>\n </div>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/mobile-first/mobile-first1b.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- Security First -->\n <section class=\"your-code-your-ip testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/services/security/soc2.png\" alt=\"SOC 2 Certification\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Secure by Design. Independently Audited.</h2>\n <p>PosiWise is <strong>SOC 2 compliant</strong> across all <strong>five Trust Services Criteria</strong>,\n ensuring enterprise-grade security, reliability, and data protection from day one.</p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Security \u2013 Protection against unauthorised access and threats\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Availability \u2013 Systems are reliable and operational when you need them\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Confidentiality \u2013 Sensitive data is protected and access-controlled\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Processing Integrity \u2013 Systems process data accurately and completely\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Privacy \u2013 Personal data is handled in line with strict privacy principles\n </li>\n </ul>\n <div class=\"see-more mt-4 ms-5\">\n <a class=\"disable-link\" target=\"_blank\" routerLink=\"/pw-features/your-code-your-ip\">Read more...</a>\n </div>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- core features end -->\n\n<!-- core feature explainer -->\n<section class=\"testimonial-bg\">\n <pw-core-feature-explainer></pw-core-feature-explainer>\n</section>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe-b [sourceId]=\"sourceId\"\n [gaEventObj]=\"{\n category: 'pw-core-features-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-b',\n value: 1\n }\"></pw-landing-page-subscribe-b>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact-b [gaEventObj]=\"{\n category: 'pw-core-features-contact-us',\n action: 'contact-success',\n label: 'landing-page-b',\n value: 1\n }\"></pw-landing-page-contact-b>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer-b></pw-landing-page-footer-b>\n", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}.see-more a{display:inline-block;font-size:18px}.see-more .disable-link{cursor:default;pointer-events:none}h3{color:#222!important}::ng-deep .login-button a{background:var(--second)}::ng-deep .login-button a:hover{color:var(--second)!important}::ng-deep .subscribe-btn{background:var(--first)}::ng-deep .subscribe-btn:hover{color:var(--first)!important}::ng-deep .contact-btn{background:var(--third)}::ng-deep .contact-btn:hover{color:var(--third)!important}\n"] }]
|
|
1317
1327
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }] });
|
|
1318
1328
|
|
|
1319
1329
|
class CustomerSuccessComponent extends BaseLandingPageComponent {
|
|
@@ -1331,11 +1341,11 @@ class CustomerSuccessComponent extends BaseLandingPageComponent {
|
|
|
1331
1341
|
return HYPER_DASHBOARD_KEYS.Dashboard_Demo1;
|
|
1332
1342
|
}
|
|
1333
1343
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: CustomerSuccessComponent, deps: [{ token: i1.AuthService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1334
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: CustomerSuccessComponent, isStandalone: false, selector: "pw-customer-success", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-customer-success-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-customer-success-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i3$1.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }, { kind: "component", type: LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }] }); }
|
|
1344
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: CustomerSuccessComponent, isStandalone: false, selector: "pw-customer-success", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-customer-success-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-customer-success-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i3.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }, { kind: "component", type: LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }] }); }
|
|
1335
1345
|
}
|
|
1336
1346
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: CustomerSuccessComponent, decorators: [{
|
|
1337
1347
|
type: Component,
|
|
1338
|
-
args: [{ selector: 'pw-customer-success', standalone: false, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-customer-success-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-customer-success-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
|
|
1348
|
+
args: [{ selector: 'pw-customer-success', standalone: false, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-customer-success-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-customer-success-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
|
|
1339
1349
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }] });
|
|
1340
1350
|
|
|
1341
1351
|
class EnterpriseManagementComponent extends BaseTechFeatureComponent {
|
|
@@ -1344,11 +1354,11 @@ class EnterpriseManagementComponent extends BaseTechFeatureComponent {
|
|
|
1344
1354
|
this.authService = authService;
|
|
1345
1355
|
}
|
|
1346
1356
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: EnterpriseManagementComponent, deps: [{ token: i1.AuthService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1347
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: EnterpriseManagementComponent, isStandalone: false, selector: "pw-enterprise-management", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-enterprise-management-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-enterprise-management-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i3$1.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }, { kind: "component", type: LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }] }); }
|
|
1357
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: EnterpriseManagementComponent, isStandalone: false, selector: "pw-enterprise-management", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-enterprise-management-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-enterprise-management-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i3.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }, { kind: "component", type: LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }] }); }
|
|
1348
1358
|
}
|
|
1349
1359
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: EnterpriseManagementComponent, decorators: [{
|
|
1350
1360
|
type: Component,
|
|
1351
|
-
args: [{ selector: 'pw-enterprise-management', standalone: false, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-enterprise-management-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-enterprise-management-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
|
|
1361
|
+
args: [{ selector: 'pw-enterprise-management', standalone: false, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-enterprise-management-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-enterprise-management-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
|
|
1352
1362
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }] });
|
|
1353
1363
|
|
|
1354
1364
|
class IpManagementComponent extends BaseTechFeatureComponent {
|
|
@@ -1357,11 +1367,11 @@ class IpManagementComponent extends BaseTechFeatureComponent {
|
|
|
1357
1367
|
this.authService = authService;
|
|
1358
1368
|
}
|
|
1359
1369
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IpManagementComponent, deps: [{ token: i1.AuthService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1360
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: IpManagementComponent, isStandalone: false, selector: "pw-ip-management", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-ip-management-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-ip-management-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i3$1.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }, { kind: "component", type: LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }] }); }
|
|
1370
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: IpManagementComponent, isStandalone: false, selector: "pw-ip-management", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-ip-management-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-ip-management-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i3.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }, { kind: "component", type: LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }] }); }
|
|
1361
1371
|
}
|
|
1362
1372
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IpManagementComponent, decorators: [{
|
|
1363
1373
|
type: Component,
|
|
1364
|
-
args: [{ selector: 'pw-ip-management', standalone: false, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-ip-management-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-ip-management-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
|
|
1374
|
+
args: [{ selector: 'pw-ip-management', standalone: false, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-ip-management-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-ip-management-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
|
|
1365
1375
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }] });
|
|
1366
1376
|
|
|
1367
1377
|
class PaymentsComponent extends BaseTechFeatureComponent {
|
|
@@ -1370,11 +1380,11 @@ class PaymentsComponent extends BaseTechFeatureComponent {
|
|
|
1370
1380
|
this.authService = authService;
|
|
1371
1381
|
}
|
|
1372
1382
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: PaymentsComponent, deps: [{ token: i1.AuthService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1373
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: PaymentsComponent, isStandalone: false, selector: "pw-payments", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-payments-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-payments-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i3$1.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }, { kind: "component", type: LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }] }); }
|
|
1383
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: PaymentsComponent, isStandalone: false, selector: "pw-payments", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-payments-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-payments-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i3.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }, { kind: "component", type: LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }] }); }
|
|
1374
1384
|
}
|
|
1375
1385
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: PaymentsComponent, decorators: [{
|
|
1376
1386
|
type: Component,
|
|
1377
|
-
args: [{ selector: 'pw-payments', standalone: false, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-payments-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-payments-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
|
|
1387
|
+
args: [{ selector: 'pw-payments', standalone: false, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-payments-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-payments-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
|
|
1378
1388
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }] });
|
|
1379
1389
|
|
|
1380
1390
|
class SecurityComponent extends BaseTechFeatureComponent {
|
|
@@ -1383,11 +1393,11 @@ class SecurityComponent extends BaseTechFeatureComponent {
|
|
|
1383
1393
|
this.authService = authService;
|
|
1384
1394
|
}
|
|
1385
1395
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SecurityComponent, deps: [{ token: i1.AuthService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1386
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: SecurityComponent, isStandalone: false, selector: "pw-security", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-security-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-security-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i3$1.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }, { kind: "component", type: LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }] }); }
|
|
1396
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: SecurityComponent, isStandalone: false, selector: "pw-security", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-security-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-security-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i3.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }, { kind: "component", type: LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }] }); }
|
|
1387
1397
|
}
|
|
1388
1398
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: SecurityComponent, decorators: [{
|
|
1389
1399
|
type: Component,
|
|
1390
|
-
args: [{ selector: 'pw-security', standalone: false, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-security-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-security-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
|
|
1400
|
+
args: [{ selector: 'pw-security', standalone: false, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-security-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-security-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
|
|
1391
1401
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }] });
|
|
1392
1402
|
|
|
1393
1403
|
class UiBuilderComponent extends BaseTechFeatureComponent {
|
|
@@ -1396,11 +1406,11 @@ class UiBuilderComponent extends BaseTechFeatureComponent {
|
|
|
1396
1406
|
this.authService = authService;
|
|
1397
1407
|
}
|
|
1398
1408
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: UiBuilderComponent, deps: [{ token: i1.AuthService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1399
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: UiBuilderComponent, isStandalone: false, selector: "pw-ui-builder", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-ui-builder-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-ui-builder-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i3$1.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }, { kind: "component", type: LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }] }); }
|
|
1409
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: UiBuilderComponent, isStandalone: false, selector: "pw-ui-builder", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-ui-builder-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-ui-builder-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i3.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }, { kind: "component", type: LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }] }); }
|
|
1400
1410
|
}
|
|
1401
1411
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: UiBuilderComponent, decorators: [{
|
|
1402
1412
|
type: Component,
|
|
1403
|
-
args: [{ selector: 'pw-ui-builder', standalone: false, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-ui-builder-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-ui-builder-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
|
|
1413
|
+
args: [{ selector: 'pw-ui-builder', standalone: false, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-ui-builder-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-ui-builder-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
|
|
1404
1414
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }] });
|
|
1405
1415
|
|
|
1406
1416
|
class UserManagementComponent extends BaseTechFeatureComponent {
|
|
@@ -1409,11 +1419,11 @@ class UserManagementComponent extends BaseTechFeatureComponent {
|
|
|
1409
1419
|
this.authService = authService;
|
|
1410
1420
|
}
|
|
1411
1421
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: UserManagementComponent, deps: [{ token: i1.AuthService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1412
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: UserManagementComponent, isStandalone: false, selector: "pw-user-management", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-user-management-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-user-management-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i3$1.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }, { kind: "component", type: LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }] }); }
|
|
1422
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: UserManagementComponent, isStandalone: false, selector: "pw-user-management", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-user-management-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-user-management-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i3.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }, { kind: "component", type: LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }] }); }
|
|
1413
1423
|
}
|
|
1414
1424
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: UserManagementComponent, decorators: [{
|
|
1415
1425
|
type: Component,
|
|
1416
|
-
args: [{ selector: 'pw-user-management', standalone: false, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-user-management-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-user-management-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
|
|
1426
|
+
args: [{ selector: 'pw-user-management', standalone: false, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-analytics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- not just members -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-user-management-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-user-management-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
|
|
1417
1427
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }] });
|
|
1418
1428
|
|
|
1419
1429
|
class VentureExplainerComponent {
|
|
@@ -1449,11 +1459,11 @@ class VentureComponent extends AppBaseComponent {
|
|
|
1449
1459
|
HelperService.changeTitleText();
|
|
1450
1460
|
}
|
|
1451
1461
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: VentureComponent, deps: [{ token: i1.AuthService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1452
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: VentureComponent, isStandalone: false, selector: "pw-venture", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Let's build the next <br />\n -\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"['successful SaaS solution', 'unicorn', 'big idea']\"></span>\n <span class=\"blinking-cursor\">|</span>\n -\n <br />together\n </h1>\n <h3 class=\"my-5\">\n We enable you to get early access to the next big startup in various ways, depending\n on your appetite.\n </h3>\n </div>\n </section>\n <!-- invest an ideas -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/ventures/ventures-1b.png\"\n alt=\"Ventures\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Invest in ideas and teams with <span>big potential</span></h2>\n <p>\n We're looking for exceptional entrepreneurs and investors to join us and\n turn big ideas into successful companies.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span>\n Our ideas do not follow a particular order but rather show the breadth\n of possibilities ahead of us.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We share our equity in our portfolio companies with the entire team;\n this further drives unity, dedication and a desire to succeed from our\n team.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We always collaboratively work on a day-to-day basis with the founders\n before we invest in them.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- venture explainer -->\n<section class=\"testimonial-bg\">\n <pw-venture-explainer></pw-venture-explainer>\n</section>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-venture-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-venture-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}\n"], dependencies: [{ kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i3$1.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }, { kind: "component", type: LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }, { kind: "component", type: VentureExplainerComponent, selector: "pw-venture-explainer" }] }); }
|
|
1462
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: VentureComponent, isStandalone: false, selector: "pw-venture", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Let's build the next <br />\n -\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"['successful SaaS solution', 'unicorn', 'big idea']\"></span>\n <span class=\"blinking-cursor\">|</span>\n -\n <br />together\n </h1>\n <h3 class=\"my-5\">\n We enable you to get early access to the next big startup in various ways, depending\n on your appetite.\n </h3>\n </div>\n </section>\n <!-- invest an ideas -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/ventures/ventures-1b.png\"\n alt=\"Ventures\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Invest in ideas and teams with <span>big potential</span></h2>\n <p>\n We're looking for exceptional entrepreneurs and investors to join us and\n turn big ideas into successful companies.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span>\n Our ideas do not follow a particular order but rather show the breadth\n of possibilities ahead of us.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We share our equity in our portfolio companies with the entire team;\n this further drives unity, dedication and a desire to succeed from our\n team.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We always collaboratively work on a day-to-day basis with the founders\n before we invest in them.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- venture explainer -->\n<section class=\"testimonial-bg\">\n <pw-venture-explainer></pw-venture-explainer>\n</section>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-venture-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-venture-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}\n"], dependencies: [{ kind: "directive", type: i1$1.LazyImgDirective, selector: "img" }, { kind: "component", type: i3.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }, { kind: "component", type: LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }, { kind: "component", type: VentureExplainerComponent, selector: "pw-venture-explainer" }] }); }
|
|
1453
1463
|
}
|
|
1454
1464
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: VentureComponent, decorators: [{
|
|
1455
1465
|
type: Component,
|
|
1456
|
-
args: [{ selector: 'pw-venture', standalone: false, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Let's build the next <br />\n -\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"['successful SaaS solution', 'unicorn', 'big idea']\"></span>\n <span class=\"blinking-cursor\">|</span>\n -\n <br />together\n </h1>\n <h3 class=\"my-5\">\n We enable you to get early access to the next big startup in various ways, depending\n on your appetite.\n </h3>\n </div>\n </section>\n <!-- invest an ideas -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/ventures/ventures-1b.png\"\n alt=\"Ventures\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Invest in ideas and teams with <span>big potential</span></h2>\n <p>\n We're looking for exceptional entrepreneurs and investors to join us and\n turn big ideas into successful companies.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span>\n Our ideas do not follow a particular order but rather show the breadth\n of possibilities ahead of us.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We share our equity in our portfolio companies with the entire team;\n this further drives unity, dedication and a desire to succeed from our\n team.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We always collaboratively work on a day-to-day basis with the founders\n before we invest in them.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- venture explainer -->\n<section class=\"testimonial-bg\">\n <pw-venture-explainer></pw-venture-explainer>\n</section>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-venture-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-venture-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}\n"] }]
|
|
1466
|
+
args: [{ selector: 'pw-venture', standalone: false, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Let's build the next <br />\n -\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"['successful SaaS solution', 'unicorn', 'big idea']\"></span>\n <span class=\"blinking-cursor\">|</span>\n -\n <br />together\n </h1>\n <h3 class=\"my-5\">\n We enable you to get early access to the next big startup in various ways, depending\n on your appetite.\n </h3>\n </div>\n </section>\n <!-- invest an ideas -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/ventures/ventures-1b.png\"\n alt=\"Ventures\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>Invest in ideas and teams with <span>big potential</span></h2>\n <p>\n We're looking for exceptional entrepreneurs and investors to join us and\n turn big ideas into successful companies.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span>\n Our ideas do not follow a particular order but rather show the breadth\n of possibilities ahead of us.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We share our equity in our portfolio companies with the entire team;\n this further drives unity, dedication and a desire to succeed from our\n team.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We always collaboratively work on a day-to-day basis with the founders\n before we invest in them.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- venture explainer -->\n<section class=\"testimonial-bg\">\n <pw-venture-explainer></pw-venture-explainer>\n</section>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-venture-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-venture-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media(max-width:991px){.services{padding:25px 0}}@media only screen and (max-width:768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width:768px){.register-left{padding-right:40px}}@media only screen and (max-width:480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width:769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width:768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width:575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media(min-width:768px)and (max-width:768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media(min-width:769px)and (max-width:820px){.register-outer{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media(min-width:1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media(min-width:1800px){.register-container{max-width:73%}}@media(min-width:2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media(max-width:768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}\n"] }]
|
|
1457
1467
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }] });
|
|
1458
1468
|
|
|
1459
1469
|
class PublicModule {
|
|
@@ -1552,13 +1562,13 @@ class ErrorPageComponent {
|
|
|
1552
1562
|
state?.['message'] ??
|
|
1553
1563
|
'Something went wrong, please check with the website administrator';
|
|
1554
1564
|
}
|
|
1555
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: ErrorPageComponent, deps: [{ token:
|
|
1565
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: ErrorPageComponent, deps: [{ token: i4.Location }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1556
1566
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: ErrorPageComponent, isStandalone: false, selector: "pw-error-page", ngImport: i0, template: "<!--Error page starts-->\n<section id=\"error\">\n <div class=\"container-fluid bg-grey bg-lighten-3\">\n <div class=\"container\">\n <div class=\"row full-height-vh\">\n <div class=\"col-md-12 col-lg-3 ms-auto d-flex align-items-center\">\n <div class=\"row text-center mb-3\">\n <div class=\"col-12\">\n <img src=\"assets/img/portrait/avatars/avatar-08.png\"\n alt=\"User\"\n width=\"300\" />\n </div>\n <div class=\"col-12\">\n <h4 class=\"grey darken-2 font-large-5\">Oops...</h4>\n </div>\n </div>\n </div>\n <div class=\"col-md-12 col-lg-8 d-flex align-items-center justify-content-center\">\n <div class=\"error-container\">\n @if (message) {\n <div class=\"no-border\"\n >\n <h6 class=\"alert alert-danger\">{{ message }}</h6>\n </div>\n }\n <div class=\"error-body\">\n <div class=\"row py-4 justify-content-center\">\n <div class=\"col-8 py-4\">\n <a class=\"btn btn-primary btn-raised btn-block font-medium-2\"\n routerLink=\"/\">\n <i class=\"ft-home\" aria-hidden=\"true\"></i>\n Back to Home\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--Error page ends-->\n", dependencies: [{ kind: "directive", type: i2$1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] }); }
|
|
1557
1567
|
}
|
|
1558
1568
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: ErrorPageComponent, decorators: [{
|
|
1559
1569
|
type: Component,
|
|
1560
1570
|
args: [{ selector: 'pw-error-page', standalone: false, template: "<!--Error page starts-->\n<section id=\"error\">\n <div class=\"container-fluid bg-grey bg-lighten-3\">\n <div class=\"container\">\n <div class=\"row full-height-vh\">\n <div class=\"col-md-12 col-lg-3 ms-auto d-flex align-items-center\">\n <div class=\"row text-center mb-3\">\n <div class=\"col-12\">\n <img src=\"assets/img/portrait/avatars/avatar-08.png\"\n alt=\"User\"\n width=\"300\" />\n </div>\n <div class=\"col-12\">\n <h4 class=\"grey darken-2 font-large-5\">Oops...</h4>\n </div>\n </div>\n </div>\n <div class=\"col-md-12 col-lg-8 d-flex align-items-center justify-content-center\">\n <div class=\"error-container\">\n @if (message) {\n <div class=\"no-border\"\n >\n <h6 class=\"alert alert-danger\">{{ message }}</h6>\n </div>\n }\n <div class=\"error-body\">\n <div class=\"row py-4 justify-content-center\">\n <div class=\"col-8 py-4\">\n <a class=\"btn btn-primary btn-raised btn-block font-medium-2\"\n routerLink=\"/\">\n <i class=\"ft-home\" aria-hidden=\"true\"></i>\n Back to Home\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--Error page ends-->\n" }]
|
|
1561
|
-
}], ctorParameters: () => [{ type:
|
|
1571
|
+
}], ctorParameters: () => [{ type: i4.Location }] });
|
|
1562
1572
|
|
|
1563
1573
|
class IncidentsStatusComponent extends AppBaseComponent {
|
|
1564
1574
|
constructor(injector, commonService, authService, sanitizer, cdr) {
|
|
@@ -1642,11 +1652,11 @@ class IncidentsStatusComponent extends AppBaseComponent {
|
|
|
1642
1652
|
}
|
|
1643
1653
|
}
|
|
1644
1654
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IncidentsStatusComponent, deps: [{ token: i0.Injector }, { token: i1.CommonService }, { token: i1.AuthService }, { token: i2$3.DomSanitizer }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1645
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: IncidentsStatusComponent, isStandalone: false, selector: "pw-incidents-status", usesInheritance: true, ngImport: i0, template: "<pw-resource-header></pw-resource-header>\n<div class=\"incidents-wrapper container\">\n <div class=\"mx-2\">\n <h3>{{companyName}} Status</h3>\n <ul ngbNav #nav=\"ngbNav\" class=\"nav-tabs\">\n <li [ngbNavItem]=\"1\">\n <a ngbNavLink>Open Incidents</a>\n <ng-template ngbNavContent>\n @if (openIncidents?.length) {\n <div class=\"table-responsive\">\n <table class=\"col-lg-12 px-0 table\" aria-describedby=\"incident status\">\n <thead>\n <tr>\n <th>Service Impacted</th>\n <th>Description</th>\n <th>Date Open</th>\n <th>Duration</th>\n </tr>\n </thead>\n <tbody>\n @for (\n data of openIncidents\n | paginate\n : { id: 'data', itemsPerPage: 10, currentPage: p }; track\n data; let i = $index) {\n <tr class=\"incident-item\">\n <td> {{ data?.service_impacted ? data?.service_impacted : data?.url_impacted }} </td>\n <td class=\"description\">\n <div class=\"d-flex\">\n <div>\n @if (loggedIn && (user?.auth?.granted['Pages.SuperAdmin'])) {\n <i class=\"fa fa-edit edit-icon\" aria-hidden=\"true\" (click)=\"navigateToEdit(data)\"\n (keydown.enter)=\"navigateToEdit(data)\"\n ></i>\n }\n </div>\n <div [innerHTML]=\"data?.description\"></div>\n </div>\n </td>\n <td class=\"text-nowrap\"> {{ data?.started_at | date: 'dd-MMM-yyyy, h:mm a' }} </td>\n <td class=\"text-nowrap\"> {{ calculateDuration(data?.started_at,todayDate) }}\n </tr>\n }\n </tbody>\n </table>\n @if (openIncidents?.length > 10) {\n <div class=\"text-center pagination-controls col-lg-12 px-0 w-100 mt-3\">\n <pagination-controls id=\"data\" (pageChange)=\"p = $event\">\n </pagination-controls>\n </div>\n }\n </div>\n }\n @if (!openIncidents?.length) {\n <p>Nothing here</p>\n }\n </ng-template>\n </li>\n <li [ngbNavItem]=\"2\">\n <a ngbNavLink>Closed Incidents</a>\n <ng-template ngbNavContent>\n @if (pastIncidents?.length) {\n <div class=\"table-responsive\">\n <table class=\"col-lg-12 px-0 table\" aria-describedby=\"incident status\">\n <thead>\n <tr>\n <th>Service Impacted</th>\n <th>Description</th>\n <th>Date Open</th>\n <th>Date Closed</th>\n <th>Duration</th>\n </tr>\n </thead>\n <tbody>\n @for (incident of pastIncidents | paginate : {\n id: 'incident',\n itemsPerPage: 10,\n currentPage: p1\n }; track incident; let i = $index) {\n <tr class=\"incident-item\">\n <td> {{ incident?.service_impacted ? incident?.service_impacted : incident?.url_impacted }} </td>\n <td class=\"description\">\n <div class=\"d-flex\">\n <div>\n @if (loggedIn && (user?.auth?.granted['Pages.SuperAdmin'])) {\n <i class=\"fa fa-edit edit-icon cursor-pointer\" aria-hidden=\"true\"\n (click)=\"navigateToEdit(incident)\" (keydown.enter)=\"navigateToEdit(incident)\"></i>\n }\n </div>\n <div [innerHTML]=\"incident?.description\"></div>\n </div>\n </td>\n <td class=\"text-nowrap\"> {{ incident?.started_at | date: 'dd-MMM-yyyy, h:mm a'}} </td>\n <td class=\"text-nowrap\"> {{ incident?.resolved_at | date: 'dd-MMM-yyyy, h:mm a'}} </td>\n <td class=\"text-nowrap\"> {{ calculateDuration(incident.started_at, incident.resolved_at) }} </td>\n </tr>\n }\n </tbody>\n </table>\n @if (pastIncidents?.length > 10) {\n <div class=\"text-center pagination-controls col-lg-12 px-0 w-100 mt-3\">\n <pagination-controls id=\"incident\" (pageChange)=\"p1 = $event\">\n </pagination-controls>\n </div>\n }\n </div>\n }\n @if (!pastIncidents?.length) {\n <p>Nothing here</p>\n }\n </ng-template>\n </li>\n </ul>\n <div [ngbNavOutlet]=\"nav\"></div>\n </div>\n </div>", styles: ["
|
|
1655
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: IncidentsStatusComponent, isStandalone: false, selector: "pw-incidents-status", usesInheritance: true, ngImport: i0, template: "<pw-resource-header></pw-resource-header>\n<div class=\"incidents-wrapper container\">\n <div class=\"mx-2\">\n <h3>{{companyName}} Status</h3>\n <ul ngbNav #nav=\"ngbNav\" class=\"nav-tabs\">\n <li [ngbNavItem]=\"1\">\n <a ngbNavLink>Open Incidents</a>\n <ng-template ngbNavContent>\n @if (openIncidents?.length) {\n <div class=\"table-responsive\">\n <table class=\"col-lg-12 px-0 table\" aria-describedby=\"incident status\">\n <thead>\n <tr>\n <th>Service Impacted</th>\n <th>Description</th>\n <th>Date Open</th>\n <th>Duration</th>\n </tr>\n </thead>\n <tbody>\n @for (\n data of openIncidents\n | paginate\n : { id: 'data', itemsPerPage: 10, currentPage: p }; track\n data; let i = $index) {\n <tr class=\"incident-item\">\n <td> {{ data?.service_impacted ? data?.service_impacted : data?.url_impacted }} </td>\n <td class=\"description\">\n <div class=\"d-flex\">\n <div>\n @if (loggedIn && (user?.auth?.granted['Pages.SuperAdmin'])) {\n <i class=\"fa fa-edit edit-icon\" aria-hidden=\"true\" (click)=\"navigateToEdit(data)\"\n (keydown.enter)=\"navigateToEdit(data)\"\n ></i>\n }\n </div>\n <div [innerHTML]=\"data?.description\"></div>\n </div>\n </td>\n <td class=\"text-nowrap\"> {{ data?.started_at | date: 'dd-MMM-yyyy, h:mm a' }} </td>\n <td class=\"text-nowrap\"> {{ calculateDuration(data?.started_at,todayDate) }}\n </tr>\n }\n </tbody>\n </table>\n @if (openIncidents?.length > 10) {\n <div class=\"text-center pagination-controls col-lg-12 px-0 w-100 mt-3\">\n <pagination-controls id=\"data\" (pageChange)=\"p = $event\">\n </pagination-controls>\n </div>\n }\n </div>\n }\n @if (!openIncidents?.length) {\n <p>Nothing here</p>\n }\n </ng-template>\n </li>\n <li [ngbNavItem]=\"2\">\n <a ngbNavLink>Closed Incidents</a>\n <ng-template ngbNavContent>\n @if (pastIncidents?.length) {\n <div class=\"table-responsive\">\n <table class=\"col-lg-12 px-0 table\" aria-describedby=\"incident status\">\n <thead>\n <tr>\n <th>Service Impacted</th>\n <th>Description</th>\n <th>Date Open</th>\n <th>Date Closed</th>\n <th>Duration</th>\n </tr>\n </thead>\n <tbody>\n @for (incident of pastIncidents | paginate : {\n id: 'incident',\n itemsPerPage: 10,\n currentPage: p1\n }; track incident; let i = $index) {\n <tr class=\"incident-item\">\n <td> {{ incident?.service_impacted ? incident?.service_impacted : incident?.url_impacted }} </td>\n <td class=\"description\">\n <div class=\"d-flex\">\n <div>\n @if (loggedIn && (user?.auth?.granted['Pages.SuperAdmin'])) {\n <i class=\"fa fa-edit edit-icon cursor-pointer\" aria-hidden=\"true\"\n (click)=\"navigateToEdit(incident)\" (keydown.enter)=\"navigateToEdit(incident)\"></i>\n }\n </div>\n <div [innerHTML]=\"incident?.description\"></div>\n </div>\n </td>\n <td class=\"text-nowrap\"> {{ incident?.started_at | date: 'dd-MMM-yyyy, h:mm a'}} </td>\n <td class=\"text-nowrap\"> {{ incident?.resolved_at | date: 'dd-MMM-yyyy, h:mm a'}} </td>\n <td class=\"text-nowrap\"> {{ calculateDuration(incident.started_at, incident.resolved_at) }} </td>\n </tr>\n }\n </tbody>\n </table>\n @if (pastIncidents?.length > 10) {\n <div class=\"text-center pagination-controls col-lg-12 px-0 w-100 mt-3\">\n <pagination-controls id=\"incident\" (pageChange)=\"p1 = $event\">\n </pagination-controls>\n </div>\n }\n </div>\n }\n @if (!pastIncidents?.length) {\n <p>Nothing here</p>\n }\n </ng-template>\n </li>\n </ul>\n <div [ngbNavOutlet]=\"nav\"></div>\n </div>\n </div>", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.incidents-wrapper{margin-top:80px}.incidents-wrapper .table thead th{border:0;border-bottom:1px solid rgb(222,226,230)}.incident-item{color:#3f3f44;font-size:14px;line-height:1.42857;padding:10px 0}.incident-item:last-child{border-bottom:0!important}::ng-deep .resource-header .navbar-nav .nav-item .nav-link{color:#000!important}\n"], dependencies: [{ kind: "component", type: i3$1.PaginationControlsComponent, selector: "pagination-controls", inputs: ["id", "maxSize", "directionLinks", "autoHide", "responsive", "previousLabel", "nextLabel", "screenReaderPaginationLabel", "screenReaderPageLabel", "screenReaderCurrentLabel"], outputs: ["pageChange", "pageBoundsCorrection"] }, { kind: "directive", type: i4$1.NgbNavContent, selector: "ng-template[ngbNavContent]" }, { kind: "directive", type: i4$1.NgbNav, selector: "[ngbNav]", inputs: ["activeId", "animation", "destroyOnHide", "orientation", "roles", "keyboard"], outputs: ["activeIdChange", "shown", "hidden", "navChange"], exportAs: ["ngbNav"] }, { kind: "directive", type: i4$1.NgbNavItem, selector: "[ngbNavItem]", inputs: ["destroyOnHide", "disabled", "domId", "ngbNavItem"], outputs: ["shown", "hidden"], exportAs: ["ngbNavItem"] }, { kind: "directive", type: i4$1.NgbNavItemRole, selector: "[ngbNavItem]:not(ng-container)" }, { kind: "directive", type: i4$1.NgbNavLink, selector: "a[ngbNavLink]" }, { kind: "directive", type: i4$1.NgbNavLinkBase, selector: "[ngbNavLink]" }, { kind: "component", type: i4$1.NgbNavOutlet, selector: "[ngbNavOutlet]", inputs: ["paneRole", "ngbNavOutlet"] }, { kind: "component", type: i7$1.ResourceHeaderComponent, selector: "pw-resource-header", inputs: ["user", "userLoggedIn"] }, { kind: "pipe", type: i4.DatePipe, name: "date" }, { kind: "pipe", type: i3$1.PaginatePipe, name: "paginate" }] }); }
|
|
1646
1656
|
}
|
|
1647
1657
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: IncidentsStatusComponent, decorators: [{
|
|
1648
1658
|
type: Component,
|
|
1649
|
-
args: [{ selector: 'pw-incidents-status', standalone: false, template: "<pw-resource-header></pw-resource-header>\n<div class=\"incidents-wrapper container\">\n <div class=\"mx-2\">\n <h3>{{companyName}} Status</h3>\n <ul ngbNav #nav=\"ngbNav\" class=\"nav-tabs\">\n <li [ngbNavItem]=\"1\">\n <a ngbNavLink>Open Incidents</a>\n <ng-template ngbNavContent>\n @if (openIncidents?.length) {\n <div class=\"table-responsive\">\n <table class=\"col-lg-12 px-0 table\" aria-describedby=\"incident status\">\n <thead>\n <tr>\n <th>Service Impacted</th>\n <th>Description</th>\n <th>Date Open</th>\n <th>Duration</th>\n </tr>\n </thead>\n <tbody>\n @for (\n data of openIncidents\n | paginate\n : { id: 'data', itemsPerPage: 10, currentPage: p }; track\n data; let i = $index) {\n <tr class=\"incident-item\">\n <td> {{ data?.service_impacted ? data?.service_impacted : data?.url_impacted }} </td>\n <td class=\"description\">\n <div class=\"d-flex\">\n <div>\n @if (loggedIn && (user?.auth?.granted['Pages.SuperAdmin'])) {\n <i class=\"fa fa-edit edit-icon\" aria-hidden=\"true\" (click)=\"navigateToEdit(data)\"\n (keydown.enter)=\"navigateToEdit(data)\"\n ></i>\n }\n </div>\n <div [innerHTML]=\"data?.description\"></div>\n </div>\n </td>\n <td class=\"text-nowrap\"> {{ data?.started_at | date: 'dd-MMM-yyyy, h:mm a' }} </td>\n <td class=\"text-nowrap\"> {{ calculateDuration(data?.started_at,todayDate) }}\n </tr>\n }\n </tbody>\n </table>\n @if (openIncidents?.length > 10) {\n <div class=\"text-center pagination-controls col-lg-12 px-0 w-100 mt-3\">\n <pagination-controls id=\"data\" (pageChange)=\"p = $event\">\n </pagination-controls>\n </div>\n }\n </div>\n }\n @if (!openIncidents?.length) {\n <p>Nothing here</p>\n }\n </ng-template>\n </li>\n <li [ngbNavItem]=\"2\">\n <a ngbNavLink>Closed Incidents</a>\n <ng-template ngbNavContent>\n @if (pastIncidents?.length) {\n <div class=\"table-responsive\">\n <table class=\"col-lg-12 px-0 table\" aria-describedby=\"incident status\">\n <thead>\n <tr>\n <th>Service Impacted</th>\n <th>Description</th>\n <th>Date Open</th>\n <th>Date Closed</th>\n <th>Duration</th>\n </tr>\n </thead>\n <tbody>\n @for (incident of pastIncidents | paginate : {\n id: 'incident',\n itemsPerPage: 10,\n currentPage: p1\n }; track incident; let i = $index) {\n <tr class=\"incident-item\">\n <td> {{ incident?.service_impacted ? incident?.service_impacted : incident?.url_impacted }} </td>\n <td class=\"description\">\n <div class=\"d-flex\">\n <div>\n @if (loggedIn && (user?.auth?.granted['Pages.SuperAdmin'])) {\n <i class=\"fa fa-edit edit-icon cursor-pointer\" aria-hidden=\"true\"\n (click)=\"navigateToEdit(incident)\" (keydown.enter)=\"navigateToEdit(incident)\"></i>\n }\n </div>\n <div [innerHTML]=\"incident?.description\"></div>\n </div>\n </td>\n <td class=\"text-nowrap\"> {{ incident?.started_at | date: 'dd-MMM-yyyy, h:mm a'}} </td>\n <td class=\"text-nowrap\"> {{ incident?.resolved_at | date: 'dd-MMM-yyyy, h:mm a'}} </td>\n <td class=\"text-nowrap\"> {{ calculateDuration(incident.started_at, incident.resolved_at) }} </td>\n </tr>\n }\n </tbody>\n </table>\n @if (pastIncidents?.length > 10) {\n <div class=\"text-center pagination-controls col-lg-12 px-0 w-100 mt-3\">\n <pagination-controls id=\"incident\" (pageChange)=\"p1 = $event\">\n </pagination-controls>\n </div>\n }\n </div>\n }\n @if (!pastIncidents?.length) {\n <p>Nothing here</p>\n }\n </ng-template>\n </li>\n </ul>\n <div [ngbNavOutlet]=\"nav\"></div>\n </div>\n </div>", styles: ["
|
|
1659
|
+
args: [{ selector: 'pw-incidents-status', standalone: false, template: "<pw-resource-header></pw-resource-header>\n<div class=\"incidents-wrapper container\">\n <div class=\"mx-2\">\n <h3>{{companyName}} Status</h3>\n <ul ngbNav #nav=\"ngbNav\" class=\"nav-tabs\">\n <li [ngbNavItem]=\"1\">\n <a ngbNavLink>Open Incidents</a>\n <ng-template ngbNavContent>\n @if (openIncidents?.length) {\n <div class=\"table-responsive\">\n <table class=\"col-lg-12 px-0 table\" aria-describedby=\"incident status\">\n <thead>\n <tr>\n <th>Service Impacted</th>\n <th>Description</th>\n <th>Date Open</th>\n <th>Duration</th>\n </tr>\n </thead>\n <tbody>\n @for (\n data of openIncidents\n | paginate\n : { id: 'data', itemsPerPage: 10, currentPage: p }; track\n data; let i = $index) {\n <tr class=\"incident-item\">\n <td> {{ data?.service_impacted ? data?.service_impacted : data?.url_impacted }} </td>\n <td class=\"description\">\n <div class=\"d-flex\">\n <div>\n @if (loggedIn && (user?.auth?.granted['Pages.SuperAdmin'])) {\n <i class=\"fa fa-edit edit-icon\" aria-hidden=\"true\" (click)=\"navigateToEdit(data)\"\n (keydown.enter)=\"navigateToEdit(data)\"\n ></i>\n }\n </div>\n <div [innerHTML]=\"data?.description\"></div>\n </div>\n </td>\n <td class=\"text-nowrap\"> {{ data?.started_at | date: 'dd-MMM-yyyy, h:mm a' }} </td>\n <td class=\"text-nowrap\"> {{ calculateDuration(data?.started_at,todayDate) }}\n </tr>\n }\n </tbody>\n </table>\n @if (openIncidents?.length > 10) {\n <div class=\"text-center pagination-controls col-lg-12 px-0 w-100 mt-3\">\n <pagination-controls id=\"data\" (pageChange)=\"p = $event\">\n </pagination-controls>\n </div>\n }\n </div>\n }\n @if (!openIncidents?.length) {\n <p>Nothing here</p>\n }\n </ng-template>\n </li>\n <li [ngbNavItem]=\"2\">\n <a ngbNavLink>Closed Incidents</a>\n <ng-template ngbNavContent>\n @if (pastIncidents?.length) {\n <div class=\"table-responsive\">\n <table class=\"col-lg-12 px-0 table\" aria-describedby=\"incident status\">\n <thead>\n <tr>\n <th>Service Impacted</th>\n <th>Description</th>\n <th>Date Open</th>\n <th>Date Closed</th>\n <th>Duration</th>\n </tr>\n </thead>\n <tbody>\n @for (incident of pastIncidents | paginate : {\n id: 'incident',\n itemsPerPage: 10,\n currentPage: p1\n }; track incident; let i = $index) {\n <tr class=\"incident-item\">\n <td> {{ incident?.service_impacted ? incident?.service_impacted : incident?.url_impacted }} </td>\n <td class=\"description\">\n <div class=\"d-flex\">\n <div>\n @if (loggedIn && (user?.auth?.granted['Pages.SuperAdmin'])) {\n <i class=\"fa fa-edit edit-icon cursor-pointer\" aria-hidden=\"true\"\n (click)=\"navigateToEdit(incident)\" (keydown.enter)=\"navigateToEdit(incident)\"></i>\n }\n </div>\n <div [innerHTML]=\"incident?.description\"></div>\n </div>\n </td>\n <td class=\"text-nowrap\"> {{ incident?.started_at | date: 'dd-MMM-yyyy, h:mm a'}} </td>\n <td class=\"text-nowrap\"> {{ incident?.resolved_at | date: 'dd-MMM-yyyy, h:mm a'}} </td>\n <td class=\"text-nowrap\"> {{ calculateDuration(incident.started_at, incident.resolved_at) }} </td>\n </tr>\n }\n </tbody>\n </table>\n @if (pastIncidents?.length > 10) {\n <div class=\"text-center pagination-controls col-lg-12 px-0 w-100 mt-3\">\n <pagination-controls id=\"incident\" (pageChange)=\"p1 = $event\">\n </pagination-controls>\n </div>\n }\n </div>\n }\n @if (!pastIncidents?.length) {\n <p>Nothing here</p>\n }\n </ng-template>\n </li>\n </ul>\n <div [ngbNavOutlet]=\"nav\"></div>\n </div>\n </div>", styles: ["@charset \"UTF-8\";:root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.incidents-wrapper{margin-top:80px}.incidents-wrapper .table thead th{border:0;border-bottom:1px solid rgb(222,226,230)}.incident-item{color:#3f3f44;font-size:14px;line-height:1.42857;padding:10px 0}.incident-item:last-child{border-bottom:0!important}::ng-deep .resource-header .navbar-nav .nav-item .nav-link{color:#000!important}\n"] }]
|
|
1650
1660
|
}], ctorParameters: () => [{ type: i0.Injector }, { type: i1.CommonService }, { type: i1.AuthService }, { type: i2$3.DomSanitizer }, { type: i0.ChangeDetectorRef }] });
|
|
1651
1661
|
|
|
1652
1662
|
class LockScreenPageComponent {
|
|
@@ -1707,7 +1717,7 @@ class ResourceMeetingsComponent extends AppBaseComponent {
|
|
|
1707
1717
|
});
|
|
1708
1718
|
}
|
|
1709
1719
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: ResourceMeetingsComponent, deps: [{ token: i2$3.DomSanitizer }, { token: i1.AuthService }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1710
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: ResourceMeetingsComponent, isStandalone: false, selector: "pw--public-book-a-demo", usesInheritance: true, ngImport: i0, template: "<pw-resource-header [user]=\"user\" [userLoggedIn]=\"userLoggedIn\"></pw-resource-header>\n<div class=\"mt-5 pt-5\">\n <div class=\"container my-5\">\n <h1 class=\"text-center mb-5\">{{title}}</h1>\n\n <pw-demo-card [user]=\"user\" [userLoggedIn]=\"userLoggedIn\"></pw-demo-card>\n </div>\n</div>\n", dependencies: [{ kind: "component", type:
|
|
1720
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.6", type: ResourceMeetingsComponent, isStandalone: false, selector: "pw--public-book-a-demo", usesInheritance: true, ngImport: i0, template: "<pw-resource-header [user]=\"user\" [userLoggedIn]=\"userLoggedIn\"></pw-resource-header>\n<div class=\"mt-5 pt-5\">\n <div class=\"container my-5\">\n <h1 class=\"text-center mb-5\">{{title}}</h1>\n\n <pw-demo-card [user]=\"user\" [userLoggedIn]=\"userLoggedIn\"></pw-demo-card>\n </div>\n</div>\n", dependencies: [{ kind: "component", type: i7$1.ResourceHeaderComponent, selector: "pw-resource-header", inputs: ["user", "userLoggedIn"] }, { kind: "component", type: i4$2.DemoCardsComponent, selector: "pw-demo-card", inputs: ["user", "userLoggedIn"] }] }); }
|
|
1711
1721
|
}
|
|
1712
1722
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: ResourceMeetingsComponent, decorators: [{
|
|
1713
1723
|
type: Component,
|