@posiwise/public-modules 0.0.6654 → 0.1.1
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.
- package/fesm2022/posiwise-public-modules.mjs +1161 -832
- package/fesm2022/posiwise-public-modules.mjs.map +1 -1
- package/index.d.ts +9 -1
- package/lib/ab-test/ab-alternative/ab-alternative.component.d.ts +16 -0
- package/lib/ab-test/ab-test-container/ab-test-container.component.d.ts +19 -0
- package/lib/ab-test/ab-test.interface.d.ts +9 -0
- package/lib/ab-test/ab-test.module.d.ts +13 -0
- package/lib/config/constant.d.ts +1 -0
- package/lib/error-page/error-page.component.d.ts +1 -1
- package/lib/error-status-pages.module.d.ts +20 -0
- package/lib/geo-template/geo-template.component.d.ts +12 -0
- package/lib/incidents-status/incidents-status.component.d.ts +14 -4
- package/lib/landing-page-shared.module.d.ts +47 -0
- package/lib/landing-pages/base/base-contact-form.component.d.ts +26 -0
- package/lib/landing-pages/base/base-landing-page.component.d.ts +17 -0
- package/lib/landing-pages/hiring/careers/careers.component.d.ts +1 -1
- package/lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component.d.ts +5 -19
- package/lib/landing-pages/landing-page/landing-page.component.d.ts +7 -6
- package/lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component.d.ts +6 -1
- package/lib/landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component.d.ts +6 -6
- package/lib/landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component.d.ts +1 -1
- package/lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component.d.ts +2 -0
- package/lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component.d.ts +2 -4
- package/lib/landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component.d.ts +6 -6
- package/lib/landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component.d.ts +6 -6
- package/lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component.d.ts +2 -0
- package/lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component.d.ts +2 -4
- package/lib/landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component.d.ts +5 -5
- package/lib/landing-pages/tech-features/base-tech-feature.component.d.ts +19 -0
- package/lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component.d.ts +5 -9
- package/lib/landing-pages/tech-features/core-features/core-features.component.d.ts +6 -11
- package/lib/landing-pages/tech-features/customer-success/customer-success.component.d.ts +5 -9
- package/lib/landing-pages/tech-features/enterprise-management/enterprise-management.component.d.ts +4 -10
- package/lib/landing-pages/tech-features/ip-management/ip-management.component.d.ts +4 -10
- package/lib/landing-pages/tech-features/payments/payments.component.d.ts +4 -10
- package/lib/landing-pages/tech-features/security/security.component.d.ts +4 -10
- package/lib/landing-pages/tech-features/ui-builder/ui-builder.component.d.ts +4 -10
- package/lib/landing-pages/tech-features/user-management/user-management.component.d.ts +4 -10
- package/lib/landing-pages/ventures/venture/venture.component.d.ts +1 -1
- package/lib/maintenance/maintenance-page.component.d.ts +6 -2
- package/lib/public.module.d.ts +25 -56
- package/lib/resource-meetings/resource-meetings.component.d.ts +18 -0
- package/package.json +3 -5
- package/esm2022/index.mjs +0 -53
- package/esm2022/lib/config/constant.mjs +0 -87
- package/esm2022/lib/error-page/error-page.component.mjs +0 -23
- package/esm2022/lib/incidents-status/incidents-status.component.mjs +0 -36
- package/esm2022/lib/landing-pages/hiring/careers/careers.component.mjs +0 -42
- package/esm2022/lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component.mjs +0 -90
- package/esm2022/lib/landing-pages/hiring/careers-explainer/careers-explainer.component.mjs +0 -12
- package/esm2022/lib/landing-pages/landing-page/landing-page.component.mjs +0 -60
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-about-us/landing-page-about-us.component.mjs +0 -12
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component.mjs +0 -18
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component.mjs +0 -18
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-change-adapt/landing-page-change-adapt.component.mjs +0 -12
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component.mjs +0 -95
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component.mjs +0 -29
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component.mjs +0 -21
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-innovate/landing-page-innovate.component.mjs +0 -11
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component.mjs +0 -41
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-services/landing-page-services.component.mjs +0 -12
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component.mjs +0 -88
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-team/landing-page-team.component.mjs +0 -12
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-testimonials/landing-page-testimonials.component.mjs +0 -12
- package/esm2022/lib/landing-pages/landing-page/sections/main-explainer/main-explainer.component.mjs +0 -12
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-about-us-b/landing-page-about-us-b.component.mjs +0 -12
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-banner-b/landing-page-banner-b.component.mjs +0 -18
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-change-adapt-b/landing-page-change-adapt-b.component.mjs +0 -12
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component.mjs +0 -95
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component.mjs +0 -21
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-innovate-b/landing-page-innovate-b.component.mjs +0 -11
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component.mjs +0 -44
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-services-b/landing-page-services-b.component.mjs +0 -12
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component.mjs +0 -88
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-team-b/landing-page-team-b.component.mjs +0 -12
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-testimonials-b/landing-page-testimonials-b.component.mjs +0 -12
- package/esm2022/lib/landing-pages/landing-page/sections-b/main-explainer-b/main-explainer-b.component.mjs +0 -12
- package/esm2022/lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component.mjs +0 -40
- package/esm2022/lib/landing-pages/tech-features/core-feature-explainer/core-feature-explainer.component.mjs +0 -12
- package/esm2022/lib/landing-pages/tech-features/core-features/core-features.component.mjs +0 -42
- package/esm2022/lib/landing-pages/tech-features/customer-success/customer-success.component.mjs +0 -40
- package/esm2022/lib/landing-pages/tech-features/enterprise-management/enterprise-management.component.mjs +0 -40
- package/esm2022/lib/landing-pages/tech-features/ip-management/ip-management.component.mjs +0 -40
- package/esm2022/lib/landing-pages/tech-features/payments/payments.component.mjs +0 -40
- package/esm2022/lib/landing-pages/tech-features/security/security.component.mjs +0 -40
- package/esm2022/lib/landing-pages/tech-features/ui-builder/ui-builder.component.mjs +0 -40
- package/esm2022/lib/landing-pages/tech-features/user-management/user-management.component.mjs +0 -40
- package/esm2022/lib/landing-pages/ventures/venture/venture.component.mjs +0 -42
- package/esm2022/lib/landing-pages/ventures/venture-explainer/venture-explainer.component.mjs +0 -12
- package/esm2022/lib/lock-screen/lock-screen-page.component.mjs +0 -20
- package/esm2022/lib/maintenance/maintenance-page.component.mjs +0 -12
- package/esm2022/lib/notfound-page/notfound-page.component.mjs +0 -13
- package/esm2022/lib/public.module.mjs +0 -218
- package/esm2022/posiwise-public-modules.mjs +0 -5
- package/lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component.d.ts +0 -7
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import { Component, Injector, Input } from '@angular/core';
|
|
2
|
-
import { CrmService } from '@posiwise/smart-crm-shared';
|
|
3
|
-
import swal from 'sweetalert2';
|
|
4
|
-
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
5
|
-
import { AuthService, CustomToastService, ValidationService } from '@posiwise/common-services';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "@posiwise/common-services";
|
|
8
|
-
import * as i2 from "@posiwise/smart-crm-shared";
|
|
9
|
-
import * as i3 from "@angular/common";
|
|
10
|
-
import * as i4 from "@angular/forms";
|
|
11
|
-
import * as i5 from "@posiwise/directives";
|
|
12
|
-
import * as i6 from "ngx-captcha";
|
|
13
|
-
export class LandingPageSubscribeComponent extends AppBaseComponent {
|
|
14
|
-
constructor(authService, crmService, injector) {
|
|
15
|
-
super(injector);
|
|
16
|
-
this.authService = authService;
|
|
17
|
-
this.crmService = crmService;
|
|
18
|
-
this.email = '';
|
|
19
|
-
this.siteKey = '';
|
|
20
|
-
this.isEmailValid = true;
|
|
21
|
-
this.isCaptchaVerified = false;
|
|
22
|
-
this.isSubscribeClicked = false;
|
|
23
|
-
this.recaptcha = null;
|
|
24
|
-
this.subscriptionId = this.appConfig.crm.subscription_id;
|
|
25
|
-
this.sourceId = this.appConfig.crm.source_id;
|
|
26
|
-
this.toast = injector.get(CustomToastService);
|
|
27
|
-
}
|
|
28
|
-
ngOnInit() {
|
|
29
|
-
this.siteKey = this.appConfig.integrations.captcha_key_V2;
|
|
30
|
-
}
|
|
31
|
-
subscribeNewsletter() {
|
|
32
|
-
this.isSubscribeClicked = !!(this.email && ValidationService.email(this.email));
|
|
33
|
-
}
|
|
34
|
-
validateEmail() {
|
|
35
|
-
if (this.email) {
|
|
36
|
-
this.isEmailValid = ValidationService.email(this.email);
|
|
37
|
-
}
|
|
38
|
-
else {
|
|
39
|
-
this.isEmailValid = true;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
handleSuccess(reCaptchaRes) {
|
|
43
|
-
if (reCaptchaRes) {
|
|
44
|
-
this.authService.validateReCaptcha(reCaptchaRes).subscribe((response) => {
|
|
45
|
-
if (response) {
|
|
46
|
-
if (ValidationService.email(this.email)) {
|
|
47
|
-
const data = {
|
|
48
|
-
email: this.email,
|
|
49
|
-
crm_confirmation_path: 'smart-crm/crm-newsletter-confirmation',
|
|
50
|
-
crm_unsubscribe_path: 'smart-crm/crm-newsletter-unsubscribe',
|
|
51
|
-
subscription_id: this.subscriptionId,
|
|
52
|
-
crm_source_id: this.sourceId,
|
|
53
|
-
notify_user: true
|
|
54
|
-
};
|
|
55
|
-
this.crmService.postCrmLead(data).subscribe(() => {
|
|
56
|
-
if (this.gaEventObj) {
|
|
57
|
-
this.googleAnalyticsService.sendEvent(this.gaEventObj.category, this.gaEventObj.action, this.gaEventObj.label, this.gaEventObj.value);
|
|
58
|
-
}
|
|
59
|
-
this.isCaptchaVerified = true;
|
|
60
|
-
this.isSubscribeClicked = true;
|
|
61
|
-
this.email = '';
|
|
62
|
-
swal.fire('Thanks! Please check your emails for instructions :)');
|
|
63
|
-
// wait for 2s before removing captcha
|
|
64
|
-
setTimeout(() => {
|
|
65
|
-
this.isCaptchaVerified = false;
|
|
66
|
-
this.isSubscribeClicked = false;
|
|
67
|
-
}, 2000);
|
|
68
|
-
});
|
|
69
|
-
}
|
|
70
|
-
else {
|
|
71
|
-
// TODO Error Handling
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
});
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageSubscribeComponent, deps: [{ token: i1.AuthService }, { token: i2.CrmService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
78
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: LandingPageSubscribeComponent, 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>Join the family<br /></h3>\n <p>Get the latest news straight to your inbox.</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=\"subscribe\" />\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_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: i4.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: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i5.LazyImgDirective, selector: "img" }, { kind: "component", type: i6.ReCaptcha2Component, selector: "ngx-recaptcha2", inputs: ["theme", "size"] }] }); }
|
|
79
|
-
}
|
|
80
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageSubscribeComponent, decorators: [{
|
|
81
|
-
type: Component,
|
|
82
|
-
args: [{ selector: 'pw-landing-page-subscribe', 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>Join the family<br /></h3>\n <p>Get the latest news straight to your inbox.</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=\"subscribe\" />\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_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"] }]
|
|
83
|
-
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i2.CrmService }, { type: i0.Injector }], propDecorators: { sourceId: [{
|
|
84
|
-
type: Input
|
|
85
|
-
}], gaEventObj: [{
|
|
86
|
-
type: Input
|
|
87
|
-
}] } });
|
|
88
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLXN1YnNjcmliZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy9sYW5kaW5nLXBhZ2Uvc2VjdGlvbnMvbGFuZGluZy1wYWdlLXN1YnNjcmliZS9sYW5kaW5nLXBhZ2Utc3Vic2NyaWJlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9sYW5kaW5nLXBhZ2Utc3Vic2NyaWJlL2xhbmRpbmctcGFnZS1zdWJzY3JpYmUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxRQUFRLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQ25FLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUN4RCxPQUFPLElBQUksTUFBTSxhQUFhLENBQUM7QUFFL0IsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFFaEUsT0FBTyxFQUFFLFdBQVcsRUFBRSxrQkFBa0IsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDOzs7Ozs7OztBQU8vRixNQUFNLE9BQU8sNkJBQThCLFNBQVEsZ0JBQWdCO0lBcUIvRCxZQUNZLFdBQXdCLEVBQ3hCLFVBQXNCLEVBQzlCLFFBQWtCO1FBRWxCLEtBQUssQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUpSLGdCQUFXLEdBQVgsV0FBVyxDQUFhO1FBQ3hCLGVBQVUsR0FBVixVQUFVLENBQVk7UUF0QmxDLFVBQUssR0FBRyxFQUFFLENBQUM7UUFFWCxZQUFPLEdBQUcsRUFBRSxDQUFDO1FBRWIsaUJBQVksR0FBRyxJQUFJLENBQUM7UUFFcEIsc0JBQWlCLEdBQUcsS0FBSyxDQUFDO1FBRTFCLHVCQUFrQixHQUFHLEtBQUssQ0FBQztRQUUzQixjQUFTLEdBQUcsSUFBSSxDQUFDO1FBSWpCLG1CQUFjLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsZUFBZSxDQUFDO1FBRTNDLGFBQVEsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxTQUFTLENBQUM7UUFVN0MsSUFBSSxDQUFDLEtBQUssR0FBRyxRQUFRLENBQUMsR0FBRyxDQUFDLGtCQUFrQixDQUFDLENBQUM7SUFDbEQsQ0FBQztJQUVELFFBQVE7UUFDSixJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsWUFBWSxDQUFDLGNBQWMsQ0FBQztJQUM5RCxDQUFDO0lBRUQsbUJBQW1CO1FBQ2YsSUFBSSxDQUFDLGtCQUFrQixHQUFHLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxLQUFLLElBQUksaUJBQWlCLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDO0lBQ3BGLENBQUM7SUFFRCxhQUFhO1FBQ1QsSUFBSSxJQUFJLENBQUMsS0FBSyxFQUFFO1lBQ1osSUFBSSxDQUFDLFlBQVksR0FBRyxpQkFBaUIsQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1NBQzNEO2FBQU07WUFDSCxJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQztTQUM1QjtJQUNMLENBQUM7SUFFRCxhQUFhLENBQUMsWUFBb0I7UUFDOUIsSUFBSSxZQUFZLEVBQUU7WUFDZCxJQUFJLENBQUMsV0FBVyxDQUFDLGlCQUFpQixDQUFDLFlBQVksQ0FBQyxDQUFDLFNBQVMsQ0FBQyxDQUFDLFFBQWlCLEVBQUUsRUFBRTtnQkFDN0UsSUFBSSxRQUFRLEVBQUU7b0JBQ1YsSUFBSSxpQkFBaUIsQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxFQUFFO3dCQUNyQyxNQUFNLElBQUksR0FBRzs0QkFDVCxLQUFLLEVBQUUsSUFBSSxDQUFDLEtBQUs7NEJBQ2pCLHFCQUFxQixFQUFFLHVDQUF1Qzs0QkFDOUQsb0JBQW9CLEVBQUUsc0NBQXNDOzRCQUM1RCxlQUFlLEVBQUUsSUFBSSxDQUFDLGNBQWM7NEJBQ3BDLGFBQWEsRUFBRSxJQUFJLENBQUMsUUFBUTs0QkFDNUIsV0FBVyxFQUFFLElBQUk7eUJBQ3BCLENBQUM7d0JBQ0YsSUFBSSxDQUFDLFVBQVUsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLENBQUMsU0FBUyxDQUFDLEdBQUcsRUFBRTs0QkFDN0MsSUFBSSxJQUFJLENBQUMsVUFBVSxFQUFFO2dDQUNqQixJQUFJLENBQUMsc0JBQXNCLENBQUMsU0FBUyxDQUNqQyxJQUFJLENBQUMsVUFBVSxDQUFDLFFBQVEsRUFDeEIsSUFBSSxDQUFDLFVBQVUsQ0FBQyxNQUFNLEVBQ3RCLElBQUksQ0FBQyxVQUFVLENBQUMsS0FBSyxFQUNyQixJQUFJLENBQUMsVUFBVSxDQUFDLEtBQUssQ0FDeEIsQ0FBQzs2QkFDTDs0QkFDRCxJQUFJLENBQUMsaUJBQWlCLEdBQUcsSUFBSSxDQUFDOzRCQUM5QixJQUFJLENBQUMsa0JBQWtCLEdBQUcsSUFBSSxDQUFDOzRCQUMvQixJQUFJLENBQUMsS0FBSyxHQUFHLEVBQUUsQ0FBQzs0QkFDaEIsSUFBSSxDQUFDLElBQUksQ0FBQyxzREFBc0QsQ0FBQyxDQUFDOzRCQUNsRSxzQ0FBc0M7NEJBQ3RDLFVBQVUsQ0FBQyxHQUFHLEVBQUU7Z0NBQ1osSUFBSSxDQUFDLGlCQUFpQixHQUFHLEtBQUssQ0FBQztnQ0FDL0IsSUFBSSxDQUFDLGtCQUFrQixHQUFHLEtBQUssQ0FBQzs0QkFDcEMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDO3dCQUNiLENBQUMsQ0FBQyxDQUFDO3FCQUNOO3lCQUFNO3dCQUNILHNCQUFzQjtxQkFDekI7aUJBQ0o7WUFDTCxDQUFDLENBQUMsQ0FBQztTQUNOO0lBQ0wsQ0FBQzs4R0FwRlEsNkJBQTZCO2tHQUE3Qiw2QkFBNkIsb0pDYjFDLDY3Q0E0Q0E7OzJGRC9CYSw2QkFBNkI7a0JBTHpDLFNBQVM7K0JBQ0ksMkJBQTJCO2dJQXFCNUIsUUFBUTtzQkFBaEIsS0FBSztnQkFFRyxVQUFVO3NCQUFsQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbmplY3RvciwgSW5wdXQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ3JtU2VydmljZSB9IGZyb20gJ0Bwb3Npd2lzZS9zbWFydC1jcm0tc2hhcmVkJztcbmltcG9ydCBzd2FsIGZyb20gJ3N3ZWV0YWxlcnQyJztcblxuaW1wb3J0IHsgQXBwQmFzZUNvbXBvbmVudCB9IGZyb20gJ0Bwb3Npd2lzZS9hcHAtYmFzZS1jb21wb25lbnQnO1xuaW1wb3J0IHsgR2FFdmVudCB9IGZyb20gJ0Bwb3Npd2lzZS9jb21tb24tdXRpbGl0aWVzJztcbmltcG9ydCB7IEF1dGhTZXJ2aWNlLCBDdXN0b21Ub2FzdFNlcnZpY2UsIFZhbGlkYXRpb25TZXJ2aWNlIH0gZnJvbSAnQHBvc2l3aXNlL2NvbW1vbi1zZXJ2aWNlcyc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncHctbGFuZGluZy1wYWdlLXN1YnNjcmliZScsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2xhbmRpbmctcGFnZS1zdWJzY3JpYmUuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2xhbmRpbmctcGFnZS1zdWJzY3JpYmUuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBMYW5kaW5nUGFnZVN1YnNjcmliZUNvbXBvbmVudCBleHRlbmRzIEFwcEJhc2VDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICAgIGVtYWlsID0gJyc7XG5cbiAgICBzaXRlS2V5ID0gJyc7XG5cbiAgICBpc0VtYWlsVmFsaWQgPSB0cnVlO1xuXG4gICAgaXNDYXB0Y2hhVmVyaWZpZWQgPSBmYWxzZTtcblxuICAgIGlzU3Vic2NyaWJlQ2xpY2tlZCA9IGZhbHNlO1xuXG4gICAgcmVjYXB0Y2hhID0gbnVsbDtcblxuICAgIGRlY2xhcmUgdG9hc3Q6IEN1c3RvbVRvYXN0U2VydmljZTtcblxuICAgIHN1YnNjcmlwdGlvbklkID0gdGhpcy5hcHBDb25maWcuY3JtLnN1YnNjcmlwdGlvbl9pZDtcblxuICAgIEBJbnB1dCgpIHNvdXJjZUlkID0gdGhpcy5hcHBDb25maWcuY3JtLnNvdXJjZV9pZDtcblxuICAgIEBJbnB1dCgpIGdhRXZlbnRPYmo6IEdhRXZlbnQ7XG5cbiAgICBjb25zdHJ1Y3RvcihcbiAgICAgICAgcHJpdmF0ZSBhdXRoU2VydmljZTogQXV0aFNlcnZpY2UsXG4gICAgICAgIHByaXZhdGUgY3JtU2VydmljZTogQ3JtU2VydmljZSxcbiAgICAgICAgaW5qZWN0b3I6IEluamVjdG9yXG4gICAgKSB7XG4gICAgICAgIHN1cGVyKGluamVjdG9yKTtcbiAgICAgICAgdGhpcy50b2FzdCA9IGluamVjdG9yLmdldChDdXN0b21Ub2FzdFNlcnZpY2UpO1xuICAgIH1cblxuICAgIG5nT25Jbml0KCkge1xuICAgICAgICB0aGlzLnNpdGVLZXkgPSB0aGlzLmFwcENvbmZpZy5pbnRlZ3JhdGlvbnMuY2FwdGNoYV9rZXlfVjI7XG4gICAgfVxuXG4gICAgc3Vic2NyaWJlTmV3c2xldHRlcigpIHtcbiAgICAgICAgdGhpcy5pc1N1YnNjcmliZUNsaWNrZWQgPSAhISh0aGlzLmVtYWlsICYmIFZhbGlkYXRpb25TZXJ2aWNlLmVtYWlsKHRoaXMuZW1haWwpKTtcbiAgICB9XG5cbiAgICB2YWxpZGF0ZUVtYWlsKCkge1xuICAgICAgICBpZiAodGhpcy5lbWFpbCkge1xuICAgICAgICAgICAgdGhpcy5pc0VtYWlsVmFsaWQgPSBWYWxpZGF0aW9uU2VydmljZS5lbWFpbCh0aGlzLmVtYWlsKTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIHRoaXMuaXNFbWFpbFZhbGlkID0gdHJ1ZTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIGhhbmRsZVN1Y2Nlc3MocmVDYXB0Y2hhUmVzOiBzdHJpbmcpIHtcbiAgICAgICAgaWYgKHJlQ2FwdGNoYVJlcykge1xuICAgICAgICAgICAgdGhpcy5hdXRoU2VydmljZS52YWxpZGF0ZVJlQ2FwdGNoYShyZUNhcHRjaGFSZXMpLnN1YnNjcmliZSgocmVzcG9uc2U6IGJvb2xlYW4pID0+IHtcbiAgICAgICAgICAgICAgICBpZiAocmVzcG9uc2UpIHtcbiAgICAgICAgICAgICAgICAgICAgaWYgKFZhbGlkYXRpb25TZXJ2aWNlLmVtYWlsKHRoaXMuZW1haWwpKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICBjb25zdCBkYXRhID0ge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGVtYWlsOiB0aGlzLmVtYWlsLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNybV9jb25maXJtYXRpb25fcGF0aDogJ3NtYXJ0LWNybS9jcm0tbmV3c2xldHRlci1jb25maXJtYXRpb24nLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNybV91bnN1YnNjcmliZV9wYXRoOiAnc21hcnQtY3JtL2NybS1uZXdzbGV0dGVyLXVuc3Vic2NyaWJlJyxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdWJzY3JpcHRpb25faWQ6IHRoaXMuc3Vic2NyaXB0aW9uSWQsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY3JtX3NvdXJjZV9pZDogdGhpcy5zb3VyY2VJZCxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBub3RpZnlfdXNlcjogdHJ1ZVxuICAgICAgICAgICAgICAgICAgICAgICAgfTtcbiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuY3JtU2VydmljZS5wb3N0Q3JtTGVhZChkYXRhKS5zdWJzY3JpYmUoKCkgPT4ge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlmICh0aGlzLmdhRXZlbnRPYmopIHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5nb29nbGVBbmFseXRpY3NTZXJ2aWNlLnNlbmRFdmVudChcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuZ2FFdmVudE9iai5jYXRlZ29yeSxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuZ2FFdmVudE9iai5hY3Rpb24sXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmdhRXZlbnRPYmoubGFiZWwsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmdhRXZlbnRPYmoudmFsdWVcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5pc0NhcHRjaGFWZXJpZmllZCA9IHRydWU7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5pc1N1YnNjcmliZUNsaWNrZWQgPSB0cnVlO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuZW1haWwgPSAnJztcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBzd2FsLmZpcmUoJ1RoYW5rcyEgUGxlYXNlIGNoZWNrIHlvdXIgZW1haWxzIGZvciBpbnN0cnVjdGlvbnMgOiknKTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAvLyB3YWl0IGZvciAycyBiZWZvcmUgcmVtb3ZpbmcgY2FwdGNoYVxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmlzQ2FwdGNoYVZlcmlmaWVkID0gZmFsc2U7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuaXNTdWJzY3JpYmVDbGlja2VkID0gZmFsc2U7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfSwgMjAwMCk7XG4gICAgICAgICAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIC8vIFRPRE8gRXJyb3IgSGFuZGxpbmdcbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH0pO1xuICAgICAgICB9XG4gICAgfVxufVxuIiwiPCEtLXN1YnNjcmliZSBwYXJ0IHN0YXJ0LS0+XG48c2VjdGlvbiBjbGFzcz1cInN1YnNjcmliZS1vdXRlclwiPlxuICA8ZGl2IGNsYXNzPVwic3Vic2NyaWJlLXJpZ2h0XCI+XG4gICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2Uvc3Vic2NyaWJlLXJpZ2h0LWltZy5qcGdcIlxuICAgICAgYWx0PVwic3Vic2NyaWJlXCIgLz5cbiAgPC9kaXY+XG4gIDxkaXYgY2xhc3M9XCJzdWJzY3JpYmUtbGVmdCBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyXCI+XG4gICAgPGRpdj5cbiAgICAgIDxoMz5Kb2luIHRoZSBmYW1pbHk8YnIgLz48L2gzPlxuICAgICAgPHA+R2V0IHRoZSBsYXRlc3QgbmV3cyBzdHJhaWdodCB0byB5b3VyIGluYm94LjwvcD5cbiAgICAgIDxkaXYgY2xhc3M9XCJmb3JtLW91dGVyXCI+XG4gICAgICAgIDxpbnB1dCBuYW1lPVwiXCJcbiAgICAgICAgICB0eXBlPVwiZW1haWxcIlxuICAgICAgICAgIFsobmdNb2RlbCldPVwiZW1haWxcIlxuICAgICAgICAgIGNsYXNzPVwiZW1haWwtdHh0XCJcbiAgICAgICAgICBbbmdDbGFzc109XCIhaXNFbWFpbFZhbGlkID8gJ2JvcmRlciBib3JkZXItZGFuZ2VyJyA6ICcnXCJcbiAgICAgICAgICBwbGFjZWhvbGRlcj1cIllvdXIgRW1haWxcIlxuICAgICAgICAgIChrZXl1cCk9XCJ2YWxpZGF0ZUVtYWlsKClcIiAvPlxuXG4gICAgICAgIDxpbnB1dCBuYW1lPVwiXCJcbiAgICAgICAgICAqbmdJZj1cIiFpc1N1YnNjcmliZUNsaWNrZWQgJiYgIWlzQ2FwdGNoYVZlcmlmaWVkXCJcbiAgICAgICAgICAoY2xpY2spPVwic3Vic2NyaWJlTmV3c2xldHRlcigpXCJcbiAgICAgICAgICBjbGFzcz1cInN1YnNjcmliZS1idG4gbWItMlwiXG4gICAgICAgICAgdHlwZT1cImJ1dHRvblwiXG4gICAgICAgICAgdmFsdWU9XCJzdWJzY3JpYmVcIiAvPlxuXG4gICAgICAgIDxkaXYgY2xhc3M9XCJtdC0zXCJcbiAgICAgICAgICAqbmdJZj1cImlzU3Vic2NyaWJlQ2xpY2tlZCAmJiAhaXNDYXB0Y2hhVmVyaWZpZWRcIj5cbiAgICAgICAgICA8bmd4LXJlY2FwdGNoYTIgW3NpdGVLZXldPVwic2l0ZUtleVwiXG4gICAgICAgICAgICBzaXplPVwibm9ybWFsXCJcbiAgICAgICAgICAgIFsobmdNb2RlbCldPVwicmVjYXB0Y2hhXCJcbiAgICAgICAgICAgIChzdWNjZXNzKT1cImhhbmRsZVN1Y2Nlc3MoJGV2ZW50KVwiPlxuICAgICAgICAgIDwvbmd4LXJlY2FwdGNoYTI+XG4gICAgICAgIDwvZGl2PlxuXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2xvci13aGl0ZVwiXG4gICAgICAgICAgKm5nSWY9XCJpc0NhcHRjaGFWZXJpZmllZCAmJiBpc1N1YnNjcmliZUNsaWNrZWRcIj5cbiAgICAgICAgICBZb3UncmUgc3VjY2Vzc2Z1bGx5IHN1YnNjcmliZWQgdG8gb3VyIE5ld3NsZXR0ZXIuXG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuPC9zZWN0aW9uPlxuPCEtLXN1YnNjcmliZSBwYXJ0IGVuZC0tPlxuIl19
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@posiwise/directives";
|
|
4
|
-
export class LandingPageTeamComponent {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageTeamComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: LandingPageTeamComponent, 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_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:rgb(255,255,255) 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:rgb(255,171,0);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: i1.LazyImgDirective, selector: "img" }] }); }
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageTeamComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'pw-landing-page-team', 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_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:rgb(255,255,255) 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:rgb(255,171,0);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"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLXRlYW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zL2xhbmRpbmctcGFnZS10ZWFtL2xhbmRpbmctcGFnZS10ZWFtLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9sYW5kaW5nLXBhZ2UtdGVhbS9sYW5kaW5nLXBhZ2UtdGVhbS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFPMUMsTUFBTSxPQUFPLHdCQUF3Qjs4R0FBeEIsd0JBQXdCO2tHQUF4Qix3QkFBd0IsNERDUHJDLDY2RkFxRUE7OzJGRDlEYSx3QkFBd0I7a0JBTHBDLFNBQVM7K0JBQ0ksc0JBQXNCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncHctbGFuZGluZy1wYWdlLXRlYW0nLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9sYW5kaW5nLXBhZ2UtdGVhbS5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vbGFuZGluZy1wYWdlLXRlYW0uY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBMYW5kaW5nUGFnZVRlYW1Db21wb25lbnQge31cbiIsIjwhLS1XaG8gd2UgYXJlIHNlY3Rpb24tLT5cbjxzZWN0aW9uIGNsYXNzPVwid3dyLWJsb2NrXCI+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLXhsLTEyIHAtMFwiPlxuICAgICAgICA8aDQ+TWVldCB0aGUgVGVhbTwvaDQ+XG4gICAgICAgIDxwIGNsYXNzPVwiZGVzY3JpcHRpb25cIj5cbiAgICAgICAgICBXZSBoYXZlIHN1Y2Nlc3NmdWxseSBmb3VuZGVkLCBkZXZlbG9wZWQgYW5kIGNvbW1lcmNpYWxpemVkIHNvZnR3YXJlIGNvbXBhbmllc1xuICAgICAgICAgIGludGVybmF0aW9uYWxseS4gPGJyIC8+XG4gICAgICAgICAgV2UgY2FuJ3Qgd2FpdCB0byBkbyB0aGlzIHdpdGggeW91IGFzIHdlbGwuIDxiciAvPlxuICAgICAgICA8L3A+XG4gICAgICA8L2Rpdj5cblxuICAgICAgPGRpdiBjbGFzcz1cImNvbC14bC0xMiBwLTBcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC14bC00IGNvbC1sZy00IGNvbC1tZC00IGNvbC1zbS0xMiBmbG9hdC1zdGFydCB0ZXh0LWNlbnRlclwiPlxuICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3BpYzEucG5nXCJcbiAgICAgICAgICAgIGFsdD1cIlBpY1wiXG4gICAgICAgICAgICBjbGFzcz1cImltZy1mbHVpZFwiIC8+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLXhsLTggY29sLWxnLTggY29sLW1kLTggY29sLXNtLTEyIGZsb2F0LWVuZCBjb250YWluZXItZmx1aWQgcC01IGJnLXdoaXRlIG1iLTBcIj5cbiAgICAgICAgICA8aDM+RW5yaWNvIFRhbTwvaDM+XG4gICAgICAgICAgPHA+XG4gICAgICAgICAgICBBZnRlciB0cnlpbmcgdG8gYmVjb21lIGEgcHJvZmVzc2lvbmFsIHRlbm5pcyBwbGF5ZXIsIEVucmljbyBzb21laG93IGdvdFxuICAgICAgICAgICAgZW50YW5nbGVkIGluIGEgUGhEIGluIGVuZ2luZWVyaW5nLCBhbiBNQkEgcHJvZ3JhbW1lIGFuZCBhIGJpZyBjb25zdWx0aW5nXG4gICAgICAgICAgICBmaXJtIGJlZm9yZSBiZWluZyBkcmF3biBpbnRvIHRoZSBzdGFydHVwIHdvcmxkLiBIZSBoYXMgc3VjY2Vzc2Z1bGx5IGxhdW5jaGVkXG4gICAgICAgICAgICBhbmQgZGV2ZWxvcGVkIHN1Y2Nlc3NmdWwgc29mdHdhcmUgY29tcGFuaWVzIGFuZCBoZSBpcyBub3cgb24gYSBtaXNzaW9uIHRvXG4gICAgICAgICAgICBoZWxwIG90aGVycyBkbyB0aGUgc2FtZS4gQ29mZmVlIGlzIHVzdWFsbHkgaGlzIGRyaW5rIG9mIGNob2ljZSBidXQgaGUgY2FuIGJlXG4gICAgICAgICAgICBjb252aW5jZWQgdG8gc2hhcmUgYSBuaWNlIGdsYXNzIG9mIHdpbmUgaW4gZ29vZCBjb21wYW55LlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cblxuICAgICAgPGRpdiBjbGFzcz1cImNvbC14bC0xMiBwLTBcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC14bC00IGNvbC1sZy00IGNvbC1tZC00IGNvbC1zbS0xMiBmbG9hdC1lbmQgdGV4dC1jZW50ZXIgYmctc2hhZG93XCI+XG4gICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvcGljNC5wbmdcIlxuICAgICAgICAgICAgYWx0PVwiUGljXCJcbiAgICAgICAgICAgIGNsYXNzPVwiaW1nLWZsdWlkXCIgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wteGwtOCBjb2wtbGctOCBjb2wtbWQtOCBjb2wtc20tMTIgZmxvYXQtc3RhcnQgY29udGFpbmVyLWZsdWlkIHAtNSBiZy13aGl0ZSBtYi0wXCI+XG4gICAgICAgICAgPGgzPlNhYmVyIFpyZWxsaTwvaDM+XG4gICAgICAgICAgPHA+XG4gICAgICAgICAgICBJdCBpcyBhIGxvbmcgZXN0YWJsaXNoZWQgZmFjdCB0aGF0IGEgcmVhZGVyIHdpbGwgYmUgZGlzdHJhY3RlZCBieSB0aGVcbiAgICAgICAgICAgIHJlYWRhYmxlIGNvbnRlbnQgb2YgYSBwYWdlIHdoZW4gbG9va2luZyBhdCBpdHMgbGF5b3V0LiBUaGUgcG9pbnQgb2YgdXNpbmdcbiAgICAgICAgICAgIExvcmVtIElwc3VtIGlzIHRoYXQgaXQgaGFzIGEgbW9yZS1vci1sZXNzIG5vcm1hbCBkaXN0cmlidXRpb24gb2YgbGV0dGVycywgYXNcbiAgICAgICAgICAgIG9wcG9zZWQgdG8gdXNpbmcgJ0NvbnRlbnQgaGVyZSwgY29udGVudCBoZXJlJywgbWFraW5nIGl0IGxvb2sgbGlrZSByZWFkYWJsZVxuICAgICAgICAgICAgRW5nbGlzaC5cbiAgICAgICAgICA8L3A+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG5cbiAgICAgIDxkaXYgY2xhc3M9XCJjb2wteGwtMTIgYmctc2hhZG93LWJvdHRvbVwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLXhsLTQgY29sLWxnLTQgY29sLW1kLTQgY29sLXNtLTEyIGZsb2F0LXN0YXJ0IHRleHQtY2VudGVyXCI+XG4gICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvcGljMy5wbmdcIlxuICAgICAgICAgICAgYWx0PVwiUGljXCJcbiAgICAgICAgICAgIGNsYXNzPVwiaW1nLWZsdWlkXCIgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wteGwtOCBjb2wtbGctOCBjb2wtbWQtOCBjb2wtc20tMTIgZmxvYXQtZW5kIGNvbnRhaW5lci1mbHVpZCBwLTUgYmctd2hpdGUgbWItMFwiPlxuICAgICAgICAgIDxoMz5XaWRlIE5ldHdvcms8L2gzPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgVGhyb3VnaG91dCBvdXIgY2FyZWVycywgd2UgaGF2ZSBkZXZlbG9wZWQgYSBsYXJnZSBpbnRlcm5hdGlvbmFsIG5ldHdvcmsgb2ZcbiAgICAgICAgICAgIGlubm92YXRpb24gc3BlY2lhbGl0cywgaW52ZXN0b3JzLCBhbmQgZG9tYWluIHNwZWNpYWxpc3RzIHRoYXQgd2UgY2FuXG4gICAgICAgICAgICBsZXZlcmFnZSBhdCB0aGUgcmlnaHQgbW9tZW50LlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L3NlY3Rpb24+XG48IS0tV2hvIHdlIGFyZSBzZWN0aW9uIGVuZC0tPlxuIl19
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@posiwise/directives";
|
|
4
|
-
export class LandingPageTestimonialsComponent {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageTestimonialsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: LandingPageTestimonialsComponent, 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-leftbar\">\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-leftbar\">\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-leftbar\">\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-leftbar\">\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-leftbar\">\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-leftbar\">\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-leftbar\">\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-leftbar\">\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-leftbar\">\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-leftbar\">\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-leftbar\">\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-leftbar\">\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_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:rgb(255,255,255) 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:rgb(255,171,0);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-leftbar{display:inline-block}.testimonial-leftbar span{background:rgb(236,236,237);display:inline-block;padding:20px;width:100%}.testimonial-leftbar span img{display:inline-block;width:100%}.testimonial-leftbar h3{color:#36c283;font-size:34px;font-weight:800;margin:30px 0 0;text-transform:capitalize}.testimonial-leftbar p{color:#42526e;font-size:20px;min-height:115px}.testimonial-inner-desk .testimonial-leftbar{float:left;margin:30px 2% 0;width:29%}.testimonial-inner-desk .testimonial-leftbar:last-child{margin-bottom:0;margin-right:0}.testimonial-inner-desk .testimonial-leftbar:nth-child(3){margin-bottom:0}.testimonial-inner-desk .testimonial-leftbar: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-leftbar{min-height:450px}}@media screen and (max-width: 991px){.testimonial-inner-desk,.testimonial-leftbar{min-height:400px}.testimonial-inner-desk h3,.testimonial-leftbar h3{font-size:27px}.testimonial-inner-desk p,.testimonial-leftbar p{font-size:17px}.testimonial-inner-desk p br,.testimonial-leftbar 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-leftbar{float:left;margin:30px 2% 0;width:46%}.testimonial-leftbar span{padding:20px}.testimonial-leftbar 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-leftbar{min-height:420px}.testimonial-inner-desk span,.testimonial-leftbar span{padding:10px}}\n"], dependencies: [{ kind: "directive", type: i1.LazyImgDirective, selector: "img" }] }); }
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageTestimonialsComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'pw-landing-page-testimonials', 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-leftbar\">\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-leftbar\">\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-leftbar\">\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-leftbar\">\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-leftbar\">\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-leftbar\">\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-leftbar\">\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-leftbar\">\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-leftbar\">\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-leftbar\">\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-leftbar\">\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-leftbar\">\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_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:rgb(255,255,255) 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:rgb(255,171,0);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-leftbar{display:inline-block}.testimonial-leftbar span{background:rgb(236,236,237);display:inline-block;padding:20px;width:100%}.testimonial-leftbar span img{display:inline-block;width:100%}.testimonial-leftbar h3{color:#36c283;font-size:34px;font-weight:800;margin:30px 0 0;text-transform:capitalize}.testimonial-leftbar p{color:#42526e;font-size:20px;min-height:115px}.testimonial-inner-desk .testimonial-leftbar{float:left;margin:30px 2% 0;width:29%}.testimonial-inner-desk .testimonial-leftbar:last-child{margin-bottom:0;margin-right:0}.testimonial-inner-desk .testimonial-leftbar:nth-child(3){margin-bottom:0}.testimonial-inner-desk .testimonial-leftbar: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-leftbar{min-height:450px}}@media screen and (max-width: 991px){.testimonial-inner-desk,.testimonial-leftbar{min-height:400px}.testimonial-inner-desk h3,.testimonial-leftbar h3{font-size:27px}.testimonial-inner-desk p,.testimonial-leftbar p{font-size:17px}.testimonial-inner-desk p br,.testimonial-leftbar 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-leftbar{float:left;margin:30px 2% 0;width:46%}.testimonial-leftbar span{padding:20px}.testimonial-leftbar 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-leftbar{min-height:420px}.testimonial-inner-desk span,.testimonial-leftbar span{padding:10px}}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLXRlc3RpbW9uaWFscy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy9sYW5kaW5nLXBhZ2Uvc2VjdGlvbnMvbGFuZGluZy1wYWdlLXRlc3RpbW9uaWFscy9sYW5kaW5nLXBhZ2UtdGVzdGltb25pYWxzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9sYW5kaW5nLXBhZ2UtdGVzdGltb25pYWxzL2xhbmRpbmctcGFnZS10ZXN0aW1vbmlhbHMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBTzFDLE1BQU0sT0FBTyxnQ0FBZ0M7OEdBQWhDLGdDQUFnQztrR0FBaEMsZ0NBQWdDLG9FQ1A3Qywyck9Bb01BOzsyRkQ3TGEsZ0NBQWdDO2tCQUw1QyxTQUFTOytCQUNJLDhCQUE4QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3B3LWxhbmRpbmctcGFnZS10ZXN0aW1vbmlhbHMnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9sYW5kaW5nLXBhZ2UtdGVzdGltb25pYWxzLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9sYW5kaW5nLXBhZ2UtdGVzdGltb25pYWxzLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgTGFuZGluZ1BhZ2VUZXN0aW1vbmlhbHNDb21wb25lbnQge31cbiIsIjwhLS10ZXN0aW1vbmlhbCBwYXJ0IHN0YXJ0LS0+XG48c2VjdGlvbiBjbGFzcz1cInRlc3RpbW9uaWFsLW91dGVyXCJcbiAgaWQ9XCJkZW1vc1wiPlxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgPGgyPlNvbWUgb2Ygb3VyIC0gYXdlc29tZSAtIHBhcnRuZXJzPC9oMj5cbiAgICA8ZGl2IGNsYXNzPVwidGVzdGltb25pYWwtaW5uZXIgdGVzdGltb25pYWwtaW5uZXItZGVza1wiPlxuICAgICAgPGRpdiBjbGFzcz1cInRlc3RpbW9uaWFsLWxlZnRiYXJcIj5cbiAgICAgICAgPHNwYW4+XG4gICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvdGVzdGltb25pYWwtbGFwdG9wLWltYWdlOS5wbmdcIlxuICAgICAgICAgICAgYWx0PVwiUGxhbkRvXCIgLz5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgICA8aDM+QW50bGVyPC9oMz5cbiAgICAgICAgPHA+XG4gICAgICAgICAgPGEgaHJlZj1cImh0dHBzOi8vd3d3LmFudGxlci5jby9cIlxuICAgICAgICAgICAgcmVsPVwibm9vcGVuZXIgbm9yZWZlcnJlclwiXG4gICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIj5BbnRsZXI8L2E+XG4gICAgICAgICAgaXMgYSBnbG9iYWwgVkMgJmFtcDsgc3RhcnR1cCBnZW5lcmF0b3IgZW5hYmxpbmcgZW50cmVwcmVuZXVycyB0byBidWlsZCBhbmQgc2NhbGVcbiAgICAgICAgICBnbG9iYWwgYnVzaW5lc3Nlcy5cbiAgICAgICAgPC9wPlxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzPVwidGVzdGltb25pYWwtbGVmdGJhclwiPlxuICAgICAgICA8c3Bhbj5cbiAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS90ZXN0aW1vbmlhbC1sYXB0b3AtaW1hZ2UyLnBuZ1wiXG4gICAgICAgICAgICBhbHQ9XCJIb3BsYW5jZVwiIC8+XG4gICAgICAgIDwvc3Bhbj5cbiAgICAgICAgPGgzPkhvcGxhbmNlPC9oMz5cbiAgICAgICAgPHA+XG4gICAgICAgICAgPGEgaHJlZj1cImh0dHBzOi8vd3d3LmhvcGxhbmNlLmNvbVwiXG4gICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCJcbiAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPkhvcGxhbmNlPC9hPlxuICAgICAgICAgIGNvbm5lY3RzIHRoZSBiZXN0IGZyZWVsYW5jZXJzIGFuZCBjb250cmFjdG9ycyB0byB3b3JrIG9uIGV4Y2l0aW5nIGRpZ2l0YWxcbiAgICAgICAgICBwcm9qZWN0cy5cbiAgICAgICAgPC9wPlxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzPVwidGVzdGltb25pYWwtbGVmdGJhclwiPlxuICAgICAgICA8c3Bhbj5cbiAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS90ZXN0aW1vbmlhbC1sYXB0b3AtaW1hZ2UzLnBuZ1wiXG4gICAgICAgICAgICBhbHQ9XCJGdW5kZXhhXCIgLz5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgICA8aDM+RnVuZGV4YTwvaDM+XG4gICAgICAgIDxwPlxuICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL2Z1bmRleGEuY29tL1wiXG4gICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCJcbiAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPkZ1bmRleGEncyB0ZWNobm9sb2d5PC9hPlxuICAgICAgICAgIHB1dHMgeW91IGluIGZyb250IG9mIGludmVzdG9ycyBhdCBhIGZyYWN0aW9uIG9mIHRoZSBwcmljZSBvZiB0cmFkaXRpb25hbFxuICAgICAgICAgIHNlcnZpY2VzIGFuZCBjb25zdWx0YW5jaWVzLlxuICAgICAgICA8L3A+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJ0ZXN0aW1vbmlhbC1sZWZ0YmFyXCI+XG4gICAgICAgIDxzcGFuPlxuICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Rlc3RpbW9uaWFsLWxhcHRvcC1pbWFnZTEwLnBuZ1wiXG4gICAgICAgICAgICBhbHQ9XCJTa3lidXlzXCIgLz5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgICA8aDM+VGFuayBTdHJlYW0gTGFiczwvaDM+XG4gICAgICAgIDxwPlxuICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3d3dy50YW5rc3RyZWFtbGFicy5jb20vXCJcbiAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgICAgICAgICAgdGFyZ2V0PVwiX2JsYW5rXCI+VGFuayBTdHJlYW0gTGFiczwvYT5cbiAgICAgICAgICBpcyBhIGxlYWRpbmcgYnJlZWRpbmcgZ3JvdW5kIGZvciBlbnRyZXByZW5ldXJzLCBzcGVjaWFsaXNlZCBpbmR1c3RyeSBsZWFkZXJzLFxuICAgICAgICAgIGFuZCBzY2FsZSB1cHMuXG4gICAgICAgIDwvcD5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cInRlc3RpbW9uaWFsLWxlZnRiYXJcIj5cbiAgICAgICAgPHNwYW4+XG4gICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvdGVzdGltb25pYWwtbGFwdG9wLWltYWdlMTIucG5nXCJcbiAgICAgICAgICAgIGFsdD1cIlNlbGxlY3RlXCIgLz5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgICA8aDM+TWFjcXVhcmllIEluY3ViYXRvcjwvaDM+XG4gICAgICAgIDxwPlxuICAgICAgICAgIFRoZVxuICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3d3dy5tcS5lZHUuYXUvcGFydG5lci9hY2Nlc3MtYnVzaW5lc3Mtb3Bwb3J0dW5pdGllcy9pbm5vdmF0aW9uLWVudHJlcHJlbmV1cnNoaXAtYW5kLWl0L2luY3ViYXRvclwiXG4gICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCJcbiAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPk1hY3F1YXJpZSBVbml2ZXJzaXR5IEluY3ViYXRvcjwvYT5cbiAgICAgICAgICBkZXZlbG9wcyBwcm9ncmFtcyB0byBudXJ0dXJlIGlubm92YXRpb24gYW5kIHN1cHBvcnQgdGhlIGdyb3d0aCBhbmQgc3VjY2VzcyBvZlxuICAgICAgICAgIHN0YXJ0dXBzLlxuICAgICAgICA8L3A+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJ0ZXN0aW1vbmlhbC1sZWZ0YmFyXCI+XG4gICAgICAgIDxzcGFuPlxuICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Rlc3RpbW9uaWFsLWxhcHRvcC1pbWFnZTgucG5nXCJcbiAgICAgICAgICAgIGFsdD1cIlN0b25lICYgQ2hhbGtcIiAvPlxuICAgICAgICA8L3NwYW4+XG4gICAgICAgIDxoMz5TdG9uZSAmYW1wOyBDaGFsazwvaDM+XG4gICAgICAgIDxwPlxuICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3d3dy5zdG9uZWFuZGNoYWxrLmNvbS5hdS9cIlxuICAgICAgICAgICAgcmVsPVwibm9vcGVuZXIgbm9yZWZlcnJlclwiXG4gICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIj5TdG9uZSAmYW1wOyBDaGFsazwvYT5cbiAgICAgICAgICBpcyBhbiBpbmRlcGVuZGVudCwgbm90LWZvci1wcm9maXQgRmludGVjaCBodWIgdGhhdCBhY2NlbGVyYXRlcyB0aGUgZGV2ZWxvcG1lbnRcbiAgICAgICAgICBvZiB3b3JsZC1sZWFkaW5nIEZpbnRlY2ggc3RhcnQtdXBzLlxuICAgICAgICA8L3A+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwidGVzdGltb25pYWwtaW5uZXIgdGVzdGltb25pYWwtaW5uZXItbW9iXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwib3dsLWNhcm91c2VsIG93bC10aGVtZVwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaXRlbVwiPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0ZXN0aW1vbmlhbC1sZWZ0YmFyXCI+XG4gICAgICAgICAgICA8c3Bhbj5cbiAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvdGVzdGltb25pYWwtbGFwdG9wLWltYWdlOS5wbmdcIlxuICAgICAgICAgICAgICAgIGFsdD1cIlBsYW5Eb1wiIC8+XG4gICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgICA8aDM+QW50bGVyPC9oMz5cbiAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICA8YSBocmVmPVwiaHR0cHM6Ly93d3cuYW50bGVyLmNvXCJcbiAgICAgICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCJcbiAgICAgICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIj5BbnRsZXI8L2E+XG4gICAgICAgICAgICAgIGlzIGEgZ2xvYmFsIFZDICZhbXA7IHN0YXJ0dXAgZ2VuZXJhdG9yIGVuYWJsaW5nIGVudHJlcHJlbmV1cnMgdG8gYnVpbGRcbiAgICAgICAgICAgICAgYW5kIHNjYWxlIGdsb2JhbCBidXNpbmVzc2VzLlxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIml0ZW1cIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwidGVzdGltb25pYWwtbGVmdGJhclwiPlxuICAgICAgICAgICAgPHNwYW4+XG4gICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Rlc3RpbW9uaWFsLWxhcHRvcC1pbWFnZTIucG5nXCJcbiAgICAgICAgICAgICAgICBhbHQ9XCJIb3BsYW5jZVwiIC8+XG4gICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgICA8aDM+SG9wbGFuY2U8L2gzPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3d3dy5ob3BsYW5jZS5jb21cIlxuICAgICAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPkhvcGxhbmNlPC9hPlxuICAgICAgICAgICAgICBjb25uZWN0cyB0aGUgYmVzdCBmcmVlbGFuY2VycyBhbmQgY29udHJhY3RvcnMgdG8gd29yayBvbiBleGNpdGluZ1xuICAgICAgICAgICAgICBkaWdpdGFsIHByb2plY3RzLlxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIml0ZW1cIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwidGVzdGltb25pYWwtbGVmdGJhclwiPlxuICAgICAgICAgICAgPHNwYW4+XG4gICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Rlc3RpbW9uaWFsLWxhcHRvcC1pbWFnZTMucG5nXCJcbiAgICAgICAgICAgICAgICBhbHQ9XCJGdW5kZXhhXCIgLz5cbiAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgIDxoMz5GdW5kZXhhPC9oMz5cbiAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICA8YSBocmVmPVwiaHR0cHM6Ly9mdW5kZXhhLmNvbS9cIlxuICAgICAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPkZ1bmRleGEncyB0ZWNobm9sb2d5PC9hPlxuICAgICAgICAgICAgICBwdXRzIHlvdSBpbiBmcm9udCBvZiBpbnZlc3RvcnMgYXQgYSBmcmFjdGlvbiBvZiB0aGUgcHJpY2Ugb2YgdHJhZGl0aW9uYWxcbiAgICAgICAgICAgICAgc2VydmljZXMgYW5kIGNvbnN1bHRhbmNpZXMuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaXRlbVwiPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0ZXN0aW1vbmlhbC1sZWZ0YmFyXCI+XG4gICAgICAgICAgICA8c3Bhbj5cbiAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvdGVzdGltb25pYWwtbGFwdG9wLWltYWdlNS5wbmdcIlxuICAgICAgICAgICAgICAgIGFsdD1cIlNreWJ1eXNcIiAvPlxuICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICAgICAgPGgzPlNreUJ1eXM8L2gzPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3d3dy5za3lidXlzLm5ldC9cIlxuICAgICAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPlNreUJ1eXM8L2E+XG4gICAgICAgICAgICAgIHRha2VzIHRoZSBxdWV1ZSBvdXQgb2YgZHV0eSBmcmVlIGJ5IGNvbm5lY3Rpbmcgb25saW5lIGFuZCBpbi1zdG9yZSBkdXR5XG4gICAgICAgICAgICAgIGZyZWUgc2hvcHBpbmcuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaXRlbVwiPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0ZXN0aW1vbmlhbC1sZWZ0YmFyXCI+XG4gICAgICAgICAgICA8c3Bhbj5cbiAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvdGVzdGltb25pYWwtbGFwdG9wLWltYWdlNi5wbmdcIlxuICAgICAgICAgICAgICAgIGFsdD1cIlNlbGxlY3RlXCIgLz5cbiAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgIDxoMz5TZWxsZWN0ZTwvaDM+XG4gICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgVGhlXG4gICAgICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3NlbGxlY3RlLmNvbS9ob21lXCJcbiAgICAgICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCJcbiAgICAgICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIj5TZWxsZWN0ZTwvYT5cbiAgICAgICAgICAgICAgcGxhdGZvcm0gbGV0cyB5b3UgZGlzY292ZXIgdW5pcXVlIGJyYW5kcywgbmV3IGRlc2lnbmVycyBhbmQgdGhlaXJcbiAgICAgICAgICAgICAgZGlzdGluY3RpdmUgbGFiZWxzIG9ubGluZS5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJpdGVtXCI+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cInRlc3RpbW9uaWFsLWxlZnRiYXJcIj5cbiAgICAgICAgICAgIDxzcGFuPlxuICAgICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS90ZXN0aW1vbmlhbC1sYXB0b3AtaW1hZ2U4LnBuZ1wiXG4gICAgICAgICAgICAgICAgYWx0PVwiU3RvbmUgJiBDaGFsa1wiIC8+XG4gICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgICA8aDM+U3RvbmUgJmFtcDsgQ2hhbGs8L2gzPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3d3dy5zdG9uZWFuZGNoYWxrLmNvbS5hdS9cIlxuICAgICAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPlN0b25lICZhbXA7IENoYWxrPC9hPlxuICAgICAgICAgICAgICBpcyBhbiBpbmRlcGVuZGVudCwgbm90LWZvci1wcm9maXQgRmludGVjaCBodWIgdGhhdCBhY2NlbGVyYXRlcyB0aGVcbiAgICAgICAgICAgICAgZGV2ZWxvcG1lbnQgb2Ygd29ybGQtbGVhZGluZyBGaW50ZWNoIHN0YXJ0LXVwcy5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L3NlY3Rpb24+XG48IS0tdGVzdGltb25pYWwgcGFydCBlbmQtLT5cbiJdfQ==
|
package/esm2022/lib/landing-pages/landing-page/sections/main-explainer/main-explainer.component.mjs
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@posiwise/directives";
|
|
4
|
-
export class MainExplainerComponent {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: MainExplainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: MainExplainerComponent, 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's build the next unicorn together.</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/posiwise/office-hours-mentoring\"\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=\"cloudolive-video ratio ratio-16x9\">\n <iframe class=\"embed-responsive-item\"\n title=\"Getting to Know CloudOlive\"\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: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap\";: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_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}*{font-family:Montserrat,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:rgb(54,194,131);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 20px!important}}\n"], dependencies: [{ kind: "directive", type: i1.EventTrackerDirective, selector: "[eventTracker]", inputs: ["eventTracker"] }] }); }
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: MainExplainerComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'pw-main-explainer', 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's build the next unicorn together.</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/posiwise/office-hours-mentoring\"\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=\"cloudolive-video ratio ratio-16x9\">\n <iframe class=\"embed-responsive-item\"\n title=\"Getting to Know CloudOlive\"\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: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap\";: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_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}*{font-family:Montserrat,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:rgb(54,194,131);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 20px!important}}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbi1leHBsYWluZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zL21haW4tZXhwbGFpbmVyL21haW4tZXhwbGFpbmVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9tYWluLWV4cGxhaW5lci9tYWluLWV4cGxhaW5lci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFPMUMsTUFBTSxPQUFPLHNCQUFzQjs4R0FBdEIsc0JBQXNCO2tHQUF0QixzQkFBc0IseURDUG5DLDJ5REEyQ0E7OzJGRHBDYSxzQkFBc0I7a0JBTGxDLFNBQVM7K0JBQ0ksbUJBQW1CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncHctbWFpbi1leHBsYWluZXInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9tYWluLWV4cGxhaW5lci5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vbWFpbi1leHBsYWluZXIuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBNYWluRXhwbGFpbmVyQ29tcG9uZW50IHt9XG4iLCI8c2VjdGlvbiBjbGFzcz1cIm1haW4tZXhwbGFpbmVyXCI+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXIgY29udGFpbmVyLXdyYXBwZXIgbXktNVwiPlxuICAgIDxkaXYgY2xhc3M9XCJyb3cgbS0wXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLW1kLTZcIj5cbiAgICAgICAgPGgyPkJVSUxESU5HIFNhYVMgTUFERSBFQVNZPC9oMj5cbiAgICAgICAgPGRpdiBjbGFzcz1cInN1Yi10ZXh0XCI+XG4gICAgICAgICAgPGg0PlxuICAgICAgICAgICAgV2VsY29tZSB0byBQb3NpV2lzZSAtIHdlIHRoaW5rIHRlY2hub2xvZ3kgc2hvdWxkbid0IGJlIGluIHRoZSB3YXkgb2YgcGVvcGxlXG4gICAgICAgICAgICBkZXZlbG9waW5nIGdyZWF0IHNvZnR3YXJlIHNvbHV0aW9ucy5cbiAgICAgICAgICA8L2g0PlxuICAgICAgICAgIDxoND5cbiAgICAgICAgICAgIFdlIGhhdmUgYnVpbHQgYW4gZWNvc3lzdGVtIG9mIG1pY3Jvc2VydmljZXMgdGhhdCB3ZSBjYW4gbGV2ZXJhZ2UgdG8gcXVpY2tseVxuICAgICAgICAgICAgYW5kIGNvc3QtZWZmZWN0aXZlbHkgYnVpbGQgYW55IGRhc2hib2FyZC1saWtlIHByb2R1Y3RzLlxuICAgICAgICAgIDwvaDQ+XG4gICAgICAgICAgPGg0IGNsYXNzPVwibXQtNVwiPkxldCdzIGJ1aWxkIHRoZSBuZXh0IHVuaWNvcm4gdG9nZXRoZXIuPC9oND5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwibG9naW4tYnV0dG9uIG15LTJcIj5cbiAgICAgICAgICAgIDxhIGNsYXNzPVwiYm9vay1kZW1vXCJcbiAgICAgICAgICAgICAgW2V2ZW50VHJhY2tlcl09XCJ7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNhdGVnb3J5OiAnbWFpbi1leHBsYWluZXItcmVxdWVzdC1kZW1vJyxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYWN0aW9uOiAnY2xpY2snLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsYWJlbDogJ2xhbmRpbmctcGFnZS1hJyxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdmFsdWU6IDFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XCJcbiAgICAgICAgICAgICAgaHJlZj1cImh0dHBzOi8vY2FsZW5kbHkuY29tL3Bvc2l3aXNlL29mZmljZS1ob3Vycy1tZW50b3JpbmdcIlxuICAgICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIlxuICAgICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCI+XG4gICAgICAgICAgICAgIEJvb2sgYSBkZW1vPC9hPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cImNvbC1tZC02XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjbG91ZG9saXZlLXZpZGVvIHJhdGlvIHJhdGlvLTE2eDlcIj5cbiAgICAgICAgICA8aWZyYW1lIGNsYXNzPVwiZW1iZWQtcmVzcG9uc2l2ZS1pdGVtXCJcbiAgICAgICAgICAgIHRpdGxlPVwiR2V0dGluZyB0byBLbm93IENsb3VkT2xpdmVcIlxuICAgICAgICAgICAgc3JjPVwiaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvNWVWMHVYalJ4UnNcIlxuICAgICAgICAgICAgYWxsb3c9XCJhY2NlbGVyb21ldGVyOyBhdXRvcGxheTsgY2xpcGJvYXJkLXdyaXRlOyBlbmNyeXB0ZWQtbWVkaWE7IGd5cm9zY29wZTsgcGljdHVyZS1pbi1waWN0dXJlXCJcbiAgICAgICAgICAgIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxoNiBjbGFzcz1cInRleHQtY2VudGVyIG10LTNcIj5TZWUgaG93IHdlIGxldmVyYWdlZCBQb3NpV2lzZSB0byBidWlsZCBDbG91ZE9saXZlLjwvaDY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L3NlY3Rpb24+XG4iXX0=
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@posiwise/directives";
|
|
4
|
-
export class LandingPageAboutUsBComponent {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageAboutUsBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: LandingPageAboutUsBComponent, 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 Our Services</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.png\"\n alt=\"img\" />\n <h2>Alignment</h2>\n <p>\n We only work with partners that share our values, ambition and\n commitment to achieve mutual success.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon2.png\"\n alt=\"img\" />\n <h2>Quality over Quantity</h2>\n <p>\n Carefully selecting our partners enables us to focus on quality - rather\n than quantity.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon1.png\"\n alt=\"img\" />\n <h2>Build a Better World</h2>\n <p>\n We want to use our experiences, skills, and technology to build a better\n world.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon4.png\"\n alt=\"img\" />\n <h2>Test Instead of Guess</h2>\n <p>\n Define, ideate, build, test, learn, and iterate is the best way to create\n something meaningful.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon3.png\"\n alt=\"img\" />\n <h2>Scalable Products</h2>\n <p>\n We believe in building software that can be scaled to solve global\n problems.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon6.png\"\n alt=\"img\" />\n <h2>Traction is King</h2>\n <p>\n We believe that traction is the best measure of a working business\n model.\n </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_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-size:48px;font-weight:800}.big-dream-content p{color:#42526e;font-size:24px;font-weight:400;line-height:30px;margin:0;padding:0 0 30px;position:relative}.big-dream-content:after{background:rgb(255,171,0);bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.product-outer{background:rgb(255,255,255);box-shadow:0 0 8px 2px #dedede;margin-top:50px;padding:20px!important}.product-outer li{background:rgb(248,249,251);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 20px!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 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:480px;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:48%}.big-dream-outer{padding:80px 0 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}}\n"], dependencies: [{ kind: "directive", type: i1.LazyImgDirective, selector: "img" }] }); }
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageAboutUsBComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'pw-landing-page-about-us-b', 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 Our Services</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.png\"\n alt=\"img\" />\n <h2>Alignment</h2>\n <p>\n We only work with partners that share our values, ambition and\n commitment to achieve mutual success.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon2.png\"\n alt=\"img\" />\n <h2>Quality over Quantity</h2>\n <p>\n Carefully selecting our partners enables us to focus on quality - rather\n than quantity.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon1.png\"\n alt=\"img\" />\n <h2>Build a Better World</h2>\n <p>\n We want to use our experiences, skills, and technology to build a better\n world.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon4.png\"\n alt=\"img\" />\n <h2>Test Instead of Guess</h2>\n <p>\n Define, ideate, build, test, learn, and iterate is the best way to create\n something meaningful.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon3.png\"\n alt=\"img\" />\n <h2>Scalable Products</h2>\n <p>\n We believe in building software that can be scaled to solve global\n problems.\n </p>\n </li>\n <li>\n <img src=\"/assets/img/landing-page/product-icon6.png\"\n alt=\"img\" />\n <h2>Traction is King</h2>\n <p>\n We believe that traction is the best measure of a working business\n model.\n </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_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-size:48px;font-weight:800}.big-dream-content p{color:#42526e;font-size:24px;font-weight:400;line-height:30px;margin:0;padding:0 0 30px;position:relative}.big-dream-content:after{background:rgb(255,171,0);bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.product-outer{background:rgb(255,255,255);box-shadow:0 0 8px 2px #dedede;margin-top:50px;padding:20px!important}.product-outer li{background:rgb(248,249,251);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 20px!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 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:480px;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:48%}.big-dream-outer{padding:80px 0 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}}\n"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLWFib3V0LXVzLWIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLWFib3V0LXVzLWIvbGFuZGluZy1wYWdlLWFib3V0LXVzLWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLWFib3V0LXVzLWIvbGFuZGluZy1wYWdlLWFib3V0LXVzLWIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBTzFDLE1BQU0sT0FBTyw0QkFBNEI7OEdBQTVCLDRCQUE0QjtrR0FBNUIsNEJBQTRCLGtFQ1B6Qyw2aEZBeUVBOzsyRkRsRWEsNEJBQTRCO2tCQUx4QyxTQUFTOytCQUNJLDRCQUE0QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3B3LWxhbmRpbmctcGFnZS1hYm91dC11cy1iJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vbGFuZGluZy1wYWdlLWFib3V0LXVzLWIuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2xhbmRpbmctcGFnZS1hYm91dC11cy1iLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgTGFuZGluZ1BhZ2VBYm91dFVzQkNvbXBvbmVudCB7fVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJiaWctZHJlYW0tb3V0ZXJcIlxuICBpZD1cImFib3V0LXVzLWJcIj5cbiAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgIDxkaXYgY2xhc3M9XCJyb3dcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbWQtMTIgYmlnLWRyZWFtLWNvbnRlbnRcIj5cbiAgICAgICAgPGgyPk91ciBQcmluY2lwbGVzIEd1aWRlIE91ciBTZXJ2aWNlczwvaDI+XG4gICAgICAgIDxwPlxuICAgICAgICAgIFdlIGRldGVjdCA8c3Ryb25nPmlkZWFzPC9zdHJvbmc+IGRyaXZlbiBieSBhIHRyZW5kLCBhbiBpbmR1c3RyeSBuZWVkLCBvciBhIGJ1c2luZXNzIG1vZGVsLiA8YnIgLz5cbiAgICAgICAgICBUaGVuLCB3aXRoIHRoZSBmb2xsb3dpbmcgcHJpbmNpcGxlcyBhbHdheXMgaW4gb3VyIG1pbmQsIDxiciAvPlxuICAgICAgICAgIHdlIHR1cm4gdGhlc2UgaWRlYXMgPHN0cm9uZz5pbnRvIHN1Y2Nlc3NmdWwgc29mdHdhcmUgY29tcGFuaWVzPC9zdHJvbmc+LlxuICAgICAgICA8L3A+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbWQtMTIgcHJvZHVjdC1vdXRlclwiPlxuICAgICAgICA8dWw+XG4gICAgICAgICAgPGxpPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvcHJvZHVjdC1pY29uNS5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJpbWdcIiAvPlxuICAgICAgICAgICAgPGgyPkFsaWdubWVudDwvaDI+XG4gICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgV2Ugb25seSB3b3JrIHdpdGggcGFydG5lcnMgdGhhdCBzaGFyZSBvdXIgdmFsdWVzLCBhbWJpdGlvbiBhbmRcbiAgICAgICAgICAgICAgY29tbWl0bWVudCB0byBhY2hpZXZlIG11dHVhbCBzdWNjZXNzLlxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgPGxpPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvcHJvZHVjdC1pY29uMi5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJpbWdcIiAvPlxuICAgICAgICAgICAgPGgyPlF1YWxpdHkgb3ZlciBRdWFudGl0eTwvaDI+XG4gICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgQ2FyZWZ1bGx5IHNlbGVjdGluZyBvdXIgcGFydG5lcnMgZW5hYmxlcyB1cyB0byBmb2N1cyBvbiBxdWFsaXR5IC0gcmF0aGVyXG4gICAgICAgICAgICAgIHRoYW4gcXVhbnRpdHkuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgPC9saT5cbiAgICAgICAgICA8bGk+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9wcm9kdWN0LWljb24xLnBuZ1wiXG4gICAgICAgICAgICAgIGFsdD1cImltZ1wiIC8+XG4gICAgICAgICAgICA8aDI+QnVpbGQgYSBCZXR0ZXIgV29ybGQ8L2gyPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIFdlIHdhbnQgdG8gdXNlIG91ciBleHBlcmllbmNlcywgc2tpbGxzLCBhbmQgdGVjaG5vbG9neSB0byBidWlsZCBhIGJldHRlclxuICAgICAgICAgICAgICB3b3JsZC5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2xpPlxuICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Byb2R1Y3QtaWNvbjQucG5nXCJcbiAgICAgICAgICAgICAgYWx0PVwiaW1nXCIgLz5cbiAgICAgICAgICAgIDxoMj5UZXN0IEluc3RlYWQgb2YgR3Vlc3M8L2gyPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIERlZmluZSwgaWRlYXRlLCBidWlsZCwgdGVzdCwgbGVhcm4sIGFuZCBpdGVyYXRlIGlzIHRoZSBiZXN0IHdheSB0byBjcmVhdGVcbiAgICAgICAgICAgICAgc29tZXRoaW5nIG1lYW5pbmdmdWwuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgPC9saT5cbiAgICAgICAgICA8bGk+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9wcm9kdWN0LWljb24zLnBuZ1wiXG4gICAgICAgICAgICAgIGFsdD1cImltZ1wiIC8+XG4gICAgICAgICAgICA8aDI+U2NhbGFibGUgUHJvZHVjdHM8L2gyPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIFdlIGJlbGlldmUgaW4gYnVpbGRpbmcgc29mdHdhcmUgdGhhdCBjYW4gYmUgc2NhbGVkIHRvIHNvbHZlIGdsb2JhbFxuICAgICAgICAgICAgICBwcm9ibGVtcy5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2xpPlxuICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Byb2R1Y3QtaWNvbjYucG5nXCJcbiAgICAgICAgICAgICAgYWx0PVwiaW1nXCIgLz5cbiAgICAgICAgICAgIDxoMj5UcmFjdGlvbiBpcyBLaW5nPC9oMj5cbiAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICBXZSBiZWxpZXZlIHRoYXQgdHJhY3Rpb24gaXMgdGhlIGJlc3QgbWVhc3VyZSBvZiBhIHdvcmtpbmcgYnVzaW5lc3NcbiAgICAgICAgICAgICAgbW9kZWwuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgPC9saT5cbiAgICAgICAgPC91bD5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvc2VjdGlvbj5cbiJdfQ==
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import { COUNTRIES_CODE } from '@posiwise/common-utilities';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/common";
|
|
5
|
-
import * as i2 from "@posiwise/directives";
|
|
6
|
-
import * as i3 from "@posiwise/shared-components";
|
|
7
|
-
export class LandingPageBannerBComponent {
|
|
8
|
-
constructor() {
|
|
9
|
-
this.Countries = COUNTRIES_CODE;
|
|
10
|
-
}
|
|
11
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageBannerBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
12
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: LandingPageBannerBComponent, selector: "pw-landing-page-banner-b", ngImport: i0, template: "<div class=\"full-cover\"\n id=\"home\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 banner-content\">\n <div class=\"col-md-7 banner-leftbar 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\">Build with us</a>\n </div>\n <div class=\"col-md-5 float-end\">\n <img src=\"/assets/img/landing-page/digital-product-img.png\"\n alt=\"digital-product\"\n class=\"responsive-thumb\" />\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_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.jpg) no-repeat center;background-size:cover;padding:0 0 130px}.banner-content{margin:250px 0 0}.banner-leftbar p{color:#fff!important;font-size:30px;font-weight:400;line-height:1.5}.banner-leftbar h1{color:#fff!important;font-size:48px;font-weight:900;margin:25px 0}.banner-leftbar h2{background:rgb(10,86,211);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-leftbar{margin-bottom:30px}.banner-content{margin:120px 0 0}}@media screen and (max-width: 991px){.banner-leftbar h1{color:#fff!important;font-size:48px;font-weight:900;margin:25px 16px}.banner-leftbar p{color:#fff!important;font-size:30px;font-weight:400;line-height:1.5;margin:25px 16px}}@media screen and (max-width: 575px){.banner-leftbar h1{font-size:33px}.banner-leftbar h2{font-size:18px}.banner-content{padding-left:10px;padding-right:10px;text-align:center}}@media screen and (min-width: 768px){.banner-leftbar{flex:0 0 auto;width:58.33333333%;padding-right:15px;padding-left:29px}}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.LazyImgDirective, selector: "img" }, { kind: "component", type: i3.GeoTemplateComponent, selector: "pw-geo-template" }] }); }
|
|
13
|
-
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageBannerBComponent, decorators: [{
|
|
15
|
-
type: Component,
|
|
16
|
-
args: [{ selector: 'pw-landing-page-banner-b', template: "<div class=\"full-cover\"\n id=\"home\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 banner-content\">\n <div class=\"col-md-7 banner-leftbar 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\">Build with us</a>\n </div>\n <div class=\"col-md-5 float-end\">\n <img src=\"/assets/img/landing-page/digital-product-img.png\"\n alt=\"digital-product\"\n class=\"responsive-thumb\" />\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_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.jpg) no-repeat center;background-size:cover;padding:0 0 130px}.banner-content{margin:250px 0 0}.banner-leftbar p{color:#fff!important;font-size:30px;font-weight:400;line-height:1.5}.banner-leftbar h1{color:#fff!important;font-size:48px;font-weight:900;margin:25px 0}.banner-leftbar h2{background:rgb(10,86,211);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-leftbar{margin-bottom:30px}.banner-content{margin:120px 0 0}}@media screen and (max-width: 991px){.banner-leftbar h1{color:#fff!important;font-size:48px;font-weight:900;margin:25px 16px}.banner-leftbar p{color:#fff!important;font-size:30px;font-weight:400;line-height:1.5;margin:25px 16px}}@media screen and (max-width: 575px){.banner-leftbar h1{font-size:33px}.banner-leftbar h2{font-size:18px}.banner-content{padding-left:10px;padding-right:10px;text-align:center}}@media screen and (min-width: 768px){.banner-leftbar{flex:0 0 auto;width:58.33333333%;padding-right:15px;padding-left:29px}}\n"] }]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLWJhbm5lci1iLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy1iL2xhbmRpbmctcGFnZS1iYW5uZXItYi9sYW5kaW5nLXBhZ2UtYmFubmVyLWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLWJhbm5lci1iL2xhbmRpbmctcGFnZS1iYW5uZXItYi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTFDLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQzs7Ozs7QUFPNUQsTUFBTSxPQUFPLDJCQUEyQjtJQUx4QztRQU1JLGNBQVMsR0FBRyxjQUFjLENBQUM7S0FDOUI7OEdBRlksMkJBQTJCO2tHQUEzQiwyQkFBMkIsZ0VDVHhDLCtxQ0FtQ0E7OzJGRDFCYSwyQkFBMkI7a0JBTHZDLFNBQVM7K0JBQ0ksMEJBQTBCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IENPVU5UUklFU19DT0RFIH0gZnJvbSAnQHBvc2l3aXNlL2NvbW1vbi11dGlsaXRpZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3B3LWxhbmRpbmctcGFnZS1iYW5uZXItYicsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2xhbmRpbmctcGFnZS1iYW5uZXItYi5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vbGFuZGluZy1wYWdlLWJhbm5lci1iLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgTGFuZGluZ1BhZ2VCYW5uZXJCQ29tcG9uZW50IHtcbiAgICBDb3VudHJpZXMgPSBDT1VOVFJJRVNfQ09ERTtcbn1cbiIsIjxkaXYgY2xhc3M9XCJmdWxsLWNvdmVyXCJcbiAgaWQ9XCJob21lXCI+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLW1kLTEyIGJhbm5lci1jb250ZW50XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbWQtNyBiYW5uZXItbGVmdGJhciBmbG9hdC1zdGFydFwiPlxuICAgICAgICAgIDxoMj5cbiAgICAgICAgICAgIEZvciBkb21haW4gZXhwZXJ0cyB3aXRoIGEgcHJvbWlzaW5nIGlkZWEgPGJyIC8+XG4gICAgICAgICAgICBmb3IgYSBuZXcgc29mdHdhcmUgc29sdXRpb25cbiAgICAgICAgICA8L2gyPlxuICAgICAgICAgIDxoMT5cbiAgICAgICAgICAgIEJ1aWxkaW5nIFNhYVMgU3RhcnR1cHMgPGJyIC8+TWFkZSBFYXN5XG4gICAgICAgICAgICA8cHctZ2VvLXRlbXBsYXRlICNnZW8+XG4gICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSBbbmdJZl09XCJnZW8uZGF0YT8uY291bnRyeV9jb2RlMiA9PT0gQ291bnRyaWVzLkFVXCI+XG4gICAgICAgICAgICAgICAgaW4gU3lkbmV5XG4gICAgICAgICAgICAgICAgPCEtLSB7e2dlby5kYXRhPy5pcH19XG4gICAgICAgICAgICAgICAge3tnZW8uZGF0YT8uY291bnRyeV9jb2RlMn19IC0tPlxuICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPiA8L3B3LWdlby10ZW1wbGF0ZT48YnIgLz5cbiAgICAgICAgICA8L2gxPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgV2UgaGF2ZSBidWlsdCBhIHBsYXRmb3JtIDxiciAvPlxuICAgICAgICAgICAgdG8gdHVybiBpZGVhcyBpbnRvIGdyZWF0IGNvbXBhbmllc1xuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8YSBocmVmPVwiI2NvbnRhY3QtYlwiXG4gICAgICAgICAgICBjbGFzcz1cImNvbnRhY3QtYnRuXCI+QnVpbGQgd2l0aCB1czwvYT5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbWQtNSBmbG9hdC1lbmRcIj5cbiAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9kaWdpdGFsLXByb2R1Y3QtaW1nLnBuZ1wiXG4gICAgICAgICAgICBhbHQ9XCJkaWdpdGFsLXByb2R1Y3RcIlxuICAgICAgICAgICAgY2xhc3M9XCJyZXNwb25zaXZlLXRodW1iXCIgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@posiwise/directives";
|
|
4
|
-
export class LandingPageChangeAdaptBComponent {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageChangeAdaptBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: LandingPageChangeAdaptBComponent, 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_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:rgb(5,106,224);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: i1.LazyImgDirective, selector: "img" }] }); }
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageChangeAdaptBComponent, decorators: [{
|
|
9
|
-
type: Component,
|
|
10
|
-
args: [{ selector: 'pw-landing-page-change-adapt-b', 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_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:rgb(5,106,224);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"] }]
|
|
11
|
-
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLWNoYW5nZS1hZGFwdC1iLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy1iL2xhbmRpbmctcGFnZS1jaGFuZ2UtYWRhcHQtYi9sYW5kaW5nLXBhZ2UtY2hhbmdlLWFkYXB0LWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLWNoYW5nZS1hZGFwdC1iL2xhbmRpbmctcGFnZS1jaGFuZ2UtYWRhcHQtYi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFPMUMsTUFBTSxPQUFPLGdDQUFnQzs4R0FBaEMsZ0NBQWdDO2tHQUFoQyxnQ0FBZ0Msc0VDUDdDLHF0QkFpQkE7OzJGRFZhLGdDQUFnQztrQkFMNUMsU0FBUzsrQkFDSSxnQ0FBZ0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdwdy1sYW5kaW5nLXBhZ2UtY2hhbmdlLWFkYXB0LWInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9sYW5kaW5nLXBhZ2UtY2hhbmdlLWFkYXB0LWIuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2xhbmRpbmctcGFnZS1jaGFuZ2UtYWRhcHQtYi5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIExhbmRpbmdQYWdlQ2hhbmdlQWRhcHRCQ29tcG9uZW50IHt9XG4iLCI8c2VjdGlvbiBjbGFzcz1cImNoYW5nZS1hZGFwdC1vdXRlclwiPlxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgPGRpdiBjbGFzcz1cImNvbC1tZC01IGNvbC1zbS0xMiBmbG9hdC1zdGFydCBmdXR1cmUtbGVmdFwiPlxuICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvZnV0dXJlLXJlYWR5LWJnLnBuZ1wiXG4gICAgICAgIGFsdD1cImZ1dHVyZS1yZWFkeVwiIC8+XG4gICAgPC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImNvbC1tZC03IGNvbC1zbS0xMiBmbG9hdC1lbmQgY2hhbmdlLWFkb3B0LWNvbnRlbnRcIj5cbiAgICAgIDxoMj5EbyB5b3UgaGF2ZSBhIGdyZWF0IGlkZWEgZm9yIGEgU2FhUyBzb2x1dGlvbj88L2gyPlxuICAgICAgPGgzPldlIGFyZSwgYWJvdmUgYWxsLCBzdWNjZXNzZnVsIGVudHJlcHJlbmV1cnMgb3Vyc2VsdmVzPC9oMz5cbiAgICAgIDxwPlxuICAgICAgICBXZSBiZWxpZXZlIHRoYXQgdGVjaG5vbG9neSBzaG91bGRuJ3QgZ2V0IGluIHRoZSB3YXkgb2YgcGVvcGxlIHRyeWluZyB0byBkZXZlbG9wIG5ld1xuICAgICAgICBkaXNydXB0aW5nIHNvbHV0aW9ucy4gV2UgaGF2ZSB0aGUgdG9vbHMgYW5kIHRlY2huaWNhbCBrbm93LWhvdyB0byBicmluZyB5b3UgZnJvbVxuICAgICAgICBpZGVhIHRvIHByb2R1Y3QtbWFya2V0IGZpdC5cbiAgICAgIDwvcD5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L3NlY3Rpb24+XG4iXX0=
|