@posiwise/public-modules 0.0.134 → 0.0.6654
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/esm2022/index.mjs +2 -12
- package/esm2022/lib/config/constant.mjs +6 -16
- package/esm2022/lib/error-page/error-page.component.mjs +7 -7
- package/esm2022/lib/incidents-status/incidents-status.component.mjs +13 -73
- package/esm2022/lib/landing-pages/hiring/careers/careers.component.mjs +8 -8
- package/esm2022/lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component.mjs +77 -13
- package/esm2022/lib/landing-pages/hiring/careers-explainer/careers-explainer.component.mjs +5 -5
- package/esm2022/lib/landing-pages/landing-page/landing-page.component.mjs +30 -32
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-about-us/landing-page-about-us.component.mjs +5 -5
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component.mjs +8 -20
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component.mjs +18 -0
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-change-adapt/landing-page-change-adapt.component.mjs +5 -5
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component.mjs +10 -10
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component.mjs +5 -5
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component.mjs +5 -9
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-innovate/landing-page-innovate.component.mjs +5 -5
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component.mjs +24 -11
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-services/landing-page-services.component.mjs +5 -5
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component.mjs +9 -9
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-team/landing-page-team.component.mjs +5 -5
- package/esm2022/lib/landing-pages/landing-page/sections/landing-page-testimonials/landing-page-testimonials.component.mjs +5 -5
- package/esm2022/lib/landing-pages/landing-page/sections/main-explainer/main-explainer.component.mjs +5 -5
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-about-us-b/landing-page-about-us-b.component.mjs +5 -5
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-banner-b/landing-page-banner-b.component.mjs +6 -6
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-change-adapt-b/landing-page-change-adapt-b.component.mjs +5 -5
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component.mjs +10 -10
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component.mjs +5 -9
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-innovate-b/landing-page-innovate-b.component.mjs +5 -5
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component.mjs +24 -11
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-services-b/landing-page-services-b.component.mjs +5 -5
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component.mjs +9 -9
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-team-b/landing-page-team-b.component.mjs +5 -5
- package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-testimonials-b/landing-page-testimonials-b.component.mjs +5 -5
- package/esm2022/lib/landing-pages/landing-page/sections-b/main-explainer-b/main-explainer-b.component.mjs +5 -5
- package/esm2022/lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component.mjs +25 -19
- package/esm2022/lib/landing-pages/tech-features/core-feature-explainer/core-feature-explainer.component.mjs +5 -5
- package/esm2022/lib/landing-pages/tech-features/core-features/core-features.component.mjs +26 -14
- package/esm2022/lib/landing-pages/tech-features/customer-success/customer-success.component.mjs +25 -19
- package/esm2022/lib/landing-pages/tech-features/enterprise-management/enterprise-management.component.mjs +28 -11
- package/esm2022/lib/landing-pages/tech-features/ip-management/ip-management.component.mjs +28 -11
- package/esm2022/lib/landing-pages/tech-features/payments/payments.component.mjs +28 -11
- package/esm2022/lib/landing-pages/tech-features/security/security.component.mjs +28 -11
- package/esm2022/lib/landing-pages/tech-features/ui-builder/ui-builder.component.mjs +28 -11
- package/esm2022/lib/landing-pages/tech-features/user-management/user-management.component.mjs +28 -11
- package/esm2022/lib/landing-pages/ventures/venture/venture.component.mjs +9 -9
- package/esm2022/lib/landing-pages/ventures/venture-explainer/venture-explainer.component.mjs +5 -5
- package/esm2022/lib/lock-screen/lock-screen-page.component.mjs +6 -5
- package/esm2022/lib/maintenance/maintenance-page.component.mjs +9 -13
- package/esm2022/lib/notfound-page/notfound-page.component.mjs +7 -6
- package/esm2022/lib/public.module.mjs +145 -45
- package/fesm2022/posiwise-public-modules.mjs +833 -1168
- package/fesm2022/posiwise-public-modules.mjs.map +1 -1
- package/index.d.ts +1 -9
- package/lib/config/constant.d.ts +0 -1
- package/lib/error-page/error-page.component.d.ts +1 -1
- package/lib/incidents-status/incidents-status.component.d.ts +4 -14
- 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 +19 -5
- package/lib/landing-pages/landing-page/landing-page.component.d.ts +6 -7
- package/lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component.d.ts +1 -6
- package/lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component.d.ts +7 -0
- 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 +0 -2
- package/lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component.d.ts +4 -2
- 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 +0 -2
- package/lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component.d.ts +4 -2
- 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/communication-and-notifications/communication-and-notifications.component.d.ts +9 -5
- package/lib/landing-pages/tech-features/core-features/core-features.component.d.ts +11 -6
- package/lib/landing-pages/tech-features/customer-success/customer-success.component.d.ts +9 -5
- package/lib/landing-pages/tech-features/enterprise-management/enterprise-management.component.d.ts +10 -4
- package/lib/landing-pages/tech-features/ip-management/ip-management.component.d.ts +10 -4
- package/lib/landing-pages/tech-features/payments/payments.component.d.ts +10 -4
- package/lib/landing-pages/tech-features/security/security.component.d.ts +10 -4
- package/lib/landing-pages/tech-features/ui-builder/ui-builder.component.d.ts +10 -4
- package/lib/landing-pages/tech-features/user-management/user-management.component.d.ts +10 -4
- package/lib/landing-pages/ventures/venture/venture.component.d.ts +1 -1
- package/lib/maintenance/maintenance-page.component.d.ts +2 -6
- package/lib/public.module.d.ts +56 -26
- package/package.json +3 -3
- package/esm2022/lib/ab-test/ab-alternative/ab-alternative.component.mjs +0 -26
- package/esm2022/lib/ab-test/ab-test-container/ab-test-container.component.mjs +0 -46
- package/esm2022/lib/ab-test/ab-test.interface.mjs +0 -2
- package/esm2022/lib/ab-test/ab-test.module.mjs +0 -23
- package/esm2022/lib/error-status-pages.module.mjs +0 -86
- package/esm2022/lib/geo-template/geo-template.component.mjs +0 -24
- package/esm2022/lib/landing-page-shared.module.mjs +0 -222
- package/esm2022/lib/landing-pages/base/base-contact-form.component.mjs +0 -88
- package/esm2022/lib/landing-pages/base/base-landing-page.component.mjs +0 -30
- package/esm2022/lib/landing-pages/tech-features/base-tech-feature.component.mjs +0 -45
- package/esm2022/lib/resource-meetings/resource-meetings.component.mjs +0 -34
- package/lib/ab-test/ab-alternative/ab-alternative.component.d.ts +0 -16
- package/lib/ab-test/ab-test-container/ab-test-container.component.d.ts +0 -19
- package/lib/ab-test/ab-test.interface.d.ts +0 -9
- package/lib/ab-test/ab-test.module.d.ts +0 -13
- package/lib/error-status-pages.module.d.ts +0 -21
- package/lib/geo-template/geo-template.component.d.ts +0 -12
- package/lib/landing-page-shared.module.d.ts +0 -48
- package/lib/landing-pages/base/base-contact-form.component.d.ts +0 -26
- package/lib/landing-pages/base/base-landing-page.component.d.ts +0 -17
- package/lib/landing-pages/tech-features/base-tech-feature.component.d.ts +0 -19
- package/lib/resource-meetings/resource-meetings.component.d.ts +0 -18
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { Component, Injector } from '@angular/core';
|
|
2
|
+
import { HYPER_DASHBOARD_KEYS } from '../../../config/constant';
|
|
2
3
|
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
4
|
import { AuthService } from '@posiwise/common-services';
|
|
4
5
|
import { HelperService } from '@posiwise/helper-service';
|
|
5
|
-
import { HYPER_DASHBOARD_KEYS } from '../../../config/constant';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "@posiwise/common-services";
|
|
8
8
|
import * as i2 from "@posiwise/directives";
|
|
9
9
|
import * as i3 from "@posiwise/shared-components";
|
|
10
10
|
import * as i4 from "../../landing-page/sections/landing-page-footer/landing-page-footer.component";
|
|
11
11
|
import * as i5 from "../../landing-page/sections/landing-page-subscribe/landing-page-subscribe.component";
|
|
12
|
-
import * as i6 from "../careers-
|
|
13
|
-
import * as i7 from "../careers-
|
|
12
|
+
import * as i6 from "../careers-explainer/careers-explainer.component";
|
|
13
|
+
import * as i7 from "../careers-contact-us/careers-contact-us.component";
|
|
14
14
|
export class CareersComponent extends AppBaseComponent {
|
|
15
15
|
constructor(authService, injector) {
|
|
16
16
|
super(injector);
|
|
@@ -32,11 +32,11 @@ export class CareersComponent extends AppBaseComponent {
|
|
|
32
32
|
ngAfterViewInit() {
|
|
33
33
|
HelperService.changeTitleText();
|
|
34
34
|
}
|
|
35
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
36
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: CareersComponent, selector: "pw-careers", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Come work with us <br />and help us\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"['improve', 'fix', 'change']\"></span>\n <span class=\"blinking-cursor\">|</span> the world\n </h1>\n <h3 class=\"my-5\">\n PosiWise is on a mission to improve the world by enabling anyone to build great SaaS\n solutions.\n <br />\n We want our future generations to be proud of.\n </h3>\n </div>\n </section>\n <!-- FIND YOUR FUTURE-->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/careers/careers-1c.png\"\n alt=\"Careers\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>FIND YOUR FUTURE</h2>\n <p>\n We're building a culture where personal and professional growth is just as\n significant as business growth.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're an equal opportunity employer offering competitive salaries\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're committed to building a diverse and inclusive environment where\n you feel you belong\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're radically transparent and always focused on solving real problems\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We want all our employees to have ownership over their work and to be\n empowered to work autonomously\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We work remotely as much as possible, keep non-traditional hours to\n create a work-life \"fit\" for us and the people we love\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- MAKE AN IMPACT -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>MAKE AN IMPACT</h2>\n <p>\n PosiWise is looking for world-class talent ready to tackle challenging\n projects that will ultimately improve people's lives.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> From a problem that many\n people have to a solution to it\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From an idea to a\n successful global company\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From scalable software\n solutions to machine learning algorithms\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From complex software\n projects to tangible impacts on our future\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From individuals to\n organizations that make a difference\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/careers/careers-2b.png\"\n alt=\"Careers\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- careers explainer -->\n<section>\n <pw-careers-explainer></pw-careers-explainer>\n</section>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [sourceId]=\"sourceId\"\n [gaEventObj]=\"{\n category: 'pw-careers-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-careers-contact-us></pw-careers-contact-us>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media (max-width: 991px){.services{padding:25px 0}}@media only screen and (max-width: 768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width: 768px){.register-left{padding-right:40px}}@media only screen and (max-width: 480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width: 769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width: 768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width: 575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media (min-width: 768px) and (max-width: 768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media (min-width: 769px) and (max-width: 820px){.register-outer{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px) and (max-width: 1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media (min-width: 1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media (min-width: 1800px){.register-container{max-width:73%}}@media (min-width: 2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media (max-width: 768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i2.LazyImgDirective, selector: "img" }, { kind: "component", type: i3.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: i4.LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: i5.LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }, { kind: "component", type: i6.CareersContactUsComponent, selector: "pw-careers-contact-us" }, { kind: "component", type: i7.CareersExplainerComponent, selector: "pw-careers-explainer" }] }); }
|
|
35
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: CareersComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
36
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: CareersComponent, selector: "pw-careers", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Come work with us <br />and help us\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"['improve', 'fix', 'change']\"></span>\n <span class=\"blinking-cursor\">|</span> the world\n </h1>\n <h3 class=\"my-5\">\n PosiWise is on a mission to improve the world by enabling anyone to build great SaaS\n solutions.\n <br />\n We want our future generations to be proud of.\n </h3>\n </div>\n </section>\n <!-- FIND YOUR FUTURE-->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/careers/careers-1c.png\"\n alt=\"Careers\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>FIND YOUR FUTURE</h2>\n <p>\n We're building a culture where personal and professional growth is just as\n significant as business growth.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're an equal opportunity employer offering competitive salaries\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're committed to building a diverse and inclusive environment where\n you feel you belong\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're radically transparent and always focused on solving real problems\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We want all our employees to have ownership over their work and to be\n empowered to work autonomously\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We work remotely as much as possible, keep non-traditional hours to\n create a work-life \"fit\" for us and the people we love\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- MAKE AN IMPACT -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>MAKE AN IMPACT</h2>\n <p>\n PosiWise is looking for world-class talent ready to tackle challenging\n projects that will ultimately improve people's lives.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> From a problem that many\n people have to a solution to it\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From an idea to a\n successful global company\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From scalable software\n solutions to machine learning algorithms\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From complex software\n projects to tangible impacts on our future\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From individuals to\n organizations that make a difference\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/careers/careers-2b.png\"\n alt=\"Careers\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- careers explainer -->\n<section>\n <pw-careers-explainer></pw-careers-explainer>\n</section>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [sourceId]=\"sourceId\"\n [gaEventObj]=\"{\n category: 'pw-careers-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <!-- <pw-landing-page-contact></pw-landing-page-contact> -->\n <pw-careers-contact-us></pw-careers-contact-us>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:rgb(255,255,255) url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:rgb(248,249,250);border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:rgb(248,249,250);border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.msp-container{padding:0!important}.msp-container .register-container{min-height:100vh!important}.msp-container .services{padding:0}.msp-container .services .service-points{font-size:18px;line-height:1.15em}.msp-container .branding-color{color:#fff}.msp-container .product-features ul li{color:#fff!important;margin:0 0 15px}.msp-container .register-outer{background:linear-gradient(var(--first),var(--second))}.msp-container .register-outer h1,.msp-container .register-outer h2,.msp-container .register-outer h3,.msp-container .register-outer p{color:#fff!important}.msp-container .register-right .tab-content{border-top:6px solid var(--first)}.msp-container .register-right .tab-content h3{color:var(--first);font-weight:700}.msp-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media (max-width: 991px){.services{padding:25px 0}}@media only screen and (max-width: 768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width: 768px){.register-left{padding-right:40px}}@media only screen and (max-width: 480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width: 769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width: 768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width: 575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media (min-width: 768px) and (max-width: 768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media (min-width: 769px) and (max-width: 820px){.register-outer{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px) and (max-width: 1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-cloudolive-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media (min-width: 1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media (min-width: 1800px){.register-container{max-width:73%}}@media (min-width: 2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 20px!important}.cloudolive-header h1,.blinking-text-wrapper h1{color:#45d292}.cloudolive-header h3,.blinking-text-wrapper h3,.cloudolive-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.cloudolive-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media (max-width: 768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:white url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i2.LazyImgDirective, selector: "img" }, { kind: "component", type: i3.HeaderComponent, selector: "pw-header", inputs: ["landing"] }, { kind: "component", type: i4.LandingPageFooterComponent, selector: "pw-landing-page-footer" }, { kind: "component", type: i5.LandingPageSubscribeComponent, selector: "pw-landing-page-subscribe", inputs: ["sourceId", "gaEventObj"] }, { kind: "component", type: i6.CareersExplainerComponent, selector: "pw-careers-explainer" }, { kind: "component", type: i7.CareersContactUsComponent, selector: "pw-careers-contact-us" }] }); }
|
|
37
37
|
}
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: CareersComponent, decorators: [{
|
|
39
39
|
type: Component,
|
|
40
|
-
args: [{ selector: 'pw-careers', template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Come work with us <br />and help us\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"['improve', 'fix', 'change']\"></span>\n <span class=\"blinking-cursor\">|</span> the world\n </h1>\n <h3 class=\"my-5\">\n PosiWise is on a mission to improve the world by enabling anyone to build great SaaS\n solutions.\n <br />\n We want our future generations to be proud of.\n </h3>\n </div>\n </section>\n <!-- FIND YOUR FUTURE-->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/careers/careers-1c.png\"\n alt=\"Careers\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>FIND YOUR FUTURE</h2>\n <p>\n We're building a culture where personal and professional growth is just as\n significant as business growth.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're an equal opportunity employer offering competitive salaries\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're committed to building a diverse and inclusive environment where\n you feel you belong\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're radically transparent and always focused on solving real problems\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We want all our employees to have ownership over their work and to be\n empowered to work autonomously\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We work remotely as much as possible, keep non-traditional hours to\n create a work-life \"fit\" for us and the people we love\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- MAKE AN IMPACT -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>MAKE AN IMPACT</h2>\n <p>\n PosiWise is looking for world-class talent ready to tackle challenging\n projects that will ultimately improve people's lives.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> From a problem that many\n people have to a solution to it\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From an idea to a\n successful global company\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From scalable software\n solutions to machine learning algorithms\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From complex software\n projects to tangible impacts on our future\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From individuals to\n organizations that make a difference\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/careers/careers-2b.png\"\n alt=\"Careers\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- careers explainer -->\n<section>\n <pw-careers-explainer></pw-careers-explainer>\n</section>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [sourceId]=\"sourceId\"\n [gaEventObj]=\"{\n category: 'pw-careers-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-careers-contact-us></pw-careers-contact-us>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:#f8f9fa;border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:#f8f9fa;border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.resource-container{padding:0!important}.resource-container .register-container{min-height:100vh!important}.resource-container .services{padding:0}.resource-container .services .service-points{font-size:18px;line-height:1.15em}.resource-container .branding-color{color:#fff}.resource-container .product-features ul li{color:#fff!important;margin:0 0 15px}.resource-container .register-outer{background:linear-gradient(var(--first),var(--second))}.resource-container .register-outer h1,.resource-container .register-outer h2,.resource-container .register-outer h3,.resource-container .register-outer p{color:#fff!important}.resource-container .register-right .tab-content{border-top:6px solid var(--first)}.resource-container .register-right .tab-content h3{color:var(--first);font-weight:700}.resource-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media (max-width: 991px){.services{padding:25px 0}}@media only screen and (max-width: 768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width: 768px){.register-left{padding-right:40px}}@media only screen and (max-width: 480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width: 769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width: 768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width: 575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media (min-width: 768px) and (max-width: 768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media (min-width: 769px) and (max-width: 820px){.register-outer{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px) and (max-width: 1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media (min-width: 1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media (min-width: 1800px){.register-container{max-width:73%}}@media (min-width: 2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 3rem!important}.primary-header h1,.blinking-text-wrapper h1{color:#45d292}.primary-header h3,.blinking-text-wrapper h3,.primary-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.primary-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media (max-width: 768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:#fff url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
|
|
40
|
+
args: [{ selector: 'pw-careers', template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Come work with us <br />and help us\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"['improve', 'fix', 'change']\"></span>\n <span class=\"blinking-cursor\">|</span> the world\n </h1>\n <h3 class=\"my-5\">\n PosiWise is on a mission to improve the world by enabling anyone to build great SaaS\n solutions.\n <br />\n We want our future generations to be proud of.\n </h3>\n </div>\n </section>\n <!-- FIND YOUR FUTURE-->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/careers/careers-1c.png\"\n alt=\"Careers\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>FIND YOUR FUTURE</h2>\n <p>\n We're building a culture where personal and professional growth is just as\n significant as business growth.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're an equal opportunity employer offering competitive salaries\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're committed to building a diverse and inclusive environment where\n you feel you belong\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We're radically transparent and always focused on solving real problems\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We want all our employees to have ownership over their work and to be\n empowered to work autonomously\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span>\n We work remotely as much as possible, keep non-traditional hours to\n create a work-life \"fit\" for us and the people we love\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- MAKE AN IMPACT -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>MAKE AN IMPACT</h2>\n <p>\n PosiWise is looking for world-class talent ready to tackle challenging\n projects that will ultimately improve people's lives.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> From a problem that many\n people have to a solution to it\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From an idea to a\n successful global company\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From scalable software\n solutions to machine learning algorithms\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From complex software\n projects to tangible impacts on our future\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> From individuals to\n organizations that make a difference\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/landing-page/careers/careers-2b.png\"\n alt=\"Careers\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- careers explainer -->\n<section>\n <pw-careers-explainer></pw-careers-explainer>\n</section>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [sourceId]=\"sourceId\"\n [gaEventObj]=\"{\n category: 'pw-careers-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <!-- <pw-landing-page-contact></pw-landing-page-contact> -->\n <pw-careers-contact-us></pw-careers-contact-us>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.register{background:rgb(255,255,255) url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;min-height:100vh;opacity:0;padding:40px}.register ul{border-top-left-radius:10px;border-top-right-radius:10px}.register ul.nav-tabs li{margin-bottom:-2px}.register ul.nav-tabs li:last-child a{border-top-right-radius:10px}.register ul.nav-tabs li:first-child a{border-top-left-radius:10px}.register ul.nav-tabs li a{background-color:#fff;border:0;border-radius:10px 10px 0 0;color:#000;font-family:Roboto,sans-serif;outline:none}.register ul.nav-tabs li a.active{background-color:#36c283;color:#fff}.register-container{margin:0 auto;max-width:100%;padding-right:15px}.register-container h1{color:#45d292}.register-container h3{color:var(--text)}.register-outer{color:#fff;padding-right:50px;text-align:center}.register-outer .logo-div{text-align:left}.register-outer .logo-div img{margin-bottom:0}.register-outer.fixed{position:absolute;top:8%;width:62%}.register-outer .txt-rotate{color:var(--text)}.register-outer input{background:rgb(248,249,250);border:0;border-radius:1.5rem;color:#383d41;cursor:pointer;font-weight:700;margin-bottom:3%;margin-top:30%;padding:2%;width:60%}.register-outer img{animation:mover 2s infinite alternate;margin-bottom:5%}.register-right{background:rgb(248,249,250);border-radius:10px;box-shadow:0 0 2px #00000080;flex:0 0 25%;margin-left:0!important;max-width:350px;padding:0;position:fixed;right:50px;top:20%;width:100%}.register-form{position:relative}.register-form iframe{left:50%;position:absolute;transform:translate(-50%) scale(.8)}.card{background-color:#fff;border-radius:20px;box-shadow:0 0 5px 1px #0003}.card-header i{background-color:var(--second);border-radius:50px;box-shadow:0 0 5px 2px #0003;color:#fff;font-size:20px;height:60px;padding:20px;width:60px}.card-block{color:var(--text);font:14px/1.5 Roboto,sans-serif}form .form-control{border-radius:50px;font-size:13px}form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.tab-content{background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:6px solid var(--second);padding:20px!important}.tab-content h3{font-size:20px;margin:30px 0;text-align:center;text-transform:uppercase}.tab-content form .form-control{border-radius:50px;font-size:13px}.tab-content form input[type=submit]{font-size:16px;margin-bottom:20px;padding:8px 30px}.form-check-input{cursor:pointer;height:100%;left:0;opacity:0;top:0;z-index:1}label{font:400 13px/1.3 Roboto,sans-serif;text-transform:none}label:after,label:before{top:0}.blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.product-features{color:var(--text);letter-spacing:.3px}.product-features.service-desc h2{font-size:32px;font-weight:700}.product-features.service-desc h2 span{color:var(--second)}.product-features .product-features ul li span{margin-right:15px}.product-features .branding-color{color:var(--second)}.product-features .icon-check:before{content:\"\\e080\"}.product-features p{color:var(--text);font-size:18px;font-weight:400;line-height:27px}.product-features ul li{align-items:center;-webkit-box-align:center;display:flex;-ms-flex-align:center;font-size:18px;line-height:25px;margin:0 0 15px}.product-features ul li span{margin-right:15px}.services{padding:50px 0}.forgot-pwd{color:#2e3238;font-size:.8rem;text-decoration:underline}.msp-container{padding:0!important}.msp-container .register-container{min-height:100vh!important}.msp-container .services{padding:0}.msp-container .services .service-points{font-size:18px;line-height:1.15em}.msp-container .branding-color{color:#fff}.msp-container .product-features ul li{color:#fff!important;margin:0 0 15px}.msp-container .register-outer{background:linear-gradient(var(--first),var(--second))}.msp-container .register-outer h1,.msp-container .register-outer h2,.msp-container .register-outer h3,.msp-container .register-outer p{color:#fff!important}.msp-container .register-right .tab-content{border-top:6px solid var(--first)}.msp-container .register-right .tab-content h3{color:var(--first);font-weight:700}.msp-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container{padding:0!important}.vendor-container .register-outer h1{color:var(--first)}.vendor-container .service-points{font-size:18px;line-height:1.15em}.vendor-container .branding-color{color:var(--first)!important}.vendor-container .register-right .tab-content{border-top:6px solid var(--first)}.vendor-container .register-right .tab-content h3{color:var(--first);font-weight:700}.vendor-container .register-right ul.nav-tabs li a.active{background-color:var(--first)}.vendor-container .form-container{background-image:url(/assets/img/products/trial/login-form-background-img.png)}@keyframes blink{0%{color:transparent}50%{color:#45d292}to{color:transparent}}@media (max-width: 991px){.services{padding:25px 0}}@media only screen and (max-width: 768px){.register-container{max-width:100%;padding-right:0}.service-image{display:none}.register-outer{margin-top:30px;order:2;padding-right:0;transform:none}.register-outer h1{font-size:30px;padding:0}.register-outer h2{font-size:22px}.register-right{margin-top:10px;order:1;position:unset;top:0;transform:translateY(0)}.register-right,.register-outer{flex:100%;max-width:100%;width:100%}.product-features.service-desc h2{font-size:30px!important}.vendor-container .logo-div img{margin-bottom:0!important;padding-right:65px}.vendor-container .form-container{background:none}}app-social-login{padding:0 15px;width:100%}@media only screen and (min-width: 768px){.register-left{padding-right:40px}}@media only screen and (max-width: 480px){.register{padding:10px}.vendor-container{padding:10px!important}.vendor-container .form-container{padding:0!important}}@media screen and (min-width: 769px){.vendor-container .form-container{background-size:cover;height:100vh;position:fixed;right:0}}@media screen and (max-width: 768px){.vendor-container{background-image:url(/assets/img/products/c/login-form-background-img.png);background-position:right;background-repeat:no-repeat;background-size:60vw 100%}.vendor-container h3{letter-spacing:.03px;line-height:27px}.vendor-container .product-features li{margin:0 0 15px!important}}@media screen and (max-width: 575px){.vendor-container .logo-div{margin:0 auto 30px;text-align:center;width:300px}.vendor-container .logo-div img{margin-top:0!important;padding-right:0!important}}@media (min-width: 768px) and (max-width: 768px){.logo-div img{flex:0 0 33.3333%;max-width:33.3333%}}@media (min-width: 769px) and (max-width: 820px){.register-outer{flex:0 0 50%;max-width:50%}}@media (min-width: 1200px) and (max-width: 1280px){.register-outer{flex:0 0 66.6667%;max-width:66.6667%}}pw-cloudolive-signup-tabs-a{width:100%}.register-right-wrapper{width:100%}.register-outer.fixed{position:static}@media (min-width: 1600px){.register-right-wrapper{display:flex;justify-content:flex-end;width:100%}.register-right{right:auto}.register-container{max-width:85%}.register-container .form-container{background:none;position:static;right:auto}}@media (min-width: 1800px){.register-container{max-width:73%}}@media (min-width: 2560px){.register-container{max-width:65%}}.wrapper-register-content{margin-top:50px;padding:0!important}.wrapper-register-content .register-outer{margin:0 auto!important;padding:0 20px!important}.cloudolive-header h1,.blinking-text-wrapper h1{color:#45d292}.cloudolive-header h3,.blinking-text-wrapper h3,.cloudolive-header .txt-rotate,.blinking-text-wrapper .txt-rotate{color:var(--text)}.cloudolive-header .blinking-cursor,.blinking-text-wrapper .blinking-cursor{animation:1s blink step-end infinite;font-size:40px;font-weight:100}.tech-features-wrapper .container{padding-left:20px!important;padding-right:20px!important}.tech-features-wrapper section{padding:70px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:100px 0}@media (max-width: 768px){.tech-features-wrapper section{padding:40px 0}.tech-features-wrapper section.blinking-text-wrapper{padding:50px 0}}.testimonial-bg{background:white url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%}h3{color:#222!important}\n"] }]
|
|
41
41
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
|
|
42
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
42
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZWVycy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy9oaXJpbmcvY2FyZWVycy9jYXJlZXJzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2hpcmluZy9jYXJlZXJzL2NhcmVlcnMuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFpQixTQUFTLEVBQUUsUUFBUSxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQzNFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBRWhFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUN4RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7Ozs7Ozs7OztBQU96RCxNQUFNLE9BQU8sZ0JBQWlCLFNBQVEsZ0JBQWdCO0lBV2xELFlBQW9CLFdBQXdCLEVBQUUsUUFBa0I7UUFDNUQsS0FBSyxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBREEsZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUFSNUMsZUFBVSxHQUFHLG9CQUFvQixDQUFDLGVBQWUsQ0FBQztRQUVsRCxZQUFPLEdBQUcsS0FBSyxDQUFDO1FBRWhCLG9CQUFlLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxtQkFBbUIsQ0FBQyxVQUFVLENBQUM7UUFFaEUsYUFBUSxHQUFHLENBQUMsQ0FBQztRQUtULElBQUksQ0FBQyxPQUFPLEdBQUcseUJBQXlCLENBQUM7SUFDN0MsQ0FBQztJQUVELFFBQVE7UUFDSixxREFBcUQ7UUFDckQsSUFBSSxDQUFDLFdBQVcsQ0FBQyxTQUFTLEVBQUUsQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLEVBQUU7WUFDekMsSUFBSSxHQUFHLElBQUksT0FBTyxHQUFHLEtBQUssUUFBUSxFQUFFO2dCQUNoQyxJQUFJLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUM7YUFDbEM7UUFDTCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFFRCxlQUFlO1FBQ1gsYUFBYSxDQUFDLGVBQWUsRUFBRSxDQUFDO0lBQ3BDLENBQUM7OEdBNUJRLGdCQUFnQjtrR0FBaEIsZ0JBQWdCLHlFQ1o3QixzMEpBa0lBOzsyRkR0SGEsZ0JBQWdCO2tCQUw1QixTQUFTOytCQUNJLFlBQVkiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBZnRlclZpZXdJbml0LCBDb21wb25lbnQsIEluamVjdG9yLCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEhZUEVSX0RBU0hCT0FSRF9LRVlTIH0gZnJvbSAnLi4vLi4vLi4vY29uZmlnL2NvbnN0YW50JztcblxuaW1wb3J0IHsgQXBwQmFzZUNvbXBvbmVudCB9IGZyb20gJ0Bwb3Npd2lzZS9hcHAtYmFzZS1jb21wb25lbnQnO1xuaW1wb3J0IHsgQXV0aFNlcnZpY2UgfSBmcm9tICdAcG9zaXdpc2UvY29tbW9uLXNlcnZpY2VzJztcbmltcG9ydCB7IEhlbHBlclNlcnZpY2UgfSBmcm9tICdAcG9zaXdpc2UvaGVscGVyLXNlcnZpY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3B3LWNhcmVlcnMnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9jYXJlZXJzLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9jYXJlZXJzLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgQ2FyZWVyc0NvbXBvbmVudCBleHRlbmRzIEFwcEJhc2VDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIEFmdGVyVmlld0luaXQge1xuICAgIHN1YmplY3Q6IHN0cmluZztcblxuICAgIHByb2R1Y3RLZXkgPSBIWVBFUl9EQVNIQk9BUkRfS0VZUy5EYXNoYm9hcmRfRGVtbzE7XG5cbiAgICBsYW5kaW5nID0gZmFsc2U7XG5cbiAgICBtYXN0ZXJQcm9kdWN0SWQgPSB0aGlzLmFwcENvbmZpZy5tYXN0ZXJfc3Vic2NyaXB0aW9uLnByb2R1Y3RfaWQ7XG5cbiAgICBzb3VyY2VJZCA9IDQ7XG5cbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGF1dGhTZXJ2aWNlOiBBdXRoU2VydmljZSwgaW5qZWN0b3I6IEluamVjdG9yKSB7XG4gICAgICAgIHN1cGVyKGluamVjdG9yKTtcblxuICAgICAgICB0aGlzLnN1YmplY3QgPSAnQ2FyZWVycyBDb250YWN0IFJlcXVlc3QnO1xuICAgIH1cblxuICAgIG5nT25Jbml0KCkge1xuICAgICAgICAvLyBSZWRpcmVjdCB1c2VyIHRvIHRoZSBob21lIGlmIGl0cyBhbHJlYWR5IGxvZ2dlZCBpblxuICAgICAgICB0aGlzLmF1dGhTZXJ2aWNlLmdldFRva2VuJCgpLnN1YnNjcmliZSh0b2sgPT4ge1xuICAgICAgICAgICAgaWYgKHRvayAmJiB0eXBlb2YgdG9rID09PSAnc3RyaW5nJykge1xuICAgICAgICAgICAgICAgIHRoaXMucm91dGVyLm5hdmlnYXRlKFsnaG9tZSddKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgbmdBZnRlclZpZXdJbml0KCkge1xuICAgICAgICBIZWxwZXJTZXJ2aWNlLmNoYW5nZVRpdGxlVGV4dCgpO1xuICAgIH1cbn1cbiIsIjxwdy1oZWFkZXIgW2xhbmRpbmddPVwibGFuZGluZ1wiPjwvcHctaGVhZGVyPlxuPGRpdiBjbGFzcz1cInRlY2gtZmVhdHVyZXMtd3JhcHBlclwiPlxuICA8IS0tIGhlYWRlciBzZWN0aW9uIC0tPlxuICA8c2VjdGlvbiBjbGFzcz1cInRlc3RpbW9uaWFsLWJnIGJsaW5raW5nLXRleHQtd3JhcHBlclwiPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXIgdGV4dC1jZW50ZXJcIj5cbiAgICAgIDxoMSBjbGFzcz1cIm15LTVcIj5cbiAgICAgICAgQ29tZSB3b3JrIHdpdGggdXMgPGJyIC8+YW5kIGhlbHAgdXNcbiAgICAgICAgPHNwYW4gZGF0YS1wZXJpb2Q9XCIzMDAwXCJcbiAgICAgICAgICBjbGFzcz1cInR4dC1yb3RhdGVcIlxuICAgICAgICAgIFthdHRyLmRhdGEtcm90YXRlXT1cIlsnaW1wcm92ZScsICdmaXgnLCAnY2hhbmdlJ11cIj48L3NwYW4+XG4gICAgICAgIDxzcGFuIGNsYXNzPVwiYmxpbmtpbmctY3Vyc29yXCI+fDwvc3Bhbj4gdGhlIHdvcmxkXG4gICAgICA8L2gxPlxuICAgICAgPGgzIGNsYXNzPVwibXktNVwiPlxuICAgICAgICBQb3NpV2lzZSBpcyBvbiBhIG1pc3Npb24gdG8gaW1wcm92ZSB0aGUgd29ybGQgYnkgZW5hYmxpbmcgYW55b25lIHRvIGJ1aWxkIGdyZWF0IFNhYVNcbiAgICAgICAgc29sdXRpb25zLlxuICAgICAgICA8YnIgLz5cbiAgICAgICAgV2Ugd2FudCBvdXIgZnV0dXJlIGdlbmVyYXRpb25zIHRvIGJlIHByb3VkIG9mLlxuICAgICAgPC9oMz5cbiAgICA8L2Rpdj5cbiAgPC9zZWN0aW9uPlxuICA8IS0tIEZJTkQgWU9VUiBGVVRVUkUtLT5cbiAgPHNlY3Rpb24+XG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtZGVzYyBzZXJ2aWNlLWltYWdlXCI+XG4gICAgICAgICAgPGZpZ3VyZT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL2NhcmVlcnMvY2FyZWVycy0xYy5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJDYXJlZXJzXCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJpbWctZmx1aWRcIiAvPlxuICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWRlc2MgcHJvZHVjdC1mZWF0dXJlcyB0ZXh0LXN0YXJ0XCI+XG4gICAgICAgICAgPGgyPkZJTkQgWU9VUiBGVVRVUkU8L2gyPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgV2UncmUgYnVpbGRpbmcgYSBjdWx0dXJlIHdoZXJlIHBlcnNvbmFsIGFuZCBwcm9mZXNzaW9uYWwgZ3Jvd3RoIGlzIGp1c3QgYXNcbiAgICAgICAgICAgIHNpZ25pZmljYW50IGFzIGJ1c2luZXNzIGdyb3d0aC5cbiAgICAgICAgICA8L3A+XG4gICAgICAgICAgPHVsIGNsYXNzPVwibGlzdC11bnN0eWxlZFwiPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+XG4gICAgICAgICAgICAgIFdlJ3JlIGFuIGVxdWFsIG9wcG9ydHVuaXR5IGVtcGxveWVyIG9mZmVyaW5nIGNvbXBldGl0aXZlIHNhbGFyaWVzXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+XG4gICAgICAgICAgICAgIFdlJ3JlIGNvbW1pdHRlZCB0byBidWlsZGluZyBhIGRpdmVyc2UgYW5kIGluY2x1c2l2ZSBlbnZpcm9ubWVudCB3aGVyZVxuICAgICAgICAgICAgICB5b3UgZmVlbCB5b3UgYmVsb25nXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+XG4gICAgICAgICAgICAgIFdlJ3JlIHJhZGljYWxseSB0cmFuc3BhcmVudCBhbmQgYWx3YXlzIGZvY3VzZWQgb24gc29sdmluZyByZWFsIHByb2JsZW1zXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+XG4gICAgICAgICAgICAgIFdlIHdhbnQgYWxsIG91ciBlbXBsb3llZXMgdG8gaGF2ZSBvd25lcnNoaXAgb3ZlciB0aGVpciB3b3JrIGFuZCB0byBiZVxuICAgICAgICAgICAgICBlbXBvd2VyZWQgdG8gd29yayBhdXRvbm9tb3VzbHlcbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj5cbiAgICAgICAgICAgICAgV2Ugd29yayByZW1vdGVseSBhcyBtdWNoIGFzIHBvc3NpYmxlLCBrZWVwIG5vbi10cmFkaXRpb25hbCBob3VycyB0b1xuICAgICAgICAgICAgICBjcmVhdGUgYSB3b3JrLWxpZmUgXCJmaXRcIiBmb3IgdXMgYW5kIHRoZSBwZW9wbGUgd2UgbG92ZVxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICA8L3VsPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L3NlY3Rpb24+XG4gIDwhLS0gTUFLRSBBTiBJTVBBQ1QgLS0+XG4gIDxzZWN0aW9uIGNsYXNzPVwidGVzdGltb25pYWwtYmdcIj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1kZXNjIHByb2R1Y3QtZmVhdHVyZXMgdGV4dC1zdGFydFwiPlxuICAgICAgICAgIDxoMj5NQUtFIEFOIElNUEFDVDwvaDI+XG4gICAgICAgICAgPHA+XG4gICAgICAgICAgICBQb3NpV2lzZSBpcyBsb29raW5nIGZvciB3b3JsZC1jbGFzcyB0YWxlbnQgcmVhZHkgdG8gdGFja2xlIGNoYWxsZW5naW5nXG4gICAgICAgICAgICBwcm9qZWN0cyB0aGF0IHdpbGwgdWx0aW1hdGVseSBpbXByb3ZlIHBlb3BsZSdzIGxpdmVzLlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8dWwgY2xhc3M9XCJsaXN0LXVuc3R5bGVkXCI+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gRnJvbSBhIHByb2JsZW0gdGhhdCBtYW55XG4gICAgICAgICAgICAgIHBlb3BsZSBoYXZlIHRvIGEgc29sdXRpb24gdG8gaXRcbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gRnJvbSBhbiBpZGVhIHRvIGFcbiAgICAgICAgICAgICAgc3VjY2Vzc2Z1bCBnbG9iYWwgY29tcGFueVxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBGcm9tIHNjYWxhYmxlIHNvZnR3YXJlXG4gICAgICAgICAgICAgIHNvbHV0aW9ucyB0byBtYWNoaW5lIGxlYXJuaW5nIGFsZ29yaXRobXNcbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gRnJvbSBjb21wbGV4IHNvZnR3YXJlXG4gICAgICAgICAgICAgIHByb2plY3RzIHRvIHRhbmdpYmxlIGltcGFjdHMgb24gb3VyIGZ1dHVyZVxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBGcm9tIGluZGl2aWR1YWxzIHRvXG4gICAgICAgICAgICAgIG9yZ2FuaXphdGlvbnMgdGhhdCBtYWtlIGEgZGlmZmVyZW5jZVxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICA8L3VsPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWltYWdlXCI+XG4gICAgICAgICAgPGZpZ3VyZT5cbiAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL2NhcmVlcnMvY2FyZWVycy0yYi5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJDYXJlZXJzXCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJpbWctZmx1aWRcIiAvPlxuICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L3NlY3Rpb24+XG48L2Rpdj5cbjwhLS0gY2FyZWVycyBleHBsYWluZXIgLS0+XG48c2VjdGlvbj5cbiAgPHB3LWNhcmVlcnMtZXhwbGFpbmVyPjwvcHctY2FyZWVycy1leHBsYWluZXI+XG48L3NlY3Rpb24+XG48IS0tIHN1YnNjcmliZSB0byBvdXIgbmV3c2xldHRlciAtLT5cbjxwdy1sYW5kaW5nLXBhZ2Utc3Vic2NyaWJlIFtzb3VyY2VJZF09XCJzb3VyY2VJZFwiXG4gIFtnYUV2ZW50T2JqXT1cIntcbiAgICAgICAgY2F0ZWdvcnk6ICdwdy1jYXJlZXJzLW5ldy1sZWFkLXJlZ2lzdHJhdGlvbicsXG4gICAgICAgIGFjdGlvbjogJ3N1YnNjcmliZS1zdWNjZXNzJyxcbiAgICAgICAgbGFiZWw6ICdsYW5kaW5nLXBhZ2UtYScsXG4gICAgICAgIHZhbHVlOiAxXG4gICAgfVwiPjwvcHctbGFuZGluZy1wYWdlLXN1YnNjcmliZT5cbjwhLS1jb250YWN0IGNvbnRhaW5lci0tPlxuPHNlY3Rpb24gaWQ9XCJjb250YWN0XCI+XG4gIDwhLS0gPHB3LWxhbmRpbmctcGFnZS1jb250YWN0PjwvcHctbGFuZGluZy1wYWdlLWNvbnRhY3Q+IC0tPlxuICA8cHctY2FyZWVycy1jb250YWN0LXVzPjwvcHctY2FyZWVycy1jb250YWN0LXVzPlxuPC9zZWN0aW9uPlxuXG48IS0tZm9vdGVyIGNvbnRhaW5lciAtLT5cbjxwdy1sYW5kaW5nLXBhZ2UtZm9vdGVyPjwvcHctbGFuZGluZy1wYWdlLWZvb3Rlcj5cbiJdfQ==
|
package/esm2022/lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component.mjs
CHANGED
|
@@ -1,26 +1,90 @@
|
|
|
1
1
|
import { Component, Injector } from '@angular/core';
|
|
2
|
-
import { UntypedFormBuilder } from '@angular/forms';
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormControl, Validators } from '@angular/forms';
|
|
3
|
+
import swal from 'sweetalert2';
|
|
4
|
+
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
5
|
+
import { AuthService, CommonService, FormHelperService, ValidationService } from '@posiwise/common-services';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
import * as i1 from "@posiwise/common-services";
|
|
7
8
|
import * as i2 from "@angular/forms";
|
|
8
9
|
import * as i3 from "@angular/common";
|
|
9
10
|
import * as i4 from "@posiwise/directives";
|
|
10
|
-
import * as i5 from "@posiwise/
|
|
11
|
+
import * as i5 from "@posiwise/shared-components";
|
|
11
12
|
import * as i6 from "ngx-captcha";
|
|
12
|
-
export class CareersContactUsComponent extends
|
|
13
|
+
export class CareersContactUsComponent extends AppBaseComponent {
|
|
13
14
|
constructor(commonService, fb, authService, injector) {
|
|
14
|
-
super(
|
|
15
|
+
super(injector);
|
|
16
|
+
this.commonService = commonService;
|
|
17
|
+
this.fb = fb;
|
|
18
|
+
this.authService = authService;
|
|
19
|
+
this.isEmailValid = true;
|
|
20
|
+
this.isCaptchaVerified = false;
|
|
21
|
+
this.isSubscribeClicked = false;
|
|
22
|
+
this.siteKey = '';
|
|
23
|
+
this.recaptcha = null;
|
|
24
|
+
this.submitted = false;
|
|
25
|
+
this.masterProductId = this.appConfig.master_subscription.product_id;
|
|
26
|
+
this.siteKey = this.appConfig.integrations.captcha_key_V2;
|
|
15
27
|
}
|
|
16
|
-
|
|
17
|
-
|
|
28
|
+
ngOnInit() {
|
|
29
|
+
this.form = this.fb.group({
|
|
30
|
+
name: new UntypedFormControl('', Validators.required),
|
|
31
|
+
email: new UntypedFormControl('', [Validators.required, Validators.email]),
|
|
32
|
+
subject: new UntypedFormControl('From career section'),
|
|
33
|
+
message: new UntypedFormControl('', Validators.required)
|
|
34
|
+
});
|
|
18
35
|
}
|
|
19
|
-
|
|
20
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.11", type: CareersContactUsComponent, selector: "pw-careers-contact-us", usesInheritance: true, ngImport: i0, template: "<section class=\"get-in-touch\">\n <div class=\"container\">\n <h2>\n If you\u2019ve lived the problem, we\u2019ll build the solution.<br />\n </h2>\n <p class=\"description\"></p>\n <div class=\"col-md-5 col-sm-12 float-start contact-form\">\n <form [formGroup]=\"form\"\n (ngSubmit)=\"onSubmit()\"\n class=\"contact-form-inner\">\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"name\"\n placeholder=\"Name*\" />\n <pw-field-error-display [displayError]=\"\n !form.get('name').valid && (form.get('name').touched || submitted)\n \"\n errorMsg=\"Name is required\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"email\"\n placeholder=\"Your Email*\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n (keyup)=\"validateEmail()\" />\n <pw-field-error-display [displayError]=\"\n !form.get('email').valid && (form.get('email').touched || submitted)\n \"\n errorMsg=\"Email is invalid\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <textarea name=\"message\"\n cols=\"\"\n rows=\"\"\n formControlName=\"message\"\n class=\"form-control textarea\"\n placeholder=\"Message*\"></textarea>\n <pw-field-error-display [displayError]=\"\n !form.get('message').valid && (form.get('message').touched || submitted)\n \"\n errorMsg=\"Message is required\">\n </pw-field-error-display>\n </div>\n <button type=\"submit\"\n *ngIf=\"!isSubscribeClicked && !isCaptchaVerified\"\n class=\"contact-btn\">\n Submit\n </button>\n <div class=\"mt-3\"\n *ngIf=\"isSubscribeClicked && !isCaptchaVerified\">\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n [ngModelOptions]=\"{ standalone: true }\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n <div class=\"text-primary\"\n *ngIf=\"isCaptchaVerified && isSubscribeClicked\">\n We've received your request. Thanks. We'll get back to you quickly.\n </div>\n </form>\n </div>\n <div class=\"col-md-7 col-sm-12 address-block-container float-end\">\n <div class=\"address-block\">\n <div class=\"address-white-block\">\n <h6>Ready to build what no one else will?</h6>\n <p>\n We don\u2019t work with many. But if you\u2019ve lived the problem \u2014 we\u2019ll build the solution.\n <br/>\n And if it works \u2014 we\u2019ll help fund it.\n </p>\n <p>\n Whether you're looking to be a founder, a member of our core team or join\n one of our companies - we've got something for you.\n </p>\n <p>Get in touch; we can't wait to meet you.</p>\n <strong> Where to find us: </strong>\n <ul>\n <li class=\"d-none\">\n <span><img src=\"/assets/img/landing-page/phone-icon.png\"\n alt=\"Icon\" /></span>\n <div class=\"address-info\">\n <strong>Phone</strong>\n <p>\n Belgium<br />\n <a href=\"callto:+32484163170\"> +32 (0) 484 16 31 70 </a>\n </p>\n <p>\n Australia<br />\n <a href=\"callto:+61478682100\"> +61 (0) 478 68 21 00 </a>\n </p>\n </div>\n </li>\n <li>\n <span><img src=\"/assets/img/landing-page/address-icon.png\"\n alt=\"Icon\" /></span>\n <div class=\"address-info\">\n <strong>Address</strong>\n <p class=\"mb-0\">Rue des Hirondelles 15</p>\n <p>1000 Brussels - Belgium</p>\n <p class=\"mb-0\">12/24 Ocean Street N</p>\n <p>2026 Bondi - NSW - Australia</p>\n </div>\n </li>\n <li>\n <span><img src=\"/assets/img/landing-page/website-icon.png\"\n alt=\"Icon\" /></span>\n <div class=\"address-info\">\n <strong>Email</strong>\n <p>\n <a href=\"mailto:careers@posiwise.com\">careers@posiwise.com</a>\n </p>\n </div>\n </li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n</section>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_sub_bg: rgb(70, 136, 236);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.get-in-touch{background:#ecf5fc;padding:90px 0 70px}.get-in-touch h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:44px;font-weight:900;text-align:center}.get-in-touch .description{color:#42526e;font-family:Roboto,sans-serif;font-size:30px;font-weight:300;margin-bottom:60px;padding:0 0 25px;position:relative;text-align:center}.get-in-touch:after{background:#ffab00;bottom:0;height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.contact-form-inner{background-color:#fff;box-shadow:1px 1px 57px #0000001a;padding:40px!important;position:relative;z-index:4}.contact-form-inner .book-demo a{display:inline-block;font-size:20px}.contact-form{position:relative}.contact-form:before{background:url(/assets/img/landing-page/form-rounded-img.png) left top no-repeat;content:\"\";height:257px;left:-123px;position:absolute;top:-106px;width:257px;z-index:1}.contact-form-inner .form-control{background-color:#f5f5f5;border:0;border-radius:0;color:#42526e;font-family:Roboto,sans-serif;font-size:16px;font-weight:300;height:55px;margin-bottom:20px;outline:0;padding:0 24px}.textarea{height:135px!important;padding:21px 24px!important}.address-white-block{background-color:#fff;box-shadow:1px 1px 57px #0000001a;float:left;padding:51px 37px 40px!important;position:relative;text-align:left;z-index:2}.address-white-block h6{color:#2e3238!important;font-size:24px;font-weight:900;margin-bottom:19px}.address-white-block p{color:#42526e;font-size:18px;font-weight:300;line-height:24px;margin-bottom:12px}.address-white-block strong{color:#2e3238;display:inline-block;font-size:24px;font-weight:900;margin-bottom:19px;padding:24px 0 0;width:100%}.address-white-block li{float:left;width:265px}.address-white-block li:nth-child(2){float:left;width:314px}.address-white-block li:nth-child(3){float:left;width:265px}.address-white-block li:nth-child(3) .address-info{width:210px}.address-white-block li strong{color:#2e3238;font-size:18px;font-weight:700;margin:0;padding:0}.address-white-block li span{float:left;width:25px}.address-white-block li p{color:#42526e;font-size:15px;font-weight:300;line-height:30px}.address-white-block li p a{color:#42526e;text-decoration:none}.address-white-block li p:hover{color:#000;text-decoration:underline}.address-white-block li i.fa-phone{transform:rotate(90deg)}.address-white-block li i{font-size:17px;color:var(--first)}.address-info{float:left;width:240px}.address-block{position:absolute}.address-block:before{background:url(/assets/img/landing-page/form-rounded-img2.png) center top no-repeat;content:\"\";height:194px;position:absolute;right:-90px;top:-92px;width:194px;z-index:1}.address-block:after{background:url(/assets/img/landing-page/form-rounded-img3.png) center top no-repeat;bottom:-143px;content:\"\";height:352px;position:absolute;right:-160px;width:352px;z-index:1}@media screen and (max-width: 1499px){.get-in-touch{overflow:hidden}}@media screen and (max-width: 991px){.address-white-block{padding:30px 37px 40px!important}}@media screen and (max-width: 991px){.address-block{position:relative}}@media screen and (max-width: 767px){.get-in-touch h2{font-size:31px}.get-in-touch .description{font-size:20px;position:relative;z-index:2}.address-block{float:left;height:100%;position:relative;width:100%}.contact-form-inner{padding:20px!important}}@media screen and (max-width: 575px){.contact-form{padding:0!important}.get-in-touch{padding:50px 0 54px}.get-in-touch h2{font-size:29px}.address-white-block{max-width:100%;padding:20px!important}.address-white-block p{font-size:17px}.address-white-block li p{font-size:15px}}.address-block-container{position:relative;padding-right:15px;padding-left:29px}@media (min-width: 768px){.col-md-7{flex:0 0 auto;width:58.33333333%;position:relative;padding-right:15px;padding-left:29px}}@media screen and (min-width: 768px){.banner-left-bar{flex:0 0 auto;width:58.33333333%;padding-right:15px;padding-left:29px}}\n"], dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i4.LazyImgDirective, selector: "img" }, { kind: "component", type: i5.FieldErrorDisplayComponent, selector: "pw-field-error-display", inputs: ["errorMsg", "displayError"] }, { kind: "component", type: i6.ReCaptcha2Component, selector: "ngx-recaptcha2", inputs: ["theme", "size"] }] }); }
|
|
36
|
+
onSubmit() {
|
|
37
|
+
this.submitted = true;
|
|
38
|
+
this.isSubscribeClicked = !!this.form.valid;
|
|
39
|
+
}
|
|
40
|
+
handleSuccess(reCaptchaRes) {
|
|
41
|
+
if (reCaptchaRes && this.form.valid) {
|
|
42
|
+
this.authService.validateReCaptcha(reCaptchaRes).subscribe((isSuccess) => {
|
|
43
|
+
if (isSuccess) {
|
|
44
|
+
const data = { ...this.form.value };
|
|
45
|
+
const postData = {
|
|
46
|
+
name: data.name,
|
|
47
|
+
message: data.message,
|
|
48
|
+
subject: data.subject,
|
|
49
|
+
email: data.email,
|
|
50
|
+
product_id: this.masterProductId
|
|
51
|
+
};
|
|
52
|
+
this.commonService.addContactUsMessage(postData).subscribe({
|
|
53
|
+
next: response => {
|
|
54
|
+
swal.fire(response.message);
|
|
55
|
+
this.form.reset();
|
|
56
|
+
// wait for 2s before removing captcha
|
|
57
|
+
setTimeout(() => {
|
|
58
|
+
this.isCaptchaVerified = false;
|
|
59
|
+
this.isSubscribeClicked = false;
|
|
60
|
+
this.submitted = false;
|
|
61
|
+
}, 2000);
|
|
62
|
+
},
|
|
63
|
+
error: error => {
|
|
64
|
+
this.toast.showToast(error);
|
|
65
|
+
}
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
});
|
|
69
|
+
}
|
|
70
|
+
else {
|
|
71
|
+
FormHelperService.validateAllFormFields(this.form);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
validateEmail() {
|
|
75
|
+
const email = this.form.get('email').value;
|
|
76
|
+
if (email) {
|
|
77
|
+
this.isEmailValid = ValidationService.email(email);
|
|
78
|
+
}
|
|
79
|
+
else {
|
|
80
|
+
this.isEmailValid = true;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: CareersContactUsComponent, deps: [{ token: i1.CommonService }, { token: i2.UntypedFormBuilder }, { token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
84
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: CareersContactUsComponent, selector: "pw-careers-contact-us", usesInheritance: true, ngImport: i0, template: "<section class=\"get-in-touch\">\n <div class=\"container\">\n <h2>\n Let's build the next awesome SaaS solution.<br />\n Together.\n </h2>\n <p class=\"description\"></p>\n <div class=\"col-md-5 col-sm-12 float-start contact-form\">\n <form [formGroup]=\"form\"\n (ngSubmit)=\"onSubmit()\"\n class=\"contact-form-inner\">\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"name\"\n placeholder=\"Name*\" />\n <pw-field-error-display [displayError]=\"\n !form.get('name').valid && (form.get('name').touched || submitted)\n \"\n errorMsg=\"Name is required\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"email\"\n placeholder=\"Your Email*\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n (keyup)=\"validateEmail()\" />\n <pw-field-error-display [displayError]=\"\n !form.get('email').valid && (form.get('email').touched || submitted)\n \"\n errorMsg=\"Email is invalid\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <textarea name=\"message\"\n cols=\"\"\n rows=\"\"\n formControlName=\"message\"\n class=\"form-control textarea\"\n placeholder=\"Message*\"></textarea>\n <pw-field-error-display [displayError]=\"\n !form.get('message').valid && (form.get('message').touched || submitted)\n \"\n errorMsg=\"Message is required\">\n </pw-field-error-display>\n </div>\n <button type=\"submit\"\n *ngIf=\"!isSubscribeClicked && !isCaptchaVerified\"\n class=\"contact-btn\">\n Submit\n </button>\n <div class=\"mt-3\"\n *ngIf=\"isSubscribeClicked && !isCaptchaVerified\">\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n [ngModelOptions]=\"{ standalone: true }\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n <div class=\"text-primary\"\n *ngIf=\"isCaptchaVerified && isSubscribeClicked\">\n We've received your request. Thanks. We'll get back to you quickly.\n </div>\n </form>\n </div>\n <div class=\"col-md-7 col-sm-12 address-block-container float-end\">\n <div class=\"address-block\">\n <div class=\"address-whiteblock\">\n <h6>Ready to positively impact the world?</h6>\n <p>\n We're always looking for outstanding, ambitious and hard-working talent\n willing to work on projects that positively impact the world.\n </p>\n <p>\n Whether you're looking to be a founder, a member of our core team or join\n one of our companies - we've got something for you.\n </p>\n <p>Get in touch; we can't wait to meet you.</p>\n <strong> Where to find us: </strong>\n <ul>\n <li class=\"d-none\">\n <span><img src=\"/assets/img/landing-page/phone-icon.png\"\n alt=\"Icon\" /></span>\n <div class=\"address-info\">\n <strong>Phone</strong>\n <p>\n Belgium<br />\n <a href=\"callto:+32484163170\"> +32 (0) 484 16 31 70 </a>\n </p>\n <p>\n Australia<br />\n <a href=\"callto:+61478682100\"> +61 (0) 478 68 21 00 </a>\n </p>\n </div>\n </li>\n <li>\n <span><img src=\"/assets/img/landing-page/address-icon.png\"\n alt=\"Icon\" /></span>\n <div class=\"address-info\">\n <strong>Address</strong>\n <p class=\"mb-0\">Rue des Hirondelles 15</p>\n <p>1000 Brussels - Belgium</p>\n <p class=\"mb-0\">12/24 Ocean Street N</p>\n <p>2026 Bondi - NSW - Australia</p>\n </div>\n </li>\n <li>\n <span><img src=\"/assets/img/landing-page/website-icon.png\"\n alt=\"Icon\" /></span>\n <div class=\"address-info\">\n <strong>Email</strong>\n <p>\n <a href=\"mailto:careers@posiwise.com\">careers@posiwise.com</a>\n </p>\n </div>\n </li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n</section>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.get-in-touch{background:rgb(236,245,252);padding:90px 0 70px}.get-in-touch h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:44px;font-weight:900;text-align:center}.get-in-touch .description{color:#42526e;font-family:Roboto,sans-serif;font-size:30px;font-weight:300;margin-bottom:60px;padding:0 0 25px;position:relative;text-align:center}.get-in-touch:after{background:rgb(255,171,0);bottom:0;height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.contact-form-inner{background-color:#fff;box-shadow:1px 1px 57px #0000001a;padding:40px!important;position:relative;z-index:4}.contact-form-inner .book-demo a{display:inline-block;font-size:20px}.contact-form{position:relative}.contact-form:before{background:url(/assets/img/landing-page/form-rounded-img.png) left top no-repeat;content:\"\";height:257px;left:-123px;position:absolute;top:-106px;width:257px;z-index:1}.contact-form-inner .form-control{background-color:#f5f5f5;border:0;border-radius:0;color:#42526e;font-family:Roboto,sans-serif;font-size:16px;font-weight:300;height:55px;margin-bottom:20px;outline:0;padding:0 24px}.textarea{height:135px!important;padding:21px 24px!important}.address-whiteblock{background-color:#fff;box-shadow:1px 1px 57px #0000001a;float:left;padding:51px 37px 40px!important;position:relative;text-align:left;z-index:2}.address-whiteblock h6{color:#2e3238!important;font-size:24px;font-weight:900;margin-bottom:19px}.address-whiteblock p{color:#42526e;font-size:18px;font-weight:300;line-height:24px;margin-bottom:12px}.address-whiteblock strong{color:#2e3238;display:inline-block;font-size:24px;font-weight:900;margin-bottom:19px;padding:24px 0 0;width:100%}.address-whiteblock li{float:left;width:265px}.address-whiteblock li i.fa-phone{transform:rotate(90deg)}.address-whiteblock li i{font-size:17px;color:var(--first)}.address-whiteblock li:nth-child(2){float:left;width:314px}.address-whiteblock li:nth-child(3){float:left;width:265px}.address-whiteblock li:nth-child(3) .address-info{width:210px}.address-whiteblock li strong{color:#2e3238;font-size:18px;font-weight:700;margin:0;padding:0}.address-whiteblock li span{float:left;width:25px}.address-whiteblock li p{color:#42526e;font-size:15px;font-weight:300;line-height:30px}.address-whiteblock li p a{color:#42526e;text-decoration:none}.address-whiteblock li p:hover{color:#000;text-decoration:underline}.address-info{float:left;width:240px}.address-block{position:absolute}.address-block:before{background:url(/assets/img/landing-page/form-rounded-img2.png) center top no-repeat;content:\"\";height:194px;position:absolute;right:-90px;top:-92px;width:194px;z-index:1}.address-block:after{background:url(/assets/img/landing-page/form-rounded-img3.png) center top no-repeat;bottom:-143px;content:\"\";height:352px;position:absolute;right:-160px;width:352px;z-index:1}@media screen and (max-width: 1499px){.get-in-touch{overflow:hidden}}@media screen and (max-width: 991px){.address-whiteblock{padding:30px 37px 40px!important}}@media screen and (max-width: 767px){.get-in-touch h2{font-size:31px}.get-in-touch .description{font-size:20px;position:relative;z-index:2}.address-block{float:left;height:100%;position:relative;width:100%}.contact-form-inner{padding:20px!important}}@media screen and (max-width: 991px){.address-block{position:relative;margin-left:11px}}@media screen and (max-width: 575px){.contact-form{padding:0!important}.get-in-touch{padding:50px 0 54px}.get-in-touch h2{font-size:29px}.address-whiteblock{max-width:100%;padding:26px!important;margin-top:19px}.address-whiteblock p{font-size:17px}.address-whiteblock li p{font-size:15px}}@media (min-width: 768px) and (max-width: 795px){.address-block-container{min-height:805px}}@media (min-width: 796px) and (max-width: 830px){.address-block-container{min-height:785px}}@media (min-width: 831px) and (max-width: 1117px){.address-block-container{min-height:759px}}@media (min-width: 1118px) and (max-width: 1145px){.address-block-container{min-height:702px}}@media (min-width: 1146px) and (max-width: 1449px){.address-block-container{min-height:542px}}@media (min-width: 1450px) and (max-width: 1499px){.address-block-container{min-height:542px}}.address-block-container{position:relative;padding-right:15px;padding-left:29px}@media (min-width: 768px){.col-md-7{flex:0 0 auto;width:58.33333333%;position:relative;padding-right:15px;padding-left:29px}}@media screen and (min-width: 768px){.banner-leftbar{flex:0 0 auto;width:58.33333333%;padding-right:15px;padding-left:29px}}\n"], dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i4.LazyImgDirective, selector: "img" }, { kind: "component", type: i5.FieldErrorDisplayComponent, selector: "pw-field-error-display", inputs: ["errorMsg", "displayError"] }, { kind: "component", type: i6.ReCaptcha2Component, selector: "ngx-recaptcha2", inputs: ["theme", "size"] }] }); }
|
|
21
85
|
}
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
86
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: CareersContactUsComponent, decorators: [{
|
|
23
87
|
type: Component,
|
|
24
|
-
args: [{ selector: 'pw-careers-contact-us', template: "<section class=\"get-in-touch\">\n <div class=\"container\">\n <h2>\n
|
|
88
|
+
args: [{ selector: 'pw-careers-contact-us', template: "<section class=\"get-in-touch\">\n <div class=\"container\">\n <h2>\n Let's build the next awesome SaaS solution.<br />\n Together.\n </h2>\n <p class=\"description\"></p>\n <div class=\"col-md-5 col-sm-12 float-start contact-form\">\n <form [formGroup]=\"form\"\n (ngSubmit)=\"onSubmit()\"\n class=\"contact-form-inner\">\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"name\"\n placeholder=\"Name*\" />\n <pw-field-error-display [displayError]=\"\n !form.get('name').valid && (form.get('name').touched || submitted)\n \"\n errorMsg=\"Name is required\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <input type=\"text\"\n class=\"form-control\"\n formControlName=\"email\"\n placeholder=\"Your Email*\"\n [ngClass]=\"!isEmailValid ? 'border border-danger' : ''\"\n (keyup)=\"validateEmail()\" />\n <pw-field-error-display [displayError]=\"\n !form.get('email').valid && (form.get('email').touched || submitted)\n \"\n errorMsg=\"Email is invalid\">\n </pw-field-error-display>\n </div>\n <div class=\"mb-3\">\n <textarea name=\"message\"\n cols=\"\"\n rows=\"\"\n formControlName=\"message\"\n class=\"form-control textarea\"\n placeholder=\"Message*\"></textarea>\n <pw-field-error-display [displayError]=\"\n !form.get('message').valid && (form.get('message').touched || submitted)\n \"\n errorMsg=\"Message is required\">\n </pw-field-error-display>\n </div>\n <button type=\"submit\"\n *ngIf=\"!isSubscribeClicked && !isCaptchaVerified\"\n class=\"contact-btn\">\n Submit\n </button>\n <div class=\"mt-3\"\n *ngIf=\"isSubscribeClicked && !isCaptchaVerified\">\n <ngx-recaptcha2 [siteKey]=\"siteKey\"\n size=\"normal\"\n [(ngModel)]=\"recaptcha\"\n [ngModelOptions]=\"{ standalone: true }\"\n (success)=\"handleSuccess($event)\">\n </ngx-recaptcha2>\n </div>\n <div class=\"text-primary\"\n *ngIf=\"isCaptchaVerified && isSubscribeClicked\">\n We've received your request. Thanks. We'll get back to you quickly.\n </div>\n </form>\n </div>\n <div class=\"col-md-7 col-sm-12 address-block-container float-end\">\n <div class=\"address-block\">\n <div class=\"address-whiteblock\">\n <h6>Ready to positively impact the world?</h6>\n <p>\n We're always looking for outstanding, ambitious and hard-working talent\n willing to work on projects that positively impact the world.\n </p>\n <p>\n Whether you're looking to be a founder, a member of our core team or join\n one of our companies - we've got something for you.\n </p>\n <p>Get in touch; we can't wait to meet you.</p>\n <strong> Where to find us: </strong>\n <ul>\n <li class=\"d-none\">\n <span><img src=\"/assets/img/landing-page/phone-icon.png\"\n alt=\"Icon\" /></span>\n <div class=\"address-info\">\n <strong>Phone</strong>\n <p>\n Belgium<br />\n <a href=\"callto:+32484163170\"> +32 (0) 484 16 31 70 </a>\n </p>\n <p>\n Australia<br />\n <a href=\"callto:+61478682100\"> +61 (0) 478 68 21 00 </a>\n </p>\n </div>\n </li>\n <li>\n <span><img src=\"/assets/img/landing-page/address-icon.png\"\n alt=\"Icon\" /></span>\n <div class=\"address-info\">\n <strong>Address</strong>\n <p class=\"mb-0\">Rue des Hirondelles 15</p>\n <p>1000 Brussels - Belgium</p>\n <p class=\"mb-0\">12/24 Ocean Street N</p>\n <p>2026 Bondi - NSW - Australia</p>\n </div>\n </li>\n <li>\n <span><img src=\"/assets/img/landing-page/website-icon.png\"\n alt=\"Icon\" /></span>\n <div class=\"address-info\">\n <strong>Email</strong>\n <p>\n <a href=\"mailto:careers@posiwise.com\">careers@posiwise.com</a>\n </p>\n </div>\n </li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n</section>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.get-in-touch{background:rgb(236,245,252);padding:90px 0 70px}.get-in-touch h2{color:#2e3238!important;font-family:Roboto,sans-serif;font-size:44px;font-weight:900;text-align:center}.get-in-touch .description{color:#42526e;font-family:Roboto,sans-serif;font-size:30px;font-weight:300;margin-bottom:60px;padding:0 0 25px;position:relative;text-align:center}.get-in-touch:after{background:rgb(255,171,0);bottom:0;height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.contact-form-inner{background-color:#fff;box-shadow:1px 1px 57px #0000001a;padding:40px!important;position:relative;z-index:4}.contact-form-inner .book-demo a{display:inline-block;font-size:20px}.contact-form{position:relative}.contact-form:before{background:url(/assets/img/landing-page/form-rounded-img.png) left top no-repeat;content:\"\";height:257px;left:-123px;position:absolute;top:-106px;width:257px;z-index:1}.contact-form-inner .form-control{background-color:#f5f5f5;border:0;border-radius:0;color:#42526e;font-family:Roboto,sans-serif;font-size:16px;font-weight:300;height:55px;margin-bottom:20px;outline:0;padding:0 24px}.textarea{height:135px!important;padding:21px 24px!important}.address-whiteblock{background-color:#fff;box-shadow:1px 1px 57px #0000001a;float:left;padding:51px 37px 40px!important;position:relative;text-align:left;z-index:2}.address-whiteblock h6{color:#2e3238!important;font-size:24px;font-weight:900;margin-bottom:19px}.address-whiteblock p{color:#42526e;font-size:18px;font-weight:300;line-height:24px;margin-bottom:12px}.address-whiteblock strong{color:#2e3238;display:inline-block;font-size:24px;font-weight:900;margin-bottom:19px;padding:24px 0 0;width:100%}.address-whiteblock li{float:left;width:265px}.address-whiteblock li i.fa-phone{transform:rotate(90deg)}.address-whiteblock li i{font-size:17px;color:var(--first)}.address-whiteblock li:nth-child(2){float:left;width:314px}.address-whiteblock li:nth-child(3){float:left;width:265px}.address-whiteblock li:nth-child(3) .address-info{width:210px}.address-whiteblock li strong{color:#2e3238;font-size:18px;font-weight:700;margin:0;padding:0}.address-whiteblock li span{float:left;width:25px}.address-whiteblock li p{color:#42526e;font-size:15px;font-weight:300;line-height:30px}.address-whiteblock li p a{color:#42526e;text-decoration:none}.address-whiteblock li p:hover{color:#000;text-decoration:underline}.address-info{float:left;width:240px}.address-block{position:absolute}.address-block:before{background:url(/assets/img/landing-page/form-rounded-img2.png) center top no-repeat;content:\"\";height:194px;position:absolute;right:-90px;top:-92px;width:194px;z-index:1}.address-block:after{background:url(/assets/img/landing-page/form-rounded-img3.png) center top no-repeat;bottom:-143px;content:\"\";height:352px;position:absolute;right:-160px;width:352px;z-index:1}@media screen and (max-width: 1499px){.get-in-touch{overflow:hidden}}@media screen and (max-width: 991px){.address-whiteblock{padding:30px 37px 40px!important}}@media screen and (max-width: 767px){.get-in-touch h2{font-size:31px}.get-in-touch .description{font-size:20px;position:relative;z-index:2}.address-block{float:left;height:100%;position:relative;width:100%}.contact-form-inner{padding:20px!important}}@media screen and (max-width: 991px){.address-block{position:relative;margin-left:11px}}@media screen and (max-width: 575px){.contact-form{padding:0!important}.get-in-touch{padding:50px 0 54px}.get-in-touch h2{font-size:29px}.address-whiteblock{max-width:100%;padding:26px!important;margin-top:19px}.address-whiteblock p{font-size:17px}.address-whiteblock li p{font-size:15px}}@media (min-width: 768px) and (max-width: 795px){.address-block-container{min-height:805px}}@media (min-width: 796px) and (max-width: 830px){.address-block-container{min-height:785px}}@media (min-width: 831px) and (max-width: 1117px){.address-block-container{min-height:759px}}@media (min-width: 1118px) and (max-width: 1145px){.address-block-container{min-height:702px}}@media (min-width: 1146px) and (max-width: 1449px){.address-block-container{min-height:542px}}@media (min-width: 1450px) and (max-width: 1499px){.address-block-container{min-height:542px}}.address-block-container{position:relative;padding-right:15px;padding-left:29px}@media (min-width: 768px){.col-md-7{flex:0 0 auto;width:58.33333333%;position:relative;padding-right:15px;padding-left:29px}}@media screen and (min-width: 768px){.banner-leftbar{flex:0 0 auto;width:58.33333333%;padding-right:15px;padding-left:29px}}\n"] }]
|
|
25
89
|
}], ctorParameters: () => [{ type: i1.CommonService }, { type: i2.UntypedFormBuilder }, { type: i1.AuthService }, { type: i0.Injector }] });
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZWVycy1jb250YWN0LXVzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2hpcmluZy9jYXJlZXJzLWNvbnRhY3QtdXMvY2FyZWVycy1jb250YWN0LXVzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2hpcmluZy9jYXJlZXJzLWNvbnRhY3QtdXMvY2FyZWVycy1jb250YWN0LXVzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3BELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRXBELE9BQU8sRUFBRSxXQUFXLEVBQUUsYUFBYSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFFdkUsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sd0NBQXdDLENBQUM7Ozs7Ozs7O0FBU2xGLE1BQU0sT0FBTyx5QkFBMEIsU0FBUSx3QkFBd0I7SUFDbkUsWUFDSSxhQUE0QixFQUM1QixFQUFzQixFQUN0QixXQUF3QixFQUN4QixRQUFrQjtRQUVsQixLQUFLLENBQUMsYUFBYSxFQUFFLEVBQUUsRUFBRSxXQUFXLEVBQUUsUUFBUSxDQUFDLENBQUM7SUFDcEQsQ0FBQztJQUVTLGlCQUFpQjtRQUN2QixPQUFPLHFCQUFxQixDQUFDO0lBQ2pDLENBQUM7K0dBWlEseUJBQXlCO21HQUF6Qix5QkFBeUIsb0ZDZHRDLG0ySkE2SEE7OzRGRC9HYSx5QkFBeUI7a0JBUHJDLFNBQVM7K0JBQ0ksdUJBQXVCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbmplY3RvciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgVW50eXBlZEZvcm1CdWlsZGVyIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG5pbXBvcnQgeyBBdXRoU2VydmljZSwgQ29tbW9uU2VydmljZSB9IGZyb20gJ0Bwb3Npd2lzZS9jb21tb24tc2VydmljZXMnO1xuXG5pbXBvcnQgeyBCYXNlQ29udGFjdEZvcm1Db21wb25lbnQgfSBmcm9tICcuLi8uLi9iYXNlL2Jhc2UtY29udGFjdC1mb3JtLmNvbXBvbmVudCc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncHctY2FyZWVycy1jb250YWN0LXVzJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vY2FyZWVycy1jb250YWN0LXVzLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFtcbiAgICAgICAgJy4uLy4uL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9sYW5kaW5nLXBhZ2UtY29udGFjdC9sYW5kaW5nLXBhZ2UtY29udGFjdC5jb21wb25lbnQuc2NzcydcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIENhcmVlcnNDb250YWN0VXNDb21wb25lbnQgZXh0ZW5kcyBCYXNlQ29udGFjdEZvcm1Db21wb25lbnQge1xuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBjb21tb25TZXJ2aWNlOiBDb21tb25TZXJ2aWNlLFxuICAgICAgICBmYjogVW50eXBlZEZvcm1CdWlsZGVyLFxuICAgICAgICBhdXRoU2VydmljZTogQXV0aFNlcnZpY2UsXG4gICAgICAgIGluamVjdG9yOiBJbmplY3RvclxuICAgICkge1xuICAgICAgICBzdXBlcihjb21tb25TZXJ2aWNlLCBmYiwgYXV0aFNlcnZpY2UsIGluamVjdG9yKTtcbiAgICB9XG5cbiAgICBwcm90ZWN0ZWQgZ2V0RGVmYXVsdFN1YmplY3QoKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuICdGcm9tIGNhcmVlciBzZWN0aW9uJztcbiAgICB9XG59XG4iLCI8c2VjdGlvbiBjbGFzcz1cImdldC1pbi10b3VjaFwiPlxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgPGgyPlxuICAgICAgSWYgeW914oCZdmUgbGl2ZWQgdGhlIHByb2JsZW0sIHdl4oCZbGwgYnVpbGQgdGhlIHNvbHV0aW9uLjxiciAvPlxuICAgIDwvaDI+XG4gICAgPHAgY2xhc3M9XCJkZXNjcmlwdGlvblwiPjwvcD5cbiAgICA8ZGl2IGNsYXNzPVwiY29sLW1kLTUgY29sLXNtLTEyIGZsb2F0LXN0YXJ0IGNvbnRhY3QtZm9ybVwiPlxuICAgICAgPGZvcm0gW2Zvcm1Hcm91cF09XCJmb3JtXCJcbiAgICAgICAgKG5nU3VibWl0KT1cIm9uU3VibWl0KClcIlxuICAgICAgICBjbGFzcz1cImNvbnRhY3QtZm9ybS1pbm5lclwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxuICAgICAgICAgIDxpbnB1dCB0eXBlPVwidGV4dFwiXG4gICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbFwiXG4gICAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJuYW1lXCJcbiAgICAgICAgICAgIHBsYWNlaG9sZGVyPVwiTmFtZSpcIiAvPlxuICAgICAgICAgIDxwdy1maWVsZC1lcnJvci1kaXNwbGF5IFtkaXNwbGF5RXJyb3JdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgIWZvcm0uZ2V0KCduYW1lJykudmFsaWQgJiYgKGZvcm0uZ2V0KCduYW1lJykudG91Y2hlZCB8fCBzdWJtaXR0ZWQpXG4gICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgZXJyb3JNc2c9XCJOYW1lIGlzIHJlcXVpcmVkXCI+XG4gICAgICAgICAgPC9wdy1maWVsZC1lcnJvci1kaXNwbGF5PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIm1iLTNcIj5cbiAgICAgICAgICA8aW5wdXQgdHlwZT1cInRleHRcIlxuICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIlxuICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwiZW1haWxcIlxuICAgICAgICAgICAgcGxhY2Vob2xkZXI9XCJZb3VyIEVtYWlsKlwiXG4gICAgICAgICAgICBbbmdDbGFzc109XCIhaXNFbWFpbFZhbGlkID8gJ2JvcmRlciBib3JkZXItZGFuZ2VyJyA6ICcnXCJcbiAgICAgICAgICAgIChrZXl1cCk9XCJ2YWxpZGF0ZUVtYWlsKClcIiAvPlxuICAgICAgICAgIDxwdy1maWVsZC1lcnJvci1kaXNwbGF5IFtkaXNwbGF5RXJyb3JdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgIWZvcm0uZ2V0KCdlbWFpbCcpLnZhbGlkICYmIChmb3JtLmdldCgnZW1haWwnKS50b3VjaGVkIHx8IHN1Ym1pdHRlZClcbiAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICBlcnJvck1zZz1cIkVtYWlsIGlzIGludmFsaWRcIj5cbiAgICAgICAgICA8L3B3LWZpZWxkLWVycm9yLWRpc3BsYXk+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwibWItM1wiPlxuICAgICAgICAgIDx0ZXh0YXJlYSBuYW1lPVwibWVzc2FnZVwiXG4gICAgICAgICAgICBjb2xzPVwiXCJcbiAgICAgICAgICAgIHJvd3M9XCJcIlxuICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwibWVzc2FnZVwiXG4gICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbCB0ZXh0YXJlYVwiXG4gICAgICAgICAgICBwbGFjZWhvbGRlcj1cIk1lc3NhZ2UqXCI+PC90ZXh0YXJlYT5cbiAgICAgICAgICA8cHctZmllbGQtZXJyb3ItZGlzcGxheSBbZGlzcGxheUVycm9yXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICFmb3JtLmdldCgnbWVzc2FnZScpLnZhbGlkICYmIChmb3JtLmdldCgnbWVzc2FnZScpLnRvdWNoZWQgfHwgc3VibWl0dGVkKVxuICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgIGVycm9yTXNnPVwiTWVzc2FnZSBpcyByZXF1aXJlZFwiPlxuICAgICAgICAgIDwvcHctZmllbGQtZXJyb3ItZGlzcGxheT5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxidXR0b24gdHlwZT1cInN1Ym1pdFwiXG4gICAgICAgICAgKm5nSWY9XCIhaXNTdWJzY3JpYmVDbGlja2VkICYmICFpc0NhcHRjaGFWZXJpZmllZFwiXG4gICAgICAgICAgY2xhc3M9XCJjb250YWN0LWJ0blwiPlxuICAgICAgICAgIFN1Ym1pdFxuICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIm10LTNcIlxuICAgICAgICAgICpuZ0lmPVwiaXNTdWJzY3JpYmVDbGlja2VkICYmICFpc0NhcHRjaGFWZXJpZmllZFwiPlxuICAgICAgICAgIDxuZ3gtcmVjYXB0Y2hhMiBbc2l0ZUtleV09XCJzaXRlS2V5XCJcbiAgICAgICAgICAgIHNpemU9XCJub3JtYWxcIlxuICAgICAgICAgICAgWyhuZ01vZGVsKV09XCJyZWNhcHRjaGFcIlxuICAgICAgICAgICAgW25nTW9kZWxPcHRpb25zXT1cInsgc3RhbmRhbG9uZTogdHJ1ZSB9XCJcbiAgICAgICAgICAgIChzdWNjZXNzKT1cImhhbmRsZVN1Y2Nlc3MoJGV2ZW50KVwiPlxuICAgICAgICAgIDwvbmd4LXJlY2FwdGNoYTI+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwidGV4dC1wcmltYXJ5XCJcbiAgICAgICAgICAqbmdJZj1cImlzQ2FwdGNoYVZlcmlmaWVkICYmIGlzU3Vic2NyaWJlQ2xpY2tlZFwiPlxuICAgICAgICAgIFdlJ3ZlIHJlY2VpdmVkIHlvdXIgcmVxdWVzdC4gVGhhbmtzLiBXZSdsbCBnZXQgYmFjayB0byB5b3UgcXVpY2tseS5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Zvcm0+XG4gICAgPC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cImNvbC1tZC03IGNvbC1zbS0xMiBhZGRyZXNzLWJsb2NrLWNvbnRhaW5lciBmbG9hdC1lbmRcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJhZGRyZXNzLWJsb2NrXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJhZGRyZXNzLXdoaXRlLWJsb2NrXCI+XG4gICAgICAgICAgPGg2PlJlYWR5IHRvIGJ1aWxkIHdoYXQgbm8gb25lIGVsc2Ugd2lsbD88L2g2PlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgV2UgZG9u4oCZdCB3b3JrIHdpdGggbWFueS4gQnV0IGlmIHlvdeKAmXZlIGxpdmVkIHRoZSBwcm9ibGVtIOKAlCB3ZeKAmWxsIGJ1aWxkIHRoZSBzb2x1dGlvbi5cbiAgICAgICAgICAgIDxici8+XG4gICAgICAgICAgICBBbmQgaWYgaXQgd29ya3Mg4oCUIHdl4oCZbGwgaGVscCBmdW5kIGl0LlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8cD5cbiAgICAgICAgICAgIFdoZXRoZXIgeW91J3JlIGxvb2tpbmcgdG8gYmUgYSBmb3VuZGVyLCBhIG1lbWJlciBvZiBvdXIgY29yZSB0ZWFtIG9yIGpvaW5cbiAgICAgICAgICAgIG9uZSBvZiBvdXIgY29tcGFuaWVzIC0gd2UndmUgZ290IHNvbWV0aGluZyBmb3IgeW91LlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8cD5HZXQgaW4gdG91Y2g7IHdlIGNhbid0IHdhaXQgdG8gbWVldCB5b3UuPC9wPlxuICAgICAgICAgIDxzdHJvbmc+IFdoZXJlIHRvIGZpbmQgdXM6IDwvc3Ryb25nPlxuICAgICAgICAgIDx1bD5cbiAgICAgICAgICAgIDxsaSBjbGFzcz1cImQtbm9uZVwiPlxuICAgICAgICAgICAgICA8c3Bhbj48aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9waG9uZS1pY29uLnBuZ1wiXG4gICAgICAgICAgICAgICAgICBhbHQ9XCJJY29uXCIgLz48L3NwYW4+XG4gICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJhZGRyZXNzLWluZm9cIj5cbiAgICAgICAgICAgICAgICA8c3Ryb25nPlBob25lPC9zdHJvbmc+XG4gICAgICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgICAgICBCZWxnaXVtPGJyIC8+XG4gICAgICAgICAgICAgICAgICA8YSBocmVmPVwiY2FsbHRvOiszMjQ4NDE2MzE3MFwiPiArMzIgKDApIDQ4NCAxNiAzMSA3MCA8L2E+XG4gICAgICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICAgICAgQXVzdHJhbGlhPGJyIC8+XG4gICAgICAgICAgICAgICAgICA8YSBocmVmPVwiY2FsbHRvOis2MTQ3ODY4MjEwMFwiPiArNjEgKDApIDQ3OCA2OCAyMSAwMCA8L2E+XG4gICAgICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuPjxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL2FkZHJlc3MtaWNvbi5wbmdcIlxuICAgICAgICAgICAgICAgICAgYWx0PVwiSWNvblwiIC8+PC9zcGFuPlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYWRkcmVzcy1pbmZvXCI+XG4gICAgICAgICAgICAgICAgPHN0cm9uZz5BZGRyZXNzPC9zdHJvbmc+XG4gICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJtYi0wXCI+UnVlIGRlcyBIaXJvbmRlbGxlcyAxNTwvcD5cbiAgICAgICAgICAgICAgICA8cD4xMDAwIEJydXNzZWxzIC0gQmVsZ2l1bTwvcD5cbiAgICAgICAgICAgICAgICA8cCBjbGFzcz1cIm1iLTBcIj4xMi8yNCBPY2VhbiBTdHJlZXQgTjwvcD5cbiAgICAgICAgICAgICAgICA8cD4yMDI2IEJvbmRpIC0gTlNXIC0gQXVzdHJhbGlhPC9wPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuPjxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3dlYnNpdGUtaWNvbi5wbmdcIlxuICAgICAgICAgICAgICAgICAgYWx0PVwiSWNvblwiIC8+PC9zcGFuPlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYWRkcmVzcy1pbmZvXCI+XG4gICAgICAgICAgICAgICAgPHN0cm9uZz5FbWFpbDwvc3Ryb25nPlxuICAgICAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cIm1haWx0bzpjYXJlZXJzQHBvc2l3aXNlLmNvbVwiPmNhcmVlcnMmIzY0O3Bvc2l3aXNlLmNvbTwvYT5cbiAgICAgICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICA8L3VsPlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvc2VjdGlvbj5cbiJdfQ==
|
|
90
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZWVycy1jb250YWN0LXVzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2hpcmluZy9jYXJlZXJzLWNvbnRhY3QtdXMvY2FyZWVycy1jb250YWN0LXVzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2hpcmluZy9jYXJlZXJzLWNvbnRhY3QtdXMvY2FyZWVycy1jb250YWN0LXVzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsUUFBUSxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQzVELE9BQU8sRUFDSCxrQkFBa0IsRUFDbEIsa0JBQWtCLEVBRWxCLFVBQVUsRUFDYixNQUFNLGdCQUFnQixDQUFDO0FBQ3hCLE9BQU8sSUFBSSxNQUFNLGFBQWEsQ0FBQztBQUUvQixPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUNoRSxPQUFPLEVBQ0gsV0FBVyxFQUNYLGFBQWEsRUFDYixpQkFBaUIsRUFDakIsaUJBQWlCLEVBQ3BCLE1BQU0sMkJBQTJCLENBQUM7Ozs7Ozs7O0FBU25DLE1BQU0sT0FBTyx5QkFBMEIsU0FBUSxnQkFBZ0I7SUFpQjNELFlBQ1ksYUFBNEIsRUFDNUIsRUFBc0IsRUFDdEIsV0FBd0IsRUFDaEMsUUFBa0I7UUFFbEIsS0FBSyxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBTFIsa0JBQWEsR0FBYixhQUFhLENBQWU7UUFDNUIsT0FBRSxHQUFGLEVBQUUsQ0FBb0I7UUFDdEIsZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUFqQnBDLGlCQUFZLEdBQUcsSUFBSSxDQUFDO1FBRXBCLHNCQUFpQixHQUFHLEtBQUssQ0FBQztRQUUxQix1QkFBa0IsR0FBRyxLQUFLLENBQUM7UUFFM0IsWUFBTyxHQUFHLEVBQUUsQ0FBQztRQUViLGNBQVMsR0FBRyxJQUFJLENBQUM7UUFFakIsY0FBUyxHQUFHLEtBQUssQ0FBQztRQUVsQixvQkFBZSxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsbUJBQW1CLENBQUMsVUFBVSxDQUFDO1FBUzVELElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxZQUFZLENBQUMsY0FBYyxDQUFDO0lBQzlELENBQUM7SUFFRCxRQUFRO1FBQ0osSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUMsRUFBRSxDQUFDLEtBQUssQ0FBQztZQUN0QixJQUFJLEVBQUUsSUFBSSxrQkFBa0IsQ0FBQyxFQUFFLEVBQUUsVUFBVSxDQUFDLFFBQVEsQ0FBQztZQUNyRCxLQUFLLEVBQUUsSUFBSSxrQkFBa0IsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxVQUFVLENBQUMsUUFBUSxFQUFFLFVBQVUsQ0FBQyxLQUFLLENBQUMsQ0FBQztZQUMxRSxPQUFPLEVBQUUsSUFBSSxrQkFBa0IsQ0FBQyxxQkFBcUIsQ0FBQztZQUN0RCxPQUFPLEVBQUUsSUFBSSxrQkFBa0IsQ0FBQyxFQUFFLEVBQUUsVUFBVSxDQUFDLFFBQVEsQ0FBQztTQUMzRCxDQUFDLENBQUM7SUFDUCxDQUFDO0lBRUQsUUFBUTtRQUNKLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDO1FBQ3RCLElBQUksQ0FBQyxrQkFBa0IsR0FBRyxDQUFDLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUM7SUFDaEQsQ0FBQztJQUVELGFBQWEsQ0FBQyxZQUFZO1FBQ3RCLElBQUksWUFBWSxJQUFJLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxFQUFFO1lBQ2pDLElBQUksQ0FBQyxXQUFXLENBQUMsaUJBQWlCLENBQUMsWUFBWSxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUMsU0FBa0IsRUFBRSxFQUFFO2dCQUM5RSxJQUFJLFNBQVMsRUFBRTtvQkFDWCxNQUFNLElBQUksR0FBRyxFQUFFLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQztvQkFDcEMsTUFBTSxRQUFRLEdBQUc7d0JBQ2IsSUFBSSxFQUFFLElBQUksQ0FBQyxJQUFJO3dCQUNmLE9BQU8sRUFBRSxJQUFJLENBQUMsT0FBTzt3QkFDckIsT0FBTyxFQUFFLElBQUksQ0FBQyxPQUFPO3dCQUNyQixLQUFLLEVBQUUsSUFBSSxDQUFDLEtBQUs7d0JBQ2pCLFVBQVUsRUFBRSxJQUFJLENBQUMsZUFBZTtxQkFDbkMsQ0FBQztvQkFFRixJQUFJLENBQUMsYUFBYSxDQUFDLG1CQUFtQixDQUFDLFFBQVEsQ0FBQyxDQUFDLFNBQVMsQ0FBQzt3QkFDdkQsSUFBSSxFQUFFLFFBQVEsQ0FBQyxFQUFFOzRCQUNiLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxDQUFDOzRCQUM1QixJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssRUFBRSxDQUFDOzRCQUNsQixzQ0FBc0M7NEJBQ3RDLFVBQVUsQ0FBQyxHQUFHLEVBQUU7Z0NBQ1osSUFBSSxDQUFDLGlCQUFpQixHQUFHLEtBQUssQ0FBQztnQ0FDL0IsSUFBSSxDQUFDLGtCQUFrQixHQUFHLEtBQUssQ0FBQztnQ0FDaEMsSUFBSSxDQUFDLFNBQVMsR0FBRyxLQUFLLENBQUM7NEJBQzNCLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQzt3QkFDYixDQUFDO3dCQUNELEtBQUssRUFBRSxLQUFLLENBQUMsRUFBRTs0QkFDWCxJQUFJLENBQUMsS0FBSyxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsQ0FBQzt3QkFDaEMsQ0FBQztxQkFDSixDQUFDLENBQUM7aUJBQ047WUFDTCxDQUFDLENBQUMsQ0FBQztTQUNOO2FBQU07WUFDSCxpQkFBaUIsQ0FBQyxxQkFBcUIsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7U0FDdEQ7SUFDTCxDQUFDO0lBRUQsYUFBYTtRQUNULE1BQU0sS0FBSyxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLE9BQU8sQ0FBQyxDQUFDLEtBQUssQ0FBQztRQUMzQyxJQUFJLEtBQUssRUFBRTtZQUNQLElBQUksQ0FBQyxZQUFZLEdBQUcsaUJBQWlCLENBQUMsS0FBSyxDQUFDLEtBQUssQ0FBQyxDQUFDO1NBQ3REO2FBQU07WUFDSCxJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQztTQUM1QjtJQUNMLENBQUM7OEdBbkZRLHlCQUF5QjtrR0FBekIseUJBQXlCLG9GQ3hCdEMsd3pKQTZIQTs7MkZEckdhLHlCQUF5QjtrQkFQckMsU0FBUzsrQkFDSSx1QkFBdUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEluamVjdG9yLCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7XG4gICAgVW50eXBlZEZvcm1CdWlsZGVyLFxuICAgIFVudHlwZWRGb3JtQ29udHJvbCxcbiAgICBVbnR5cGVkRm9ybUdyb3VwLFxuICAgIFZhbGlkYXRvcnNcbn0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHN3YWwgZnJvbSAnc3dlZXRhbGVydDInO1xuXG5pbXBvcnQgeyBBcHBCYXNlQ29tcG9uZW50IH0gZnJvbSAnQHBvc2l3aXNlL2FwcC1iYXNlLWNvbXBvbmVudCc7XG5pbXBvcnQge1xuICAgIEF1dGhTZXJ2aWNlLFxuICAgIENvbW1vblNlcnZpY2UsXG4gICAgRm9ybUhlbHBlclNlcnZpY2UsXG4gICAgVmFsaWRhdGlvblNlcnZpY2Vcbn0gZnJvbSAnQHBvc2l3aXNlL2NvbW1vbi1zZXJ2aWNlcyc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncHctY2FyZWVycy1jb250YWN0LXVzJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vY2FyZWVycy1jb250YWN0LXVzLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFtcbiAgICAgICAgJy4uLy4uL2xhbmRpbmctcGFnZS9zZWN0aW9ucy9sYW5kaW5nLXBhZ2UtY29udGFjdC9sYW5kaW5nLXBhZ2UtY29udGFjdC5jb21wb25lbnQuc2NzcydcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIENhcmVlcnNDb250YWN0VXNDb21wb25lbnQgZXh0ZW5kcyBBcHBCYXNlQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgICBmb3JtOiBVbnR5cGVkRm9ybUdyb3VwO1xuXG4gICAgaXNFbWFpbFZhbGlkID0gdHJ1ZTtcblxuICAgIGlzQ2FwdGNoYVZlcmlmaWVkID0gZmFsc2U7XG5cbiAgICBpc1N1YnNjcmliZUNsaWNrZWQgPSBmYWxzZTtcblxuICAgIHNpdGVLZXkgPSAnJztcblxuICAgIHJlY2FwdGNoYSA9IG51bGw7XG5cbiAgICBzdWJtaXR0ZWQgPSBmYWxzZTtcblxuICAgIG1hc3RlclByb2R1Y3RJZCA9IHRoaXMuYXBwQ29uZmlnLm1hc3Rlcl9zdWJzY3JpcHRpb24ucHJvZHVjdF9pZDtcblxuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwcml2YXRlIGNvbW1vblNlcnZpY2U6IENvbW1vblNlcnZpY2UsXG4gICAgICAgIHByaXZhdGUgZmI6IFVudHlwZWRGb3JtQnVpbGRlcixcbiAgICAgICAgcHJpdmF0ZSBhdXRoU2VydmljZTogQXV0aFNlcnZpY2UsXG4gICAgICAgIGluamVjdG9yOiBJbmplY3RvclxuICAgICkge1xuICAgICAgICBzdXBlcihpbmplY3Rvcik7XG4gICAgICAgIHRoaXMuc2l0ZUtleSA9IHRoaXMuYXBwQ29uZmlnLmludGVncmF0aW9ucy5jYXB0Y2hhX2tleV9WMjtcbiAgICB9XG5cbiAgICBuZ09uSW5pdCgpIHtcbiAgICAgICAgdGhpcy5mb3JtID0gdGhpcy5mYi5ncm91cCh7XG4gICAgICAgICAgICBuYW1lOiBuZXcgVW50eXBlZEZvcm1Db250cm9sKCcnLCBWYWxpZGF0b3JzLnJlcXVpcmVkKSxcbiAgICAgICAgICAgIGVtYWlsOiBuZXcgVW50eXBlZEZvcm1Db250cm9sKCcnLCBbVmFsaWRhdG9ycy5yZXF1aXJlZCwgVmFsaWRhdG9ycy5lbWFpbF0pLFxuICAgICAgICAgICAgc3ViamVjdDogbmV3IFVudHlwZWRGb3JtQ29udHJvbCgnRnJvbSBjYXJlZXIgc2VjdGlvbicpLFxuICAgICAgICAgICAgbWVzc2FnZTogbmV3IFVudHlwZWRGb3JtQ29udHJvbCgnJywgVmFsaWRhdG9ycy5yZXF1aXJlZClcbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgb25TdWJtaXQoKSB7XG4gICAgICAgIHRoaXMuc3VibWl0dGVkID0gdHJ1ZTtcbiAgICAgICAgdGhpcy5pc1N1YnNjcmliZUNsaWNrZWQgPSAhIXRoaXMuZm9ybS52YWxpZDtcbiAgICB9XG5cbiAgICBoYW5kbGVTdWNjZXNzKHJlQ2FwdGNoYVJlcykge1xuICAgICAgICBpZiAocmVDYXB0Y2hhUmVzICYmIHRoaXMuZm9ybS52YWxpZCkge1xuICAgICAgICAgICAgdGhpcy5hdXRoU2VydmljZS52YWxpZGF0ZVJlQ2FwdGNoYShyZUNhcHRjaGFSZXMpLnN1YnNjcmliZSgoaXNTdWNjZXNzOiBib29sZWFuKSA9PiB7XG4gICAgICAgICAgICAgICAgaWYgKGlzU3VjY2Vzcykge1xuICAgICAgICAgICAgICAgICAgICBjb25zdCBkYXRhID0geyAuLi50aGlzLmZvcm0udmFsdWUgfTtcbiAgICAgICAgICAgICAgICAgICAgY29uc3QgcG9zdERhdGEgPSB7XG4gICAgICAgICAgICAgICAgICAgICAgICBuYW1lOiBkYXRhLm5hbWUsXG4gICAgICAgICAgICAgICAgICAgICAgICBtZXNzYWdlOiBkYXRhLm1lc3NhZ2UsXG4gICAgICAgICAgICAgICAgICAgICAgICBzdWJqZWN0OiBkYXRhLnN1YmplY3QsXG4gICAgICAgICAgICAgICAgICAgICAgICBlbWFpbDogZGF0YS5lbWFpbCxcbiAgICAgICAgICAgICAgICAgICAgICAgIHByb2R1Y3RfaWQ6IHRoaXMubWFzdGVyUHJvZHVjdElkXG4gICAgICAgICAgICAgICAgICAgIH07XG5cbiAgICAgICAgICAgICAgICAgICAgdGhpcy5jb21tb25TZXJ2aWNlLmFkZENvbnRhY3RVc01lc3NhZ2UocG9zdERhdGEpLnN1YnNjcmliZSh7XG4gICAgICAgICAgICAgICAgICAgICAgICBuZXh0OiByZXNwb25zZSA9PiB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgc3dhbC5maXJlKHJlc3BvbnNlLm1lc3NhZ2UpO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuZm9ybS5yZXNldCgpO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8vIHdhaXQgZm9yIDJzIGJlZm9yZSByZW1vdmluZyBjYXB0Y2hhXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuaXNDYXB0Y2hhVmVyaWZpZWQgPSBmYWxzZTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5pc1N1YnNjcmliZUNsaWNrZWQgPSBmYWxzZTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5zdWJtaXR0ZWQgPSBmYWxzZTtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9LCAyMDAwKTtcbiAgICAgICAgICAgICAgICAgICAgICAgIH0sXG4gICAgICAgICAgICAgICAgICAgICAgICBlcnJvcjogZXJyb3IgPT4ge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMudG9hc3Quc2hvd1RvYXN0KGVycm9yKTtcbiAgICAgICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBGb3JtSGVscGVyU2VydmljZS52YWxpZGF0ZUFsbEZvcm1GaWVsZHModGhpcy5mb3JtKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIHZhbGlkYXRlRW1haWwoKSB7XG4gICAgICAgIGNvbnN0IGVtYWlsID0gdGhpcy5mb3JtLmdldCgnZW1haWwnKS52YWx1ZTtcbiAgICAgICAgaWYgKGVtYWlsKSB7XG4gICAgICAgICAgICB0aGlzLmlzRW1haWxWYWxpZCA9IFZhbGlkYXRpb25TZXJ2aWNlLmVtYWlsKGVtYWlsKTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIHRoaXMuaXNFbWFpbFZhbGlkID0gdHJ1ZTtcbiAgICAgICAgfVxuICAgIH1cbn1cbiIsIjxzZWN0aW9uIGNsYXNzPVwiZ2V0LWluLXRvdWNoXCI+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICA8aDI+XG4gICAgICBMZXQncyBidWlsZCB0aGUgbmV4dCBhd2Vzb21lIFNhYVMgc29sdXRpb24uPGJyIC8+XG4gICAgICBUb2dldGhlci5cbiAgICA8L2gyPlxuICAgIDxwIGNsYXNzPVwiZGVzY3JpcHRpb25cIj48L3A+XG4gICAgPGRpdiBjbGFzcz1cImNvbC1tZC01IGNvbC1zbS0xMiBmbG9hdC1zdGFydCBjb250YWN0LWZvcm1cIj5cbiAgICAgIDxmb3JtIFtmb3JtR3JvdXBdPVwiZm9ybVwiXG4gICAgICAgIChuZ1N1Ym1pdCk9XCJvblN1Ym1pdCgpXCJcbiAgICAgICAgY2xhc3M9XCJjb250YWN0LWZvcm0taW5uZXJcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIm1iLTNcIj5cbiAgICAgICAgICA8aW5wdXQgdHlwZT1cInRleHRcIlxuICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIlxuICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwibmFtZVwiXG4gICAgICAgICAgICBwbGFjZWhvbGRlcj1cIk5hbWUqXCIgLz5cbiAgICAgICAgICA8cHctZmllbGQtZXJyb3ItZGlzcGxheSBbZGlzcGxheUVycm9yXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICFmb3JtLmdldCgnbmFtZScpLnZhbGlkICYmIChmb3JtLmdldCgnbmFtZScpLnRvdWNoZWQgfHwgc3VibWl0dGVkKVxuICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgIGVycm9yTXNnPVwiTmFtZSBpcyByZXF1aXJlZFwiPlxuICAgICAgICAgIDwvcHctZmllbGQtZXJyb3ItZGlzcGxheT5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJtYi0zXCI+XG4gICAgICAgICAgPGlucHV0IHR5cGU9XCJ0ZXh0XCJcbiAgICAgICAgICAgIGNsYXNzPVwiZm9ybS1jb250cm9sXCJcbiAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cImVtYWlsXCJcbiAgICAgICAgICAgIHBsYWNlaG9sZGVyPVwiWW91ciBFbWFpbCpcIlxuICAgICAgICAgICAgW25nQ2xhc3NdPVwiIWlzRW1haWxWYWxpZCA/ICdib3JkZXIgYm9yZGVyLWRhbmdlcicgOiAnJ1wiXG4gICAgICAgICAgICAoa2V5dXApPVwidmFsaWRhdGVFbWFpbCgpXCIgLz5cbiAgICAgICAgICA8cHctZmllbGQtZXJyb3ItZGlzcGxheSBbZGlzcGxheUVycm9yXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICFmb3JtLmdldCgnZW1haWwnKS52YWxpZCAmJiAoZm9ybS5nZXQoJ2VtYWlsJykudG91Y2hlZCB8fCBzdWJtaXR0ZWQpXG4gICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgZXJyb3JNc2c9XCJFbWFpbCBpcyBpbnZhbGlkXCI+XG4gICAgICAgICAgPC9wdy1maWVsZC1lcnJvci1kaXNwbGF5PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIm1iLTNcIj5cbiAgICAgICAgICA8dGV4dGFyZWEgbmFtZT1cIm1lc3NhZ2VcIlxuICAgICAgICAgICAgY29scz1cIlwiXG4gICAgICAgICAgICByb3dzPVwiXCJcbiAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cIm1lc3NhZ2VcIlxuICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2wgdGV4dGFyZWFcIlxuICAgICAgICAgICAgcGxhY2Vob2xkZXI9XCJNZXNzYWdlKlwiPjwvdGV4dGFyZWE+XG4gICAgICAgICAgPHB3LWZpZWxkLWVycm9yLWRpc3BsYXkgW2Rpc3BsYXlFcnJvcl09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAhZm9ybS5nZXQoJ21lc3NhZ2UnKS52YWxpZCAmJiAoZm9ybS5nZXQoJ21lc3NhZ2UnKS50b3VjaGVkIHx8IHN1Ym1pdHRlZClcbiAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICBlcnJvck1zZz1cIk1lc3NhZ2UgaXMgcmVxdWlyZWRcIj5cbiAgICAgICAgICA8L3B3LWZpZWxkLWVycm9yLWRpc3BsYXk+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8YnV0dG9uIHR5cGU9XCJzdWJtaXRcIlxuICAgICAgICAgICpuZ0lmPVwiIWlzU3Vic2NyaWJlQ2xpY2tlZCAmJiAhaXNDYXB0Y2hhVmVyaWZpZWRcIlxuICAgICAgICAgIGNsYXNzPVwiY29udGFjdC1idG5cIj5cbiAgICAgICAgICBTdWJtaXRcbiAgICAgICAgPC9idXR0b24+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJtdC0zXCJcbiAgICAgICAgICAqbmdJZj1cImlzU3Vic2NyaWJlQ2xpY2tlZCAmJiAhaXNDYXB0Y2hhVmVyaWZpZWRcIj5cbiAgICAgICAgICA8bmd4LXJlY2FwdGNoYTIgW3NpdGVLZXldPVwic2l0ZUtleVwiXG4gICAgICAgICAgICBzaXplPVwibm9ybWFsXCJcbiAgICAgICAgICAgIFsobmdNb2RlbCldPVwicmVjYXB0Y2hhXCJcbiAgICAgICAgICAgIFtuZ01vZGVsT3B0aW9uc109XCJ7IHN0YW5kYWxvbmU6IHRydWUgfVwiXG4gICAgICAgICAgICAoc3VjY2Vzcyk9XCJoYW5kbGVTdWNjZXNzKCRldmVudClcIj5cbiAgICAgICAgICA8L25neC1yZWNhcHRjaGEyPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cInRleHQtcHJpbWFyeVwiXG4gICAgICAgICAgKm5nSWY9XCJpc0NhcHRjaGFWZXJpZmllZCAmJiBpc1N1YnNjcmliZUNsaWNrZWRcIj5cbiAgICAgICAgICBXZSd2ZSByZWNlaXZlZCB5b3VyIHJlcXVlc3QuIFRoYW5rcy4gV2UnbGwgZ2V0IGJhY2sgdG8geW91IHF1aWNrbHkuXG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9mb3JtPlxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJjb2wtbWQtNyBjb2wtc20tMTIgYWRkcmVzcy1ibG9jay1jb250YWluZXIgZmxvYXQtZW5kXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiYWRkcmVzcy1ibG9ja1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiYWRkcmVzcy13aGl0ZWJsb2NrXCI+XG4gICAgICAgICAgPGg2PlJlYWR5IHRvIHBvc2l0aXZlbHkgaW1wYWN0IHRoZSB3b3JsZD88L2g2PlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgV2UncmUgYWx3YXlzIGxvb2tpbmcgZm9yIG91dHN0YW5kaW5nLCBhbWJpdGlvdXMgYW5kIGhhcmQtd29ya2luZyB0YWxlbnRcbiAgICAgICAgICAgIHdpbGxpbmcgdG8gd29yayBvbiBwcm9qZWN0cyB0aGF0IHBvc2l0aXZlbHkgaW1wYWN0IHRoZSB3b3JsZC5cbiAgICAgICAgICA8L3A+XG4gICAgICAgICAgPHA+XG4gICAgICAgICAgICBXaGV0aGVyIHlvdSdyZSBsb29raW5nIHRvIGJlIGEgZm91bmRlciwgYSBtZW1iZXIgb2Ygb3VyIGNvcmUgdGVhbSBvciBqb2luXG4gICAgICAgICAgICBvbmUgb2Ygb3VyIGNvbXBhbmllcyAtIHdlJ3ZlIGdvdCBzb21ldGhpbmcgZm9yIHlvdS5cbiAgICAgICAgICA8L3A+XG4gICAgICAgICAgPHA+R2V0IGluIHRvdWNoOyB3ZSBjYW4ndCB3YWl0IHRvIG1lZXQgeW91LjwvcD5cbiAgICAgICAgICA8c3Ryb25nPiBXaGVyZSB0byBmaW5kIHVzOiA8L3N0cm9uZz5cbiAgICAgICAgICA8dWw+XG4gICAgICAgICAgICA8bGkgY2xhc3M9XCJkLW5vbmVcIj5cbiAgICAgICAgICAgICAgPHNwYW4+PGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvcGhvbmUtaWNvbi5wbmdcIlxuICAgICAgICAgICAgICAgICAgYWx0PVwiSWNvblwiIC8+PC9zcGFuPlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYWRkcmVzcy1pbmZvXCI+XG4gICAgICAgICAgICAgICAgPHN0cm9uZz5QaG9uZTwvc3Ryb25nPlxuICAgICAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICAgICAgQmVsZ2l1bTxiciAvPlxuICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cImNhbGx0bzorMzI0ODQxNjMxNzBcIj4gKzMyICgwKSA0ODQgMTYgMzEgNzAgPC9hPlxuICAgICAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgICAgIEF1c3RyYWxpYTxiciAvPlxuICAgICAgICAgICAgICAgICAgPGEgaHJlZj1cImNhbGx0bzorNjE0Nzg2ODIxMDBcIj4gKzYxICgwKSA0NzggNjggMjEgMDAgPC9hPlxuICAgICAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3Bhbj48aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS9hZGRyZXNzLWljb24ucG5nXCJcbiAgICAgICAgICAgICAgICAgIGFsdD1cIkljb25cIiAvPjwvc3Bhbj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImFkZHJlc3MtaW5mb1wiPlxuICAgICAgICAgICAgICAgIDxzdHJvbmc+QWRkcmVzczwvc3Ryb25nPlxuICAgICAgICAgICAgICAgIDxwIGNsYXNzPVwibWItMFwiPlJ1ZSBkZXMgSGlyb25kZWxsZXMgMTU8L3A+XG4gICAgICAgICAgICAgICAgPHA+MTAwMCBCcnVzc2VscyAtIEJlbGdpdW08L3A+XG4gICAgICAgICAgICAgICAgPHAgY2xhc3M9XCJtYi0wXCI+MTIvMjQgT2NlYW4gU3RyZWV0IE48L3A+XG4gICAgICAgICAgICAgICAgPHA+MjAyNiBCb25kaSAtIE5TVyAtIEF1c3RyYWxpYTwvcD5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3Bhbj48aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS93ZWJzaXRlLWljb24ucG5nXCJcbiAgICAgICAgICAgICAgICAgIGFsdD1cIkljb25cIiAvPjwvc3Bhbj5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImFkZHJlc3MtaW5mb1wiPlxuICAgICAgICAgICAgICAgIDxzdHJvbmc+RW1haWw8L3N0cm9uZz5cbiAgICAgICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgICAgIDxhIGhyZWY9XCJtYWlsdG86Y2FyZWVyc0Bwb3Npd2lzZS5jb21cIj5jYXJlZXJzJiM2NDtwb3Npd2lzZS5jb208L2E+XG4gICAgICAgICAgICAgICAgPC9wPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgPC91bD5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L3NlY3Rpb24+XG4iXX0=
|
|
@@ -2,11 +2,11 @@ import { Component } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "@posiwise/directives";
|
|
4
4
|
export class CareersExplainerComponent {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
|
6
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
|
5
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: CareersExplainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: CareersExplainerComponent, selector: "pw-careers-explainer", ngImport: i0, template: "<section class=\"careers-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>BUILDING SaaS MADE EASY</h2>\n <div class=\"sub-text\">\n <h4>\n Welcome to PosiWise - we think technology shouldn't be in the way of people\n developing great software solutions.\n </h4>\n <h4>\n We have built an ecosystem of microservices that we can leverage to quickly\n and cost-effectively build any dashboard-like products.\n </h4>\n <h4 class=\"mt-5\">Let's build the next unicorn together.</h4>\n <div class=\"login-button my-2\">\n <a class=\"book-demo\"\n [eventTracker]=\"{\n category: 'request-demo',\n action: 'click',\n label: 'pw-careers-explainer',\n value: 1\n }\"\n href=\"https://calendly.com/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 title=\"CloudOlive Vendor Invoices\"\n class=\"embed-responsive-item\"\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}.careers-explainer{background-color:#f5f7fa}.careers-explainer h4{letter-spacing:.3px;line-height:28px;color:#222!important}.careers-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}.careers-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
7
|
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
|
8
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: CareersExplainerComponent, decorators: [{
|
|
9
9
|
type: Component,
|
|
10
|
-
args: [{ selector: 'pw-careers-explainer', template: "<section class=\"careers-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>BUILDING SaaS MADE EASY</h2>\n <div class=\"sub-text\">\n <h4>\n Welcome to PosiWise - we think technology shouldn't be in the way of people\n developing great software solutions.\n </h4>\n <h4>\n We have built an ecosystem of microservices that we can leverage to quickly\n and cost-effectively build any dashboard-like products.\n </h4>\n <h4 class=\"mt-5\">Let
|
|
10
|
+
args: [{ selector: 'pw-careers-explainer', template: "<section class=\"careers-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>BUILDING SaaS MADE EASY</h2>\n <div class=\"sub-text\">\n <h4>\n Welcome to PosiWise - we think technology shouldn't be in the way of people\n developing great software solutions.\n </h4>\n <h4>\n We have built an ecosystem of microservices that we can leverage to quickly\n and cost-effectively build any dashboard-like products.\n </h4>\n <h4 class=\"mt-5\">Let's build the next unicorn together.</h4>\n <div class=\"login-button my-2\">\n <a class=\"book-demo\"\n [eventTracker]=\"{\n category: 'request-demo',\n action: 'click',\n label: 'pw-careers-explainer',\n value: 1\n }\"\n href=\"https://calendly.com/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 title=\"CloudOlive Vendor Invoices\"\n class=\"embed-responsive-item\"\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}.careers-explainer{background-color:#f5f7fa}.careers-explainer h4{letter-spacing:.3px;line-height:28px;color:#222!important}.careers-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}.careers-explainer .book-demo:hover{background-color:#fff;color:#36c283}@media (max-width: 1200px){.container-wrapper{padding:0 20px!important}}\n"] }]
|
|
11
11
|
}] });
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
12
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZWVycy1leHBsYWluZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvaGlyaW5nL2NhcmVlcnMtZXhwbGFpbmVyL2NhcmVlcnMtZXhwbGFpbmVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2hpcmluZy9jYXJlZXJzLWV4cGxhaW5lci9jYXJlZXJzLWV4cGxhaW5lci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFPMUMsTUFBTSxPQUFPLHlCQUF5Qjs4R0FBekIseUJBQXlCO2tHQUF6Qix5QkFBeUIsNERDUHRDLHF5REEyQ0E7OzJGRHBDYSx5QkFBeUI7a0JBTHJDLFNBQVM7K0JBQ0ksc0JBQXNCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncHctY2FyZWVycy1leHBsYWluZXInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9jYXJlZXJzLWV4cGxhaW5lci5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vY2FyZWVycy1leHBsYWluZXIuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBDYXJlZXJzRXhwbGFpbmVyQ29tcG9uZW50IHt9XG4iLCI8c2VjdGlvbiBjbGFzcz1cImNhcmVlcnMtZXhwbGFpbmVyXCI+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXIgY29udGFpbmVyLXdyYXBwZXIgbXktNVwiPlxuICAgIDxkaXYgY2xhc3M9XCJyb3cgbS0wXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLW1kLTZcIj5cbiAgICAgICAgPGgyPkJVSUxESU5HIFNhYVMgTUFERSBFQVNZPC9oMj5cbiAgICAgICAgPGRpdiBjbGFzcz1cInN1Yi10ZXh0XCI+XG4gICAgICAgICAgPGg0PlxuICAgICAgICAgICAgV2VsY29tZSB0byBQb3NpV2lzZSAtIHdlIHRoaW5rIHRlY2hub2xvZ3kgc2hvdWxkbid0IGJlIGluIHRoZSB3YXkgb2YgcGVvcGxlXG4gICAgICAgICAgICBkZXZlbG9waW5nIGdyZWF0IHNvZnR3YXJlIHNvbHV0aW9ucy5cbiAgICAgICAgICA8L2g0PlxuICAgICAgICAgIDxoND5cbiAgICAgICAgICAgIFdlIGhhdmUgYnVpbHQgYW4gZWNvc3lzdGVtIG9mIG1pY3Jvc2VydmljZXMgdGhhdCB3ZSBjYW4gbGV2ZXJhZ2UgdG8gcXVpY2tseVxuICAgICAgICAgICAgYW5kIGNvc3QtZWZmZWN0aXZlbHkgYnVpbGQgYW55IGRhc2hib2FyZC1saWtlIHByb2R1Y3RzLlxuICAgICAgICAgIDwvaDQ+XG4gICAgICAgICAgPGg0IGNsYXNzPVwibXQtNVwiPkxldCdzIGJ1aWxkIHRoZSBuZXh0IHVuaWNvcm4gdG9nZXRoZXIuPC9oND5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwibG9naW4tYnV0dG9uIG15LTJcIj5cbiAgICAgICAgICAgIDxhIGNsYXNzPVwiYm9vay1kZW1vXCJcbiAgICAgICAgICAgICAgW2V2ZW50VHJhY2tlcl09XCJ7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNhdGVnb3J5OiAncmVxdWVzdC1kZW1vJyxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYWN0aW9uOiAnY2xpY2snLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsYWJlbDogJ3B3LWNhcmVlcnMtZXhwbGFpbmVyJyxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdmFsdWU6IDFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XCJcbiAgICAgICAgICAgICAgaHJlZj1cImh0dHBzOi8vY2FsZW5kbHkuY29tL3Bvc2l3aXNlL29mZmljZS1ob3Vycy1tZW50b3JpbmdcIlxuICAgICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIlxuICAgICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCI+XG4gICAgICAgICAgICAgIEJvb2sgYSBkZW1vPC9hPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cImNvbC1tZC02XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjbG91ZG9saXZlLXZpZGVvIHJhdGlvIHJhdGlvLTE2eDlcIj5cbiAgICAgICAgICA8aWZyYW1lIHRpdGxlPVwiQ2xvdWRPbGl2ZSBWZW5kb3IgSW52b2ljZXNcIlxuICAgICAgICAgICAgY2xhc3M9XCJlbWJlZC1yZXNwb25zaXZlLWl0ZW1cIlxuICAgICAgICAgICAgc3JjPVwiaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvNWVWMHVYalJ4UnNcIlxuICAgICAgICAgICAgYWxsb3c9XCJhY2NlbGVyb21ldGVyOyBhdXRvcGxheTsgY2xpcGJvYXJkLXdyaXRlOyBlbmNyeXB0ZWQtbWVkaWE7IGd5cm9zY29wZTsgcGljdHVyZS1pbi1waWN0dXJlXCJcbiAgICAgICAgICAgIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxoNiBjbGFzcz1cInRleHQtY2VudGVyIG10LTNcIj5TZWUgaG93IHdlIGxldmVyYWdlZCBQb3NpV2lzZSB0byBidWlsZCBDbG91ZE9saXZlLjwvaDY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L3NlY3Rpb24+XG4iXX0=
|