@posiwise/public-modules 0.0.135 → 0.1.0
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.
|
@@ -57,10 +57,10 @@ class AbTestContainerComponent {
|
|
|
57
57
|
}
|
|
58
58
|
});
|
|
59
59
|
}
|
|
60
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
61
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
60
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AbTestContainerComponent, deps: [{ token: i1.AbTestService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
61
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: AbTestContainerComponent, isStandalone: false, selector: "pw-ab-test-container", inputs: { experimentName: "experimentName", serviceInput: "serviceInput" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
|
|
62
62
|
}
|
|
63
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
63
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AbTestContainerComponent, decorators: [{
|
|
64
64
|
type: Component,
|
|
65
65
|
args: [{
|
|
66
66
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -82,10 +82,10 @@ class AbAlternativeComponent {
|
|
|
82
82
|
*/
|
|
83
83
|
this.default = false;
|
|
84
84
|
}
|
|
85
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
86
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
85
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AbAlternativeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
86
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: AbAlternativeComponent, isStandalone: false, selector: "ab-alternative", inputs: { name: "name", ref: "ref", default: "default" }, ngImport: i0, template: "<!-- renders the template for the started experiment.\nin case of error, render the template marked as default=true -->\n<ng-template [ngIf]=\"\n ref?.data?.alternative === name || (default === true && ref.showDefaultExperiment === true)\n \">\n <ng-content></ng-content>\n</ng-template>\n", dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
|
|
87
87
|
}
|
|
88
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
88
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AbAlternativeComponent, decorators: [{
|
|
89
89
|
type: Component,
|
|
90
90
|
args: [{ selector: 'ab-alternative', standalone: false, template: "<!-- renders the template for the started experiment.\nin case of error, render the template marked as default=true -->\n<ng-template [ngIf]=\"\n ref?.data?.alternative === name || (default === true && ref.showDefaultExperiment === true)\n \">\n <ng-content></ng-content>\n</ng-template>\n" }]
|
|
91
91
|
}], propDecorators: { name: [{
|
|
@@ -101,11 +101,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
|
|
|
101
101
|
* Contains AbAlternativeComponent and AbTestContainerComponent for A/B testing functionality.
|
|
102
102
|
*/
|
|
103
103
|
class AbTestModule {
|
|
104
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
105
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.
|
|
106
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.
|
|
104
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AbTestModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
105
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: AbTestModule, declarations: [AbAlternativeComponent, AbTestContainerComponent], imports: [CommonModule], exports: [AbAlternativeComponent, AbTestContainerComponent] }); }
|
|
106
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AbTestModule, imports: [CommonModule] }); }
|
|
107
107
|
}
|
|
108
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AbTestModule, decorators: [{
|
|
109
109
|
type: NgModule,
|
|
110
110
|
args: [{
|
|
111
111
|
imports: [CommonModule],
|
|
@@ -126,19 +126,19 @@ class GeoTemplateComponent {
|
|
|
126
126
|
this.data = response;
|
|
127
127
|
});
|
|
128
128
|
}
|
|
129
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
130
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
129
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GeoTemplateComponent, deps: [{ token: i1.GeoService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
130
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: GeoTemplateComponent, isStandalone: false, selector: "pw-geo-template", ngImport: i0, template: "<ng-content></ng-content>\n" }); }
|
|
131
131
|
}
|
|
132
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GeoTemplateComponent, decorators: [{
|
|
133
133
|
type: Component,
|
|
134
134
|
args: [{ selector: 'pw-geo-template', standalone: false, template: "<ng-content></ng-content>\n" }]
|
|
135
135
|
}], ctorParameters: () => [{ type: i1.GeoService }] });
|
|
136
136
|
|
|
137
137
|
class LandingPageAboutUsComponent {
|
|
138
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
139
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
138
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageAboutUsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
139
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: LandingPageAboutUsComponent, isStandalone: false, selector: "pw-landing-page-about-us", ngImport: i0, template: "<section class=\"big-dream-outer\"\n id=\"about-us\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 big-dream-content\">\n <h2>Our Code</h2>\n <p>\n We don\u2019t chase hype. We don\u2019t take random bets. <br/>\n We build software that <strong>solves painful problems</strong> \u2014 fast \u2014 and we follow a\n simple code.\n </p>\n </div>\n <div class=\"col-md-12 product-outer\">\n <ul>\n <li>\n <img src=\"/assets/img/landing-page/product-icon5.webp\"\n alt=\"img\" />\n <h2>Only Aligned People In</h2>\n <p>\n We partner with operators who share our speed, standards, and mindset. Anything less slows us down.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon2.png\"\n alt=\"img\" />\n <h2>Less, But Legendary</h2>\n <p>\n We\u2019d rather launch one real business than ten half-baked ones. Scarcity sharpens focus.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon1.webp\"\n alt=\"img\" />\n <h2>Real Problems Only</h2>\n <p>\n We don\u2019t build toys. We solve things that keep people up at night.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon4.webp\"\n alt=\"img\" />\n <h2>Validate or Kill</h2>\n <p>\n No endless strategy docs. Just tests, users, feedback, and decisions.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon3.webp\"\n alt=\"img\" />\n <h2>Infra = Leverage</h2>\n <p>\n Every product runs on our internal stack \u2014 secure, fast, and built for scale from day zero.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon6.webp\"\n alt=\"img\" />\n <h2>No Traction, No Talk</h2>\n <p>Our north star is paying users\u2014not polished pitch decks.</p>\n </li>\n </ul>\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)}.big-dream-outer{background:url(/assets/img/landing-page/dream-section-bg.png) no-repeat center top;background-size:100% 100%;padding:80px 0 100px;text-align:center}.big-dream-content h2{position:relative;text-align:center;z-index:3;color:#2e3238!important;font-size:48px;font-weight:900;margin:0 0 40px;padding:0 0 25px}.big-dream-content h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.big-dream-content p{color:#42526e;font-size:24px;font-weight:400;line-height:30px;margin:0;padding:0 0 30px;position:relative}.product-outer{background:#fff;box-shadow:0 0 8px 2px #dedede;margin-top:50px;padding:20px!important}.product-outer li{background:#f8f9fb;border:1px rgb(248,249,251) solid;float:left;margin:0 25px 30px 6px;padding:40px 30px;width:360px}.product-outer li h2{color:#36c283!important;font-size:20px;font-weight:800;margin:30px 0 10px}.product-outer li p{color:#525f7f;font-size:18px;margin:0;min-height:120px}.product-outer li:nth-child(3n){margin-right:0}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n),.product-outer li:nth-child(6n){margin-bottom:0}@media screen and (max-width: 1199px){.container{max-width:100%!important;padding:0 3rem!important}.responsive-thumb{width:100%}.product-outer li{margin:0 25px 30px 5px;padding:40px 20px;width:31%}.big-dream-outer{padding:80px 20px 100px}}@media (min-width: 1035px) and (max-width: 1043px){.product-outer{padding:10px!important}.product-outer li{padding:20px 10px;margin:0 25px 30px 6px;width:31%}.big-dream-outer{padding:80px 0 100px}}@media screen and (max-width: 991px){.product-outer li{margin:0 20px 30px 6px;min-height:410px;padding:40px 20px;width:30%}.big-dream-content h2,.succeed-outer h2{font-size:38px}}@media screen and (max-width: 767px){.product-outer{padding:10px!important}.product-outer li{margin:0 1% 30px;min-height:250px;padding:40px 20px;width:48%}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n){margin-bottom:30px}.product-outer li:last-child{margin-bottom:0}}@media screen and (max-width: 575px){.product-outer{padding:10px!important}.product-outer li{padding:20px 10px;width:98%}.product-outer li p{min-height:60px}.big-dream-outer{padding:80px 0 100px}}\n"], dependencies: [{ kind: "directive", type: i2.LazyImgDirective, selector: "img" }] }); }
|
|
140
140
|
}
|
|
141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageAboutUsComponent, decorators: [{
|
|
142
142
|
type: Component,
|
|
143
143
|
args: [{ selector: 'pw-landing-page-about-us', standalone: false, template: "<section class=\"big-dream-outer\"\n id=\"about-us\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 big-dream-content\">\n <h2>Our Code</h2>\n <p>\n We don\u2019t chase hype. We don\u2019t take random bets. <br/>\n We build software that <strong>solves painful problems</strong> \u2014 fast \u2014 and we follow a\n simple code.\n </p>\n </div>\n <div class=\"col-md-12 product-outer\">\n <ul>\n <li>\n <img src=\"/assets/img/landing-page/product-icon5.webp\"\n alt=\"img\" />\n <h2>Only Aligned People In</h2>\n <p>\n We partner with operators who share our speed, standards, and mindset. Anything less slows us down.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon2.png\"\n alt=\"img\" />\n <h2>Less, But Legendary</h2>\n <p>\n We\u2019d rather launch one real business than ten half-baked ones. Scarcity sharpens focus.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon1.webp\"\n alt=\"img\" />\n <h2>Real Problems Only</h2>\n <p>\n We don\u2019t build toys. We solve things that keep people up at night.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon4.webp\"\n alt=\"img\" />\n <h2>Validate or Kill</h2>\n <p>\n No endless strategy docs. Just tests, users, feedback, and decisions.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon3.webp\"\n alt=\"img\" />\n <h2>Infra = Leverage</h2>\n <p>\n Every product runs on our internal stack \u2014 secure, fast, and built for scale from day zero.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon6.webp\"\n alt=\"img\" />\n <h2>No Traction, No Talk</h2>\n <p>Our north star is paying users\u2014not polished pitch decks.</p>\n </li>\n </ul>\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)}.big-dream-outer{background:url(/assets/img/landing-page/dream-section-bg.png) no-repeat center top;background-size:100% 100%;padding:80px 0 100px;text-align:center}.big-dream-content h2{position:relative;text-align:center;z-index:3;color:#2e3238!important;font-size:48px;font-weight:900;margin:0 0 40px;padding:0 0 25px}.big-dream-content h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.big-dream-content p{color:#42526e;font-size:24px;font-weight:400;line-height:30px;margin:0;padding:0 0 30px;position:relative}.product-outer{background:#fff;box-shadow:0 0 8px 2px #dedede;margin-top:50px;padding:20px!important}.product-outer li{background:#f8f9fb;border:1px rgb(248,249,251) solid;float:left;margin:0 25px 30px 6px;padding:40px 30px;width:360px}.product-outer li h2{color:#36c283!important;font-size:20px;font-weight:800;margin:30px 0 10px}.product-outer li p{color:#525f7f;font-size:18px;margin:0;min-height:120px}.product-outer li:nth-child(3n){margin-right:0}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n),.product-outer li:nth-child(6n){margin-bottom:0}@media screen and (max-width: 1199px){.container{max-width:100%!important;padding:0 3rem!important}.responsive-thumb{width:100%}.product-outer li{margin:0 25px 30px 5px;padding:40px 20px;width:31%}.big-dream-outer{padding:80px 20px 100px}}@media (min-width: 1035px) and (max-width: 1043px){.product-outer{padding:10px!important}.product-outer li{padding:20px 10px;margin:0 25px 30px 6px;width:31%}.big-dream-outer{padding:80px 0 100px}}@media screen and (max-width: 991px){.product-outer li{margin:0 20px 30px 6px;min-height:410px;padding:40px 20px;width:30%}.big-dream-content h2,.succeed-outer h2{font-size:38px}}@media screen and (max-width: 767px){.product-outer{padding:10px!important}.product-outer li{margin:0 1% 30px;min-height:250px;padding:40px 20px;width:48%}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n){margin-bottom:30px}.product-outer li:last-child{margin-bottom:0}}@media screen and (max-width: 575px){.product-outer{padding:10px!important}.product-outer li{padding:20px 10px;width:98%}.product-outer li p{min-height:60px}.big-dream-outer{padding:80px 0 100px}}\n"] }]
|
|
144
144
|
}] });
|
|
@@ -152,10 +152,10 @@ class LandingPageBannerComponent {
|
|
|
152
152
|
img.onerror = null; // Prevent infinite loop
|
|
153
153
|
img.src = '/assets/img/landing-page/header-bg.jpg';
|
|
154
154
|
}
|
|
155
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
156
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
155
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageBannerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
156
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: LandingPageBannerComponent, isStandalone: false, selector: "pw-landing-page-banner", viewQueries: [{ propertyName: "product", first: true, predicate: ["product"], descendants: true, static: true }, { propertyName: "geoComponent", first: true, predicate: ["geo"], descendants: true }], ngImport: i0, template: "<div class=\"full-cover\"\n id=\"home\"\n [class.loading]=\"true\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 banner-content\">\n <div class=\"col-lg-7 banner-left-bar float-start\">\n <h2>\n Invite-only. No coaching. No noise.<br />\n </h2>\n <h1>\n Innovation, Engineered.\n <pw-geo-template #geo>\n <ng-template [ngIf]=\"geo.data?.country_code2 === Countries.AU\">\n <br />\n In Sydney.\n <!-- {{geo.data?.ip}}\n {{geo.data?.country_code2}} -->\n </ng-template> </pw-geo-template><br />\n </h1>\n <p>We quietly build niche, profitable SaaS ventures \u2014 one problem at a time.</p>\n <a href=\"#contact\"\n class=\"contact-btn mt-5\">Request Access</a>\n </div>\n <div class=\"col-lg-5 float-end px-5\">\n <img\n #product\n src=\"/assets/img/landing-page/digital-product-img.webp\"\n alt=\"digital-product\"\n class=\"responsive-thumb\"\n fetchpriority=\"high\"\n decoding=\"async\"\n loading=\"eager\"\n width=\"410\"\n height=\"504\" />\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)}.full-cover{background:url(/assets/img/landing-page/header-bg.webp) no-repeat center;background-size:cover;content-visibility:auto;contain-intrinsic-size:auto 800px;will-change:transform;transform:translateZ(0);opacity:0;transition:opacity .3s ease-in-out;pointer-events:none}.full-cover.loading{opacity:1;pointer-events:auto}.full-cover-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.8}.banner-content{margin:250px 0 0;position:relative;z-index:1}@media screen and (min-width: 991px){.banner-left-bar{margin-bottom:6rem}}.banner-left-bar p{color:#fff!important;font-size:30px;font-weight:400;line-height:1.5}.banner-left-bar h1{color:#fff!important;font-size:48px;font-weight:900;margin:25px 0;will-change:opacity;transition:opacity .2s ease-in-out}.banner-left-bar h2{background:#0a56d3;border-radius:50px;color:#fff!important;display:inline-block;font-size:24px;font-weight:300;margin:0;padding:8px 30px}@media screen and (max-width: 1199px){.responsive-thumb{width:410px;height:504px!important}}@media (min-width: 991px) and (max-width: 1199px){.banner-content{padding-bottom:6rem}}@media screen and (max-width: 767px){.banner-left-bar{margin-bottom:30px}.banner-content{margin:120px 0 0}}@media screen and (max-width: 575px){.banner-left-bar h1{font-size:33px}.banner-left-bar h2{font-size:18px}.banner-content{padding-left:10px;padding-right:10px;text-align:center}}\n"], dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.LazyImgDirective, selector: "img" }, { kind: "component", type: GeoTemplateComponent, selector: "pw-geo-template" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
157
157
|
}
|
|
158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageBannerComponent, decorators: [{
|
|
159
159
|
type: Component,
|
|
160
160
|
args: [{ selector: 'pw-landing-page-banner', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<div class=\"full-cover\"\n id=\"home\"\n [class.loading]=\"true\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 banner-content\">\n <div class=\"col-lg-7 banner-left-bar float-start\">\n <h2>\n Invite-only. No coaching. No noise.<br />\n </h2>\n <h1>\n Innovation, Engineered.\n <pw-geo-template #geo>\n <ng-template [ngIf]=\"geo.data?.country_code2 === Countries.AU\">\n <br />\n In Sydney.\n <!-- {{geo.data?.ip}}\n {{geo.data?.country_code2}} -->\n </ng-template> </pw-geo-template><br />\n </h1>\n <p>We quietly build niche, profitable SaaS ventures \u2014 one problem at a time.</p>\n <a href=\"#contact\"\n class=\"contact-btn mt-5\">Request Access</a>\n </div>\n <div class=\"col-lg-5 float-end px-5\">\n <img\n #product\n src=\"/assets/img/landing-page/digital-product-img.webp\"\n alt=\"digital-product\"\n class=\"responsive-thumb\"\n fetchpriority=\"high\"\n decoding=\"async\"\n loading=\"eager\"\n width=\"410\"\n height=\"504\" />\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)}.full-cover{background:url(/assets/img/landing-page/header-bg.webp) no-repeat center;background-size:cover;content-visibility:auto;contain-intrinsic-size:auto 800px;will-change:transform;transform:translateZ(0);opacity:0;transition:opacity .3s ease-in-out;pointer-events:none}.full-cover.loading{opacity:1;pointer-events:auto}.full-cover-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.8}.banner-content{margin:250px 0 0;position:relative;z-index:1}@media screen and (min-width: 991px){.banner-left-bar{margin-bottom:6rem}}.banner-left-bar p{color:#fff!important;font-size:30px;font-weight:400;line-height:1.5}.banner-left-bar h1{color:#fff!important;font-size:48px;font-weight:900;margin:25px 0;will-change:opacity;transition:opacity .2s ease-in-out}.banner-left-bar h2{background:#0a56d3;border-radius:50px;color:#fff!important;display:inline-block;font-size:24px;font-weight:300;margin:0;padding:8px 30px}@media screen and (max-width: 1199px){.responsive-thumb{width:410px;height:504px!important}}@media (min-width: 991px) and (max-width: 1199px){.banner-content{padding-bottom:6rem}}@media screen and (max-width: 767px){.banner-left-bar{margin-bottom:30px}.banner-content{margin:120px 0 0}}@media screen and (max-width: 575px){.banner-left-bar h1{font-size:33px}.banner-left-bar h2{font-size:18px}.banner-content{padding-left:10px;padding-right:10px;text-align:center}}\n"] }]
|
|
161
161
|
}], propDecorators: { product: [{
|
|
@@ -239,10 +239,10 @@ class LandingPageContactComponent extends AppBaseComponent {
|
|
|
239
239
|
this.isEmailValid = true;
|
|
240
240
|
}
|
|
241
241
|
}
|
|
242
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
243
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", 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*\" />\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()\" />\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 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 <button type=\"submit\"\n *ngIf=\"!isSubscribeClicked && !isCaptchaVerified\"\n class=\"contact-btn\">\n Apply to Build\n </button>\n <div class=\"mt-3\"\n *ngIf=\"isSubscribeClicked && !isCaptchaVerified\">\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 <div class=\"text-primary\"\n *ngIf=\"isCaptchaVerified && isSubscribeClicked\">\n We've received your request. Thanks. We'll get back to you quickly.\n </div>\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/d/cw7y-6nr-ygb/let-s-talk-posiwise-venture-call\"\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{float:left;width:265px}.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 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: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2$1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2$1.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$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2$1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2$1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i2.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"] }] }); }
|
|
242
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageContactComponent, deps: [{ token: i1.CommonService }, { token: i2$1.UntypedFormBuilder }, { token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
243
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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*\" />\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()\" />\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 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 <button type=\"submit\"\n *ngIf=\"!isSubscribeClicked && !isCaptchaVerified\"\n class=\"contact-btn\">\n Apply to Build\n </button>\n <div class=\"mt-3\"\n *ngIf=\"isSubscribeClicked && !isCaptchaVerified\">\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 <div class=\"text-primary\"\n *ngIf=\"isCaptchaVerified && isSubscribeClicked\">\n We've received your request. Thanks. We'll get back to you quickly.\n </div>\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/d/cw7y-6nr-ygb/let-s-talk-posiwise-venture-call\"\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{float:left;width:265px}.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 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: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2$1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2$1.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$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2$1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2$1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i2.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"] }] }); }
|
|
244
244
|
}
|
|
245
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
245
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageContactComponent, decorators: [{
|
|
246
246
|
type: Component,
|
|
247
247
|
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*\" />\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()\" />\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 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 <button type=\"submit\"\n *ngIf=\"!isSubscribeClicked && !isCaptchaVerified\"\n class=\"contact-btn\">\n Apply to Build\n </button>\n <div class=\"mt-3\"\n *ngIf=\"isSubscribeClicked && !isCaptchaVerified\">\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 <div class=\"text-primary\"\n *ngIf=\"isCaptchaVerified && isSubscribeClicked\">\n We've received your request. Thanks. We'll get back to you quickly.\n </div>\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/d/cw7y-6nr-ygb/let-s-talk-posiwise-venture-call\"\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{float:left;width:265px}.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 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"] }]
|
|
248
248
|
}], ctorParameters: () => [{ type: i1.CommonService }, { type: i2$1.UntypedFormBuilder }, { type: i1.AuthService }, { type: i0.Injector }], propDecorators: { gaEventObj: [{
|
|
@@ -263,10 +263,10 @@ class LandingPageFooterComponent extends AppBaseComponent {
|
|
|
263
263
|
}
|
|
264
264
|
});
|
|
265
265
|
}
|
|
266
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
267
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
266
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageFooterComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
267
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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 <div *ngIf=\"isBrowserAccess\">\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 <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: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2$2.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "pipe", type: i3.DatePipe, name: "date" }] }); }
|
|
268
268
|
}
|
|
269
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageFooterComponent, decorators: [{
|
|
270
270
|
type: Component,
|
|
271
271
|
args: [{ selector: 'pw-landing-page-footer', standalone: false, 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 <div *ngIf=\"isBrowserAccess\">\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 <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"] }]
|
|
272
272
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
|
|
@@ -282,10 +282,10 @@ class LandingPageHeaderComponent {
|
|
|
282
282
|
toggleMenu() {
|
|
283
283
|
this.isMenuCollapsed = !this.isMenuCollapsed;
|
|
284
284
|
}
|
|
285
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
286
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
285
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
286
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.LazyImgDirective, selector: "img" }] }); }
|
|
287
287
|
}
|
|
288
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageHeaderComponent, decorators: [{
|
|
289
289
|
type: Component,
|
|
290
290
|
args: [{ selector: 'pw-landing-page-header', standalone: false, 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"] }]
|
|
291
291
|
}], propDecorators: { landing: [{
|
|
@@ -293,10 +293,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
|
|
|
293
293
|
}] } });
|
|
294
294
|
|
|
295
295
|
class LandingPageInnovateComponent {
|
|
296
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
297
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
296
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageInnovateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
297
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: LandingPageInnovateComponent, isStandalone: false, selector: "pw-landing-page-innovate", ngImport: i0, template: "<section class=\"innovative-outer\">\n <h3>\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 </h3>\n <h2>Ready to build what no one else will?</h2>\n <a href=\"#contact\"\n class=\"contact-btn mt-5\">Apply to Build</a>\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)}.innovative-outer{background:url(/assets/img/landing-page/innovative.jpg) no-repeat top center;background-size:cover;color:#fff;padding:106px 0 123px;text-align:center}.innovative-outer h2{color:#fff!important;font-family:Roboto,sans-serif;font-size:60px;font-weight:800;margin:30px 0 35px}.innovative-outer h3{color:#fff!important;font-family:Roboto,sans-serif;font-size:30px}@media screen and (max-width: 991px){.innovative-outer h2{font-size:42px}}@media screen and (max-width: 767px){.innovative-outer{padding:106px 20px 123px}.innovative-outer h2{font-size:35px}}@media screen and (max-width: 575px){.innovative-outer{padding:50px 20px 60px}}\n"] }); }
|
|
298
298
|
}
|
|
299
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageInnovateComponent, decorators: [{
|
|
300
300
|
type: Component,
|
|
301
301
|
args: [{ selector: 'pw-landing-page-innovate', standalone: false, template: "<section class=\"innovative-outer\">\n <h3>\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 </h3>\n <h2>Ready to build what no one else will?</h2>\n <a href=\"#contact\"\n class=\"contact-btn mt-5\">Apply to Build</a>\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)}.innovative-outer{background:url(/assets/img/landing-page/innovative.jpg) no-repeat top center;background-size:cover;color:#fff;padding:106px 0 123px;text-align:center}.innovative-outer h2{color:#fff!important;font-family:Roboto,sans-serif;font-size:60px;font-weight:800;margin:30px 0 35px}.innovative-outer h3{color:#fff!important;font-family:Roboto,sans-serif;font-size:30px}@media screen and (max-width: 991px){.innovative-outer h2{font-size:42px}}@media screen and (max-width: 767px){.innovative-outer{padding:106px 20px 123px}.innovative-outer h2{font-size:35px}}@media screen and (max-width: 575px){.innovative-outer{padding:50px 20px 60px}}\n"] }]
|
|
302
302
|
}] });
|
|
@@ -309,10 +309,10 @@ class LandingPageOurProductsComponent {
|
|
|
309
309
|
ngAfterViewInit() {
|
|
310
310
|
HelperService.highlightedProductItem(this.productsList.nativeElement, this.document);
|
|
311
311
|
}
|
|
312
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
313
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
312
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageOurProductsComponent, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
313
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: LandingPageOurProductsComponent, isStandalone: false, selector: "pw-landing-page-our-products", viewQueries: [{ propertyName: "productsList", first: true, predicate: ["productsList"], descendants: true }], ngImport: i0, template: "<section class=\"succeed-outer\"\n id=\"products\">\n <div class=\"container\">\n <h2>The Stack Behind the Stealth</h2>\n <h3> Every venture we launch runs on our internal <strong>SaaS Factory Platform</strong> \u2014 a system built to eliminate boilerplate and move\n from idea to product in weeks, not months.</h3>\n\n <div class=\"col-md-6 col-sm-12 float-start empowering\">\n <ul id=\"products-list\"\n #productsList>\n <li class=\"highlighted\">\n <a routerLink=\"/pw-features\"\n target=\"_blank\">\n <h3>See How It Works</h3>\n <p>\n We don\u2019t start from scratch. Our internal platform handles the boring bits \u2014 backend, auth, UI, integrations \u2014 so we can\n ship polished SaaS products in weeks, not months.\n </p>\n </a>\n </li>\n <li>\n <a href=\"https://www.cloudolive.com\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n <h3>Proven on the battlefield: CloudOlive</h3>\n <p>\n CloudOlive \u2014 now operating in 15+ countries \u2014 was launched entirely on this stack. Same engine. New problems. Faster\n execution.\n </p>\n </a>\n </li>\n <li>\n <a [eventTracker]=\"{\n category: 'request-demo',\n action: 'click',\n label: 'landing-page-our-products-a',\n value: 1\n }\"\n href=\"https://calendly.com/d/cw7y-6nr-ygb/let-s-talk-posiwise-venture-call\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n <h3>See It in Action</h3>\n <p>\n Curious how it works behind the curtain? Ask nicely.\n </p>\n </a>\n </li>\n </ul>\n </div>\n <div class=\"col-md-6 col-sm-12 float-end empowering-img\">\n <img src=\"/assets/img/landing-page/services/HyperDashboard-1b.webp\"\n alt=\"Hyper-Dashboard\"\n class=\"responsive-thumb\" />\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)}.container h3{color:#525f7f!important;font-family:Roboto,sans-serif;font-size:20px;font-weight:400;text-align:center}.succeed-outer{padding:70px 0;position:relative}.succeed-outer h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 40px;padding:0 0 25px;position:relative;text-align:center;z-index:3}.succeed-outer h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.succeed-outer:after{background:url(/assets/img/landing-page/blue-pic.png) no-repeat top center;content:\"\";height:467px;position:absolute;right:0;top:0;width:184px;z-index:-1}.succeed-outer:before{background:url(/assets/img/landing-page/green-img.png) no-repeat top center;bottom:0;content:\"\";height:410px;left:0;position:absolute;width:367px}.empowering h3{color:#36c283;font-family:Roboto,sans-serif;font-size:20px;font-weight:800;margin:0 0 6px}.empowering p{color:#525f7f;font-family:Roboto,sans-serif;font-size:18px;line-height:20px;margin:0}.empowering li{background:#eff8fe;border-radius:20px;cursor:pointer;float:left;margin:10px 0;padding:20px 26px;transition:all .5s ease-out}.empowering li.highlighted{background:linear-gradient(to right,#056be0,#087ad8 24%,#0f98ca 49%,#13acc0 75%,#14b0be);background:#056be0;background:-webkit-gradient(left to bottom,right to bottom,color-stop(0%,rgb(5,107,224)),color-stop(24%,rgb(8,122,216)),color-stop(49%,rgb(15,152,202)),color-stop(75%,rgb(19,172,192)),color-stop(100%,rgb(20,176,190))),linear-gradient(to right,#056be0,#087ad8 24%,#0f98ca 49%,#13acc0 75%,#14b0be);filter:progid:dximagetransform.microsoft.gradient(startColorstr=\"#056be0\",endColorstr=\"#14b0be\",GradientType=1)}.empowering li.highlighted p{color:#fff}.empowering li.highlighted h3{color:#fff!important}.empowering-img{padding:10px 0 0;text-align:right}@media screen and (max-width: 1199px){.responsive-thumb{width:100%}}@media screen and (min-width: 768px){.empowering{position:relative;padding-left:30px}}@media screen and (max-width: 991px){.future-left img{margin-top:0}.succeed-outer h2{font-size:38px}}@media screen and (max-width: 767px){.succeed-outer{padding:30px 0}.succeed-outer h2{font-size:25px}}@media screen and (max-width: 575px){.succeed-outer:before{background-position:top left;width:100%}.succeed-outer:after{opacity:.4}}\n"], dependencies: [{ kind: "directive", type: i2$2.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: i2.EventTrackerDirective, selector: "[eventTracker]", inputs: ["eventTracker"] }, { kind: "directive", type: i2.LazyImgDirective, selector: "img" }] }); }
|
|
314
314
|
}
|
|
315
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageOurProductsComponent, decorators: [{
|
|
316
316
|
type: Component,
|
|
317
317
|
args: [{ selector: 'pw-landing-page-our-products', standalone: false, template: "<section class=\"succeed-outer\"\n id=\"products\">\n <div class=\"container\">\n <h2>The Stack Behind the Stealth</h2>\n <h3> Every venture we launch runs on our internal <strong>SaaS Factory Platform</strong> \u2014 a system built to eliminate boilerplate and move\n from idea to product in weeks, not months.</h3>\n\n <div class=\"col-md-6 col-sm-12 float-start empowering\">\n <ul id=\"products-list\"\n #productsList>\n <li class=\"highlighted\">\n <a routerLink=\"/pw-features\"\n target=\"_blank\">\n <h3>See How It Works</h3>\n <p>\n We don\u2019t start from scratch. Our internal platform handles the boring bits \u2014 backend, auth, UI, integrations \u2014 so we can\n ship polished SaaS products in weeks, not months.\n </p>\n </a>\n </li>\n <li>\n <a href=\"https://www.cloudolive.com\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n <h3>Proven on the battlefield: CloudOlive</h3>\n <p>\n CloudOlive \u2014 now operating in 15+ countries \u2014 was launched entirely on this stack. Same engine. New problems. Faster\n execution.\n </p>\n </a>\n </li>\n <li>\n <a [eventTracker]=\"{\n category: 'request-demo',\n action: 'click',\n label: 'landing-page-our-products-a',\n value: 1\n }\"\n href=\"https://calendly.com/d/cw7y-6nr-ygb/let-s-talk-posiwise-venture-call\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n <h3>See It in Action</h3>\n <p>\n Curious how it works behind the curtain? Ask nicely.\n </p>\n </a>\n </li>\n </ul>\n </div>\n <div class=\"col-md-6 col-sm-12 float-end empowering-img\">\n <img src=\"/assets/img/landing-page/services/HyperDashboard-1b.webp\"\n alt=\"Hyper-Dashboard\"\n class=\"responsive-thumb\" />\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)}.container h3{color:#525f7f!important;font-family:Roboto,sans-serif;font-size:20px;font-weight:400;text-align:center}.succeed-outer{padding:70px 0;position:relative}.succeed-outer h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 40px;padding:0 0 25px;position:relative;text-align:center;z-index:3}.succeed-outer h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.succeed-outer:after{background:url(/assets/img/landing-page/blue-pic.png) no-repeat top center;content:\"\";height:467px;position:absolute;right:0;top:0;width:184px;z-index:-1}.succeed-outer:before{background:url(/assets/img/landing-page/green-img.png) no-repeat top center;bottom:0;content:\"\";height:410px;left:0;position:absolute;width:367px}.empowering h3{color:#36c283;font-family:Roboto,sans-serif;font-size:20px;font-weight:800;margin:0 0 6px}.empowering p{color:#525f7f;font-family:Roboto,sans-serif;font-size:18px;line-height:20px;margin:0}.empowering li{background:#eff8fe;border-radius:20px;cursor:pointer;float:left;margin:10px 0;padding:20px 26px;transition:all .5s ease-out}.empowering li.highlighted{background:linear-gradient(to right,#056be0,#087ad8 24%,#0f98ca 49%,#13acc0 75%,#14b0be);background:#056be0;background:-webkit-gradient(left to bottom,right to bottom,color-stop(0%,rgb(5,107,224)),color-stop(24%,rgb(8,122,216)),color-stop(49%,rgb(15,152,202)),color-stop(75%,rgb(19,172,192)),color-stop(100%,rgb(20,176,190))),linear-gradient(to right,#056be0,#087ad8 24%,#0f98ca 49%,#13acc0 75%,#14b0be);filter:progid:dximagetransform.microsoft.gradient(startColorstr=\"#056be0\",endColorstr=\"#14b0be\",GradientType=1)}.empowering li.highlighted p{color:#fff}.empowering li.highlighted h3{color:#fff!important}.empowering-img{padding:10px 0 0;text-align:right}@media screen and (max-width: 1199px){.responsive-thumb{width:100%}}@media screen and (min-width: 768px){.empowering{position:relative;padding-left:30px}}@media screen and (max-width: 991px){.future-left img{margin-top:0}.succeed-outer h2{font-size:38px}}@media screen and (max-width: 767px){.succeed-outer{padding:30px 0}.succeed-outer h2{font-size:25px}}@media screen and (max-width: 575px){.succeed-outer:before{background-position:top left;width:100%}.succeed-outer:after{opacity:.4}}\n"] }]
|
|
318
318
|
}], ctorParameters: () => [{ type: Document, decorators: [{
|
|
@@ -324,10 +324,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
|
|
|
324
324
|
}] } });
|
|
325
325
|
|
|
326
326
|
class LandingPageServicesComponent {
|
|
327
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
328
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
327
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageServicesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
328
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: LandingPageServicesComponent, isStandalone: false, selector: "pw-landing-page-services", ngImport: i0, template: "<!-- feature section start -->\n<section class=\"feature-outer\">\n <div class=\"container\">\n <h2>Execution Across the Stack</h2>\n <h3 class=\"text-center\">\n We work with <strong>domain experts</strong>\n <br>\n who\u2019ve lived the pain \u2014 and we handle everything else.\n </h3>\n <div class=\"feature-inner-outer\">\n <ul>\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon2.png\"\n alt=\"feature-icon2.png\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Design Thinking </a></h3>\n <p>\n No whiteboards. No brainstorms. We test real user behaviour, fast.\n </p>\n </div>\n </li>\n\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> POC / MVP </a></h3>\n <p>\n We ship working SaaS, not fake demos. Every build runs on real infra.\n </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon3.png\"\n alt=\"feature-icon3.png\" />\n </div>\n </li>\n\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Scaling </a></h3>\n <p>\n Multi-tenant. Cloud-native. Metrics-first. Always ready for v2.\n </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon5.png\"\n alt=\"img\" />\n </div>\n </li>\n\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> AI-Enhanced Growth </a></h3>\n <p>\n We use AI where it matters \u2014 ops, UX, backend.\n </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon7.png\"\n alt=\"feature-icon7.png\" />\n </div>\n </li>\n\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon4.png\"\n alt=\"img\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Business Strategy </a></h3>\n <p>\n Fundable. Sellable. Not \u201Ccool.\u201D\n </p>\n </div>\n </li>\n\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Traction-Focused Execution </a></h3>\n <p>\n We don\u2019t talk scale. We build, ship, and learn from real usage.\n </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon1.png\"\n alt=\"img\" />\n </div>\n </li>\n\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon6.webp\"\n alt=\"feature-icon6.webp\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Networking </a></h3>\n <p>\n We open doors \u2014 only if the product\u2019s worth it.\n </p>\n </div>\n </li>\n\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon8.webp\"\n alt=\"feature-icon8.webp\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Funding </a></h3>\n <p>\n Once the product works, we can fund it ourselves or bring in capital fast.\n </p>\n </div>\n </li>\n <li>\n <a href=\"#\" aria-label=\"Color Logo\"> <img src=\"/assets/img/logos/logo-color-big.png\"\n alt=\"logo-color-big.png\" /> </a>\n </li>\n </ul>\n </div>\n </div>\n</section>\n<!-- feature section 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)}.feature-outer{background:#ececed;padding:80px 0}.feature-outer h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 80px;padding:0 0 29px;position:relative;text-align:center;z-index:3}.feature-outer h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.feature-outer h3{color:#42526e!important;font-size:24px;font-weight:400;line-height:30px;margin:0;padding:0 0 30px;position:relative}.feature-content{float:inherit;text-align:right;width:80%}.feature-content h3{margin-bottom:0!important;padding-bottom:0!important}.feature-content h3 a{color:#36c283;display:inline-block;font-size:20px;font-weight:800;margin:0 0 10px;text-decoration:none;text-transform:capitalize}.feature-content h3 a:hover{color:#f5be23}.feature-content p{color:#525f7f;font-size:18px;line-height:25px}.feature-icon{float:right;margin:30px 0 0;width:10%}.feature-icon img{background:#ececed}.feature-inner-outer{background:url(/assets/img/landing-page/dottes-bg.png) no-repeat center top;background-position:50%;float:left;position:relative;width:100%}.feature-inner-outer li{float:left;margin:0 0 20px;min-height:160px;width:42%}.feature-inner-outer li:nth-child(2n){float:right}.feature-inner-outer li:nth-child(2n) .feature-icon{float:left;margin-right:30px}.feature-inner-outer li:nth-child(2n) .feature-content{left:20px;position:relative;text-align:left}.feature-inner-outer li:nth-child(3){margin-left:0;padding:0 140px 0 0}.feature-inner-outer li:nth-child(4){margin-right:0;padding:0 0 0 160px}.feature-inner-outer li:nth-child(5){margin-left:0;padding:0 150px 0 0}.feature-inner-outer li:nth-child(6){margin-left:0;padding:0 0 0 150px}.feature-inner-outer li:nth-child(7){margin-bottom:0;margin-left:0;margin-top:14px;min-height:inherit;padding:0}.feature-inner-outer li:nth-child(8){margin-left:0;min-height:inherit;padding:0}.feature-inner-outer li:nth-child(9){left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}@media screen and (max-width: 1499px){.feature-inner-outer li:nth-child(4) .feature-content,.feature-inner-outer li:nth-child(8) .feature-content,.feature-inner-outer li:nth-child(6) .feature-content,.feature-inner-outer li:first-child .feature-content,.feature-inner-outer li:nth-child(3) .feature-content,.feature-inner-outer li:nth-child(5) .feature-content,.feature-inner-outer li:nth-child(7) .feature-content,.feature-inner-outer li:nth-child(2n) .feature-content{left:0!important}}@media screen and (max-width: 1199px){.feature-content h3 a{font-size:18px;margin:0}.feature-content p{font-size:14px;line-height:20px}.feature-inner-outer{background-size:550px}.feature-inner-outer li{min-height:150px;width:42%}.feature-inner-outer li:nth-child(3){padding:0 130px 0 0}.feature-inner-outer li:nth-child(4){padding:0 0 0 110px}.feature-inner-outer li:nth-child(5){padding:0 130px 0 0}.feature-inner-outer li:nth-child(6){padding:0 0 0 110px}}@media screen and (max-width: 991px){.feature-content{width:75%}.feature-icon{width:15%}.feature-inner-outer{background:none}.feature-inner-outer li{min-height:120px}.feature-inner-outer h2{margin:0 0 40px}.feature-inner-outer li:nth-child(3),.feature-inner-outer li:nth-child(4),.feature-inner-outer li:nth-child(5),.feature-inner-outer li:nth-child(6){padding:0}.feature-inner-outer li:nth-child(9){float:left;margin:0;position:inherit;text-align:center;transform:inherit;width:100%}}@media screen and (max-width: 767px){ul{margin:10px 20px;padding:10px 20px}.feature-content{float:right;text-align:left;width:85%}.feature-content h3 a{font-size:17px}.feature-content p{font-size:15px}.feature-icon{float:left;margin:10px 0 0;width:15%}.feature-icon img{width:35px}.feature-outer h2{margin:0 0 30px}.feature-inner-outer li{background:url(/assets/img/landing-page/bg-line.svg) no-repeat;background-position:15px top;background-repeat:no-repeat;background-size:auto 85px;margin:0;min-height:auto;padding:2px 0;width:100%}.feature-inner-outer li:nth-child(2n) .feature-icon{margin-right:0}.feature-inner-outer li:nth-child(9),.feature-inner-outer li:nth-child(8){background:none}}@media screen and (max-width: 575px){.feature-outer h2{margin:0 0 20px}.feature-content{width:80%}.feature-inner-outer li{background-size:auto 85px}ul{margin:10px;padding:10px}}@media (min-width: 1187px) and (max-width: 1199px){.feature-outer .container{padding:0 3rem!important}}\n"], dependencies: [{ kind: "directive", type: i2.LazyImgDirective, selector: "img" }] }); }
|
|
329
329
|
}
|
|
330
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
330
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageServicesComponent, decorators: [{
|
|
331
331
|
type: Component,
|
|
332
332
|
args: [{ selector: 'pw-landing-page-services', standalone: false, template: "<!-- feature section start -->\n<section class=\"feature-outer\">\n <div class=\"container\">\n <h2>Execution Across the Stack</h2>\n <h3 class=\"text-center\">\n We work with <strong>domain experts</strong>\n <br>\n who\u2019ve lived the pain \u2014 and we handle everything else.\n </h3>\n <div class=\"feature-inner-outer\">\n <ul>\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon2.png\"\n alt=\"feature-icon2.png\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Design Thinking </a></h3>\n <p>\n No whiteboards. No brainstorms. We test real user behaviour, fast.\n </p>\n </div>\n </li>\n\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> POC / MVP </a></h3>\n <p>\n We ship working SaaS, not fake demos. Every build runs on real infra.\n </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon3.png\"\n alt=\"feature-icon3.png\" />\n </div>\n </li>\n\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Scaling </a></h3>\n <p>\n Multi-tenant. Cloud-native. Metrics-first. Always ready for v2.\n </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon5.png\"\n alt=\"img\" />\n </div>\n </li>\n\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> AI-Enhanced Growth </a></h3>\n <p>\n We use AI where it matters \u2014 ops, UX, backend.\n </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon7.png\"\n alt=\"feature-icon7.png\" />\n </div>\n </li>\n\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon4.png\"\n alt=\"img\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Business Strategy </a></h3>\n <p>\n Fundable. Sellable. Not \u201Ccool.\u201D\n </p>\n </div>\n </li>\n\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Traction-Focused Execution </a></h3>\n <p>\n We don\u2019t talk scale. We build, ship, and learn from real usage.\n </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon1.png\"\n alt=\"img\" />\n </div>\n </li>\n\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon6.webp\"\n alt=\"feature-icon6.webp\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Networking </a></h3>\n <p>\n We open doors \u2014 only if the product\u2019s worth it.\n </p>\n </div>\n </li>\n\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon8.webp\"\n alt=\"feature-icon8.webp\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Funding </a></h3>\n <p>\n Once the product works, we can fund it ourselves or bring in capital fast.\n </p>\n </div>\n </li>\n <li>\n <a href=\"#\" aria-label=\"Color Logo\"> <img src=\"/assets/img/logos/logo-color-big.png\"\n alt=\"logo-color-big.png\" /> </a>\n </li>\n </ul>\n </div>\n </div>\n</section>\n<!-- feature section 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)}.feature-outer{background:#ececed;padding:80px 0}.feature-outer h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 80px;padding:0 0 29px;position:relative;text-align:center;z-index:3}.feature-outer h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.feature-outer h3{color:#42526e!important;font-size:24px;font-weight:400;line-height:30px;margin:0;padding:0 0 30px;position:relative}.feature-content{float:inherit;text-align:right;width:80%}.feature-content h3{margin-bottom:0!important;padding-bottom:0!important}.feature-content h3 a{color:#36c283;display:inline-block;font-size:20px;font-weight:800;margin:0 0 10px;text-decoration:none;text-transform:capitalize}.feature-content h3 a:hover{color:#f5be23}.feature-content p{color:#525f7f;font-size:18px;line-height:25px}.feature-icon{float:right;margin:30px 0 0;width:10%}.feature-icon img{background:#ececed}.feature-inner-outer{background:url(/assets/img/landing-page/dottes-bg.png) no-repeat center top;background-position:50%;float:left;position:relative;width:100%}.feature-inner-outer li{float:left;margin:0 0 20px;min-height:160px;width:42%}.feature-inner-outer li:nth-child(2n){float:right}.feature-inner-outer li:nth-child(2n) .feature-icon{float:left;margin-right:30px}.feature-inner-outer li:nth-child(2n) .feature-content{left:20px;position:relative;text-align:left}.feature-inner-outer li:nth-child(3){margin-left:0;padding:0 140px 0 0}.feature-inner-outer li:nth-child(4){margin-right:0;padding:0 0 0 160px}.feature-inner-outer li:nth-child(5){margin-left:0;padding:0 150px 0 0}.feature-inner-outer li:nth-child(6){margin-left:0;padding:0 0 0 150px}.feature-inner-outer li:nth-child(7){margin-bottom:0;margin-left:0;margin-top:14px;min-height:inherit;padding:0}.feature-inner-outer li:nth-child(8){margin-left:0;min-height:inherit;padding:0}.feature-inner-outer li:nth-child(9){left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}@media screen and (max-width: 1499px){.feature-inner-outer li:nth-child(4) .feature-content,.feature-inner-outer li:nth-child(8) .feature-content,.feature-inner-outer li:nth-child(6) .feature-content,.feature-inner-outer li:first-child .feature-content,.feature-inner-outer li:nth-child(3) .feature-content,.feature-inner-outer li:nth-child(5) .feature-content,.feature-inner-outer li:nth-child(7) .feature-content,.feature-inner-outer li:nth-child(2n) .feature-content{left:0!important}}@media screen and (max-width: 1199px){.feature-content h3 a{font-size:18px;margin:0}.feature-content p{font-size:14px;line-height:20px}.feature-inner-outer{background-size:550px}.feature-inner-outer li{min-height:150px;width:42%}.feature-inner-outer li:nth-child(3){padding:0 130px 0 0}.feature-inner-outer li:nth-child(4){padding:0 0 0 110px}.feature-inner-outer li:nth-child(5){padding:0 130px 0 0}.feature-inner-outer li:nth-child(6){padding:0 0 0 110px}}@media screen and (max-width: 991px){.feature-content{width:75%}.feature-icon{width:15%}.feature-inner-outer{background:none}.feature-inner-outer li{min-height:120px}.feature-inner-outer h2{margin:0 0 40px}.feature-inner-outer li:nth-child(3),.feature-inner-outer li:nth-child(4),.feature-inner-outer li:nth-child(5),.feature-inner-outer li:nth-child(6){padding:0}.feature-inner-outer li:nth-child(9){float:left;margin:0;position:inherit;text-align:center;transform:inherit;width:100%}}@media screen and (max-width: 767px){ul{margin:10px 20px;padding:10px 20px}.feature-content{float:right;text-align:left;width:85%}.feature-content h3 a{font-size:17px}.feature-content p{font-size:15px}.feature-icon{float:left;margin:10px 0 0;width:15%}.feature-icon img{width:35px}.feature-outer h2{margin:0 0 30px}.feature-inner-outer li{background:url(/assets/img/landing-page/bg-line.svg) no-repeat;background-position:15px top;background-repeat:no-repeat;background-size:auto 85px;margin:0;min-height:auto;padding:2px 0;width:100%}.feature-inner-outer li:nth-child(2n) .feature-icon{margin-right:0}.feature-inner-outer li:nth-child(9),.feature-inner-outer li:nth-child(8){background:none}}@media screen and (max-width: 575px){.feature-outer h2{margin:0 0 20px}.feature-content{width:80%}.feature-inner-outer li{background-size:auto 85px}ul{margin:10px;padding:10px}}@media (min-width: 1187px) and (max-width: 1199px){.feature-outer .container{padding:0 3rem!important}}\n"] }]
|
|
333
333
|
}] });
|
|
@@ -396,10 +396,10 @@ class LandingPageSubscribeComponent extends AppBaseComponent {
|
|
|
396
396
|
});
|
|
397
397
|
}
|
|
398
398
|
}
|
|
399
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
400
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
399
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageSubscribeComponent, deps: [{ token: i1.AuthService }, { token: i2$3.CrmService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
400
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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 name=\"\"\n type=\"email\"\n [(ngModel)]=\"email\"\n class=\"email-txt\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n placeholder=\"you@domain.com\"\n (keyup)=\"validateEmail()\" />\n\n <input name=\"\"\n *ngIf=\"!isSubscribeClicked && !isCaptchaVerified\"\n (click)=\"subscribeNewsletter()\"\n class=\"subscribe-btn mb-2\"\n type=\"button\"\n value=\"Get on the List\" />\n\n <div class=\"mt-3\"\n *ngIf=\"isSubscribeClicked && !isCaptchaVerified\">\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n\n <div class=\"color-white\"\n *ngIf=\"isCaptchaVerified && isSubscribeClicked\">\n You're successfully subscribed to our Newsletter.\n </div>\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: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2$1.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$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2.LazyImgDirective, selector: "img" }, { kind: "component", type: i6.ReCaptcha2Component, selector: "ngx-recaptcha2", inputs: ["theme", "size"] }] }); }
|
|
401
401
|
}
|
|
402
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
402
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageSubscribeComponent, decorators: [{
|
|
403
403
|
type: Component,
|
|
404
404
|
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 name=\"\"\n type=\"email\"\n [(ngModel)]=\"email\"\n class=\"email-txt\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n placeholder=\"you@domain.com\"\n (keyup)=\"validateEmail()\" />\n\n <input name=\"\"\n *ngIf=\"!isSubscribeClicked && !isCaptchaVerified\"\n (click)=\"subscribeNewsletter()\"\n class=\"subscribe-btn mb-2\"\n type=\"button\"\n value=\"Get on the List\" />\n\n <div class=\"mt-3\"\n *ngIf=\"isSubscribeClicked && !isCaptchaVerified\">\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n\n <div class=\"color-white\"\n *ngIf=\"isCaptchaVerified && isSubscribeClicked\">\n You're successfully subscribed to our Newsletter.\n </div>\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"] }]
|
|
405
405
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i2$3.CrmService }, { type: i0.Injector }], propDecorators: { sourceId: [{
|
|
@@ -409,10 +409,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
|
|
|
409
409
|
}] } });
|
|
410
410
|
|
|
411
411
|
class LandingPageAboutUsBComponent {
|
|
412
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
413
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
412
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageAboutUsBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
413
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: LandingPageAboutUsBComponent, isStandalone: false, selector: "pw-landing-page-about-us-b", ngImport: i0, template: "<section class=\"big-dream-outer\"\n id=\"about-us-b\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 big-dream-content\">\n <h2>Our Principles Guide How We Operate</h2>\n <p>\n We detect <strong>ideas</strong> driven by a trend, an industry need, or a business model. <br />\n Then, with the following principles always in our mind, <br />\n we turn these ideas <strong>into successful software companies</strong>.\n </p>\n </div>\n <div class=\"col-md-12 product-outer\">\n <ul>\n <li>\n <img src=\"/assets/img/landing-page/product-icon5.webp\" alt=\"img\" />\n <h2>Alignment</h2>\n <p> We only work with partners that share our values, ambition and commitment to achieve mutual success. </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon2.png\" alt=\"img\" />\n <h2>Quality over Quantity</h2>\n <p> Carefully selecting our partners enables us to focus on quality\u2014rather than quantity. </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon1.webp\" alt=\"img\" />\n <h2>Build a Better World</h2>\n <p> We back products that solve real pain\u2014not vanity apps. </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon4.webp\" alt=\"img\" />\n <h2>Test Instead of Guess</h2>\n <p> We don\u2019t pitch. We test, learn, and iterate fast. </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon3.webp\" alt=\"img\" />\n <h2>Scalable from Day One</h2>\n <p> Infra matters. We build for scale from the start. </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon6.webp\" alt=\"img\" />\n <h2>Traction is King</h2>\n <p>Our north star is paying users\u2014not polished pitch decks.</p>\n </li>\n </ul>\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)}.big-dream-outer{background:url(/assets/img/landing-page/dream-section-bg.png) no-repeat center top;background-size:100% 100%;padding:80px 0 100px;text-align:center}.big-dream-content h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 80px;padding:0 0 29px;position:relative;text-align:center;z-index:3}.big-dream-content h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.big-dream-content p{color:#42526e;font-size:24px;font-weight:400;line-height:30px;margin:0;padding:0 0 30px;position:relative}.product-outer{background:#fff;box-shadow:0 0 8px 2px #dedede;margin-top:50px;padding:20px!important}.product-outer li{background:#f8f9fb;border:1px rgb(248,249,251) solid;float:left;margin:0 25px 30px 6px;padding:40px 30px;width:360px}.product-outer li h2{color:#36c283!important;font-size:20px;font-weight:800;margin:30px 0 10px}.product-outer li p{color:#525f7f;font-size:18px;margin:0;min-height:120px}.product-outer li:nth-child(3n){margin-right:0}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n),.product-outer li:nth-child(6n){margin-bottom:0}@media screen and (max-width: 1199px){.container{max-width:100%!important;padding:0 3rem!important}.responsive-thumb{width:100%}.product-outer li{margin:0 25px 30px 5px;padding:40px 20px;width:31%}.big-dream-outer{padding:80px 20px 100px}}@media (min-width: 1035px) and (max-width: 1043px){.product-outer{padding:10px!important}.product-outer li{padding:20px 10px;margin:0 25px 30px 6px;width:31%}.big-dream-outer{padding:80px 0 100px}}@media screen and (max-width: 991px){.product-outer li{margin:0 18px 30px 10px;min-height:410px;padding:40px 20px;width:30%}.big-dream-content h2,.succeed-outer h2{font-size:38px}}@media screen and (max-width: 767px){.product-outer{padding:10px!important}.product-outer li{margin:0 1% 30px;min-height:250px;padding:40px 20px;width:48%}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n){margin-bottom:30px}.product-outer li:last-child{margin-bottom:0}}@media screen and (max-width: 575px){.product-outer{padding:10px!important}.product-outer li{padding:20px 10px;width:98%}.product-outer li p{min-height:60px}.big-dream-outer{padding:80px 0 100px}}\n"], dependencies: [{ kind: "directive", type: i2.LazyImgDirective, selector: "img" }] }); }
|
|
414
414
|
}
|
|
415
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
415
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageAboutUsBComponent, decorators: [{
|
|
416
416
|
type: Component,
|
|
417
417
|
args: [{ selector: 'pw-landing-page-about-us-b', standalone: false, template: "<section class=\"big-dream-outer\"\n id=\"about-us-b\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 big-dream-content\">\n <h2>Our Principles Guide How We Operate</h2>\n <p>\n We detect <strong>ideas</strong> driven by a trend, an industry need, or a business model. <br />\n Then, with the following principles always in our mind, <br />\n we turn these ideas <strong>into successful software companies</strong>.\n </p>\n </div>\n <div class=\"col-md-12 product-outer\">\n <ul>\n <li>\n <img src=\"/assets/img/landing-page/product-icon5.webp\" alt=\"img\" />\n <h2>Alignment</h2>\n <p> We only work with partners that share our values, ambition and commitment to achieve mutual success. </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon2.png\" alt=\"img\" />\n <h2>Quality over Quantity</h2>\n <p> Carefully selecting our partners enables us to focus on quality\u2014rather than quantity. </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon1.webp\" alt=\"img\" />\n <h2>Build a Better World</h2>\n <p> We back products that solve real pain\u2014not vanity apps. </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon4.webp\" alt=\"img\" />\n <h2>Test Instead of Guess</h2>\n <p> We don\u2019t pitch. We test, learn, and iterate fast. </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon3.webp\" alt=\"img\" />\n <h2>Scalable from Day One</h2>\n <p> Infra matters. We build for scale from the start. </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon6.webp\" alt=\"img\" />\n <h2>Traction is King</h2>\n <p>Our north star is paying users\u2014not polished pitch decks.</p>\n </li>\n </ul>\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)}.big-dream-outer{background:url(/assets/img/landing-page/dream-section-bg.png) no-repeat center top;background-size:100% 100%;padding:80px 0 100px;text-align:center}.big-dream-content h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 80px;padding:0 0 29px;position:relative;text-align:center;z-index:3}.big-dream-content h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.big-dream-content p{color:#42526e;font-size:24px;font-weight:400;line-height:30px;margin:0;padding:0 0 30px;position:relative}.product-outer{background:#fff;box-shadow:0 0 8px 2px #dedede;margin-top:50px;padding:20px!important}.product-outer li{background:#f8f9fb;border:1px rgb(248,249,251) solid;float:left;margin:0 25px 30px 6px;padding:40px 30px;width:360px}.product-outer li h2{color:#36c283!important;font-size:20px;font-weight:800;margin:30px 0 10px}.product-outer li p{color:#525f7f;font-size:18px;margin:0;min-height:120px}.product-outer li:nth-child(3n){margin-right:0}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n),.product-outer li:nth-child(6n){margin-bottom:0}@media screen and (max-width: 1199px){.container{max-width:100%!important;padding:0 3rem!important}.responsive-thumb{width:100%}.product-outer li{margin:0 25px 30px 5px;padding:40px 20px;width:31%}.big-dream-outer{padding:80px 20px 100px}}@media (min-width: 1035px) and (max-width: 1043px){.product-outer{padding:10px!important}.product-outer li{padding:20px 10px;margin:0 25px 30px 6px;width:31%}.big-dream-outer{padding:80px 0 100px}}@media screen and (max-width: 991px){.product-outer li{margin:0 18px 30px 10px;min-height:410px;padding:40px 20px;width:30%}.big-dream-content h2,.succeed-outer h2{font-size:38px}}@media screen and (max-width: 767px){.product-outer{padding:10px!important}.product-outer li{margin:0 1% 30px;min-height:250px;padding:40px 20px;width:48%}.product-outer li:nth-child(4n),.product-outer li:nth-child(5n){margin-bottom:30px}.product-outer li:last-child{margin-bottom:0}}@media screen and (max-width: 575px){.product-outer{padding:10px!important}.product-outer li{padding:20px 10px;width:98%}.product-outer li p{min-height:60px}.big-dream-outer{padding:80px 0 100px}}\n"] }]
|
|
418
418
|
}] });
|
|
@@ -421,10 +421,10 @@ class LandingPageBannerBComponent {
|
|
|
421
421
|
constructor() {
|
|
422
422
|
this.Countries = COUNTRIES_CODE;
|
|
423
423
|
}
|
|
424
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
425
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
424
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageBannerBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
425
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: LandingPageBannerBComponent, isStandalone: false, selector: "pw-landing-page-banner-b", ngImport: i0, template: "<div class=\"full-cover\"\n id=\"home\">\n <img\n #hero\n class=\"background-image\"\n src=\"/assets/img/landing-page/header-bg.webp\"\n alt=\"PosiWise \u2013 Quietly Launching Scalable SaaS from Real-World Pain\"\n fetchpriority=\"high\"\n decoding=\"async\"\n loading=\"eager\"\n width=\"1583\" height=\"800\"\n />\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 banner-content\">\n <div class=\"col-md-7 banner-left-bar float-start\">\n <h2>\n For domain experts with a promising idea <br />\n for a new software solution\n </h2>\n <h1>\n Building SaaS Startups <br />Made Easy\n <pw-geo-template #geo>\n <ng-template [ngIf]=\"geo.data?.country_code2 === Countries.AU\">\n in Sydney.\n <!-- {{geo.data?.ip}}\n {{geo.data?.country_code2}} -->\n </ng-template> </pw-geo-template><br />\n </h1>\n <p>\n We have built a platform <br />\n to turn ideas into great companies\n </p>\n <a href=\"#contact-b\"\n class=\"contact-btn mt-5\">Request Access</a>\n </div>\n <div class=\"col-md-5 float-end p-5\">\n <img\n #product\n src=\"/assets/img/landing-page/digital-product-img.webp\"\n alt=\"digital-product\"\n class=\"responsive-thumb\"\n fetchpriority=\"high\"\n decoding=\"async\"\n loading=\"eager\" />\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)}.full-cover{position:relative;padding:0 0 130px;overflow:hidden}.background-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.banner-content{margin:250px 0 0;position:relative;z-index:1}.banner-left-bar p{color:#fff!important;font-size:30px;font-weight:400;line-height:1.5}.banner-left-bar h1{color:#fff!important;font-size:48px;font-weight:900;margin:25px 0}.banner-left-bar h2{background:#0a56d3;border-radius:50px;color:#fff!important;display:inline-block;font-size:24px;font-weight:300;margin:0;padding:8px 30px}@media screen and (max-width: 1199px){.responsive-thumb{width:100%}}@media screen and (max-width: 767px){.banner-left-bar{margin-bottom:30px}.banner-content{margin:120px 0 0}}@media screen and (max-width: 991px){.banner-left-bar h1{color:#fff!important;font-size:48px;font-weight:900;margin:25px 16px}.banner-left-bar p{color:#fff!important;font-size:30px;font-weight:400;line-height:1.5;margin:25px 16px}}@media screen and (max-width: 575px){.banner-left-bar h1{font-size:33px}.banner-left-bar h2{font-size:18px}.banner-content{padding-left:10px;padding-right:10px;text-align:center}}@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.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.LazyImgDirective, selector: "img" }, { kind: "component", type: GeoTemplateComponent, selector: "pw-geo-template" }] }); }
|
|
426
426
|
}
|
|
427
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
427
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageBannerBComponent, decorators: [{
|
|
428
428
|
type: Component,
|
|
429
429
|
args: [{ selector: 'pw-landing-page-banner-b', standalone: false, template: "<div class=\"full-cover\"\n id=\"home\">\n <img\n #hero\n class=\"background-image\"\n src=\"/assets/img/landing-page/header-bg.webp\"\n alt=\"PosiWise \u2013 Quietly Launching Scalable SaaS from Real-World Pain\"\n fetchpriority=\"high\"\n decoding=\"async\"\n loading=\"eager\"\n width=\"1583\" height=\"800\"\n />\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 banner-content\">\n <div class=\"col-md-7 banner-left-bar float-start\">\n <h2>\n For domain experts with a promising idea <br />\n for a new software solution\n </h2>\n <h1>\n Building SaaS Startups <br />Made Easy\n <pw-geo-template #geo>\n <ng-template [ngIf]=\"geo.data?.country_code2 === Countries.AU\">\n in Sydney.\n <!-- {{geo.data?.ip}}\n {{geo.data?.country_code2}} -->\n </ng-template> </pw-geo-template><br />\n </h1>\n <p>\n We have built a platform <br />\n to turn ideas into great companies\n </p>\n <a href=\"#contact-b\"\n class=\"contact-btn mt-5\">Request Access</a>\n </div>\n <div class=\"col-md-5 float-end p-5\">\n <img\n #product\n src=\"/assets/img/landing-page/digital-product-img.webp\"\n alt=\"digital-product\"\n class=\"responsive-thumb\"\n fetchpriority=\"high\"\n decoding=\"async\"\n loading=\"eager\" />\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)}.full-cover{position:relative;padding:0 0 130px;overflow:hidden}.background-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.banner-content{margin:250px 0 0;position:relative;z-index:1}.banner-left-bar p{color:#fff!important;font-size:30px;font-weight:400;line-height:1.5}.banner-left-bar h1{color:#fff!important;font-size:48px;font-weight:900;margin:25px 0}.banner-left-bar h2{background:#0a56d3;border-radius:50px;color:#fff!important;display:inline-block;font-size:24px;font-weight:300;margin:0;padding:8px 30px}@media screen and (max-width: 1199px){.responsive-thumb{width:100%}}@media screen and (max-width: 767px){.banner-left-bar{margin-bottom:30px}.banner-content{margin:120px 0 0}}@media screen and (max-width: 991px){.banner-left-bar h1{color:#fff!important;font-size:48px;font-weight:900;margin:25px 16px}.banner-left-bar p{color:#fff!important;font-size:30px;font-weight:400;line-height:1.5;margin:25px 16px}}@media screen and (max-width: 575px){.banner-left-bar h1{font-size:33px}.banner-left-bar h2{font-size:18px}.banner-content{padding-left:10px;padding-right:10px;text-align:center}}@media screen and (min-width: 768px){.banner-left-bar{flex:0 0 auto;width:58.33333333%;padding-right:15px;padding-left:29px}}\n"] }]
|
|
430
430
|
}] });
|
|
@@ -502,10 +502,10 @@ class LandingPageContactBComponent extends AppBaseComponent {
|
|
|
502
502
|
this.isEmailValid = true;
|
|
503
503
|
}
|
|
504
504
|
}
|
|
505
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
506
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", 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*\" />\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()\" />\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 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 <button type=\"submit\"\n *ngIf=\"!isSubscribeClicked && !isCaptchaVerified\"\n class=\"contact-btn\">\n Submit\n </button>\n <div class=\"mt-3\"\n *ngIf=\"isSubscribeClicked && !isCaptchaVerified\">\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 <div class=\"text-primary\"\n *ngIf=\"isCaptchaVerified && isSubscribeClicked\">\n We've received your request. Thanks. We'll get back to you quickly.\n </div>\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/d/cw7y-6nr-ygb/let-s-talk-posiwise-venture-call\"\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{float:left;width:265px}.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 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: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2$1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2$1.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$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2$1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2$1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i2.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"] }] }); }
|
|
505
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageContactBComponent, deps: [{ token: i1.CommonService }, { token: i2$1.UntypedFormBuilder }, { token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
506
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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*\" />\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()\" />\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 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 <button type=\"submit\"\n *ngIf=\"!isSubscribeClicked && !isCaptchaVerified\"\n class=\"contact-btn\">\n Submit\n </button>\n <div class=\"mt-3\"\n *ngIf=\"isSubscribeClicked && !isCaptchaVerified\">\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 <div class=\"text-primary\"\n *ngIf=\"isCaptchaVerified && isSubscribeClicked\">\n We've received your request. Thanks. We'll get back to you quickly.\n </div>\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/d/cw7y-6nr-ygb/let-s-talk-posiwise-venture-call\"\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{float:left;width:265px}.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 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: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2$1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2$1.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$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2$1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2$1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i2.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"] }] }); }
|
|
507
507
|
}
|
|
508
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
508
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageContactBComponent, decorators: [{
|
|
509
509
|
type: Component,
|
|
510
510
|
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*\" />\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()\" />\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 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 <button type=\"submit\"\n *ngIf=\"!isSubscribeClicked && !isCaptchaVerified\"\n class=\"contact-btn\">\n Submit\n </button>\n <div class=\"mt-3\"\n *ngIf=\"isSubscribeClicked && !isCaptchaVerified\">\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 <div class=\"text-primary\"\n *ngIf=\"isCaptchaVerified && isSubscribeClicked\">\n We've received your request. Thanks. We'll get back to you quickly.\n </div>\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/d/cw7y-6nr-ygb/let-s-talk-posiwise-venture-call\"\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{float:left;width:265px}.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 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"] }]
|
|
511
511
|
}], ctorParameters: () => [{ type: i1.CommonService }, { type: i2$1.UntypedFormBuilder }, { type: i1.AuthService }, { type: i0.Injector }], propDecorators: { gaEventObj: [{
|
|
@@ -523,10 +523,10 @@ class LandingPageHeaderBComponent {
|
|
|
523
523
|
toggleMenu() {
|
|
524
524
|
this.isMenuCollapsed = !this.isMenuCollapsed;
|
|
525
525
|
}
|
|
526
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
527
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
526
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageHeaderBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
527
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.LazyImgDirective, selector: "img" }] }); }
|
|
528
528
|
}
|
|
529
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
529
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageHeaderBComponent, decorators: [{
|
|
530
530
|
type: Component,
|
|
531
531
|
args: [{ selector: 'pw-landing-page-header-b', standalone: false, 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"] }]
|
|
532
532
|
}], propDecorators: { landing: [{
|
|
@@ -534,10 +534,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
|
|
|
534
534
|
}] } });
|
|
535
535
|
|
|
536
536
|
class LandingPageInnovateBComponent {
|
|
537
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
538
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
537
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageInnovateBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
538
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: LandingPageInnovateBComponent, isStandalone: false, selector: "pw-landing-page-innovate-b", ngImport: i0, template: "<section class=\"innovative-outer\">\n <h3>\n Every year, we select a number of ambitious partners that <br />\n have the vision and potential to build great SaaS solutions. <br />\n </h3>\n <h2>Are you a domain expert <br />with a real problem to solve?</h2>\n <a href=\"#contact-b\"\n class=\"contact-btn\">Let's build something meaningful - together</a>\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)}.innovative-outer{background:url(/assets/img/landing-page/innovative.jpg) no-repeat top center;background-size:cover;color:#fff;padding:106px 0 123px;text-align:center}.innovative-outer h2{color:#fff!important;font-family:Roboto,sans-serif;font-size:60px;font-weight:800;margin:30px 0 35px}.innovative-outer h3{color:#fff!important;font-family:Roboto,sans-serif;font-size:30px}@media screen and (max-width: 991px){.innovative-outer h2{font-size:42px}}@media screen and (max-width: 767px){.innovative-outer{padding:106px 20px 123px}.innovative-outer h2{font-size:35px}}@media screen and (max-width: 575px){.innovative-outer{padding:50px 20px 60px}}\n"] }); }
|
|
539
539
|
}
|
|
540
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
540
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageInnovateBComponent, decorators: [{
|
|
541
541
|
type: Component,
|
|
542
542
|
args: [{ selector: 'pw-landing-page-innovate-b', standalone: false, template: "<section class=\"innovative-outer\">\n <h3>\n Every year, we select a number of ambitious partners that <br />\n have the vision and potential to build great SaaS solutions. <br />\n </h3>\n <h2>Are you a domain expert <br />with a real problem to solve?</h2>\n <a href=\"#contact-b\"\n class=\"contact-btn\">Let's build something meaningful - together</a>\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)}.innovative-outer{background:url(/assets/img/landing-page/innovative.jpg) no-repeat top center;background-size:cover;color:#fff;padding:106px 0 123px;text-align:center}.innovative-outer h2{color:#fff!important;font-family:Roboto,sans-serif;font-size:60px;font-weight:800;margin:30px 0 35px}.innovative-outer h3{color:#fff!important;font-family:Roboto,sans-serif;font-size:30px}@media screen and (max-width: 991px){.innovative-outer h2{font-size:42px}}@media screen and (max-width: 767px){.innovative-outer{padding:106px 20px 123px}.innovative-outer h2{font-size:35px}}@media screen and (max-width: 575px){.innovative-outer{padding:50px 20px 60px}}\n"] }]
|
|
543
543
|
}] });
|
|
@@ -553,10 +553,10 @@ class LandingPageOurProductsBComponent {
|
|
|
553
553
|
ngAfterViewInit() {
|
|
554
554
|
HelperService.highlightedProductItem(this.productsList.nativeElement, this.document);
|
|
555
555
|
}
|
|
556
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
557
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
556
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageOurProductsBComponent, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
557
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: LandingPageOurProductsBComponent, isStandalone: false, selector: "pw-landing-page-our-products-b", viewQueries: [{ propertyName: "productsList", first: true, predicate: ["productsList"], descendants: true }], ngImport: i0, template: "<section class=\"succeed-outer\"\n id=\"products\">\n <div class=\"container\">\n <h2>Our Secret Weapon == Our SaaS Factory Platform</h2>\n <h3>\n With our <strong>proprietary Software as a Service (SaaS) Factory Platform</strong>,\n <br />\n we can build complex SaaS solutions <strong>quickly</strong> <br />\n and <strong>cost effectively</strong>.\n </h3>\n\n <div class=\"col-md-6 col-sm-12 float-start empowering\">\n <ul id=\"products-list\"\n #productsList>\n <li class=\"highlighted\">\n <a routerLink=\"/pw-features\"\n target=\"_blank\">\n <h3>Read More - SaaS Factory Platform</h3>\n <p>\n Our SaaS Factory Platform is a collection of services that we can utilize\n to build enterprise-grade dashboard-like software applications -\n without starting from scratch each time.\n </p>\n </a>\n </li>\n <li>\n <a href=\"https://www.cloudolive.com\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n <h3>Built with PosiWise: CloudOlive</h3>\n <p>\n CloudOlive was built on the PosiWise platform. It raised over $1M and now operates in 15+ countries - and growing.\n </p>\n </a>\n </li>\n <li>\n <a [eventTracker]=\"{\n category: 'request-demo',\n action: 'click',\n label: 'landing-page-our-products-a',\n value: 1\n }\"\n href=\"https://calendly.com/d/cw7y-6nr-ygb/let-s-talk-posiwise-venture-call\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n <h3>See it - Book a Demo</h3>\n <p>\n Please book a demo if you want to see how we utilize our SaaS Factory\n Platform to build great software solutions.\n </p>\n </a>\n </li>\n </ul>\n </div>\n <div class=\"col-md-6 col-sm-12 float-end empowering-img\">\n <img src=\"/assets/img/landing-page/services/HyperDashboard-1b.webp\"\n alt=\"Hyper-Dashboard\"\n class=\"responsive-thumb\" />\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)}.container h3{color:#525f7f!important;font-family:Roboto,sans-serif;font-size:20px;font-weight:400;text-align:center}.succeed-outer{padding:70px 0;position:relative}.succeed-outer h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 40px;padding:0 0 25px;position:relative;text-align:center;z-index:3}.succeed-outer h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.succeed-outer:after{background:url(/assets/img/landing-page/blue-pic.png) no-repeat top center;content:\"\";height:467px;position:absolute;right:0;top:0;width:184px;z-index:-1}.succeed-outer:before{background:url(/assets/img/landing-page/green-img.png) no-repeat top center;bottom:0;content:\"\";height:410px;left:0;position:absolute;width:367px}.empowering h3{color:#36c283;font-family:Roboto,sans-serif;font-size:20px;font-weight:800;margin:0 0 6px}.empowering p{color:#525f7f;font-family:Roboto,sans-serif;font-size:18px;line-height:20px;margin:0}.empowering li{background:#eff8fe;border-radius:20px;cursor:pointer;float:left;margin:10px 0;padding:20px 26px;transition:all .5s ease-out}.empowering li.highlighted{background:linear-gradient(to right,#056be0,#087ad8 24%,#0f98ca 49%,#13acc0 75%,#14b0be);background:#056be0;background:-webkit-gradient(left to bottom,right to bottom,color-stop(0%,rgb(5,107,224)),color-stop(24%,rgb(8,122,216)),color-stop(49%,rgb(15,152,202)),color-stop(75%,rgb(19,172,192)),color-stop(100%,rgb(20,176,190))),linear-gradient(to right,#056be0,#087ad8 24%,#0f98ca 49%,#13acc0 75%,#14b0be);filter:progid:dximagetransform.microsoft.gradient(startColorstr=\"#056be0\",endColorstr=\"#14b0be\",GradientType=1)}.empowering li.highlighted p{color:#fff}.empowering li.highlighted h3{color:#fff!important}.empowering-img{padding:10px 0 0;text-align:right}@media screen and (max-width: 1199px){.responsive-thumb{width:100%}}@media screen and (max-width: 991px){.future-left img{margin-top:0}.succeed-outer h2{font-size:38px}}@media screen and (max-width: 767px){.succeed-outer{padding:30px 0}.succeed-outer h2{font-size:25px}}@media screen and (max-width: 575px){.succeed-outer:before{background-position:top left;width:100%}.succeed-outer:after{opacity:.4}}.col-md-6{position:relative}@media screen and (min-width: 768px){.empowering{position:relative;padding-left:30px}}\n"], dependencies: [{ kind: "directive", type: i2$2.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: i2.EventTrackerDirective, selector: "[eventTracker]", inputs: ["eventTracker"] }, { kind: "directive", type: i2.LazyImgDirective, selector: "img" }] }); }
|
|
558
558
|
}
|
|
559
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
559
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageOurProductsBComponent, decorators: [{
|
|
560
560
|
type: Component,
|
|
561
561
|
args: [{ selector: 'pw-landing-page-our-products-b', standalone: false, template: "<section class=\"succeed-outer\"\n id=\"products\">\n <div class=\"container\">\n <h2>Our Secret Weapon == Our SaaS Factory Platform</h2>\n <h3>\n With our <strong>proprietary Software as a Service (SaaS) Factory Platform</strong>,\n <br />\n we can build complex SaaS solutions <strong>quickly</strong> <br />\n and <strong>cost effectively</strong>.\n </h3>\n\n <div class=\"col-md-6 col-sm-12 float-start empowering\">\n <ul id=\"products-list\"\n #productsList>\n <li class=\"highlighted\">\n <a routerLink=\"/pw-features\"\n target=\"_blank\">\n <h3>Read More - SaaS Factory Platform</h3>\n <p>\n Our SaaS Factory Platform is a collection of services that we can utilize\n to build enterprise-grade dashboard-like software applications -\n without starting from scratch each time.\n </p>\n </a>\n </li>\n <li>\n <a href=\"https://www.cloudolive.com\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n <h3>Built with PosiWise: CloudOlive</h3>\n <p>\n CloudOlive was built on the PosiWise platform. It raised over $1M and now operates in 15+ countries - and growing.\n </p>\n </a>\n </li>\n <li>\n <a [eventTracker]=\"{\n category: 'request-demo',\n action: 'click',\n label: 'landing-page-our-products-a',\n value: 1\n }\"\n href=\"https://calendly.com/d/cw7y-6nr-ygb/let-s-talk-posiwise-venture-call\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n <h3>See it - Book a Demo</h3>\n <p>\n Please book a demo if you want to see how we utilize our SaaS Factory\n Platform to build great software solutions.\n </p>\n </a>\n </li>\n </ul>\n </div>\n <div class=\"col-md-6 col-sm-12 float-end empowering-img\">\n <img src=\"/assets/img/landing-page/services/HyperDashboard-1b.webp\"\n alt=\"Hyper-Dashboard\"\n class=\"responsive-thumb\" />\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)}.container h3{color:#525f7f!important;font-family:Roboto,sans-serif;font-size:20px;font-weight:400;text-align:center}.succeed-outer{padding:70px 0;position:relative}.succeed-outer h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 40px;padding:0 0 25px;position:relative;text-align:center;z-index:3}.succeed-outer h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.succeed-outer:after{background:url(/assets/img/landing-page/blue-pic.png) no-repeat top center;content:\"\";height:467px;position:absolute;right:0;top:0;width:184px;z-index:-1}.succeed-outer:before{background:url(/assets/img/landing-page/green-img.png) no-repeat top center;bottom:0;content:\"\";height:410px;left:0;position:absolute;width:367px}.empowering h3{color:#36c283;font-family:Roboto,sans-serif;font-size:20px;font-weight:800;margin:0 0 6px}.empowering p{color:#525f7f;font-family:Roboto,sans-serif;font-size:18px;line-height:20px;margin:0}.empowering li{background:#eff8fe;border-radius:20px;cursor:pointer;float:left;margin:10px 0;padding:20px 26px;transition:all .5s ease-out}.empowering li.highlighted{background:linear-gradient(to right,#056be0,#087ad8 24%,#0f98ca 49%,#13acc0 75%,#14b0be);background:#056be0;background:-webkit-gradient(left to bottom,right to bottom,color-stop(0%,rgb(5,107,224)),color-stop(24%,rgb(8,122,216)),color-stop(49%,rgb(15,152,202)),color-stop(75%,rgb(19,172,192)),color-stop(100%,rgb(20,176,190))),linear-gradient(to right,#056be0,#087ad8 24%,#0f98ca 49%,#13acc0 75%,#14b0be);filter:progid:dximagetransform.microsoft.gradient(startColorstr=\"#056be0\",endColorstr=\"#14b0be\",GradientType=1)}.empowering li.highlighted p{color:#fff}.empowering li.highlighted h3{color:#fff!important}.empowering-img{padding:10px 0 0;text-align:right}@media screen and (max-width: 1199px){.responsive-thumb{width:100%}}@media screen and (max-width: 991px){.future-left img{margin-top:0}.succeed-outer h2{font-size:38px}}@media screen and (max-width: 767px){.succeed-outer{padding:30px 0}.succeed-outer h2{font-size:25px}}@media screen and (max-width: 575px){.succeed-outer:before{background-position:top left;width:100%}.succeed-outer:after{opacity:.4}}.col-md-6{position:relative}@media screen and (min-width: 768px){.empowering{position:relative;padding-left:30px}}\n"] }]
|
|
562
562
|
}], ctorParameters: () => [{ type: Document, decorators: [{
|
|
@@ -568,10 +568,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
|
|
|
568
568
|
}] } });
|
|
569
569
|
|
|
570
570
|
class LandingPageServicesBComponent {
|
|
571
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
572
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
571
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageServicesBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
572
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: LandingPageServicesBComponent, isStandalone: false, selector: "pw-landing-page-services-b", ngImport: i0, template: "<!-- feature section start -->\n<section class=\"feature-outer\">\n <div class=\"container\">\n <h2>Your technical co-founder, and more...</h2>\n <h3 class=\"text-center\">\n We work with <strong>domain experts</strong>\n <br> who\u2019ve discovered a painful problem in their industry \u2014 and want to solve it with software.\n </h3>\n <div class=\"feature-inner-outer\">\n <ul>\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon2.png\" alt=\"feature-icon2.png\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Design Thinking </a></h3>\n <p> We don\u2019t start with assumptions. We test, iterate, and aim for product-market fit fast. </p>\n </div>\n </li>\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> POC / MVP </a></h3>\n <p> We build functional SaaS products, not throwaway prototypes \u2014 on a reusable backend. </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon3.png\" alt=\"feature-icon3.png\" />\n </div>\n </li>\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Scaling </a></h3>\n <p> We build with scale in mind\u2014multi-tenant, cloud-native, and analytics-ready from day one. </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon5.png\" alt=\"img\" />\n </div>\n </li>\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> AI-Enhanced Growth </a></h3>\n <p> We use AI to automate, test, and optimise every layer\u2014UX, dev, infra, support. </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon7.png\" alt=\"feature-icon7.png\" />\n </div>\n </li>\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon4.png\" alt=\"img\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Business Strategy </a></h3>\n <p> We help you build something fundable, sellable, and sustainable. </p>\n </div>\n </li>\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Traction-Focused Execution </a></h3>\n <p> We don\u2019t talk theory. We build, ship, and validate with real users. </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon1.png\" alt=\"img\" />\n </div>\n </li>\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon6.webp\" alt=\"feature-icon6.webp\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Networking </a></h3>\n <p> We have a solid local and international network with partners who can help build and commercialize the\n solution. </p>\n </div>\n </li>\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon8.webp\" alt=\"feature-icon8.webp\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Investments </a></h3>\n <p> We can help to raise money and grant you access to our fast-growing investor network once agreed milestones\n are reached. </p>\n </div>\n </li>\n <li>\n <a href=\"#\" aria-label=\"Color Logo\"> <img src=\"/assets/img/logos/logo-color-big.png\" alt=\"logo-color-big.png\" />\n </a>\n </li>\n </ul>\n </div>\n </div>\n</section>\n<!-- feature section 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)}.feature-outer{background:#ececed;padding:80px 0}.feature-outer h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 80px;padding:0 0 29px;position:relative;text-align:center;z-index:3}.feature-outer h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.feature-outer h3{color:#42526e!important;font-size:24px;font-weight:400;line-height:30px;margin:0;padding:0 0 30px;position:relative}.feature-content{float:inherit;text-align:right;width:80%}.feature-content h3{margin-bottom:0!important;padding-bottom:0!important}.feature-content h3 a{color:#36c283;display:inline-block;font-size:20px;font-weight:800;margin:0 0 10px;text-decoration:none;text-transform:capitalize}.feature-content h3 a:hover{color:#f5be23}.feature-content p{color:#525f7f;font-size:18px;line-height:25px}.feature-icon{float:right;margin:30px 0 0;width:10%}.feature-icon img{background:#ececed}.feature-inner-outer{background:url(/assets/img/landing-page/dottes-bg.png) no-repeat center top;background-position:50%;float:left;position:relative;width:100%}.feature-inner-outer li{float:left;margin:0 0 20px;min-height:160px;width:42%}.feature-inner-outer li:nth-child(2n){float:right}.feature-inner-outer li:nth-child(2n) .feature-icon{float:left;margin-right:30px}.feature-inner-outer li:nth-child(2n) .feature-content{left:20px;position:relative;text-align:left}.feature-inner-outer li:nth-child(3){margin-left:0;padding:0 140px 0 0}.feature-inner-outer li:nth-child(4){margin-right:0;padding:0 0 0 160px}.feature-inner-outer li:nth-child(5){margin-left:0;padding:0 150px 0 0}.feature-inner-outer li:nth-child(6){margin-left:0;padding:0 0 0 150px}.feature-inner-outer li:nth-child(7){margin-bottom:0;margin-left:0;margin-top:14px;min-height:inherit;padding:0}.feature-inner-outer li:nth-child(8){margin-left:0;min-height:inherit;padding:0}.feature-inner-outer li:nth-child(9){left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}@media screen and (max-width: 1499px){.feature-inner-outer li:nth-child(4) .feature-content,.feature-inner-outer li:nth-child(8) .feature-content,.feature-inner-outer li:nth-child(6) .feature-content,.feature-inner-outer li:first-child .feature-content,.feature-inner-outer li:nth-child(3) .feature-content,.feature-inner-outer li:nth-child(5) .feature-content,.feature-inner-outer li:nth-child(7) .feature-content,.feature-inner-outer li:nth-child(2n) .feature-content{left:0!important}}@media screen and (max-width: 1199px){.feature-content h3 a{font-size:18px;margin:0}.feature-content p{font-size:14px;line-height:20px}.feature-inner-outer{background-size:550px}.feature-inner-outer li{min-height:150px;width:42%}.feature-inner-outer li:nth-child(3){padding:0 130px 0 0}.feature-inner-outer li:nth-child(4){padding:0 0 0 110px}.feature-inner-outer li:nth-child(5){padding:0 130px 0 0}.feature-inner-outer li:nth-child(6){padding:0 0 0 110px}}@media screen and (max-width: 991px){.feature-content{width:75%}.feature-icon{width:15%}.feature-inner-outer{background:none}.feature-inner-outer li{min-height:120px}.feature-inner-outer h2{margin:0 0 40px}.feature-inner-outer li:nth-child(3),.feature-inner-outer li:nth-child(4),.feature-inner-outer li:nth-child(5),.feature-inner-outer li:nth-child(6){padding:0}.feature-inner-outer li:nth-child(9){float:left;margin:0;position:inherit;text-align:center;transform:inherit;width:100%}}@media screen and (max-width: 767px){ul{margin:10px 20px;padding:10px 20px}.feature-content{float:right;text-align:left;width:85%}.feature-content h3 a{font-size:17px}.feature-content p{font-size:15px}.feature-icon{float:left;margin:10px 0 0;width:15%}.feature-icon img{width:35px}.feature-outer h2{margin:0 0 30px}.feature-inner-outer li{background:url(/assets/img/landing-page/bg-line.svg) no-repeat;background-position:15px top;background-repeat:no-repeat;background-size:auto 85px;margin:0;min-height:auto;padding:2px 0;width:100%}.feature-inner-outer li:nth-child(2n) .feature-icon{margin-right:0}.feature-inner-outer li:nth-child(9),.feature-inner-outer li:nth-child(8){background:none}}@media screen and (max-width: 575px){.feature-outer h2{margin:0 0 20px}.feature-content{width:80%}.feature-inner-outer li{background-size:auto 85px}ul{margin:10px;padding:10px}}\n"], dependencies: [{ kind: "directive", type: i2.LazyImgDirective, selector: "img" }] }); }
|
|
573
573
|
}
|
|
574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageServicesBComponent, decorators: [{
|
|
575
575
|
type: Component,
|
|
576
576
|
args: [{ selector: 'pw-landing-page-services-b', standalone: false, template: "<!-- feature section start -->\n<section class=\"feature-outer\">\n <div class=\"container\">\n <h2>Your technical co-founder, and more...</h2>\n <h3 class=\"text-center\">\n We work with <strong>domain experts</strong>\n <br> who\u2019ve discovered a painful problem in their industry \u2014 and want to solve it with software.\n </h3>\n <div class=\"feature-inner-outer\">\n <ul>\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon2.png\" alt=\"feature-icon2.png\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Design Thinking </a></h3>\n <p> We don\u2019t start with assumptions. We test, iterate, and aim for product-market fit fast. </p>\n </div>\n </li>\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> POC / MVP </a></h3>\n <p> We build functional SaaS products, not throwaway prototypes \u2014 on a reusable backend. </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon3.png\" alt=\"feature-icon3.png\" />\n </div>\n </li>\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Scaling </a></h3>\n <p> We build with scale in mind\u2014multi-tenant, cloud-native, and analytics-ready from day one. </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon5.png\" alt=\"img\" />\n </div>\n </li>\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> AI-Enhanced Growth </a></h3>\n <p> We use AI to automate, test, and optimise every layer\u2014UX, dev, infra, support. </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon7.png\" alt=\"feature-icon7.png\" />\n </div>\n </li>\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon4.png\" alt=\"img\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Business Strategy </a></h3>\n <p> We help you build something fundable, sellable, and sustainable. </p>\n </div>\n </li>\n <li>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Traction-Focused Execution </a></h3>\n <p> We don\u2019t talk theory. We build, ship, and validate with real users. </p>\n </div>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon1.png\" alt=\"img\" />\n </div>\n </li>\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon6.webp\" alt=\"feature-icon6.webp\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Networking </a></h3>\n <p> We have a solid local and international network with partners who can help build and commercialize the\n solution. </p>\n </div>\n </li>\n <li>\n <div class=\"feature-icon\">\n <img src=\"/assets/img/landing-page/feature-icon8.webp\" alt=\"feature-icon8.webp\" />\n </div>\n <div class=\"feature-content\">\n <h3><a href=\"#\"> Investments </a></h3>\n <p> We can help to raise money and grant you access to our fast-growing investor network once agreed milestones\n are reached. </p>\n </div>\n </li>\n <li>\n <a href=\"#\" aria-label=\"Color Logo\"> <img src=\"/assets/img/logos/logo-color-big.png\" alt=\"logo-color-big.png\" />\n </a>\n </li>\n </ul>\n </div>\n </div>\n</section>\n<!-- feature section 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)}.feature-outer{background:#ececed;padding:80px 0}.feature-outer h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 80px;padding:0 0 29px;position:relative;text-align:center;z-index:3}.feature-outer h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.feature-outer h3{color:#42526e!important;font-size:24px;font-weight:400;line-height:30px;margin:0;padding:0 0 30px;position:relative}.feature-content{float:inherit;text-align:right;width:80%}.feature-content h3{margin-bottom:0!important;padding-bottom:0!important}.feature-content h3 a{color:#36c283;display:inline-block;font-size:20px;font-weight:800;margin:0 0 10px;text-decoration:none;text-transform:capitalize}.feature-content h3 a:hover{color:#f5be23}.feature-content p{color:#525f7f;font-size:18px;line-height:25px}.feature-icon{float:right;margin:30px 0 0;width:10%}.feature-icon img{background:#ececed}.feature-inner-outer{background:url(/assets/img/landing-page/dottes-bg.png) no-repeat center top;background-position:50%;float:left;position:relative;width:100%}.feature-inner-outer li{float:left;margin:0 0 20px;min-height:160px;width:42%}.feature-inner-outer li:nth-child(2n){float:right}.feature-inner-outer li:nth-child(2n) .feature-icon{float:left;margin-right:30px}.feature-inner-outer li:nth-child(2n) .feature-content{left:20px;position:relative;text-align:left}.feature-inner-outer li:nth-child(3){margin-left:0;padding:0 140px 0 0}.feature-inner-outer li:nth-child(4){margin-right:0;padding:0 0 0 160px}.feature-inner-outer li:nth-child(5){margin-left:0;padding:0 150px 0 0}.feature-inner-outer li:nth-child(6){margin-left:0;padding:0 0 0 150px}.feature-inner-outer li:nth-child(7){margin-bottom:0;margin-left:0;margin-top:14px;min-height:inherit;padding:0}.feature-inner-outer li:nth-child(8){margin-left:0;min-height:inherit;padding:0}.feature-inner-outer li:nth-child(9){left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}@media screen and (max-width: 1499px){.feature-inner-outer li:nth-child(4) .feature-content,.feature-inner-outer li:nth-child(8) .feature-content,.feature-inner-outer li:nth-child(6) .feature-content,.feature-inner-outer li:first-child .feature-content,.feature-inner-outer li:nth-child(3) .feature-content,.feature-inner-outer li:nth-child(5) .feature-content,.feature-inner-outer li:nth-child(7) .feature-content,.feature-inner-outer li:nth-child(2n) .feature-content{left:0!important}}@media screen and (max-width: 1199px){.feature-content h3 a{font-size:18px;margin:0}.feature-content p{font-size:14px;line-height:20px}.feature-inner-outer{background-size:550px}.feature-inner-outer li{min-height:150px;width:42%}.feature-inner-outer li:nth-child(3){padding:0 130px 0 0}.feature-inner-outer li:nth-child(4){padding:0 0 0 110px}.feature-inner-outer li:nth-child(5){padding:0 130px 0 0}.feature-inner-outer li:nth-child(6){padding:0 0 0 110px}}@media screen and (max-width: 991px){.feature-content{width:75%}.feature-icon{width:15%}.feature-inner-outer{background:none}.feature-inner-outer li{min-height:120px}.feature-inner-outer h2{margin:0 0 40px}.feature-inner-outer li:nth-child(3),.feature-inner-outer li:nth-child(4),.feature-inner-outer li:nth-child(5),.feature-inner-outer li:nth-child(6){padding:0}.feature-inner-outer li:nth-child(9){float:left;margin:0;position:inherit;text-align:center;transform:inherit;width:100%}}@media screen and (max-width: 767px){ul{margin:10px 20px;padding:10px 20px}.feature-content{float:right;text-align:left;width:85%}.feature-content h3 a{font-size:17px}.feature-content p{font-size:15px}.feature-icon{float:left;margin:10px 0 0;width:15%}.feature-icon img{width:35px}.feature-outer h2{margin:0 0 30px}.feature-inner-outer li{background:url(/assets/img/landing-page/bg-line.svg) no-repeat;background-position:15px top;background-repeat:no-repeat;background-size:auto 85px;margin:0;min-height:auto;padding:2px 0;width:100%}.feature-inner-outer li:nth-child(2n) .feature-icon{margin-right:0}.feature-inner-outer li:nth-child(9),.feature-inner-outer li:nth-child(8){background:none}}@media screen and (max-width: 575px){.feature-outer h2{margin:0 0 20px}.feature-content{width:80%}.feature-inner-outer li{background-size:auto 85px}ul{margin:10px;padding:10px}}\n"] }]
|
|
577
577
|
}] });
|
|
@@ -640,10 +640,10 @@ class LandingPageSubscribeBComponent extends AppBaseComponent {
|
|
|
640
640
|
});
|
|
641
641
|
}
|
|
642
642
|
}
|
|
643
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
644
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
643
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageSubscribeBComponent, deps: [{ token: i1.AuthService }, { token: i2$3.CrmService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
644
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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 name=\"\"\n type=\"email\"\n [(ngModel)]=\"email\"\n class=\"email-txt\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n placeholder=\"Your Email\"\n (keyup)=\"validateEmail()\" />\n\n <input name=\"\"\n *ngIf=\"!isSubscribeClicked && !isCaptchaVerified\"\n (click)=\"subscribeNewsletter()\"\n class=\"subscribe-btn mb-2\"\n type=\"button\"\n value=\"Get on the List\" />\n\n <div class=\"mt-3\"\n *ngIf=\"isSubscribeClicked && !isCaptchaVerified\">\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n\n <div class=\"color-white\"\n *ngIf=\"isCaptchaVerified && isSubscribeClicked\">\n You're successfully subscribed to our Newsletter.\n </div>\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: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2$1.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$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2.LazyImgDirective, selector: "img" }, { kind: "component", type: i6.ReCaptcha2Component, selector: "ngx-recaptcha2", inputs: ["theme", "size"] }] }); }
|
|
645
645
|
}
|
|
646
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
646
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageSubscribeBComponent, decorators: [{
|
|
647
647
|
type: Component,
|
|
648
648
|
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 name=\"\"\n type=\"email\"\n [(ngModel)]=\"email\"\n class=\"email-txt\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n placeholder=\"Your Email\"\n (keyup)=\"validateEmail()\" />\n\n <input name=\"\"\n *ngIf=\"!isSubscribeClicked && !isCaptchaVerified\"\n (click)=\"subscribeNewsletter()\"\n class=\"subscribe-btn mb-2\"\n type=\"button\"\n value=\"Get on the List\" />\n\n <div class=\"mt-3\"\n *ngIf=\"isSubscribeClicked && !isCaptchaVerified\">\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n\n <div class=\"color-white\"\n *ngIf=\"isCaptchaVerified && isSubscribeClicked\">\n You're successfully subscribed to our Newsletter.\n </div>\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"] }]
|
|
649
649
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i2$3.CrmService }, { type: i0.Injector }], propDecorators: { sourceId: [{
|
|
@@ -676,10 +676,10 @@ class LandingPageComponent {
|
|
|
676
676
|
navigateToLogin() {
|
|
677
677
|
window.location.href = '/login';
|
|
678
678
|
}
|
|
679
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
680
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
679
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageComponent, deps: [{ token: i1.AuthService }, { token: i2$2.Router }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
680
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: LandingPageComponent, isStandalone: false, selector: "ng-component", ngImport: i0, template: "<pw-ab-test-container experimentName=\"landing_page_experiment_1\" [serviceInput]=\"MicroService\" #ref>\n <!-- AB Test => This is the CURRENT landing page -->\n <ab-alternative name=\"a\" [ref]=\"ref\" [default]=\"true\">\n <pw-landing-page-header></pw-landing-page-header>\n <pw-landing-page-banner></pw-landing-page-banner>\n <pw-landing-page-services id=\"services\"></pw-landing-page-services>\n <pw-landing-page-our-products id=\"products\"></pw-landing-page-our-products>\n <pw-landing-page-about-us id=\"about-us\" class=\"aboutus\"></pw-landing-page-about-us>\n <pw-landing-page-innovate></pw-landing-page-innovate>\n <pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-lp-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-lp-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n </section>\n <!--footer container -->\n <pw-landing-page-footer></pw-landing-page-footer>\n </ab-alternative>\n <!-- AB Test => This is the NEW landing page -->\n <ab-alternative name=\"b\" [ref]=\"ref\">\n <pw-landing-page-header-b></pw-landing-page-header-b>\n <pw-landing-page-banner-b></pw-landing-page-banner-b>\n <pw-landing-page-services-b id=\"services-b\"></pw-landing-page-services-b>\n <pw-landing-page-our-products-b id=\"products-b\"></pw-landing-page-our-products-b>\n <pw-landing-page-about-us-b id=\"about-us-b\" class=\"aboutus\"></pw-landing-page-about-us-b>\n <pw-landing-page-innovate-b></pw-landing-page-innovate-b>\n <pw-landing-page-subscribe-b [gaEventObj]=\"{\n category: 'pw-lp-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-b\">\n <pw-landing-page-contact-b [gaEventObj]=\"{\n category: 'pw-lp-contact-us',\n action: 'contact-success',\n label: 'landing-page-b',\n value: 1\n }\"></pw-landing-page-contact-b>\n </section>\n <!--footer container -->\n <pw-landing-page-footer></pw-landing-page-footer>\n </ab-alternative>\n</pw-ab-test-container>\n", dependencies: [{ kind: "component", type: AbAlternativeComponent, selector: "ab-alternative", inputs: ["name", "ref", "default"] }, { kind: "component", type: AbTestContainerComponent, selector: "pw-ab-test-container", inputs: ["experimentName", "serviceInput"] }, { kind: "component", type: LandingPageAboutUsComponent, selector: "pw-landing-page-about-us" }, { kind: "component", type: LandingPageBannerComponent, selector: "pw-landing-page-banner" }, { kind: "component", type: LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }, { kind: "component", type: LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: LandingPageHeaderComponent, selector: "pw-landing-page-header", inputs: ["landing"] }, { kind: "component", type: LandingPageInnovateComponent, selector: "pw-landing-page-innovate" }, { kind: "component", type: LandingPageOurProductsComponent, selector: "pw-landing-page-our-products" }, { kind: "component", type: LandingPageServicesComponent, selector: "pw-landing-page-services" }, { kind: "component", type: LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }, { kind: "component", type: LandingPageAboutUsBComponent, selector: "pw-landing-page-about-us-b" }, { kind: "component", type: LandingPageBannerBComponent, selector: "pw-landing-page-banner-b" }, { kind: "component", type: LandingPageContactBComponent, selector: "pw-landing-page-contact-b", inputs: ["gaEventObj"] }, { kind: "component", type: LandingPageHeaderBComponent, selector: "pw-landing-page-header-b", inputs: ["landing"] }, { kind: "component", type: LandingPageInnovateBComponent, selector: "pw-landing-page-innovate-b" }, { kind: "component", type: LandingPageOurProductsBComponent, selector: "pw-landing-page-our-products-b" }, { kind: "component", type: LandingPageServicesBComponent, selector: "pw-landing-page-services-b" }, { kind: "component", type: LandingPageSubscribeBComponent, selector: "pw-landing-page-subscribe-b", inputs: ["sourceId", "gaEventObj"] }] }); }
|
|
681
681
|
}
|
|
682
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageComponent, decorators: [{
|
|
683
683
|
type: Component,
|
|
684
684
|
args: [{ standalone: false, template: "<pw-ab-test-container experimentName=\"landing_page_experiment_1\" [serviceInput]=\"MicroService\" #ref>\n <!-- AB Test => This is the CURRENT landing page -->\n <ab-alternative name=\"a\" [ref]=\"ref\" [default]=\"true\">\n <pw-landing-page-header></pw-landing-page-header>\n <pw-landing-page-banner></pw-landing-page-banner>\n <pw-landing-page-services id=\"services\"></pw-landing-page-services>\n <pw-landing-page-our-products id=\"products\"></pw-landing-page-our-products>\n <pw-landing-page-about-us id=\"about-us\" class=\"aboutus\"></pw-landing-page-about-us>\n <pw-landing-page-innovate></pw-landing-page-innovate>\n <pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-lp-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-lp-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n </section>\n <!--footer container -->\n <pw-landing-page-footer></pw-landing-page-footer>\n </ab-alternative>\n <!-- AB Test => This is the NEW landing page -->\n <ab-alternative name=\"b\" [ref]=\"ref\">\n <pw-landing-page-header-b></pw-landing-page-header-b>\n <pw-landing-page-banner-b></pw-landing-page-banner-b>\n <pw-landing-page-services-b id=\"services-b\"></pw-landing-page-services-b>\n <pw-landing-page-our-products-b id=\"products-b\"></pw-landing-page-our-products-b>\n <pw-landing-page-about-us-b id=\"about-us-b\" class=\"aboutus\"></pw-landing-page-about-us-b>\n <pw-landing-page-innovate-b></pw-landing-page-innovate-b>\n <pw-landing-page-subscribe-b [gaEventObj]=\"{\n category: 'pw-lp-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-b\">\n <pw-landing-page-contact-b [gaEventObj]=\"{\n category: 'pw-lp-contact-us',\n action: 'contact-success',\n label: 'landing-page-b',\n value: 1\n }\"></pw-landing-page-contact-b>\n </section>\n <!--footer container -->\n <pw-landing-page-footer></pw-landing-page-footer>\n </ab-alternative>\n</pw-ab-test-container>\n" }]
|
|
685
685
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i2$2.Router }, { type: Document, decorators: [{
|
|
@@ -688,73 +688,73 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
|
|
|
688
688
|
}] }] });
|
|
689
689
|
|
|
690
690
|
class LandingPageChangeAdaptComponent {
|
|
691
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
692
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
691
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageChangeAdaptComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
692
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: LandingPageChangeAdaptComponent, isStandalone: false, selector: "pw-landing-page-change-adapt", ngImport: i0, template: "<section class=\"change-adapt-outer\">\n <div class=\"container\">\n <div class=\"col-md-5 col-sm-12 float-start future-left\">\n <img src=\"/assets/img/landing-page/future-ready-bg.png\"\n alt=\"future-ready\" />\n </div>\n <div class=\"col-md-7 col-sm-12 float-end change-adopt-content\">\n <h2>Do you have a great idea for a SaaS solution?</h2>\n <h3>We are, above all, successful entrepreneurs ourselves</h3>\n <p>\n We believe that technology shouldn't get in the way of people trying to develop new\n disrupting solutions. We have the tools and technical know-how to bring you from\n idea to product-market fit.\n </p>\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)}.change-adapt-outer{background:url(/assets/img/landing-page/change-adotp-bg.jpg) no-repeat top center;background-size:cover;padding:120px 0 50px}.change-adopt-content{padding:0 0 0 90px!important}.change-adopt-content h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:60px;font-weight:900;padding:0 72px 0 0}.change-adopt-content h3{background:#056ae0;border-radius:30px;color:#fff;display:inline-block;font-family:Roboto,sans-serif;font-size:20px;margin:12px 0 22px;padding:6px 13px 8px}.change-adopt-content p{color:#42526e;font-family:Roboto,sans-serif;font-size:20px;font-weight:400}.future-left img{margin-top:-82px;position:relative;width:100%}@media screen and (max-width: 1199px){.change-adopt-content h2{font-size:42px;padding:0}.change-adopt-content h3{font-size:17px}}@media screen and (max-width: 991px){.change-adopt-content{padding:0 0 0 50px!important}.change-adapt-outer{padding:60px 0 50px}.future-left img{margin-top:0}}@media screen and (max-width: 767px){.change-adopt-content{padding:10px!important;text-align:center}.change-adopt-content h2{font-size:25px;padding:0;text-align:center}.change-adopt-content h3{display:inline-block;font-size:15px}.change-adopt-content p{font-size:18px}.change-adapt-outer{padding:20px 0}}@media screen and (max-width: 575px){.change-adopt-content p{font-size:17px}}@media (min-width: 1024px) and (max-width: 1199px){.change-adapt-outer{padding-left:20px;padding-right:20px}}\n"], dependencies: [{ kind: "directive", type: i2.LazyImgDirective, selector: "img" }] }); }
|
|
693
693
|
}
|
|
694
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
694
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageChangeAdaptComponent, decorators: [{
|
|
695
695
|
type: Component,
|
|
696
696
|
args: [{ selector: 'pw-landing-page-change-adapt', standalone: false, template: "<section class=\"change-adapt-outer\">\n <div class=\"container\">\n <div class=\"col-md-5 col-sm-12 float-start future-left\">\n <img src=\"/assets/img/landing-page/future-ready-bg.png\"\n alt=\"future-ready\" />\n </div>\n <div class=\"col-md-7 col-sm-12 float-end change-adopt-content\">\n <h2>Do you have a great idea for a SaaS solution?</h2>\n <h3>We are, above all, successful entrepreneurs ourselves</h3>\n <p>\n We believe that technology shouldn't get in the way of people trying to develop new\n disrupting solutions. We have the tools and technical know-how to bring you from\n idea to product-market fit.\n </p>\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)}.change-adapt-outer{background:url(/assets/img/landing-page/change-adotp-bg.jpg) no-repeat top center;background-size:cover;padding:120px 0 50px}.change-adopt-content{padding:0 0 0 90px!important}.change-adopt-content h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:60px;font-weight:900;padding:0 72px 0 0}.change-adopt-content h3{background:#056ae0;border-radius:30px;color:#fff;display:inline-block;font-family:Roboto,sans-serif;font-size:20px;margin:12px 0 22px;padding:6px 13px 8px}.change-adopt-content p{color:#42526e;font-family:Roboto,sans-serif;font-size:20px;font-weight:400}.future-left img{margin-top:-82px;position:relative;width:100%}@media screen and (max-width: 1199px){.change-adopt-content h2{font-size:42px;padding:0}.change-adopt-content h3{font-size:17px}}@media screen and (max-width: 991px){.change-adopt-content{padding:0 0 0 50px!important}.change-adapt-outer{padding:60px 0 50px}.future-left img{margin-top:0}}@media screen and (max-width: 767px){.change-adopt-content{padding:10px!important;text-align:center}.change-adopt-content h2{font-size:25px;padding:0;text-align:center}.change-adopt-content h3{display:inline-block;font-size:15px}.change-adopt-content p{font-size:18px}.change-adapt-outer{padding:20px 0}}@media screen and (max-width: 575px){.change-adopt-content p{font-size:17px}}@media (min-width: 1024px) and (max-width: 1199px){.change-adapt-outer{padding-left:20px;padding-right:20px}}\n"] }]
|
|
697
697
|
}] });
|
|
698
698
|
|
|
699
699
|
class LandingPageTeamComponent {
|
|
700
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
701
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
700
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageTeamComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
701
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: LandingPageTeamComponent, isStandalone: false, selector: "pw-landing-page-team", ngImport: i0, template: "<!--Who we are section-->\n<section class=\"wwr-block\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-xl-12 p-0\">\n <h4>Meet the Team</h4>\n <p class=\"description\">\n We have successfully founded, developed and commercialized software companies\n internationally. <br />\n We can't wait to do this with you as well. <br />\n </p>\n </div>\n\n <div class=\"col-xl-12 p-0\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-start text-center\">\n <img src=\"/assets/img/landing-page/pic1.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-end container-fluid p-5 bg-white mb-0\">\n <h3>Enrico Tam</h3>\n <p>\n After trying to become a professional tennis player, Enrico somehow got\n entangled in a PhD in engineering, an MBA programme and a big consulting\n firm before being drawn into the startup world. He has successfully launched\n and developed successful software companies and he is now on a mission to\n help others do the same. Coffee is usually his drink of choice but he can be\n convinced to share a nice glass of wine in good company.\n </p>\n </div>\n </div>\n\n <div class=\"col-xl-12 p-0\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-end text-center bg-shadow\">\n <img src=\"/assets/img/landing-page/pic4.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-start container-fluid p-5 bg-white mb-0\">\n <h3>Saber Zrelli</h3>\n <p>\n It is a long established fact that a reader will be distracted by the\n readable content of a page when looking at its layout. The point of using\n Lorem Ipsum is that it has a more-or-less normal distribution of letters, as\n opposed to using 'Content here, content here', making it look like readable\n English.\n </p>\n </div>\n </div>\n\n <div class=\"col-xl-12 bg-shadow-bottom\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-start text-center\">\n <img src=\"/assets/img/landing-page/pic3.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-end container-fluid p-5 bg-white mb-0\">\n <h3>Wide Network</h3>\n <p>\n Throughout our careers, we have developed a large international network of\n innovation specialits, investors, and domain specialists that we can\n leverage at the right moment.\n </p>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--Who we are section 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)}.wwr-block{background:#fff url(/assets/img/landing-page/color-shadow.png) left top no-repeat;padding:70px 0 0;position:relative}.wwr-block:after{background:url(/assets/img/landing-page/color-shadow-right.png) right bottom no-repeat;bottom:0;content:\"\";height:161px;position:absolute;right:0;width:75px}.wwr-block h4{color:#2e3238;font-size:44px;font-weight:900;text-align:center}.wwr-block .description{color:#42526e;font-size:26px;font-weight:300;margin-bottom:60px;padding:0 0 25px;position:relative;text-align:center}.wwr-block .description:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.wwr-block p{color:#42526e;font-size:20px;font-weight:300;line-height:26px}.bg-shadow{position:relative}.bg-shadow:after{background:url(/assets/img/landing-page/sadhow-bg1.png) left top no-repeat;content:\"\";height:337px;left:45%;position:absolute;top:-30%;width:253px}.bg-shadow-bottom{padding:0 0 40px!important}.bg-shadow-bottom:after{background:url(/assets/img/landing-page/sadhow-bg2.png) right bottom no-repeat;bottom:-19%;content:\"\";height:610px;left:-10%;position:absolute;width:818px}\n"], dependencies: [{ kind: "directive", type: i2.LazyImgDirective, selector: "img" }] }); }
|
|
702
702
|
}
|
|
703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
703
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageTeamComponent, decorators: [{
|
|
704
704
|
type: Component,
|
|
705
705
|
args: [{ selector: 'pw-landing-page-team', standalone: false, template: "<!--Who we are section-->\n<section class=\"wwr-block\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-xl-12 p-0\">\n <h4>Meet the Team</h4>\n <p class=\"description\">\n We have successfully founded, developed and commercialized software companies\n internationally. <br />\n We can't wait to do this with you as well. <br />\n </p>\n </div>\n\n <div class=\"col-xl-12 p-0\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-start text-center\">\n <img src=\"/assets/img/landing-page/pic1.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-end container-fluid p-5 bg-white mb-0\">\n <h3>Enrico Tam</h3>\n <p>\n After trying to become a professional tennis player, Enrico somehow got\n entangled in a PhD in engineering, an MBA programme and a big consulting\n firm before being drawn into the startup world. He has successfully launched\n and developed successful software companies and he is now on a mission to\n help others do the same. Coffee is usually his drink of choice but he can be\n convinced to share a nice glass of wine in good company.\n </p>\n </div>\n </div>\n\n <div class=\"col-xl-12 p-0\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-end text-center bg-shadow\">\n <img src=\"/assets/img/landing-page/pic4.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-start container-fluid p-5 bg-white mb-0\">\n <h3>Saber Zrelli</h3>\n <p>\n It is a long established fact that a reader will be distracted by the\n readable content of a page when looking at its layout. The point of using\n Lorem Ipsum is that it has a more-or-less normal distribution of letters, as\n opposed to using 'Content here, content here', making it look like readable\n English.\n </p>\n </div>\n </div>\n\n <div class=\"col-xl-12 bg-shadow-bottom\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-start text-center\">\n <img src=\"/assets/img/landing-page/pic3.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-end container-fluid p-5 bg-white mb-0\">\n <h3>Wide Network</h3>\n <p>\n Throughout our careers, we have developed a large international network of\n innovation specialits, investors, and domain specialists that we can\n leverage at the right moment.\n </p>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--Who we are section 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)}.wwr-block{background:#fff url(/assets/img/landing-page/color-shadow.png) left top no-repeat;padding:70px 0 0;position:relative}.wwr-block:after{background:url(/assets/img/landing-page/color-shadow-right.png) right bottom no-repeat;bottom:0;content:\"\";height:161px;position:absolute;right:0;width:75px}.wwr-block h4{color:#2e3238;font-size:44px;font-weight:900;text-align:center}.wwr-block .description{color:#42526e;font-size:26px;font-weight:300;margin-bottom:60px;padding:0 0 25px;position:relative;text-align:center}.wwr-block .description:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.wwr-block p{color:#42526e;font-size:20px;font-weight:300;line-height:26px}.bg-shadow{position:relative}.bg-shadow:after{background:url(/assets/img/landing-page/sadhow-bg1.png) left top no-repeat;content:\"\";height:337px;left:45%;position:absolute;top:-30%;width:253px}.bg-shadow-bottom{padding:0 0 40px!important}.bg-shadow-bottom:after{background:url(/assets/img/landing-page/sadhow-bg2.png) right bottom no-repeat;bottom:-19%;content:\"\";height:610px;left:-10%;position:absolute;width:818px}\n"] }]
|
|
706
706
|
}] });
|
|
707
707
|
|
|
708
708
|
class LandingPageTestimonialsComponent {
|
|
709
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
710
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: LandingPageTestimonialsComponent, isStandalone: false, selector: "pw-landing-page-testimonials", ngImport: i0, template: "<!--testimonial part start-->\n<section class=\"testimonial-outer\"\n id=\"demos\">\n <div class=\"container\">\n <h2>Some of our - awesome - partners</h2>\n <div class=\"testimonial-inner testimonial-inner-desk\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC & startup generator enabling entrepreneurs to build and scale\n global businesses.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting digital\n projects.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image10.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>Tank Stream Labs</h3>\n <p>\n <a href=\"https://www.tankstreamlabs.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Tank Stream Labs</a>\n is a leading breeding ground for entrepreneurs, specialised industry leaders,\n and scale ups.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image12.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Macquarie Incubator</h3>\n <p>\n The\n <a href=\"https://www.mq.edu.au/partner/access-business-opportunities/innovation-entrepreneurship-and-it/incubator\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Macquarie University Incubator</a>\n develops programs to nurture innovation and support the growth and success of\n startups.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone & Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone & Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the development\n of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n <div class=\"testimonial-inner testimonial-inner-mob\">\n <div class=\"owl-carousel owl-theme\">\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC & startup generator enabling entrepreneurs to build\n and scale global businesses.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting\n digital projects.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image5.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>SkyBuys</h3>\n <p>\n <a href=\"https://www.skybuys.net/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">SkyBuys</a>\n takes the queue out of duty free by connecting online and in-store duty\n free shopping.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image6.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Sellecte</h3>\n <p>\n The\n <a href=\"https://sellecte.com/home\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Sellecte</a>\n platform lets you discover unique brands, new designers and their\n distinctive labels online.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone & Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone & Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the\n development of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--testimonial 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)}.testimonial-outer{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;float:left;padding:70px 0 100px;text-align:center;width:100%}.testimonial-outer h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 40px;padding:0 0 25px;position:relative;text-align:center;z-index:3}.testimonial-outer h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.testimonial-inner{float:left;width:100%}.testimonial-inner-bottom{margin-bottom:0}.testimonial-inner-mob{display:none}.testimonial-left-bar{display:inline-block}.testimonial-left-bar span{background:#ececed;display:inline-block;padding:20px;width:100%}.testimonial-left-bar span img{display:inline-block;width:100%}.testimonial-left-bar h3{color:#36c283;font-size:34px;font-weight:800;margin:30px 0 0;text-transform:capitalize}.testimonial-left-bar p{color:#42526e;font-size:20px;min-height:115px}.testimonial-inner-desk .testimonial-left-bar{float:left;margin:30px 2% 0;width:29%}.testimonial-inner-desk .testimonial-left-bar:last-child{margin-bottom:0;margin-right:0}.testimonial-inner-desk .testimonial-left-bar:nth-child(3){margin-bottom:0}.testimonial-inner-desk .testimonial-left-bar:nth-child(5){margin-bottom:0}#owl-demo .item{margin:3px}#owl-demo .item img{display:block;height:auto;width:100%}@media screen and (max-width: 1199px){.testimonial-outer{padding:40px 0}.testimonial-inner-desk,.testimonial-left-bar{min-height:450px}}@media screen and (max-width: 991px){.testimonial-inner-desk,.testimonial-left-bar{min-height:400px}.testimonial-inner-desk h3,.testimonial-left-bar h3{font-size:27px}.testimonial-inner-desk p,.testimonial-left-bar p{font-size:17px}.testimonial-inner-desk p br,.testimonial-left-bar p br{display:none}.testimonial-outer{padding:40px 0}}@media screen and (max-width: 767px){.testimonial-inner-mob{display:block}.testimonial-inner-desk{display:none}.testimonial-outer{padding:50px 0 20px}.testimonial-outer .owl-nav{display:block}.testimonial-outer .owl-dots{display:none}.testimonial-outer .owl-carousel .owl-nav button.owl-prev,.testimonial-outer .owl-carousel .owl-nav button.owl-next{background:none;border:2px solid rgb(69,209,146)!important;border-radius:100%;color:#45d192;font-size:50px!important;height:50px;margin:0 10px;outline:none;padding:0 15px!important}.testimonial-outer .owl-prev span{left:-2px;padding:0;position:relative;top:-20px}.testimonial-outer .owl-next span{padding:0;position:relative;right:-2px;top:-20px}.testimonial-left-bar{float:left;margin:30px 2% 0;width:46%}.testimonial-left-bar span{padding:20px}.testimonial-left-bar p br{display:none}}@media screen and (max-width: 575px){.testimonial-outer{padding:40px 0 30px}.testimonial-outer h2{font-size:35px;margin:0 0 30px;padding:0 0 15px}.testimonial-inner-desk,.testimonial-left-bar{min-height:420px}.testimonial-inner-desk span,.testimonial-left-bar span{padding:10px}}\n"], dependencies: [{ kind: "directive", type: i2.LazyImgDirective, selector: "img" }] }); }
|
|
709
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageTestimonialsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
710
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: LandingPageTestimonialsComponent, isStandalone: false, selector: "pw-landing-page-testimonials", ngImport: i0, template: "<!--testimonial part start-->\n<section class=\"testimonial-outer\"\n id=\"demos\">\n <div class=\"container\">\n <h2>Some of our - awesome - partners</h2>\n <div class=\"testimonial-inner testimonial-inner-desk\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC & startup generator enabling entrepreneurs to build and scale\n global businesses.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting digital\n projects.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image10.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>Tank Stream Labs</h3>\n <p>\n <a href=\"https://www.tankstreamlabs.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Tank Stream Labs</a>\n is a leading breeding ground for entrepreneurs, specialised industry leaders,\n and scale ups.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image12.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Macquarie Incubator</h3>\n <p>\n The\n <a href=\"https://www.mq.edu.au/partner/access-business-opportunities/innovation-entrepreneurship-and-it/incubator\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Macquarie University Incubator</a>\n develops programs to nurture innovation and support the growth and success of\n startups.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone & Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone & Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the development\n of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n <div class=\"testimonial-inner testimonial-inner-mob\">\n <div class=\"owl-carousel owl-theme\">\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC & startup generator enabling entrepreneurs to build\n and scale global businesses.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting\n digital projects.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image5.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>SkyBuys</h3>\n <p>\n <a href=\"https://www.skybuys.net/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">SkyBuys</a>\n takes the queue out of duty free by connecting online and in-store duty\n free shopping.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image6.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Sellecte</h3>\n <p>\n The\n <a href=\"https://sellecte.com/home\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Sellecte</a>\n platform lets you discover unique brands, new designers and their\n distinctive labels online.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone & Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone & Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the\n development of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--testimonial 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)}.testimonial-outer{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;float:left;padding:70px 0 100px;text-align:center;width:100%}.testimonial-outer h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 40px;padding:0 0 25px;position:relative;text-align:center;z-index:3}.testimonial-outer h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.testimonial-inner{float:left;width:100%}.testimonial-inner-bottom{margin-bottom:0}.testimonial-inner-mob{display:none}.testimonial-left-bar{display:inline-block}.testimonial-left-bar span{background:#ececed;display:inline-block;padding:20px;width:100%}.testimonial-left-bar span img{display:inline-block;width:100%}.testimonial-left-bar h3{color:#36c283;font-size:34px;font-weight:800;margin:30px 0 0;text-transform:capitalize}.testimonial-left-bar p{color:#42526e;font-size:20px;min-height:115px}.testimonial-inner-desk .testimonial-left-bar{float:left;margin:30px 2% 0;width:29%}.testimonial-inner-desk .testimonial-left-bar:last-child{margin-bottom:0;margin-right:0}.testimonial-inner-desk .testimonial-left-bar:nth-child(3){margin-bottom:0}.testimonial-inner-desk .testimonial-left-bar:nth-child(5){margin-bottom:0}#owl-demo .item{margin:3px}#owl-demo .item img{display:block;height:auto;width:100%}@media screen and (max-width: 1199px){.testimonial-outer{padding:40px 0}.testimonial-inner-desk,.testimonial-left-bar{min-height:450px}}@media screen and (max-width: 991px){.testimonial-inner-desk,.testimonial-left-bar{min-height:400px}.testimonial-inner-desk h3,.testimonial-left-bar h3{font-size:27px}.testimonial-inner-desk p,.testimonial-left-bar p{font-size:17px}.testimonial-inner-desk p br,.testimonial-left-bar p br{display:none}.testimonial-outer{padding:40px 0}}@media screen and (max-width: 767px){.testimonial-inner-mob{display:block}.testimonial-inner-desk{display:none}.testimonial-outer{padding:50px 0 20px}.testimonial-outer .owl-nav{display:block}.testimonial-outer .owl-dots{display:none}.testimonial-outer .owl-carousel .owl-nav button.owl-prev,.testimonial-outer .owl-carousel .owl-nav button.owl-next{background:none;border:2px solid rgb(69,209,146)!important;border-radius:100%;color:#45d192;font-size:50px!important;height:50px;margin:0 10px;outline:none;padding:0 15px!important}.testimonial-outer .owl-prev span{left:-2px;padding:0;position:relative;top:-20px}.testimonial-outer .owl-next span{padding:0;position:relative;right:-2px;top:-20px}.testimonial-left-bar{float:left;margin:30px 2% 0;width:46%}.testimonial-left-bar span{padding:20px}.testimonial-left-bar p br{display:none}}@media screen and (max-width: 575px){.testimonial-outer{padding:40px 0 30px}.testimonial-outer h2{font-size:35px;margin:0 0 30px;padding:0 0 15px}.testimonial-inner-desk,.testimonial-left-bar{min-height:420px}.testimonial-inner-desk span,.testimonial-left-bar span{padding:10px}}\n"], dependencies: [{ kind: "directive", type: i2.LazyImgDirective, selector: "img" }] }); }
|
|
711
711
|
}
|
|
712
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
712
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageTestimonialsComponent, decorators: [{
|
|
713
713
|
type: Component,
|
|
714
714
|
args: [{ selector: 'pw-landing-page-testimonials', standalone: false, template: "<!--testimonial part start-->\n<section class=\"testimonial-outer\"\n id=\"demos\">\n <div class=\"container\">\n <h2>Some of our - awesome - partners</h2>\n <div class=\"testimonial-inner testimonial-inner-desk\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC & startup generator enabling entrepreneurs to build and scale\n global businesses.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting digital\n projects.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image10.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>Tank Stream Labs</h3>\n <p>\n <a href=\"https://www.tankstreamlabs.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Tank Stream Labs</a>\n is a leading breeding ground for entrepreneurs, specialised industry leaders,\n and scale ups.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image12.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Macquarie Incubator</h3>\n <p>\n The\n <a href=\"https://www.mq.edu.au/partner/access-business-opportunities/innovation-entrepreneurship-and-it/incubator\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Macquarie University Incubator</a>\n develops programs to nurture innovation and support the growth and success of\n startups.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone & Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone & Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the development\n of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n <div class=\"testimonial-inner testimonial-inner-mob\">\n <div class=\"owl-carousel owl-theme\">\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC & startup generator enabling entrepreneurs to build\n and scale global businesses.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting\n digital projects.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image5.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>SkyBuys</h3>\n <p>\n <a href=\"https://www.skybuys.net/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">SkyBuys</a>\n takes the queue out of duty free by connecting online and in-store duty\n free shopping.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image6.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Sellecte</h3>\n <p>\n The\n <a href=\"https://sellecte.com/home\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Sellecte</a>\n platform lets you discover unique brands, new designers and their\n distinctive labels online.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone & Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone & Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the\n development of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--testimonial 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)}.testimonial-outer{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;float:left;padding:70px 0 100px;text-align:center;width:100%}.testimonial-outer h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 40px;padding:0 0 25px;position:relative;text-align:center;z-index:3}.testimonial-outer h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.testimonial-inner{float:left;width:100%}.testimonial-inner-bottom{margin-bottom:0}.testimonial-inner-mob{display:none}.testimonial-left-bar{display:inline-block}.testimonial-left-bar span{background:#ececed;display:inline-block;padding:20px;width:100%}.testimonial-left-bar span img{display:inline-block;width:100%}.testimonial-left-bar h3{color:#36c283;font-size:34px;font-weight:800;margin:30px 0 0;text-transform:capitalize}.testimonial-left-bar p{color:#42526e;font-size:20px;min-height:115px}.testimonial-inner-desk .testimonial-left-bar{float:left;margin:30px 2% 0;width:29%}.testimonial-inner-desk .testimonial-left-bar:last-child{margin-bottom:0;margin-right:0}.testimonial-inner-desk .testimonial-left-bar:nth-child(3){margin-bottom:0}.testimonial-inner-desk .testimonial-left-bar:nth-child(5){margin-bottom:0}#owl-demo .item{margin:3px}#owl-demo .item img{display:block;height:auto;width:100%}@media screen and (max-width: 1199px){.testimonial-outer{padding:40px 0}.testimonial-inner-desk,.testimonial-left-bar{min-height:450px}}@media screen and (max-width: 991px){.testimonial-inner-desk,.testimonial-left-bar{min-height:400px}.testimonial-inner-desk h3,.testimonial-left-bar h3{font-size:27px}.testimonial-inner-desk p,.testimonial-left-bar p{font-size:17px}.testimonial-inner-desk p br,.testimonial-left-bar p br{display:none}.testimonial-outer{padding:40px 0}}@media screen and (max-width: 767px){.testimonial-inner-mob{display:block}.testimonial-inner-desk{display:none}.testimonial-outer{padding:50px 0 20px}.testimonial-outer .owl-nav{display:block}.testimonial-outer .owl-dots{display:none}.testimonial-outer .owl-carousel .owl-nav button.owl-prev,.testimonial-outer .owl-carousel .owl-nav button.owl-next{background:none;border:2px solid rgb(69,209,146)!important;border-radius:100%;color:#45d192;font-size:50px!important;height:50px;margin:0 10px;outline:none;padding:0 15px!important}.testimonial-outer .owl-prev span{left:-2px;padding:0;position:relative;top:-20px}.testimonial-outer .owl-next span{padding:0;position:relative;right:-2px;top:-20px}.testimonial-left-bar{float:left;margin:30px 2% 0;width:46%}.testimonial-left-bar span{padding:20px}.testimonial-left-bar p br{display:none}}@media screen and (max-width: 575px){.testimonial-outer{padding:40px 0 30px}.testimonial-outer h2{font-size:35px;margin:0 0 30px;padding:0 0 15px}.testimonial-inner-desk,.testimonial-left-bar{min-height:420px}.testimonial-inner-desk span,.testimonial-left-bar span{padding:10px}}\n"] }]
|
|
715
715
|
}] });
|
|
716
716
|
|
|
717
717
|
class MainExplainerComponent {
|
|
718
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
719
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
718
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MainExplainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
719
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: MainExplainerComponent, isStandalone: false, selector: "pw-main-explainer", ngImport: i0, template: "<section class=\"main-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>BUILDING SaaS MADE EASY</h2>\n <div class=\"sub-text\">\n <h4>\n Welcome to PosiWise - we think technology shouldn't be in the way of people\n developing great software solutions.\n </h4>\n <h4>\n We have built an ecosystem of microservices that we can leverage to quickly\n and cost-effectively build any dashboard-like products.\n </h4>\n <h4 class=\"mt-5\">Let\u2019s build software that solves real problems\u2014and scales smartly.</h4>\n <div class=\"login-button my-2\">\n <a class=\"book-demo\"\n [eventTracker]=\"{\n category: 'main-explainer-request-demo',\n action: 'click',\n label: 'landing-page-a',\n value: 1\n }\"\n href=\"https://calendly.com/d/cw7y-6nr-ygb/let-s-talk-posiwise-venture-call\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n Book a demo</a>\n </div>\n </div>\n </div>\n <div class=\"col-md-6\">\n <div class=\"product-video ratio ratio-16x9\">\n <iframe class=\"embed-responsive-item\"\n title=\"Getting to Know CloudOlive\"\n referrerpolicy=\"strict-origin-when-cross-origin\"\n src=\"https://www.youtube.com/embed/5eV0uXjRxRs\"\n allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n allowfullscreen></iframe>\n </div>\n <h6 class=\"text-center mt-3\">See how we leveraged PosiWise to build CloudOlive.</h6>\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)}*{font-family:Roboto,sans-serif}h2{font-size:32px;font-weight:700;letter-spacing:.03em;line-height:1.1em;text-transform:uppercase}.main-explainer{background-color:#ececed}.main-explainer h4{letter-spacing:.3px;line-height:28px}.main-explainer .book-demo{background:#36c283;border:0;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:600;padding:10px 35px;text-transform:uppercase;transition:all .5s ease-out;margin-top:30px;display:inline-block}.main-explainer .book-demo:hover{background-color:#fff;color:#36c283}@media (max-width: 1200px){.container-wrapper{padding:0 3rem!important}}\n"], dependencies: [{ kind: "directive", type: i2.EventTrackerDirective, selector: "[eventTracker]", inputs: ["eventTracker"] }] }); }
|
|
720
720
|
}
|
|
721
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
721
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MainExplainerComponent, decorators: [{
|
|
722
722
|
type: Component,
|
|
723
723
|
args: [{ selector: 'pw-main-explainer', standalone: false, template: "<section class=\"main-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>BUILDING SaaS MADE EASY</h2>\n <div class=\"sub-text\">\n <h4>\n Welcome to PosiWise - we think technology shouldn't be in the way of people\n developing great software solutions.\n </h4>\n <h4>\n We have built an ecosystem of microservices that we can leverage to quickly\n and cost-effectively build any dashboard-like products.\n </h4>\n <h4 class=\"mt-5\">Let\u2019s build software that solves real problems\u2014and scales smartly.</h4>\n <div class=\"login-button my-2\">\n <a class=\"book-demo\"\n [eventTracker]=\"{\n category: 'main-explainer-request-demo',\n action: 'click',\n label: 'landing-page-a',\n value: 1\n }\"\n href=\"https://calendly.com/d/cw7y-6nr-ygb/let-s-talk-posiwise-venture-call\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n Book a demo</a>\n </div>\n </div>\n </div>\n <div class=\"col-md-6\">\n <div class=\"product-video ratio ratio-16x9\">\n <iframe class=\"embed-responsive-item\"\n title=\"Getting to Know CloudOlive\"\n referrerpolicy=\"strict-origin-when-cross-origin\"\n src=\"https://www.youtube.com/embed/5eV0uXjRxRs\"\n allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n allowfullscreen></iframe>\n </div>\n <h6 class=\"text-center mt-3\">See how we leveraged PosiWise to build CloudOlive.</h6>\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)}*{font-family:Roboto,sans-serif}h2{font-size:32px;font-weight:700;letter-spacing:.03em;line-height:1.1em;text-transform:uppercase}.main-explainer{background-color:#ececed}.main-explainer h4{letter-spacing:.3px;line-height:28px}.main-explainer .book-demo{background:#36c283;border:0;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:600;padding:10px 35px;text-transform:uppercase;transition:all .5s ease-out;margin-top:30px;display:inline-block}.main-explainer .book-demo:hover{background-color:#fff;color:#36c283}@media (max-width: 1200px){.container-wrapper{padding:0 3rem!important}}\n"] }]
|
|
724
724
|
}] });
|
|
725
725
|
|
|
726
726
|
class LandingPageChangeAdaptBComponent {
|
|
727
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
728
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
727
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageChangeAdaptBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
728
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: LandingPageChangeAdaptBComponent, isStandalone: false, selector: "pw-landing-page-change-adapt-b", ngImport: i0, template: "<section class=\"change-adapt-outer\">\n <div class=\"container\">\n <div class=\"col-md-5 col-sm-12 float-start future-left\">\n <img src=\"/assets/img/landing-page/future-ready-bg.png\"\n alt=\"future-ready\" />\n </div>\n <div class=\"col-md-7 col-sm-12 float-end change-adopt-content\">\n <h2>Do you have a great idea for a SaaS solution?</h2>\n <h3>We are, above all, successful entrepreneurs ourselves</h3>\n <p>\n We believe that technology shouldn't get in the way of people trying to develop new\n disrupting solutions. We have the tools and technical know-how to bring you from\n idea to product-market fit.\n </p>\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)}.change-adapt-outer{background:url(/assets/img/landing-page/change-adotp-bg.jpg) no-repeat top center;background-size:cover;padding:120px 0 50px}.change-adopt-content{padding:0 0 0 90px!important}.change-adopt-content h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:60px;font-weight:900;padding:0 72px 0 0}.change-adopt-content h3{background:#056ae0;border-radius:30px;color:#fff;display:inline-block;font-family:Roboto,sans-serif;font-size:20px;margin:12px 0 22px;padding:6px 13px 8px}.change-adopt-content p{color:#42526e;font-family:Roboto,sans-serif;font-size:20px;font-weight:400}.future-left img{margin-top:-82px;position:relative;width:100%}@media screen and (max-width: 1199px){.change-adopt-content h2{font-size:42px;padding:0}.change-adopt-content h3{font-size:17px}}@media screen and (max-width: 991px){.change-adopt-content{padding:0 0 0 50px!important}.change-adapt-outer{padding:60px 0 50px}.future-left img{margin-top:0}}@media screen and (max-width: 767px){.change-adopt-content{padding:10px!important;text-align:center}.change-adopt-content h2{font-size:25px;padding:0;text-align:center}.change-adopt-content h3{display:inline-block;font-size:15px}.change-adopt-content p{font-size:18px}.change-adapt-outer{padding:20px 0}}@media screen and (max-width: 575px){.change-adopt-content p{font-size:17px}}\n"], dependencies: [{ kind: "directive", type: i2.LazyImgDirective, selector: "img" }] }); }
|
|
729
729
|
}
|
|
730
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
730
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageChangeAdaptBComponent, decorators: [{
|
|
731
731
|
type: Component,
|
|
732
732
|
args: [{ selector: 'pw-landing-page-change-adapt-b', standalone: false, template: "<section class=\"change-adapt-outer\">\n <div class=\"container\">\n <div class=\"col-md-5 col-sm-12 float-start future-left\">\n <img src=\"/assets/img/landing-page/future-ready-bg.png\"\n alt=\"future-ready\" />\n </div>\n <div class=\"col-md-7 col-sm-12 float-end change-adopt-content\">\n <h2>Do you have a great idea for a SaaS solution?</h2>\n <h3>We are, above all, successful entrepreneurs ourselves</h3>\n <p>\n We believe that technology shouldn't get in the way of people trying to develop new\n disrupting solutions. We have the tools and technical know-how to bring you from\n idea to product-market fit.\n </p>\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)}.change-adapt-outer{background:url(/assets/img/landing-page/change-adotp-bg.jpg) no-repeat top center;background-size:cover;padding:120px 0 50px}.change-adopt-content{padding:0 0 0 90px!important}.change-adopt-content h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:60px;font-weight:900;padding:0 72px 0 0}.change-adopt-content h3{background:#056ae0;border-radius:30px;color:#fff;display:inline-block;font-family:Roboto,sans-serif;font-size:20px;margin:12px 0 22px;padding:6px 13px 8px}.change-adopt-content p{color:#42526e;font-family:Roboto,sans-serif;font-size:20px;font-weight:400}.future-left img{margin-top:-82px;position:relative;width:100%}@media screen and (max-width: 1199px){.change-adopt-content h2{font-size:42px;padding:0}.change-adopt-content h3{font-size:17px}}@media screen and (max-width: 991px){.change-adopt-content{padding:0 0 0 50px!important}.change-adapt-outer{padding:60px 0 50px}.future-left img{margin-top:0}}@media screen and (max-width: 767px){.change-adopt-content{padding:10px!important;text-align:center}.change-adopt-content h2{font-size:25px;padding:0;text-align:center}.change-adopt-content h3{display:inline-block;font-size:15px}.change-adopt-content p{font-size:18px}.change-adapt-outer{padding:20px 0}}@media screen and (max-width: 575px){.change-adopt-content p{font-size:17px}}\n"] }]
|
|
733
733
|
}] });
|
|
734
734
|
|
|
735
735
|
class LandingPageTeamBComponent {
|
|
736
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
737
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
736
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageTeamBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
737
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: LandingPageTeamBComponent, isStandalone: false, selector: "pw-landing-page-team-b", ngImport: i0, template: "<!--Who we are section-->\n<section class=\"wwr-block\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-xl-12 p-0\">\n <h4>Meet the Team</h4>\n <p class=\"description\">\n We have successfully founded, developed and commercialized software companies\n internationally. <br />\n We can't wait to do this with you as well. <br />\n </p>\n </div>\n\n <div class=\"col-xl-12 p-0\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-start text-center\">\n <img src=\"/assets/img/landing-page/pic1.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-end container-fluid p-5 bg-white mb-0\">\n <h3>Enrico Tam</h3>\n <p>\n After trying to become a professional tennis player, Enrico somehow got\n entangled in a PhD in engineering, an MBA programme and a big consulting\n firm before being drawn into the startup world. He has successfully launched\n and developed successful software companies and he is now on a mission to\n help others do the same. Coffee is usually his drink of choice but he can be\n convinced to share a nice glass of wine in good company.\n </p>\n </div>\n </div>\n\n <div class=\"col-xl-12 p-0\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-end text-center bg-shadow\">\n <img src=\"/assets/img/landing-page/pic4.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-start container-fluid p-5 bg-white mb-0\">\n <h3>Saber Zrelli</h3>\n <p>\n It is a long established fact that a reader will be distracted by the\n readable content of a page when looking at its layout. The point of using\n Lorem Ipsum is that it has a more-or-less normal distribution of letters, as\n opposed to using 'Content here, content here', making it look like readable\n English.\n </p>\n </div>\n </div>\n\n <div class=\"col-xl-12 bg-shadow-bottom\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-start text-center\">\n <img src=\"/assets/img/landing-page/pic3.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-end container-fluid p-5 bg-white mb-0\">\n <h3>Wide Network</h3>\n <p>\n Throughout our careers, we have developed a large international network of\n innovation specialists, investors, and domain specialists that we can\n leverage at the right moment.\n </p>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--Who we are section 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)}.wwr-block{background:#fff url(/assets/img/landing-page/color-shadow.png) left top no-repeat;padding:70px 0 0;position:relative}.wwr-block:after{background:url(/assets/img/landing-page/color-shadow-right.png) right bottom no-repeat;bottom:0;content:\"\";height:161px;position:absolute;right:0;width:75px}.wwr-block h4{color:#2e3238;font-size:44px;font-weight:900;text-align:center}.wwr-block .description{color:#42526e;font-size:26px;font-weight:300;margin-bottom:60px;padding:0 0 25px;position:relative;text-align:center}.wwr-block .description:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.wwr-block p{color:#42526e;font-size:20px;font-weight:300;line-height:26px}.bg-shadow{position:relative}.bg-shadow:after{background:url(/assets/img/landing-page/sadhow-bg1.png) left top no-repeat;content:\"\";height:337px;left:45%;position:absolute;top:-30%;width:253px}.bg-shadow-bottom{padding:0 0 40px!important}.bg-shadow-bottom:after{background:url(/assets/img/landing-page/sadhow-bg2.png) right bottom no-repeat;bottom:-19%;content:\"\";height:610px;left:-10%;position:absolute;width:818px}\n"], dependencies: [{ kind: "directive", type: i2.LazyImgDirective, selector: "img" }] }); }
|
|
738
738
|
}
|
|
739
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
739
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageTeamBComponent, decorators: [{
|
|
740
740
|
type: Component,
|
|
741
741
|
args: [{ selector: 'pw-landing-page-team-b', standalone: false, template: "<!--Who we are section-->\n<section class=\"wwr-block\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-xl-12 p-0\">\n <h4>Meet the Team</h4>\n <p class=\"description\">\n We have successfully founded, developed and commercialized software companies\n internationally. <br />\n We can't wait to do this with you as well. <br />\n </p>\n </div>\n\n <div class=\"col-xl-12 p-0\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-start text-center\">\n <img src=\"/assets/img/landing-page/pic1.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-end container-fluid p-5 bg-white mb-0\">\n <h3>Enrico Tam</h3>\n <p>\n After trying to become a professional tennis player, Enrico somehow got\n entangled in a PhD in engineering, an MBA programme and a big consulting\n firm before being drawn into the startup world. He has successfully launched\n and developed successful software companies and he is now on a mission to\n help others do the same. Coffee is usually his drink of choice but he can be\n convinced to share a nice glass of wine in good company.\n </p>\n </div>\n </div>\n\n <div class=\"col-xl-12 p-0\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-end text-center bg-shadow\">\n <img src=\"/assets/img/landing-page/pic4.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-start container-fluid p-5 bg-white mb-0\">\n <h3>Saber Zrelli</h3>\n <p>\n It is a long established fact that a reader will be distracted by the\n readable content of a page when looking at its layout. The point of using\n Lorem Ipsum is that it has a more-or-less normal distribution of letters, as\n opposed to using 'Content here, content here', making it look like readable\n English.\n </p>\n </div>\n </div>\n\n <div class=\"col-xl-12 bg-shadow-bottom\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-start text-center\">\n <img src=\"/assets/img/landing-page/pic3.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-end container-fluid p-5 bg-white mb-0\">\n <h3>Wide Network</h3>\n <p>\n Throughout our careers, we have developed a large international network of\n innovation specialists, investors, and domain specialists that we can\n leverage at the right moment.\n </p>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--Who we are section 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)}.wwr-block{background:#fff url(/assets/img/landing-page/color-shadow.png) left top no-repeat;padding:70px 0 0;position:relative}.wwr-block:after{background:url(/assets/img/landing-page/color-shadow-right.png) right bottom no-repeat;bottom:0;content:\"\";height:161px;position:absolute;right:0;width:75px}.wwr-block h4{color:#2e3238;font-size:44px;font-weight:900;text-align:center}.wwr-block .description{color:#42526e;font-size:26px;font-weight:300;margin-bottom:60px;padding:0 0 25px;position:relative;text-align:center}.wwr-block .description:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.wwr-block p{color:#42526e;font-size:20px;font-weight:300;line-height:26px}.bg-shadow{position:relative}.bg-shadow:after{background:url(/assets/img/landing-page/sadhow-bg1.png) left top no-repeat;content:\"\";height:337px;left:45%;position:absolute;top:-30%;width:253px}.bg-shadow-bottom{padding:0 0 40px!important}.bg-shadow-bottom:after{background:url(/assets/img/landing-page/sadhow-bg2.png) right bottom no-repeat;bottom:-19%;content:\"\";height:610px;left:-10%;position:absolute;width:818px}\n"] }]
|
|
742
742
|
}] });
|
|
743
743
|
|
|
744
744
|
class LandingPageTestimonialsBComponent {
|
|
745
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
746
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: LandingPageTestimonialsBComponent, isStandalone: false, selector: "pw-landing-page-testimonials-b", ngImport: i0, template: "<!--testimonial part start-->\n<section class=\"testimonial-outer\"\n id=\"demos\">\n <div class=\"container\">\n <h2>Some of our - awesome - partners</h2>\n <div class=\"testimonial-inner testimonial-inner-desk\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC & startup generator enabling entrepreneurs to build and scale\n global businesses.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting digital\n projects.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image10.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>Tank Stream Labs</h3>\n <p>\n <a href=\"https://www.tankstreamlabs.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Tank Stream Labs</a>\n is a leading breeding ground for entrepreneurs, specialised industry leaders,\n and scale ups.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image12.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Macquarie Incubator</h3>\n <p>\n The\n <a href=\"https://www.mq.edu.au/partner/access-business-opportunities/innovation-entrepreneurship-and-it/incubator\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Macquarie University Incubator</a>\n develops programs to nurture innovation and support the growth and success of\n startups.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone & Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone & Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the development\n of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n <div class=\"testimonial-inner testimonial-inner-mob\">\n <div class=\"owl-carousel owl-theme\">\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC & startup generator enabling entrepreneurs to build\n and scale global businesses.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting\n digital projects.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image5.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>SkyBuys</h3>\n <p>\n <a href=\"https://www.skybuys.net/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">SkyBuys</a>\n takes the queue out of duty free by connecting online and in-store duty\n free shopping.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image6.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Sellecte</h3>\n <p>\n The\n <a href=\"https://sellecte.com/home\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Sellecte</a>\n platform lets you discover unique brands, new designers and their\n distinctive labels online.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone & Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone & Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the\n development of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--testimonial 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)}.testimonial-outer{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;float:left;padding:70px 0 100px;text-align:center;width:100%}.testimonial-outer h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 40px;padding:0 0 25px;position:relative;text-align:center;z-index:3}.testimonial-outer h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.testimonial-inner{float:left;width:100%}.testimonial-inner-bottom{margin-bottom:0}.testimonial-inner-mob{display:none}.testimonial-left-bar{display:inline-block}.testimonial-left-bar span{background:#ececed;display:inline-block;padding:20px;width:100%}.testimonial-left-bar span img{display:inline-block;width:100%}.testimonial-left-bar h3{color:#36c283;font-size:34px;font-weight:800;margin:30px 0 0;text-transform:capitalize}.testimonial-left-bar p{color:#42526e;font-size:20px;min-height:115px}.testimonial-inner-desk .testimonial-left-bar{float:left;margin:30px 2% 0;width:29%}.testimonial-inner-desk .testimonial-left-bar:last-child{margin-bottom:0;margin-right:0}.testimonial-inner-desk .testimonial-left-bar:nth-child(3){margin-bottom:0}.testimonial-inner-desk .testimonial-left-bar:nth-child(5){margin-bottom:0}#owl-demo .item{margin:3px}#owl-demo .item img{display:block;height:auto;width:100%}@media screen and (max-width: 1199px){.testimonial-outer{padding:40px 0}.testimonial-inner-desk,.testimonial-left-bar{min-height:450px}}@media screen and (max-width: 991px){.testimonial-inner-desk,.testimonial-left-bar{min-height:400px}.testimonial-inner-desk h3,.testimonial-left-bar h3{font-size:27px}.testimonial-inner-desk p,.testimonial-left-bar p{font-size:17px}.testimonial-inner-desk p br,.testimonial-left-bar p br{display:none}.testimonial-outer{padding:40px 0}}@media screen and (max-width: 767px){.testimonial-inner-mob{display:block}.testimonial-inner-desk{display:none}.testimonial-outer{padding:50px 0 20px}.testimonial-outer .owl-nav{display:block}.testimonial-outer .owl-dots{display:none}.testimonial-outer .owl-carousel .owl-nav button.owl-prev,.testimonial-outer .owl-carousel .owl-nav button.owl-next{background:none;border:2px solid rgb(69,209,146)!important;border-radius:100%;color:#45d192;font-size:50px!important;height:50px;margin:0 10px;outline:none;padding:0 15px!important}.testimonial-outer .owl-prev span{left:-2px;padding:0;position:relative;top:-20px}.testimonial-outer .owl-next span{padding:0;position:relative;right:-2px;top:-20px}.testimonial-left-bar{float:left;margin:30px 2% 0;width:46%}.testimonial-left-bar span{padding:20px}.testimonial-left-bar p br{display:none}}@media screen and (max-width: 575px){.testimonial-outer{padding:40px 0 30px}.testimonial-outer h2{font-size:35px;margin:0 0 30px;padding:0 0 15px}.testimonial-inner-desk,.testimonial-left-bar{min-height:420px}.testimonial-inner-desk span,.testimonial-left-bar span{padding:10px}}\n"], dependencies: [{ kind: "directive", type: i2.LazyImgDirective, selector: "img" }] }); }
|
|
745
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageTestimonialsBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
746
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: LandingPageTestimonialsBComponent, isStandalone: false, selector: "pw-landing-page-testimonials-b", ngImport: i0, template: "<!--testimonial part start-->\n<section class=\"testimonial-outer\"\n id=\"demos\">\n <div class=\"container\">\n <h2>Some of our - awesome - partners</h2>\n <div class=\"testimonial-inner testimonial-inner-desk\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC & startup generator enabling entrepreneurs to build and scale\n global businesses.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting digital\n projects.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image10.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>Tank Stream Labs</h3>\n <p>\n <a href=\"https://www.tankstreamlabs.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Tank Stream Labs</a>\n is a leading breeding ground for entrepreneurs, specialised industry leaders,\n and scale ups.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image12.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Macquarie Incubator</h3>\n <p>\n The\n <a href=\"https://www.mq.edu.au/partner/access-business-opportunities/innovation-entrepreneurship-and-it/incubator\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Macquarie University Incubator</a>\n develops programs to nurture innovation and support the growth and success of\n startups.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone & Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone & Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the development\n of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n <div class=\"testimonial-inner testimonial-inner-mob\">\n <div class=\"owl-carousel owl-theme\">\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC & startup generator enabling entrepreneurs to build\n and scale global businesses.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting\n digital projects.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image5.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>SkyBuys</h3>\n <p>\n <a href=\"https://www.skybuys.net/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">SkyBuys</a>\n takes the queue out of duty free by connecting online and in-store duty\n free shopping.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image6.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Sellecte</h3>\n <p>\n The\n <a href=\"https://sellecte.com/home\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Sellecte</a>\n platform lets you discover unique brands, new designers and their\n distinctive labels online.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone & Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone & Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the\n development of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--testimonial 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)}.testimonial-outer{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;float:left;padding:70px 0 100px;text-align:center;width:100%}.testimonial-outer h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 40px;padding:0 0 25px;position:relative;text-align:center;z-index:3}.testimonial-outer h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.testimonial-inner{float:left;width:100%}.testimonial-inner-bottom{margin-bottom:0}.testimonial-inner-mob{display:none}.testimonial-left-bar{display:inline-block}.testimonial-left-bar span{background:#ececed;display:inline-block;padding:20px;width:100%}.testimonial-left-bar span img{display:inline-block;width:100%}.testimonial-left-bar h3{color:#36c283;font-size:34px;font-weight:800;margin:30px 0 0;text-transform:capitalize}.testimonial-left-bar p{color:#42526e;font-size:20px;min-height:115px}.testimonial-inner-desk .testimonial-left-bar{float:left;margin:30px 2% 0;width:29%}.testimonial-inner-desk .testimonial-left-bar:last-child{margin-bottom:0;margin-right:0}.testimonial-inner-desk .testimonial-left-bar:nth-child(3){margin-bottom:0}.testimonial-inner-desk .testimonial-left-bar:nth-child(5){margin-bottom:0}#owl-demo .item{margin:3px}#owl-demo .item img{display:block;height:auto;width:100%}@media screen and (max-width: 1199px){.testimonial-outer{padding:40px 0}.testimonial-inner-desk,.testimonial-left-bar{min-height:450px}}@media screen and (max-width: 991px){.testimonial-inner-desk,.testimonial-left-bar{min-height:400px}.testimonial-inner-desk h3,.testimonial-left-bar h3{font-size:27px}.testimonial-inner-desk p,.testimonial-left-bar p{font-size:17px}.testimonial-inner-desk p br,.testimonial-left-bar p br{display:none}.testimonial-outer{padding:40px 0}}@media screen and (max-width: 767px){.testimonial-inner-mob{display:block}.testimonial-inner-desk{display:none}.testimonial-outer{padding:50px 0 20px}.testimonial-outer .owl-nav{display:block}.testimonial-outer .owl-dots{display:none}.testimonial-outer .owl-carousel .owl-nav button.owl-prev,.testimonial-outer .owl-carousel .owl-nav button.owl-next{background:none;border:2px solid rgb(69,209,146)!important;border-radius:100%;color:#45d192;font-size:50px!important;height:50px;margin:0 10px;outline:none;padding:0 15px!important}.testimonial-outer .owl-prev span{left:-2px;padding:0;position:relative;top:-20px}.testimonial-outer .owl-next span{padding:0;position:relative;right:-2px;top:-20px}.testimonial-left-bar{float:left;margin:30px 2% 0;width:46%}.testimonial-left-bar span{padding:20px}.testimonial-left-bar p br{display:none}}@media screen and (max-width: 575px){.testimonial-outer{padding:40px 0 30px}.testimonial-outer h2{font-size:35px;margin:0 0 30px;padding:0 0 15px}.testimonial-inner-desk,.testimonial-left-bar{min-height:420px}.testimonial-inner-desk span,.testimonial-left-bar span{padding:10px}}\n"], dependencies: [{ kind: "directive", type: i2.LazyImgDirective, selector: "img" }] }); }
|
|
747
747
|
}
|
|
748
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
748
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageTestimonialsBComponent, decorators: [{
|
|
749
749
|
type: Component,
|
|
750
750
|
args: [{ selector: 'pw-landing-page-testimonials-b', standalone: false, template: "<!--testimonial part start-->\n<section class=\"testimonial-outer\"\n id=\"demos\">\n <div class=\"container\">\n <h2>Some of our - awesome - partners</h2>\n <div class=\"testimonial-inner testimonial-inner-desk\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC & startup generator enabling entrepreneurs to build and scale\n global businesses.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting digital\n projects.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image10.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>Tank Stream Labs</h3>\n <p>\n <a href=\"https://www.tankstreamlabs.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Tank Stream Labs</a>\n is a leading breeding ground for entrepreneurs, specialised industry leaders,\n and scale ups.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image12.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Macquarie Incubator</h3>\n <p>\n The\n <a href=\"https://www.mq.edu.au/partner/access-business-opportunities/innovation-entrepreneurship-and-it/incubator\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Macquarie University Incubator</a>\n develops programs to nurture innovation and support the growth and success of\n startups.\n </p>\n </div>\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone & Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone & Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the development\n of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n <div class=\"testimonial-inner testimonial-inner-mob\">\n <div class=\"owl-carousel owl-theme\">\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC & startup generator enabling entrepreneurs to build\n and scale global businesses.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting\n digital projects.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image5.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>SkyBuys</h3>\n <p>\n <a href=\"https://www.skybuys.net/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">SkyBuys</a>\n takes the queue out of duty free by connecting online and in-store duty\n free shopping.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image6.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Sellecte</h3>\n <p>\n The\n <a href=\"https://sellecte.com/home\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Sellecte</a>\n platform lets you discover unique brands, new designers and their\n distinctive labels online.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-left-bar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone & Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone & Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the\n development of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--testimonial 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)}.testimonial-outer{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;float:left;padding:70px 0 100px;text-align:center;width:100%}.testimonial-outer h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 40px;padding:0 0 25px;position:relative;text-align:center;z-index:3}.testimonial-outer h2:after{background:#ffab00;bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.testimonial-inner{float:left;width:100%}.testimonial-inner-bottom{margin-bottom:0}.testimonial-inner-mob{display:none}.testimonial-left-bar{display:inline-block}.testimonial-left-bar span{background:#ececed;display:inline-block;padding:20px;width:100%}.testimonial-left-bar span img{display:inline-block;width:100%}.testimonial-left-bar h3{color:#36c283;font-size:34px;font-weight:800;margin:30px 0 0;text-transform:capitalize}.testimonial-left-bar p{color:#42526e;font-size:20px;min-height:115px}.testimonial-inner-desk .testimonial-left-bar{float:left;margin:30px 2% 0;width:29%}.testimonial-inner-desk .testimonial-left-bar:last-child{margin-bottom:0;margin-right:0}.testimonial-inner-desk .testimonial-left-bar:nth-child(3){margin-bottom:0}.testimonial-inner-desk .testimonial-left-bar:nth-child(5){margin-bottom:0}#owl-demo .item{margin:3px}#owl-demo .item img{display:block;height:auto;width:100%}@media screen and (max-width: 1199px){.testimonial-outer{padding:40px 0}.testimonial-inner-desk,.testimonial-left-bar{min-height:450px}}@media screen and (max-width: 991px){.testimonial-inner-desk,.testimonial-left-bar{min-height:400px}.testimonial-inner-desk h3,.testimonial-left-bar h3{font-size:27px}.testimonial-inner-desk p,.testimonial-left-bar p{font-size:17px}.testimonial-inner-desk p br,.testimonial-left-bar p br{display:none}.testimonial-outer{padding:40px 0}}@media screen and (max-width: 767px){.testimonial-inner-mob{display:block}.testimonial-inner-desk{display:none}.testimonial-outer{padding:50px 0 20px}.testimonial-outer .owl-nav{display:block}.testimonial-outer .owl-dots{display:none}.testimonial-outer .owl-carousel .owl-nav button.owl-prev,.testimonial-outer .owl-carousel .owl-nav button.owl-next{background:none;border:2px solid rgb(69,209,146)!important;border-radius:100%;color:#45d192;font-size:50px!important;height:50px;margin:0 10px;outline:none;padding:0 15px!important}.testimonial-outer .owl-prev span{left:-2px;padding:0;position:relative;top:-20px}.testimonial-outer .owl-next span{padding:0;position:relative;right:-2px;top:-20px}.testimonial-left-bar{float:left;margin:30px 2% 0;width:46%}.testimonial-left-bar span{padding:20px}.testimonial-left-bar p br{display:none}}@media screen and (max-width: 575px){.testimonial-outer{padding:40px 0 30px}.testimonial-outer h2{font-size:35px;margin:0 0 30px;padding:0 0 15px}.testimonial-inner-desk,.testimonial-left-bar{min-height:420px}.testimonial-inner-desk span,.testimonial-left-bar span{padding:10px}}\n"] }]
|
|
751
751
|
}] });
|
|
752
752
|
|
|
753
753
|
class MainExplainerBComponent {
|
|
754
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
755
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
754
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MainExplainerBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
755
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: MainExplainerBComponent, isStandalone: false, selector: "pw-main-explainer-b", ngImport: i0, template: "<section class=\"main-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>BUILDING SaaS MADE EASY</h2>\n <div class=\"sub-text\">\n <h4>\n Welcome to PosiWise - we think technology shouldn't be in the way of people\n developing great software solutions.\n </h4>\n <h4>\n We have built an ecosystem of microservices that we can leverage to quickly\n and cost-effectively build any dashboard-like products.\n </h4>\n <h4 class=\"mt-5\">Let\u2019s build software that solves real problems\u2014and scales smartly.</h4>\n <div class=\"login-button my-2\">\n <a class=\"book-demo\"\n [eventTracker]=\"{\n category: 'main-explainer-request-demo',\n action: 'click',\n label: 'landing-page-b',\n value: 1\n }\"\n href=\"https://calendly.com/d/cw7y-6nr-ygb/let-s-talk-posiwise-venture-call\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n Book a demo</a>\n </div>\n </div>\n </div>\n <div class=\"col-md-6\">\n <div class=\"product-video ratio ratio-16x9\">\n <iframe title=\"Why does CloudOlive exist\"\n class=\"embed-responsive-item\"\n referrerpolicy=\"strict-origin-when-cross-origin\"\n src=\"https://www.youtube.com/embed/5eV0uXjRxRs\"\n allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n allowfullscreen></iframe>\n </div>\n <h6 class=\"text-center mt-3\">See how we leveraged PosiWise to build CloudOlive.</h6>\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)}*{font-family:Roboto,sans-serif}h2{font-size:32px;font-weight:700;letter-spacing:.03em;line-height:1.1em;text-transform:uppercase}.main-explainer{background-color:#ececed}.main-explainer h4{letter-spacing:.3px;line-height:28px}.main-explainer .book-demo{background:#36c283;border:0;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:600;padding:10px 35px;text-transform:uppercase;transition:all .5s ease-out;margin-top:30px;display:inline-block}.main-explainer .book-demo:hover{background-color:#fff;color:#36c283}@media (max-width: 1200px){.container-wrapper{padding:0 3rem!important}}\n"], dependencies: [{ kind: "directive", type: i2.EventTrackerDirective, selector: "[eventTracker]", inputs: ["eventTracker"] }] }); }
|
|
756
756
|
}
|
|
757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MainExplainerBComponent, decorators: [{
|
|
758
758
|
type: Component,
|
|
759
759
|
args: [{ selector: 'pw-main-explainer-b', standalone: false, template: "<section class=\"main-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>BUILDING SaaS MADE EASY</h2>\n <div class=\"sub-text\">\n <h4>\n Welcome to PosiWise - we think technology shouldn't be in the way of people\n developing great software solutions.\n </h4>\n <h4>\n We have built an ecosystem of microservices that we can leverage to quickly\n and cost-effectively build any dashboard-like products.\n </h4>\n <h4 class=\"mt-5\">Let\u2019s build software that solves real problems\u2014and scales smartly.</h4>\n <div class=\"login-button my-2\">\n <a class=\"book-demo\"\n [eventTracker]=\"{\n category: 'main-explainer-request-demo',\n action: 'click',\n label: 'landing-page-b',\n value: 1\n }\"\n href=\"https://calendly.com/d/cw7y-6nr-ygb/let-s-talk-posiwise-venture-call\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n Book a demo</a>\n </div>\n </div>\n </div>\n <div class=\"col-md-6\">\n <div class=\"product-video ratio ratio-16x9\">\n <iframe title=\"Why does CloudOlive exist\"\n class=\"embed-responsive-item\"\n referrerpolicy=\"strict-origin-when-cross-origin\"\n src=\"https://www.youtube.com/embed/5eV0uXjRxRs\"\n allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n allowfullscreen></iframe>\n </div>\n <h6 class=\"text-center mt-3\">See how we leveraged PosiWise to build CloudOlive.</h6>\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)}*{font-family:Roboto,sans-serif}h2{font-size:32px;font-weight:700;letter-spacing:.03em;line-height:1.1em;text-transform:uppercase}.main-explainer{background-color:#ececed}.main-explainer h4{letter-spacing:.3px;line-height:28px}.main-explainer .book-demo{background:#36c283;border:0;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:600;padding:10px 35px;text-transform:uppercase;transition:all .5s ease-out;margin-top:30px;display:inline-block}.main-explainer .book-demo:hover{background-color:#fff;color:#36c283}@media (max-width: 1200px){.container-wrapper{padding:0 3rem!important}}\n"] }]
|
|
760
760
|
}] });
|
|
@@ -765,11 +765,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
|
|
|
765
765
|
* Import this instead of the full PublicModule when you only need landing page functionality.
|
|
766
766
|
*/
|
|
767
767
|
class LandingPageSharedComponentsModule {
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
}
|
|
771
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: LandingPageSharedComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
772
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: LandingPageSharedComponentsModule, declarations: [
|
|
768
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageSharedComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
769
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: LandingPageSharedComponentsModule, declarations: [
|
|
773
770
|
// Main landing page
|
|
774
771
|
// Version A components
|
|
775
772
|
LandingPageAboutUsComponent,
|
|
@@ -843,7 +840,7 @@ class LandingPageSharedComponentsModule {
|
|
|
843
840
|
AbTestModule,
|
|
844
841
|
// Re-export shared modules so consumers get access to them
|
|
845
842
|
RouterModule] }); }
|
|
846
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.
|
|
843
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageSharedComponentsModule, imports: [CommonModule,
|
|
847
844
|
FormsModule,
|
|
848
845
|
ReactiveFormsModule,
|
|
849
846
|
RouterModule,
|
|
@@ -856,7 +853,7 @@ class LandingPageSharedComponentsModule {
|
|
|
856
853
|
// Re-export shared modules so consumers get access to them
|
|
857
854
|
RouterModule] }); }
|
|
858
855
|
}
|
|
859
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
856
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LandingPageSharedComponentsModule, decorators: [{
|
|
860
857
|
type: NgModule,
|
|
861
858
|
args: [{
|
|
862
859
|
imports: [
|
|
@@ -940,7 +937,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
|
|
|
940
937
|
RouterModule
|
|
941
938
|
]
|
|
942
939
|
}]
|
|
943
|
-
}]
|
|
940
|
+
}] });
|
|
944
941
|
|
|
945
942
|
const HYPER_DASHBOARD_KEYS = {
|
|
946
943
|
Dashboard_Demo1: 'Dashboard_Demo1', // Hyper Dashboard
|
|
@@ -1107,10 +1104,10 @@ class BaseContactFormComponent extends AppBaseComponent {
|
|
|
1107
1104
|
this.isEmailValid = true;
|
|
1108
1105
|
}
|
|
1109
1106
|
}
|
|
1110
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1111
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1107
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BaseContactFormComponent, deps: [{ token: i1.CommonService }, { token: i2$1.UntypedFormBuilder }, { token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1108
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: BaseContactFormComponent, isStandalone: false, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
1112
1109
|
}
|
|
1113
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BaseContactFormComponent, decorators: [{
|
|
1114
1111
|
type: Component,
|
|
1115
1112
|
args: [{
|
|
1116
1113
|
template: '',
|
|
@@ -1125,19 +1122,19 @@ class CareersContactUsComponent extends BaseContactFormComponent {
|
|
|
1125
1122
|
getDefaultSubject() {
|
|
1126
1123
|
return 'From career section';
|
|
1127
1124
|
}
|
|
1128
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1129
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", 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*\" />\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()\" />\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 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 <button type=\"submit\"\n *ngIf=\"!isSubscribeClicked && !isCaptchaVerified\"\n class=\"contact-btn\">\n Submit\n </button>\n <div class=\"mt-3\"\n *ngIf=\"isSubscribeClicked && !isCaptchaVerified\">\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 <div class=\"text-primary\"\n *ngIf=\"isCaptchaVerified && isSubscribeClicked\">\n We've received your request. Thanks. We'll get back to you quickly.\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>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{float:left;width:265px}.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 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: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2$1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2$1.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$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2$1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2$1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i2.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"] }] }); }
|
|
1125
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CareersContactUsComponent, deps: [{ token: i1.CommonService }, { token: i2$1.UntypedFormBuilder }, { token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1126
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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*\" />\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()\" />\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 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 <button type=\"submit\"\n *ngIf=\"!isSubscribeClicked && !isCaptchaVerified\"\n class=\"contact-btn\">\n Submit\n </button>\n <div class=\"mt-3\"\n *ngIf=\"isSubscribeClicked && !isCaptchaVerified\">\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 <div class=\"text-primary\"\n *ngIf=\"isCaptchaVerified && isSubscribeClicked\">\n We've received your request. Thanks. We'll get back to you quickly.\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>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{float:left;width:265px}.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 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: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2$1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2$1.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$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2$1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2$1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i2.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"] }] }); }
|
|
1130
1127
|
}
|
|
1131
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1128
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CareersContactUsComponent, decorators: [{
|
|
1132
1129
|
type: Component,
|
|
1133
1130
|
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*\" />\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()\" />\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 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 <button type=\"submit\"\n *ngIf=\"!isSubscribeClicked && !isCaptchaVerified\"\n class=\"contact-btn\">\n Submit\n </button>\n <div class=\"mt-3\"\n *ngIf=\"isSubscribeClicked && !isCaptchaVerified\">\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 <div class=\"text-primary\"\n *ngIf=\"isCaptchaVerified && isSubscribeClicked\">\n We've received your request. Thanks. We'll get back to you quickly.\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>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{float:left;width:265px}.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 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"] }]
|
|
1134
1131
|
}], ctorParameters: () => [{ type: i1.CommonService }, { type: i2$1.UntypedFormBuilder }, { type: i1.AuthService }, { type: i0.Injector }] });
|
|
1135
1132
|
|
|
1136
1133
|
class CareersExplainerComponent {
|
|
1137
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1138
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1134
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CareersExplainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1135
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: CareersExplainerComponent, isStandalone: false, selector: "pw-careers-explainer", ngImport: i0, template: "<section class=\"careers-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>BUILDING SaaS MADE EASY</h2>\n <div class=\"sub-text\">\n <h4>\n Welcome to PosiWise - we think technology shouldn't be in the way of people\n developing great software solutions.\n </h4>\n <h4>\n We have built an ecosystem of microservices that we can leverage to quickly\n and cost-effectively build any dashboard-like products.\n </h4>\n <h4 class=\"mt-5\">Let\u2019s build software that solves real problems\u2014and scales smartly.</h4>\n <div class=\"login-button my-2\">\n <a class=\"book-demo\"\n [eventTracker]=\"{\n category: 'request-demo',\n action: 'click',\n label: 'pw-careers-explainer',\n value: 1\n }\"\n href=\"https://calendly.com/d/cw7y-6nr-ygb/let-s-talk-posiwise-venture-call\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n Book a demo</a>\n </div>\n </div>\n </div>\n <div class=\"col-md-6\">\n <div class=\"product-video ratio ratio-16x9\">\n <iframe title=\"Vendor Invoices\"\n class=\"embed-responsive-item\"\n referrerpolicy=\"strict-origin-when-cross-origin\"\n src=\"https://www.youtube.com/embed/5eV0uXjRxRs\"\n allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n allowfullscreen></iframe>\n </div>\n <h6 class=\"text-center mt-3\">See how we leveraged PosiWise to build CloudOlive.</h6>\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)}*{font-family:Roboto,sans-serif}h2{font-size:32px;font-weight:700;letter-spacing:.03em;line-height:1.1em;text-transform:uppercase}.careers-explainer{background-color:#f5f7fa}.careers-explainer h4{letter-spacing:.3px;line-height:28px;color:#222!important}.careers-explainer .book-demo{background:#36c283;border:0;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:600;padding:10px 35px;text-transform:uppercase;transition:all .5s ease-out;margin-top:30px;display:inline-block}.careers-explainer .book-demo:hover{background-color:#fff;color:#36c283}@media (max-width: 1200px){.container-wrapper{padding:0 3rem!important}}\n"], dependencies: [{ kind: "directive", type: i2.EventTrackerDirective, selector: "[eventTracker]", inputs: ["eventTracker"] }] }); }
|
|
1139
1136
|
}
|
|
1140
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1137
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CareersExplainerComponent, decorators: [{
|
|
1141
1138
|
type: Component,
|
|
1142
1139
|
args: [{ selector: 'pw-careers-explainer', standalone: false, template: "<section class=\"careers-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>BUILDING SaaS MADE EASY</h2>\n <div class=\"sub-text\">\n <h4>\n Welcome to PosiWise - we think technology shouldn't be in the way of people\n developing great software solutions.\n </h4>\n <h4>\n We have built an ecosystem of microservices that we can leverage to quickly\n and cost-effectively build any dashboard-like products.\n </h4>\n <h4 class=\"mt-5\">Let\u2019s build software that solves real problems\u2014and scales smartly.</h4>\n <div class=\"login-button my-2\">\n <a class=\"book-demo\"\n [eventTracker]=\"{\n category: 'request-demo',\n action: 'click',\n label: 'pw-careers-explainer',\n value: 1\n }\"\n href=\"https://calendly.com/d/cw7y-6nr-ygb/let-s-talk-posiwise-venture-call\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n Book a demo</a>\n </div>\n </div>\n </div>\n <div class=\"col-md-6\">\n <div class=\"product-video ratio ratio-16x9\">\n <iframe title=\"Vendor Invoices\"\n class=\"embed-responsive-item\"\n referrerpolicy=\"strict-origin-when-cross-origin\"\n src=\"https://www.youtube.com/embed/5eV0uXjRxRs\"\n allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n allowfullscreen></iframe>\n </div>\n <h6 class=\"text-center mt-3\">See how we leveraged PosiWise to build CloudOlive.</h6>\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)}*{font-family:Roboto,sans-serif}h2{font-size:32px;font-weight:700;letter-spacing:.03em;line-height:1.1em;text-transform:uppercase}.careers-explainer{background-color:#f5f7fa}.careers-explainer h4{letter-spacing:.3px;line-height:28px;color:#222!important}.careers-explainer .book-demo{background:#36c283;border:0;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:600;padding:10px 35px;text-transform:uppercase;transition:all .5s ease-out;margin-top:30px;display:inline-block}.careers-explainer .book-demo:hover{background-color:#fff;color:#36c283}@media (max-width: 1200px){.container-wrapper{padding:0 3rem!important}}\n"] }]
|
|
1143
1140
|
}] });
|
|
@@ -1163,10 +1160,10 @@ class CareersComponent extends AppBaseComponent {
|
|
|
1163
1160
|
ngAfterViewInit() {
|
|
1164
1161
|
HelperService.changeTitleText();
|
|
1165
1162
|
}
|
|
1166
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1167
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", 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: i2.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" }] }); }
|
|
1163
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CareersComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1164
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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: i2.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" }] }); }
|
|
1168
1165
|
}
|
|
1169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1166
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CareersComponent, decorators: [{
|
|
1170
1167
|
type: Component,
|
|
1171
1168
|
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"] }]
|
|
1172
1169
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
|
|
@@ -1186,10 +1183,10 @@ class BaseLandingPageComponent extends AppBaseComponent {
|
|
|
1186
1183
|
}
|
|
1187
1184
|
});
|
|
1188
1185
|
}
|
|
1189
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1190
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1186
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BaseLandingPageComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1187
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: BaseLandingPageComponent, isStandalone: false, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
1191
1188
|
}
|
|
1192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BaseLandingPageComponent, decorators: [{
|
|
1193
1190
|
type: Component,
|
|
1194
1191
|
args: [{
|
|
1195
1192
|
template: '',
|
|
@@ -1211,19 +1208,19 @@ class CommunicationAndNotificationsComponent extends BaseLandingPageComponent {
|
|
|
1211
1208
|
getProductKey() {
|
|
1212
1209
|
return HYPER_DASHBOARD_KEYS.Dashboard_Demo1;
|
|
1213
1210
|
}
|
|
1214
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1215
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", 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: i2.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"] }] }); }
|
|
1211
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CommunicationAndNotificationsComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1212
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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: i2.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"] }] }); }
|
|
1216
1213
|
}
|
|
1217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CommunicationAndNotificationsComponent, decorators: [{
|
|
1218
1215
|
type: Component,
|
|
1219
1216
|
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"] }]
|
|
1220
1217
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
|
|
1221
1218
|
|
|
1222
1219
|
class CoreFeatureExplainerComponent {
|
|
1223
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1224
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1220
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CoreFeatureExplainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1221
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: CoreFeatureExplainerComponent, isStandalone: false, selector: "pw-core-feature-explainer", ngImport: i0, template: "<section class=\"core-feature-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>The Stack Behind Every Startup We Launch</h2>\n <div class=\"sub-text\">\n <h4>\n We don\u2019t waste time rebuilding boilerplate. Our internal platform is made of modular microservices, tuned for speed,\n scale, and SaaS repeatability.\n </h4>\n <h4>\n Every product we ship \u2014 including CloudOlive \u2014 runs on this foundation.\n </h4>\n <h4 class=\"mt-5\">See how we built CloudOlive using PosiWise \u2192.</h4>\n <div class=\"login-button my-2\">\n <a [eventTracker]=\"{\n category: 'request-demo',\n action: 'click',\n label: 'core-feature-explainer',\n value: 1\n }\"\n class=\"book-demo\"\n href=\"https://calendly.com/d/cw7y-6nr-ygb/let-s-talk-posiwise-venture-call\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n Request Access</a>\n </div>\n </div>\n </div>\n <div class=\"col-md-6\">\n <div class=\"product-video ratio ratio-16x9\">\n <iframe title=\"why does CloudOlive exist\"\n class=\"embed-responsive-item\"\n referrerpolicy=\"strict-origin-when-cross-origin\"\n src=\"https://www.youtube.com/embed/5eV0uXjRxRs\"\n allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n allowfullscreen></iframe>\n </div>\n <h6 class=\"text-center mt-3\">Watch CloudOlive get built</h6>\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)}*{font-family:Roboto,sans-serif}h2{font-size:32px;font-weight:700;letter-spacing:.03em;line-height:1.1em;text-transform:uppercase}.core-feature-explainer h4{letter-spacing:.3px;line-height:28px}.core-feature-explainer .book-demo{background:#36c283;border:0;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:600;padding:10px 35px;text-transform:uppercase;transition:all .5s ease-out;margin-top:30px;display:inline-block}.core-feature-explainer .book-demo:hover{background-color:#fff;color:#36c283}@media (max-width: 1200px){.container-wrapper{padding:0 3rem!important}}h4{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i2.EventTrackerDirective, selector: "[eventTracker]", inputs: ["eventTracker"] }] }); }
|
|
1225
1222
|
}
|
|
1226
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CoreFeatureExplainerComponent, decorators: [{
|
|
1227
1224
|
type: Component,
|
|
1228
1225
|
args: [{ selector: 'pw-core-feature-explainer', standalone: false, template: "<section class=\"core-feature-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>The Stack Behind Every Startup We Launch</h2>\n <div class=\"sub-text\">\n <h4>\n We don\u2019t waste time rebuilding boilerplate. Our internal platform is made of modular microservices, tuned for speed,\n scale, and SaaS repeatability.\n </h4>\n <h4>\n Every product we ship \u2014 including CloudOlive \u2014 runs on this foundation.\n </h4>\n <h4 class=\"mt-5\">See how we built CloudOlive using PosiWise \u2192.</h4>\n <div class=\"login-button my-2\">\n <a [eventTracker]=\"{\n category: 'request-demo',\n action: 'click',\n label: 'core-feature-explainer',\n value: 1\n }\"\n class=\"book-demo\"\n href=\"https://calendly.com/d/cw7y-6nr-ygb/let-s-talk-posiwise-venture-call\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n Request Access</a>\n </div>\n </div>\n </div>\n <div class=\"col-md-6\">\n <div class=\"product-video ratio ratio-16x9\">\n <iframe title=\"why does CloudOlive exist\"\n class=\"embed-responsive-item\"\n referrerpolicy=\"strict-origin-when-cross-origin\"\n src=\"https://www.youtube.com/embed/5eV0uXjRxRs\"\n allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n allowfullscreen></iframe>\n </div>\n <h6 class=\"text-center mt-3\">Watch CloudOlive get built</h6>\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)}*{font-family:Roboto,sans-serif}h2{font-size:32px;font-weight:700;letter-spacing:.03em;line-height:1.1em;text-transform:uppercase}.core-feature-explainer h4{letter-spacing:.3px;line-height:28px}.core-feature-explainer .book-demo{background:#36c283;border:0;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:600;padding:10px 35px;text-transform:uppercase;transition:all .5s ease-out;margin-top:30px;display:inline-block}.core-feature-explainer .book-demo:hover{background-color:#fff;color:#36c283}@media (max-width: 1200px){.container-wrapper{padding:0 3rem!important}}h4{color:#222!important}\n"] }]
|
|
1229
1226
|
}] });
|
|
@@ -1256,10 +1253,10 @@ class BaseTechFeatureComponent extends AppBaseComponent {
|
|
|
1256
1253
|
getSourceId() {
|
|
1257
1254
|
return undefined;
|
|
1258
1255
|
}
|
|
1259
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1260
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1256
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BaseTechFeatureComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1257
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: BaseTechFeatureComponent, isStandalone: false, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
1261
1258
|
}
|
|
1262
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1259
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: BaseTechFeatureComponent, decorators: [{
|
|
1263
1260
|
type: Component,
|
|
1264
1261
|
args: [{
|
|
1265
1262
|
template: '',
|
|
@@ -1278,12 +1275,12 @@ class CoreFeaturesComponent extends BaseTechFeatureComponent {
|
|
|
1278
1275
|
getSourceId() {
|
|
1279
1276
|
return 3;
|
|
1280
1277
|
}
|
|
1281
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1282
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", 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</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: i2.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$2.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: CoreFeatureExplainerComponent, selector: "pw-core-feature-explainer" }] }); }
|
|
1278
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CoreFeaturesComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1279
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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: i2.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$2.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: CoreFeatureExplainerComponent, selector: "pw-core-feature-explainer" }] }); }
|
|
1283
1280
|
}
|
|
1284
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1281
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CoreFeaturesComponent, decorators: [{
|
|
1285
1282
|
type: Component,
|
|
1286
|
-
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</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"] }]
|
|
1283
|
+
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"] }]
|
|
1287
1284
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
|
|
1288
1285
|
|
|
1289
1286
|
class CustomerSuccessComponent extends BaseLandingPageComponent {
|
|
@@ -1300,10 +1297,10 @@ class CustomerSuccessComponent extends BaseLandingPageComponent {
|
|
|
1300
1297
|
getProductKey() {
|
|
1301
1298
|
return HYPER_DASHBOARD_KEYS.Dashboard_Demo1;
|
|
1302
1299
|
}
|
|
1303
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1304
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", 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: i2.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"] }] }); }
|
|
1300
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CustomerSuccessComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1301
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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: i2.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"] }] }); }
|
|
1305
1302
|
}
|
|
1306
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1303
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CustomerSuccessComponent, decorators: [{
|
|
1307
1304
|
type: Component,
|
|
1308
1305
|
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"] }]
|
|
1309
1306
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
|
|
@@ -1313,10 +1310,10 @@ class EnterpriseManagementComponent extends BaseTechFeatureComponent {
|
|
|
1313
1310
|
super(authService, injector);
|
|
1314
1311
|
this.authService = authService;
|
|
1315
1312
|
}
|
|
1316
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1317
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", 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: i2.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"] }] }); }
|
|
1313
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: EnterpriseManagementComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1314
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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: i2.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"] }] }); }
|
|
1318
1315
|
}
|
|
1319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1316
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: EnterpriseManagementComponent, decorators: [{
|
|
1320
1317
|
type: Component,
|
|
1321
1318
|
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"] }]
|
|
1322
1319
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
|
|
@@ -1326,10 +1323,10 @@ class IpManagementComponent extends BaseTechFeatureComponent {
|
|
|
1326
1323
|
super(authService, injector);
|
|
1327
1324
|
this.authService = authService;
|
|
1328
1325
|
}
|
|
1329
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1330
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", 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: i2.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"] }] }); }
|
|
1326
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: IpManagementComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1327
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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: i2.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"] }] }); }
|
|
1331
1328
|
}
|
|
1332
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1329
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: IpManagementComponent, decorators: [{
|
|
1333
1330
|
type: Component,
|
|
1334
1331
|
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"] }]
|
|
1335
1332
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
|
|
@@ -1339,10 +1336,10 @@ class PaymentsComponent extends BaseTechFeatureComponent {
|
|
|
1339
1336
|
super(authService, injector);
|
|
1340
1337
|
this.authService = authService;
|
|
1341
1338
|
}
|
|
1342
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1343
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", 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: i2.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"] }] }); }
|
|
1339
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PaymentsComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1340
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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: i2.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
1341
|
}
|
|
1345
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PaymentsComponent, decorators: [{
|
|
1346
1343
|
type: Component,
|
|
1347
1344
|
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"] }]
|
|
1348
1345
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
|
|
@@ -1352,10 +1349,10 @@ class SecurityComponent extends BaseTechFeatureComponent {
|
|
|
1352
1349
|
super(authService, injector);
|
|
1353
1350
|
this.authService = authService;
|
|
1354
1351
|
}
|
|
1355
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1356
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", 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: i2.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"] }] }); }
|
|
1352
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SecurityComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1353
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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: i2.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
1354
|
}
|
|
1358
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1355
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SecurityComponent, decorators: [{
|
|
1359
1356
|
type: Component,
|
|
1360
1357
|
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"] }]
|
|
1361
1358
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
|
|
@@ -1365,10 +1362,10 @@ class UiBuilderComponent extends BaseTechFeatureComponent {
|
|
|
1365
1362
|
super(authService, injector);
|
|
1366
1363
|
this.authService = authService;
|
|
1367
1364
|
}
|
|
1368
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1369
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", 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: i2.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"] }] }); }
|
|
1365
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: UiBuilderComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1366
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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: i2.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
1367
|
}
|
|
1371
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: UiBuilderComponent, decorators: [{
|
|
1372
1369
|
type: Component,
|
|
1373
1370
|
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"] }]
|
|
1374
1371
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
|
|
@@ -1378,19 +1375,19 @@ class UserManagementComponent extends BaseTechFeatureComponent {
|
|
|
1378
1375
|
super(authService, injector);
|
|
1379
1376
|
this.authService = authService;
|
|
1380
1377
|
}
|
|
1381
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1382
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", 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: i2.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"] }] }); }
|
|
1378
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: UserManagementComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1379
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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: i2.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
1380
|
}
|
|
1384
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1381
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: UserManagementComponent, decorators: [{
|
|
1385
1382
|
type: Component,
|
|
1386
1383
|
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"] }]
|
|
1387
1384
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
|
|
1388
1385
|
|
|
1389
1386
|
class VentureExplainerComponent {
|
|
1390
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1391
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1387
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: VentureExplainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1388
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: VentureExplainerComponent, isStandalone: false, selector: "pw-venture-explainer", ngImport: i0, template: "<section class=\"venture-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>BUILDING SaaS MADE EASY</h2>\n <div class=\"sub-text\">\n <h4>\n Welcome to PosiWise - we think technology shouldn't be in the way of people\n developing great software solutions.\n </h4>\n <h4>\n We have built an ecosystem of microservices that we can leverage to quickly\n and cost-effectively build any dashboard-like products.\n </h4>\n <h4 class=\"mt-5\">Let\u2019s build software that solves real problems\u2014and scales smartly.</h4>\n <div class=\"login-button my-2\">\n <a [eventTracker]=\"{\n category: 'request-demo',\n action: 'click',\n label: 'venture-explainer',\n value: 1\n }\"\n class=\"book-demo\"\n href=\"https://calendly.com/d/cw7y-6nr-ygb/let-s-talk-posiwise-venture-call\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n Book a demo</a>\n </div>\n </div>\n </div>\n <div class=\"col-md-6\">\n <div class=\"product-video ratio ratio-16x9\">\n <iframe title=\"Why does CloudOlive exist\"\n class=\"embed-responsive-item\"\n referrerpolicy=\"strict-origin-when-cross-origin\"\n src=\"https://www.youtube.com/embed/5eV0uXjRxRs\"\n allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n allowfullscreen></iframe>\n </div>\n <h6 class=\"text-center mt-3\">See how we leveraged PosiWise to build CloudOlive.</h6>\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)}*{font-family:Roboto,sans-serif}h2{font-size:32px;font-weight:700;letter-spacing:.03em;line-height:1.1em;text-transform:uppercase}.venture-explainer h4{letter-spacing:.3px;line-height:28px}.venture-explainer .book-demo{background:#36c283;border:0;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:600;padding:10px 35px;text-transform:uppercase;transition:all .5s ease-out;margin-top:30px;display:inline-block}.venture-explainer .book-demo:hover{background-color:#fff;color:#36c283}@media (max-width: 1200px){.container-wrapper{padding:0 3rem!important}}h4{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i2.EventTrackerDirective, selector: "[eventTracker]", inputs: ["eventTracker"] }] }); }
|
|
1392
1389
|
}
|
|
1393
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1390
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: VentureExplainerComponent, decorators: [{
|
|
1394
1391
|
type: Component,
|
|
1395
1392
|
args: [{ selector: 'pw-venture-explainer', standalone: false, template: "<section class=\"venture-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>BUILDING SaaS MADE EASY</h2>\n <div class=\"sub-text\">\n <h4>\n Welcome to PosiWise - we think technology shouldn't be in the way of people\n developing great software solutions.\n </h4>\n <h4>\n We have built an ecosystem of microservices that we can leverage to quickly\n and cost-effectively build any dashboard-like products.\n </h4>\n <h4 class=\"mt-5\">Let\u2019s build software that solves real problems\u2014and scales smartly.</h4>\n <div class=\"login-button my-2\">\n <a [eventTracker]=\"{\n category: 'request-demo',\n action: 'click',\n label: 'venture-explainer',\n value: 1\n }\"\n class=\"book-demo\"\n href=\"https://calendly.com/d/cw7y-6nr-ygb/let-s-talk-posiwise-venture-call\"\n target=\"_blank\"\n rel=\"noopener noreferrer\">\n Book a demo</a>\n </div>\n </div>\n </div>\n <div class=\"col-md-6\">\n <div class=\"product-video ratio ratio-16x9\">\n <iframe title=\"Why does CloudOlive exist\"\n class=\"embed-responsive-item\"\n referrerpolicy=\"strict-origin-when-cross-origin\"\n src=\"https://www.youtube.com/embed/5eV0uXjRxRs\"\n allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n allowfullscreen></iframe>\n </div>\n <h6 class=\"text-center mt-3\">See how we leveraged PosiWise to build CloudOlive.</h6>\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)}*{font-family:Roboto,sans-serif}h2{font-size:32px;font-weight:700;letter-spacing:.03em;line-height:1.1em;text-transform:uppercase}.venture-explainer h4{letter-spacing:.3px;line-height:28px}.venture-explainer .book-demo{background:#36c283;border:0;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:600;padding:10px 35px;text-transform:uppercase;transition:all .5s ease-out;margin-top:30px;display:inline-block}.venture-explainer .book-demo:hover{background-color:#fff;color:#36c283}@media (max-width: 1200px){.container-wrapper{padding:0 3rem!important}}h4{color:#222!important}\n"] }]
|
|
1396
1393
|
}] });
|
|
@@ -1416,20 +1413,17 @@ class VentureComponent extends AppBaseComponent {
|
|
|
1416
1413
|
ngAfterViewInit() {
|
|
1417
1414
|
HelperService.changeTitleText();
|
|
1418
1415
|
}
|
|
1419
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1420
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", 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: i2.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" }] }); }
|
|
1416
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: VentureComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1417
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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: i2.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" }] }); }
|
|
1421
1418
|
}
|
|
1422
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: VentureComponent, decorators: [{
|
|
1423
1420
|
type: Component,
|
|
1424
1421
|
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"] }]
|
|
1425
1422
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
|
|
1426
1423
|
|
|
1427
1424
|
class PublicModule {
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
}
|
|
1431
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: PublicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1432
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: PublicModule, declarations: [
|
|
1425
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PublicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1426
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: PublicModule, declarations: [
|
|
1433
1427
|
// Landing pages - Careers
|
|
1434
1428
|
CareersComponent,
|
|
1435
1429
|
CareersContactUsComponent,
|
|
@@ -1459,7 +1453,7 @@ class PublicModule {
|
|
|
1459
1453
|
NgxCaptchaModule,
|
|
1460
1454
|
NgbNavModule,
|
|
1461
1455
|
LandingPageSharedComponentsModule] }); }
|
|
1462
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.
|
|
1456
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PublicModule, imports: [CommonModule,
|
|
1463
1457
|
FormsModule,
|
|
1464
1458
|
ReactiveFormsModule,
|
|
1465
1459
|
// SharedModule,
|
|
@@ -1472,7 +1466,7 @@ class PublicModule {
|
|
|
1472
1466
|
NgbNavModule,
|
|
1473
1467
|
LandingPageSharedComponentsModule] }); }
|
|
1474
1468
|
}
|
|
1475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1469
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: PublicModule, decorators: [{
|
|
1476
1470
|
type: NgModule,
|
|
1477
1471
|
args: [{
|
|
1478
1472
|
imports: [
|
|
@@ -1511,7 +1505,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
|
|
|
1511
1505
|
VentureExplainerComponent
|
|
1512
1506
|
]
|
|
1513
1507
|
}]
|
|
1514
|
-
}]
|
|
1508
|
+
}] });
|
|
1515
1509
|
|
|
1516
1510
|
class ErrorPageComponent {
|
|
1517
1511
|
constructor(location) {
|
|
@@ -1523,10 +1517,10 @@ class ErrorPageComponent {
|
|
|
1523
1517
|
state?.['message'] ??
|
|
1524
1518
|
'Something went wrong, please check with the website administrator';
|
|
1525
1519
|
}
|
|
1526
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1527
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1520
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ErrorPageComponent, deps: [{ token: i3.Location }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1521
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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 <div class=\"no-border\"\n *ngIf=\"message\">\n <h6 class=\"alert alert-danger\">{{ message }}</h6>\n </div>\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: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2$2.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] }); }
|
|
1528
1522
|
}
|
|
1529
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ErrorPageComponent, decorators: [{
|
|
1530
1524
|
type: Component,
|
|
1531
1525
|
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 <div class=\"no-border\"\n *ngIf=\"message\">\n <h6 class=\"alert alert-danger\">{{ message }}</h6>\n </div>\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" }]
|
|
1532
1526
|
}], ctorParameters: () => [{ type: i3.Location }] });
|
|
@@ -1608,10 +1602,10 @@ class IncidentsStatusComponent extends AppBaseComponent {
|
|
|
1608
1602
|
return `${durationDays.toFixed(1)} days`;
|
|
1609
1603
|
}
|
|
1610
1604
|
}
|
|
1611
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1612
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1605
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: IncidentsStatusComponent, deps: [{ token: i0.Injector }, { token: i1.CommonService }, { token: i1.AuthService }, { token: i2$4.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1606
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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 <div class=\"table-responsive\" *ngIf=\"openIncidents?.length\">\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 <tr *ngFor=\"\n let data of openIncidents\n | paginate\n : { id: 'data', itemsPerPage: 10, currentPage: p };\n let i = index\n \" 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 <i class=\"fa fa-edit edit-icon\" aria-hidden=\"true\" (click)=\"navigateToEdit(data)\"\n (keydown.enter)=\"navigateToEdit(data)\"\n *ngIf=\"loggedIn && (user?.auth?.granted['Pages.SuperAdmin'])\"></i>\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 </tbody>\n </table>\n <div class=\"text-center pagination-controls col-lg-12 px-0 w-100 mt-3\" *ngIf=\"openIncidents?.length > 10\">\n <pagination-controls id=\"data\" (pageChange)=\"p = $event\">\n </pagination-controls>\n </div>\n </div>\n <p *ngIf=\"!openIncidents?.length\">Nothing here</p>\n </ng-template>\n </li>\n <li [ngbNavItem]=\"2\">\n <a ngbNavLink>Closed Incidents</a>\n <ng-template ngbNavContent>\n <div class=\"table-responsive\" *ngIf=\"pastIncidents?.length\">\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 <tr *ngFor=\"let incident of pastIncidents | paginate : {\n id: 'incident',\n itemsPerPage: 10,\n currentPage: p1\n };\n let i = index\n \" 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 <i class=\"fa fa-edit edit-icon cursor-pointer\" aria-hidden=\"true\"\n (click)=\"navigateToEdit(incident)\" (keydown.enter)=\"navigateToEdit(incident)\" *ngIf=\"loggedIn && (user?.auth?.granted['Pages.SuperAdmin'])\"></i>\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 </tbody>\n </table>\n <div class=\"text-center pagination-controls col-lg-12 px-0 w-100 mt-3\" *ngIf=\"pastIncidents?.length > 10\">\n <pagination-controls id=\"incident\" (pageChange)=\"p1 = $event\">\n </pagination-controls>\n </div>\n </div>\n <p *ngIf=\"!pastIncidents?.length\">Nothing here</p>\n </ng-template>\n </li>\n </ul>\n <div [ngbNavOutlet]=\"nav\"></div>\n </div>\n</div>", 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)}.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: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.PaginationControlsComponent, selector: "pagination-controls", inputs: ["id", "maxSize", "directionLinks", "autoHide", "responsive", "previousLabel", "nextLabel", "screenReaderPaginationLabel", "screenReaderPageLabel", "screenReaderCurrentLabel"], outputs: ["pageChange", "pageBoundsCorrection"] }, { kind: "directive", type: i5.NgbNavContent, selector: "ng-template[ngbNavContent]" }, { kind: "directive", type: i5.NgbNav, selector: "[ngbNav]", inputs: ["activeId", "animation", "destroyOnHide", "orientation", "roles", "keyboard"], outputs: ["activeIdChange", "shown", "hidden", "navChange"], exportAs: ["ngbNav"] }, { kind: "directive", type: i5.NgbNavItem, selector: "[ngbNavItem]", inputs: ["destroyOnHide", "disabled", "domId", "ngbNavItem"], outputs: ["shown", "hidden"], exportAs: ["ngbNavItem"] }, { kind: "directive", type: i5.NgbNavItemRole, selector: "[ngbNavItem]:not(ng-container)" }, { kind: "directive", type: i5.NgbNavLink, selector: "a[ngbNavLink]" }, { kind: "directive", type: i5.NgbNavLinkBase, selector: "[ngbNavLink]" }, { kind: "component", type: i5.NgbNavOutlet, selector: "[ngbNavOutlet]", inputs: ["paneRole", "ngbNavOutlet"] }, { kind: "component", type: i6$1.ResourceHeaderComponent, selector: "pw-resource-header", inputs: ["user", "userLoggedIn"] }, { kind: "pipe", type: i3.DatePipe, name: "date" }, { kind: "pipe", type: i4.PaginatePipe, name: "paginate" }] }); }
|
|
1613
1607
|
}
|
|
1614
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1608
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: IncidentsStatusComponent, decorators: [{
|
|
1615
1609
|
type: Component,
|
|
1616
1610
|
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 <div class=\"table-responsive\" *ngIf=\"openIncidents?.length\">\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 <tr *ngFor=\"\n let data of openIncidents\n | paginate\n : { id: 'data', itemsPerPage: 10, currentPage: p };\n let i = index\n \" 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 <i class=\"fa fa-edit edit-icon\" aria-hidden=\"true\" (click)=\"navigateToEdit(data)\"\n (keydown.enter)=\"navigateToEdit(data)\"\n *ngIf=\"loggedIn && (user?.auth?.granted['Pages.SuperAdmin'])\"></i>\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 </tbody>\n </table>\n <div class=\"text-center pagination-controls col-lg-12 px-0 w-100 mt-3\" *ngIf=\"openIncidents?.length > 10\">\n <pagination-controls id=\"data\" (pageChange)=\"p = $event\">\n </pagination-controls>\n </div>\n </div>\n <p *ngIf=\"!openIncidents?.length\">Nothing here</p>\n </ng-template>\n </li>\n <li [ngbNavItem]=\"2\">\n <a ngbNavLink>Closed Incidents</a>\n <ng-template ngbNavContent>\n <div class=\"table-responsive\" *ngIf=\"pastIncidents?.length\">\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 <tr *ngFor=\"let incident of pastIncidents | paginate : {\n id: 'incident',\n itemsPerPage: 10,\n currentPage: p1\n };\n let i = index\n \" 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 <i class=\"fa fa-edit edit-icon cursor-pointer\" aria-hidden=\"true\"\n (click)=\"navigateToEdit(incident)\" (keydown.enter)=\"navigateToEdit(incident)\" *ngIf=\"loggedIn && (user?.auth?.granted['Pages.SuperAdmin'])\"></i>\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 </tbody>\n </table>\n <div class=\"text-center pagination-controls col-lg-12 px-0 w-100 mt-3\" *ngIf=\"pastIncidents?.length > 10\">\n <pagination-controls id=\"incident\" (pageChange)=\"p1 = $event\">\n </pagination-controls>\n </div>\n </div>\n <p *ngIf=\"!pastIncidents?.length\">Nothing here</p>\n </ng-template>\n </li>\n </ul>\n <div [ngbNavOutlet]=\"nav\"></div>\n </div>\n</div>", 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)}.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"] }]
|
|
1617
1611
|
}], ctorParameters: () => [{ type: i0.Injector }, { type: i1.CommonService }, { type: i1.AuthService }, { type: i2$4.DomSanitizer }] });
|
|
@@ -1620,10 +1614,10 @@ class LockScreenPageComponent {
|
|
|
1620
1614
|
onSubmit() {
|
|
1621
1615
|
this.lockScreenForm.reset();
|
|
1622
1616
|
}
|
|
1623
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1624
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1617
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LockScreenPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1618
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: LockScreenPageComponent, isStandalone: false, selector: "pw-lock-screen-page", viewQueries: [{ propertyName: "lockScreenForm", first: true, predicate: ["f"], descendants: true, static: true }], ngImport: i0, template: "<!--Lock Screen Starts-->\n<section id=\"lock-screen\">\n <div class=\"container-fluid gradient-crystal-clear\">\n <div class=\"row full-height-vh\">\n <div class=\"col-12 d-flex align-items-center justify-content-center\">\n <div class=\"card width-400\">\n <div class=\"row\">\n <div class=\"col-sm-8\">\n <div class=\"card-title font-medium-5 pt-2 ms-2\">User</div>\n </div>\n <div class=\"col-sm-4\">\n <div class=\"text-end card-img overlap\">\n <img alt=\"avatar\"\n class=\"mb-1\"\n src=\"assets/img/portrait/avatars/avatar-03.png\"\n width=\"150\" />\n </div>\n </div>\n </div>\n <div class=\"card-body\">\n <div class=\"card-block\">\n <form (ngSubmit)=\"onSubmit()\"\n #f=\"ngForm\"\n novalidate=\"\">\n <div class=\"mb-3 mt-3\">\n <h3 class=\"text-center text-uppercase text-bold-400\">\n Unlock User\n </h3>\n </div>\n <div class=\"mb-3 pt-3\">\n <input type=\"password\"\n class=\"form-control\"\n id=\"inputPass\"\n name=\"inputPass\"\n placeholder=\"Password\"\n ngModel\n required />\n </div>\n <div class=\"mb-3\">\n <div class=\"text-center mt-3\">\n <button type=\"button\"\n class=\"btn btn-default btn-raised btn-lg py-1 mt-3 font-small-5 btn-block\">\n Unlock\n </button>\n </div>\n </div>\n </form>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--Lock Screen Ends-->\n", dependencies: [{ kind: "directive", type: i2$1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2$1.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$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2$1.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i2$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2$1.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }] }); }
|
|
1625
1619
|
}
|
|
1626
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1620
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LockScreenPageComponent, decorators: [{
|
|
1627
1621
|
type: Component,
|
|
1628
1622
|
args: [{ selector: 'pw-lock-screen-page', standalone: false, template: "<!--Lock Screen Starts-->\n<section id=\"lock-screen\">\n <div class=\"container-fluid gradient-crystal-clear\">\n <div class=\"row full-height-vh\">\n <div class=\"col-12 d-flex align-items-center justify-content-center\">\n <div class=\"card width-400\">\n <div class=\"row\">\n <div class=\"col-sm-8\">\n <div class=\"card-title font-medium-5 pt-2 ms-2\">User</div>\n </div>\n <div class=\"col-sm-4\">\n <div class=\"text-end card-img overlap\">\n <img alt=\"avatar\"\n class=\"mb-1\"\n src=\"assets/img/portrait/avatars/avatar-03.png\"\n width=\"150\" />\n </div>\n </div>\n </div>\n <div class=\"card-body\">\n <div class=\"card-block\">\n <form (ngSubmit)=\"onSubmit()\"\n #f=\"ngForm\"\n novalidate=\"\">\n <div class=\"mb-3 mt-3\">\n <h3 class=\"text-center text-uppercase text-bold-400\">\n Unlock User\n </h3>\n </div>\n <div class=\"mb-3 pt-3\">\n <input type=\"password\"\n class=\"form-control\"\n id=\"inputPass\"\n name=\"inputPass\"\n placeholder=\"Password\"\n ngModel\n required />\n </div>\n <div class=\"mb-3\">\n <div class=\"text-center mt-3\">\n <button type=\"button\"\n class=\"btn btn-default btn-raised btn-lg py-1 mt-3 font-small-5 btn-block\">\n Unlock\n </button>\n </div>\n </div>\n </form>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--Lock Screen Ends-->\n" }]
|
|
1629
1623
|
}], propDecorators: { lockScreenForm: [{
|
|
@@ -1636,19 +1630,19 @@ class MaintenancePageComponent extends AppBaseComponent {
|
|
|
1636
1630
|
super(injector);
|
|
1637
1631
|
this.logo = this.appConfig?.company?.logos?.header_squared_main?.url;
|
|
1638
1632
|
}
|
|
1639
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1640
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1633
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MaintenancePageComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1634
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: MaintenancePageComponent, isStandalone: false, selector: "app-maintenance", usesInheritance: true, ngImport: i0, template: "<!--Under Maintenance Starts-->\n<section id=\"maintenance\">\n <div class=\"container-fluid maintenance-gradient\">\n <div class=\"row full-height-vh\">\n <div class=\"col-12 d-flex align-items-center justify-content-center\">\n <div class=\"card border-grey border-lighten-3 px-1 py-1 box-shadow-3\">\n <div class=\"card-block\">\n <span class=\"card-title text-center\">\n <img alt=\"avatar\"\n class=\"img-fluid mx-auto d-block pt-2 mb-1\"\n [src]=\"logo\"\n width=\"100\" />\n </span>\n </div>\n <!-- Centered Content Wrapper -->\n <div class=\"d-flex flex-column align-items-center justify-content-center maintenance-content\">\n <!-- Centered Content -->\n <div class=\"card-block text-center\">\n <h3>Our website is under maintenance.</h3>\n <p>\n We're sorry for the inconvenience.\n <br />Please come back later.\n </p>\n <div class=\"mt-2\">\n <i class=\"fa fa-cog spinner font-large-2\" aria-hidden=\"true\" aria-label=\"Cog Spinner\"></i>\n </div>\n </div>\n <hr />\n <!-- Social Icons -->\n <p class=\"socialIcon card-text text-center pt-2 pb-2\">\n <a class=\"btn btn-social-icon me-1 mb-1 btn-outline-facebook\" aria-label=\"Facebook Spinner\">\n <i class=\"fas spinner fa-spinner\" aria-hidden=\"true\"></i>\n </a>\n <a class=\"btn btn-social-icon me-1 mb-1 btn-outline-twitter\" aria-label=\"Twitter Spinner\">\n <i class=\"fas spinner fa-spinner\" aria-hidden=\"true\"></i>\n </a>\n <a class=\"btn btn-social-icon me-1 mb-1 btn-outline-linkedin\" aria-label=\"LinkedIn Spinner\">\n <i class=\"fas spinner fa-spinner\" aria-hidden=\"true\"></i>\n </a>\n <a class=\"btn btn-social-icon me-1 mb-1 btn-outline-github\" aria-label=\"Github Spinner\">\n <i class=\"fas spinner fa-spinner\" aria-hidden=\"true\"></i>\n </a>\n </p>\n </div>\n <!-- End of Centered Content Wrapper -->\n </div>\n </div>\n </div>\n </div>\n</section>\n", styles: [".maintenance-gradient{background:#1258d2;background:-webkit-gradient(to right to bottom,right to bottom,color-stop(0%,rgb(18,88,210)),color-stop(39%,rgb(18,88,210)),color-stop(51%,rgba(18,88,210,.99)),color-stop(71%,rgba(91,164,253,.99)),color-stop(100%,rgba(91,164,253,.99)));background:linear-gradient(to right,#1258d2 0% 39%,#1258d2fc 51%,#5ba4fdfc 71% 100%)}.main-content{padding-right:2rem;padding-top:10rem}.maintenance-content{height:70vh}\n"] }); }
|
|
1641
1635
|
}
|
|
1642
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1636
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MaintenancePageComponent, decorators: [{
|
|
1643
1637
|
type: Component,
|
|
1644
1638
|
args: [{ selector: 'app-maintenance', standalone: false, template: "<!--Under Maintenance Starts-->\n<section id=\"maintenance\">\n <div class=\"container-fluid maintenance-gradient\">\n <div class=\"row full-height-vh\">\n <div class=\"col-12 d-flex align-items-center justify-content-center\">\n <div class=\"card border-grey border-lighten-3 px-1 py-1 box-shadow-3\">\n <div class=\"card-block\">\n <span class=\"card-title text-center\">\n <img alt=\"avatar\"\n class=\"img-fluid mx-auto d-block pt-2 mb-1\"\n [src]=\"logo\"\n width=\"100\" />\n </span>\n </div>\n <!-- Centered Content Wrapper -->\n <div class=\"d-flex flex-column align-items-center justify-content-center maintenance-content\">\n <!-- Centered Content -->\n <div class=\"card-block text-center\">\n <h3>Our website is under maintenance.</h3>\n <p>\n We're sorry for the inconvenience.\n <br />Please come back later.\n </p>\n <div class=\"mt-2\">\n <i class=\"fa fa-cog spinner font-large-2\" aria-hidden=\"true\" aria-label=\"Cog Spinner\"></i>\n </div>\n </div>\n <hr />\n <!-- Social Icons -->\n <p class=\"socialIcon card-text text-center pt-2 pb-2\">\n <a class=\"btn btn-social-icon me-1 mb-1 btn-outline-facebook\" aria-label=\"Facebook Spinner\">\n <i class=\"fas spinner fa-spinner\" aria-hidden=\"true\"></i>\n </a>\n <a class=\"btn btn-social-icon me-1 mb-1 btn-outline-twitter\" aria-label=\"Twitter Spinner\">\n <i class=\"fas spinner fa-spinner\" aria-hidden=\"true\"></i>\n </a>\n <a class=\"btn btn-social-icon me-1 mb-1 btn-outline-linkedin\" aria-label=\"LinkedIn Spinner\">\n <i class=\"fas spinner fa-spinner\" aria-hidden=\"true\"></i>\n </a>\n <a class=\"btn btn-social-icon me-1 mb-1 btn-outline-github\" aria-label=\"Github Spinner\">\n <i class=\"fas spinner fa-spinner\" aria-hidden=\"true\"></i>\n </a>\n </p>\n </div>\n <!-- End of Centered Content Wrapper -->\n </div>\n </div>\n </div>\n </div>\n</section>\n", styles: [".maintenance-gradient{background:#1258d2;background:-webkit-gradient(to right to bottom,right to bottom,color-stop(0%,rgb(18,88,210)),color-stop(39%,rgb(18,88,210)),color-stop(51%,rgba(18,88,210,.99)),color-stop(71%,rgba(91,164,253,.99)),color-stop(100%,rgba(91,164,253,.99)));background:linear-gradient(to right,#1258d2 0% 39%,#1258d2fc 51%,#5ba4fdfc 71% 100%)}.main-content{padding-right:2rem;padding-top:10rem}.maintenance-content{height:70vh}\n"] }]
|
|
1645
1639
|
}], ctorParameters: () => [{ type: i0.Injector }] });
|
|
1646
1640
|
|
|
1647
1641
|
class NotfoundPageComponent {
|
|
1648
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1649
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1642
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NotfoundPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1643
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: NotfoundPageComponent, isStandalone: false, selector: "ng-component", 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\">Opps...</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 <div class=\"no-border\">\n <div class=\"text-center text-bold-700 grey darken-2 mt-5 error-404\">\n 404\n </div>\n </div>\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", styles: [".error-404{font-size:11rem;margin-bottom:4rem}\n"], dependencies: [{ kind: "directive", type: i2$2.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] }); }
|
|
1650
1644
|
}
|
|
1651
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1645
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: NotfoundPageComponent, decorators: [{
|
|
1652
1646
|
type: Component,
|
|
1653
1647
|
args: [{ 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\">Opps...</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 <div class=\"no-border\">\n <div class=\"text-center text-bold-700 grey darken-2 mt-5 error-404\">\n 404\n </div>\n </div>\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", styles: [".error-404{font-size:11rem;margin-bottom:4rem}\n"] }]
|
|
1654
1648
|
}] });
|
|
@@ -1670,20 +1664,17 @@ class ResourceMeetingsComponent extends AppBaseComponent {
|
|
|
1670
1664
|
}
|
|
1671
1665
|
});
|
|
1672
1666
|
}
|
|
1673
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1674
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1667
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ResourceMeetingsComponent, deps: [{ token: i2$4.DomSanitizer }, { token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1668
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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: i6$1.ResourceHeaderComponent, selector: "pw-resource-header", inputs: ["user", "userLoggedIn"] }, { kind: "component", type: i4$1.DemoCardsComponent, selector: "pw-demo-card", inputs: ["user", "userLoggedIn"] }] }); }
|
|
1675
1669
|
}
|
|
1676
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1670
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ResourceMeetingsComponent, decorators: [{
|
|
1677
1671
|
type: Component,
|
|
1678
1672
|
args: [{ selector: 'pw--public-book-a-demo', standalone: false, 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" }]
|
|
1679
1673
|
}], ctorParameters: () => [{ type: i2$4.DomSanitizer }, { type: i1.AuthService }, { type: i0.Injector }] });
|
|
1680
1674
|
|
|
1681
1675
|
class ErrorStatusPagesModule {
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
}
|
|
1685
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ErrorStatusPagesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1686
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: ErrorStatusPagesModule, declarations: [ErrorPageComponent,
|
|
1676
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ErrorStatusPagesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1677
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: ErrorStatusPagesModule, declarations: [ErrorPageComponent,
|
|
1687
1678
|
IncidentsStatusComponent,
|
|
1688
1679
|
LockScreenPageComponent,
|
|
1689
1680
|
MaintenancePageComponent,
|
|
@@ -1703,7 +1694,7 @@ class ErrorStatusPagesModule {
|
|
|
1703
1694
|
MaintenancePageComponent,
|
|
1704
1695
|
NotfoundPageComponent,
|
|
1705
1696
|
ResourceMeetingsComponent] }); }
|
|
1706
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.
|
|
1697
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ErrorStatusPagesModule, imports: [CommonModule,
|
|
1707
1698
|
FormsModule,
|
|
1708
1699
|
ReactiveFormsModule,
|
|
1709
1700
|
RouterModule,
|
|
@@ -1714,7 +1705,7 @@ class ErrorStatusPagesModule {
|
|
|
1714
1705
|
DemoCardsModule // For pw-demo-card (used in ResourceMeetingsComponent)
|
|
1715
1706
|
] }); }
|
|
1716
1707
|
}
|
|
1717
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1708
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ErrorStatusPagesModule, decorators: [{
|
|
1718
1709
|
type: NgModule,
|
|
1719
1710
|
args: [{
|
|
1720
1711
|
imports: [
|
|
@@ -1745,7 +1736,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
|
|
|
1745
1736
|
ResourceMeetingsComponent
|
|
1746
1737
|
]
|
|
1747
1738
|
}]
|
|
1748
|
-
}]
|
|
1739
|
+
}] });
|
|
1749
1740
|
|
|
1750
1741
|
/**
|
|
1751
1742
|
* Generated bundle index. Do not edit.
|