@posiwise/public-modules 0.0.135 → 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.
Files changed (95) hide show
  1. package/esm2022/index.mjs +53 -0
  2. package/esm2022/lib/config/constant.mjs +87 -0
  3. package/esm2022/lib/error-page/error-page.component.mjs +23 -0
  4. package/esm2022/lib/incidents-status/incidents-status.component.mjs +36 -0
  5. package/esm2022/lib/landing-pages/hiring/careers/careers.component.mjs +42 -0
  6. package/esm2022/lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component.mjs +90 -0
  7. package/esm2022/lib/landing-pages/hiring/careers-explainer/careers-explainer.component.mjs +12 -0
  8. package/esm2022/lib/landing-pages/landing-page/landing-page.component.mjs +60 -0
  9. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-about-us/landing-page-about-us.component.mjs +12 -0
  10. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component.mjs +18 -0
  11. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component.mjs +18 -0
  12. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-change-adapt/landing-page-change-adapt.component.mjs +12 -0
  13. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component.mjs +95 -0
  14. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component.mjs +29 -0
  15. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component.mjs +21 -0
  16. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-innovate/landing-page-innovate.component.mjs +11 -0
  17. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component.mjs +41 -0
  18. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-services/landing-page-services.component.mjs +12 -0
  19. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component.mjs +88 -0
  20. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-team/landing-page-team.component.mjs +12 -0
  21. package/esm2022/lib/landing-pages/landing-page/sections/landing-page-testimonials/landing-page-testimonials.component.mjs +12 -0
  22. package/esm2022/lib/landing-pages/landing-page/sections/main-explainer/main-explainer.component.mjs +12 -0
  23. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-about-us-b/landing-page-about-us-b.component.mjs +12 -0
  24. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-banner-b/landing-page-banner-b.component.mjs +18 -0
  25. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-change-adapt-b/landing-page-change-adapt-b.component.mjs +12 -0
  26. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component.mjs +95 -0
  27. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component.mjs +21 -0
  28. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-innovate-b/landing-page-innovate-b.component.mjs +11 -0
  29. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component.mjs +44 -0
  30. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-services-b/landing-page-services-b.component.mjs +12 -0
  31. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component.mjs +88 -0
  32. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-team-b/landing-page-team-b.component.mjs +12 -0
  33. package/esm2022/lib/landing-pages/landing-page/sections-b/landing-page-testimonials-b/landing-page-testimonials-b.component.mjs +12 -0
  34. package/esm2022/lib/landing-pages/landing-page/sections-b/main-explainer-b/main-explainer-b.component.mjs +12 -0
  35. package/esm2022/lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component.mjs +40 -0
  36. package/esm2022/lib/landing-pages/tech-features/core-feature-explainer/core-feature-explainer.component.mjs +12 -0
  37. package/esm2022/lib/landing-pages/tech-features/core-features/core-features.component.mjs +42 -0
  38. package/esm2022/lib/landing-pages/tech-features/customer-success/customer-success.component.mjs +40 -0
  39. package/esm2022/lib/landing-pages/tech-features/enterprise-management/enterprise-management.component.mjs +40 -0
  40. package/esm2022/lib/landing-pages/tech-features/ip-management/ip-management.component.mjs +40 -0
  41. package/esm2022/lib/landing-pages/tech-features/payments/payments.component.mjs +40 -0
  42. package/esm2022/lib/landing-pages/tech-features/security/security.component.mjs +40 -0
  43. package/esm2022/lib/landing-pages/tech-features/ui-builder/ui-builder.component.mjs +40 -0
  44. package/esm2022/lib/landing-pages/tech-features/user-management/user-management.component.mjs +40 -0
  45. package/esm2022/lib/landing-pages/ventures/venture/venture.component.mjs +42 -0
  46. package/esm2022/lib/landing-pages/ventures/venture-explainer/venture-explainer.component.mjs +12 -0
  47. package/esm2022/lib/lock-screen/lock-screen-page.component.mjs +20 -0
  48. package/esm2022/lib/maintenance/maintenance-page.component.mjs +12 -0
  49. package/esm2022/lib/notfound-page/notfound-page.component.mjs +13 -0
  50. package/esm2022/lib/public.module.mjs +218 -0
  51. package/esm2022/posiwise-public-modules.mjs +5 -0
  52. package/fesm2022/posiwise-public-modules.mjs +833 -1171
  53. package/fesm2022/posiwise-public-modules.mjs.map +1 -1
  54. package/index.d.ts +1 -9
  55. package/lib/config/constant.d.ts +0 -1
  56. package/lib/error-page/error-page.component.d.ts +1 -1
  57. package/lib/incidents-status/incidents-status.component.d.ts +4 -14
  58. package/lib/landing-pages/hiring/careers/careers.component.d.ts +1 -1
  59. package/lib/landing-pages/hiring/careers-contact-us/careers-contact-us.component.d.ts +19 -5
  60. package/lib/landing-pages/landing-page/landing-page.component.d.ts +6 -7
  61. package/lib/landing-pages/landing-page/sections/landing-page-banner/landing-page-banner.component.d.ts +1 -6
  62. package/lib/landing-pages/landing-page/sections/landing-page-blog/landing-page-blog.component.d.ts +7 -0
  63. package/lib/landing-pages/landing-page/sections/landing-page-contact/landing-page-contact.component.d.ts +6 -6
  64. package/lib/landing-pages/landing-page/sections/landing-page-footer/landing-page-footer.component.d.ts +1 -1
  65. package/lib/landing-pages/landing-page/sections/landing-page-header/landing-page-header.component.d.ts +0 -2
  66. package/lib/landing-pages/landing-page/sections/landing-page-our-products/landing-page-our-products.component.d.ts +4 -2
  67. package/lib/landing-pages/landing-page/sections/landing-page-subscribe/landing-page-subscribe.component.d.ts +6 -6
  68. package/lib/landing-pages/landing-page/sections-b/landing-page-contact-b/landing-page-contact-b.component.d.ts +6 -6
  69. package/lib/landing-pages/landing-page/sections-b/landing-page-header-b/landing-page-header-b.component.d.ts +0 -2
  70. package/lib/landing-pages/landing-page/sections-b/landing-page-our-products-b/landing-page-our-products-b.component.d.ts +4 -2
  71. package/lib/landing-pages/landing-page/sections-b/landing-page-subscribe-b/landing-page-subscribe-b.component.d.ts +5 -5
  72. package/lib/landing-pages/tech-features/communication-and-notifications/communication-and-notifications.component.d.ts +9 -5
  73. package/lib/landing-pages/tech-features/core-features/core-features.component.d.ts +11 -6
  74. package/lib/landing-pages/tech-features/customer-success/customer-success.component.d.ts +9 -5
  75. package/lib/landing-pages/tech-features/enterprise-management/enterprise-management.component.d.ts +10 -4
  76. package/lib/landing-pages/tech-features/ip-management/ip-management.component.d.ts +10 -4
  77. package/lib/landing-pages/tech-features/payments/payments.component.d.ts +10 -4
  78. package/lib/landing-pages/tech-features/security/security.component.d.ts +10 -4
  79. package/lib/landing-pages/tech-features/ui-builder/ui-builder.component.d.ts +10 -4
  80. package/lib/landing-pages/tech-features/user-management/user-management.component.d.ts +10 -4
  81. package/lib/landing-pages/ventures/venture/venture.component.d.ts +1 -1
  82. package/lib/maintenance/maintenance-page.component.d.ts +2 -6
  83. package/lib/public.module.d.ts +56 -26
  84. package/package.json +5 -3
  85. package/lib/ab-test/ab-alternative/ab-alternative.component.d.ts +0 -16
  86. package/lib/ab-test/ab-test-container/ab-test-container.component.d.ts +0 -19
  87. package/lib/ab-test/ab-test.interface.d.ts +0 -9
  88. package/lib/ab-test/ab-test.module.d.ts +0 -13
  89. package/lib/error-status-pages.module.d.ts +0 -21
  90. package/lib/geo-template/geo-template.component.d.ts +0 -12
  91. package/lib/landing-page-shared.module.d.ts +0 -48
  92. package/lib/landing-pages/base/base-contact-form.component.d.ts +0 -26
  93. package/lib/landing-pages/base/base-landing-page.component.d.ts +0 -17
  94. package/lib/landing-pages/tech-features/base-tech-feature.component.d.ts +0 -19
  95. package/lib/resource-meetings/resource-meetings.component.d.ts +0 -18
@@ -0,0 +1,12 @@
1
+ import { Component } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@posiwise/directives";
4
+ export class LandingPageTeamBComponent {
5
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageTeamBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: LandingPageTeamBComponent, selector: "pw-landing-page-team-b", ngImport: i0, template: "<!--Who we are section-->\n<section class=\"wwr-block\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-xl-12 p-0\">\n <h4>Meet the Team</h4>\n <p class=\"description\">\n We have successfully founded, developed and commercialized software companies\n internationally. <br />\n We can't wait to do this with you as well. <br />\n </p>\n </div>\n\n <div class=\"col-xl-12 p-0\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-start text-center\">\n <img src=\"/assets/img/landing-page/pic1.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-end container-fluid p-5 bg-white mb-0\">\n <h3>Enrico Tam</h3>\n <p>\n After trying to become a professional tennis player, Enrico somehow got\n entangled in a PhD in engineering, an MBA programme and a big consulting\n firm before being drawn into the startup world. He has successfully launched\n and developed successful software companies and he is now on a mission to\n help others do the same. Coffee is usually his drink of choice but he can be\n convinced to share a nice glass of wine in good company.\n </p>\n </div>\n </div>\n\n <div class=\"col-xl-12 p-0\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-end text-center bg-shadow\">\n <img src=\"/assets/img/landing-page/pic4.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-start container-fluid p-5 bg-white mb-0\">\n <h3>Saber Zrelli</h3>\n <p>\n It is a long established fact that a reader will be distracted by the\n readable content of a page when looking at its layout. The point of using\n Lorem Ipsum is that it has a more-or-less normal distribution of letters, as\n opposed to using 'Content here, content here', making it look like readable\n English.\n </p>\n </div>\n </div>\n\n <div class=\"col-xl-12 bg-shadow-bottom\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-start text-center\">\n <img src=\"/assets/img/landing-page/pic3.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-end container-fluid p-5 bg-white mb-0\">\n <h3>Wide Network</h3>\n <p>\n Throughout our careers, we have developed a large international network of\n innovation specialits, investors, and domain specialists that we can\n leverage at the right moment.\n </p>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--Who we are section end-->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.wwr-block{background:rgb(255,255,255) url(/assets/img/landing-page/color-shadow.png) left top no-repeat;padding:70px 0 0;position:relative}.wwr-block:after{background:url(/assets/img/landing-page/color-shadow-right.png) right bottom no-repeat;bottom:0;content:\"\";height:161px;position:absolute;right:0;width:75px}.wwr-block h4{color:#2e3238;font-size:44px;font-weight:900;text-align:center}.wwr-block .description{color:#42526e;font-size:26px;font-weight:300;margin-bottom:60px;padding:0 0 25px;position:relative;text-align:center}.wwr-block .description:after{background:rgb(255,171,0);bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.wwr-block p{color:#42526e;font-size:20px;font-weight:300;line-height:26px}.bg-shadow{position:relative}.bg-shadow:after{background:url(/assets/img/landing-page/sadhow-bg1.png) left top no-repeat;content:\"\";height:337px;left:45%;position:absolute;top:-30%;width:253px}.bg-shadow-bottom{padding:0 0 40px!important}.bg-shadow-bottom:after{background:url(/assets/img/landing-page/sadhow-bg2.png) right bottom no-repeat;bottom:-19%;content:\"\";height:610px;left:-10%;position:absolute;width:818px}\n"], dependencies: [{ kind: "directive", type: i1.LazyImgDirective, selector: "img" }] }); }
7
+ }
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageTeamBComponent, decorators: [{
9
+ type: Component,
10
+ args: [{ selector: 'pw-landing-page-team-b', template: "<!--Who we are section-->\n<section class=\"wwr-block\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-xl-12 p-0\">\n <h4>Meet the Team</h4>\n <p class=\"description\">\n We have successfully founded, developed and commercialized software companies\n internationally. <br />\n We can't wait to do this with you as well. <br />\n </p>\n </div>\n\n <div class=\"col-xl-12 p-0\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-start text-center\">\n <img src=\"/assets/img/landing-page/pic1.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-end container-fluid p-5 bg-white mb-0\">\n <h3>Enrico Tam</h3>\n <p>\n After trying to become a professional tennis player, Enrico somehow got\n entangled in a PhD in engineering, an MBA programme and a big consulting\n firm before being drawn into the startup world. He has successfully launched\n and developed successful software companies and he is now on a mission to\n help others do the same. Coffee is usually his drink of choice but he can be\n convinced to share a nice glass of wine in good company.\n </p>\n </div>\n </div>\n\n <div class=\"col-xl-12 p-0\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-end text-center bg-shadow\">\n <img src=\"/assets/img/landing-page/pic4.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-start container-fluid p-5 bg-white mb-0\">\n <h3>Saber Zrelli</h3>\n <p>\n It is a long established fact that a reader will be distracted by the\n readable content of a page when looking at its layout. The point of using\n Lorem Ipsum is that it has a more-or-less normal distribution of letters, as\n opposed to using 'Content here, content here', making it look like readable\n English.\n </p>\n </div>\n </div>\n\n <div class=\"col-xl-12 bg-shadow-bottom\">\n <div class=\"col-xl-4 col-lg-4 col-md-4 col-sm-12 float-start text-center\">\n <img src=\"/assets/img/landing-page/pic3.png\"\n alt=\"Pic\"\n class=\"img-fluid\" />\n </div>\n <div class=\"col-xl-8 col-lg-8 col-md-8 col-sm-12 float-end container-fluid p-5 bg-white mb-0\">\n <h3>Wide Network</h3>\n <p>\n Throughout our careers, we have developed a large international network of\n innovation specialits, investors, and domain specialists that we can\n leverage at the right moment.\n </p>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--Who we are section end-->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.wwr-block{background:rgb(255,255,255) url(/assets/img/landing-page/color-shadow.png) left top no-repeat;padding:70px 0 0;position:relative}.wwr-block:after{background:url(/assets/img/landing-page/color-shadow-right.png) right bottom no-repeat;bottom:0;content:\"\";height:161px;position:absolute;right:0;width:75px}.wwr-block h4{color:#2e3238;font-size:44px;font-weight:900;text-align:center}.wwr-block .description{color:#42526e;font-size:26px;font-weight:300;margin-bottom:60px;padding:0 0 25px;position:relative;text-align:center}.wwr-block .description:after{background:rgb(255,171,0);bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.wwr-block p{color:#42526e;font-size:20px;font-weight:300;line-height:26px}.bg-shadow{position:relative}.bg-shadow:after{background:url(/assets/img/landing-page/sadhow-bg1.png) left top no-repeat;content:\"\";height:337px;left:45%;position:absolute;top:-30%;width:253px}.bg-shadow-bottom{padding:0 0 40px!important}.bg-shadow-bottom:after{background:url(/assets/img/landing-page/sadhow-bg2.png) right bottom no-repeat;bottom:-19%;content:\"\";height:610px;left:-10%;position:absolute;width:818px}\n"] }]
11
+ }] });
12
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLXRlYW0tYi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy9sYW5kaW5nLXBhZ2Uvc2VjdGlvbnMtYi9sYW5kaW5nLXBhZ2UtdGVhbS1iL2xhbmRpbmctcGFnZS10ZWFtLWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLXRlYW0tYi9sYW5kaW5nLXBhZ2UtdGVhbS1iLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQU8xQyxNQUFNLE9BQU8seUJBQXlCOzhHQUF6Qix5QkFBeUI7a0dBQXpCLHlCQUF5Qiw4RENQdEMsNjZGQXFFQTs7MkZEOURhLHlCQUF5QjtrQkFMckMsU0FBUzsrQkFDSSx3QkFBd0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdwdy1sYW5kaW5nLXBhZ2UtdGVhbS1iJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vbGFuZGluZy1wYWdlLXRlYW0tYi5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vbGFuZGluZy1wYWdlLXRlYW0tYi5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIExhbmRpbmdQYWdlVGVhbUJDb21wb25lbnQge31cbiIsIjwhLS1XaG8gd2UgYXJlIHNlY3Rpb24tLT5cbjxzZWN0aW9uIGNsYXNzPVwid3dyLWJsb2NrXCI+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICA8ZGl2IGNsYXNzPVwicm93XCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLXhsLTEyIHAtMFwiPlxuICAgICAgICA8aDQ+TWVldCB0aGUgVGVhbTwvaDQ+XG4gICAgICAgIDxwIGNsYXNzPVwiZGVzY3JpcHRpb25cIj5cbiAgICAgICAgICBXZSBoYXZlIHN1Y2Nlc3NmdWxseSBmb3VuZGVkLCBkZXZlbG9wZWQgYW5kIGNvbW1lcmNpYWxpemVkIHNvZnR3YXJlIGNvbXBhbmllc1xuICAgICAgICAgIGludGVybmF0aW9uYWxseS4gPGJyIC8+XG4gICAgICAgICAgV2UgY2FuJ3Qgd2FpdCB0byBkbyB0aGlzIHdpdGggeW91IGFzIHdlbGwuIDxiciAvPlxuICAgICAgICA8L3A+XG4gICAgICA8L2Rpdj5cblxuICAgICAgPGRpdiBjbGFzcz1cImNvbC14bC0xMiBwLTBcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC14bC00IGNvbC1sZy00IGNvbC1tZC00IGNvbC1zbS0xMiBmbG9hdC1zdGFydCB0ZXh0LWNlbnRlclwiPlxuICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3BpYzEucG5nXCJcbiAgICAgICAgICAgIGFsdD1cIlBpY1wiXG4gICAgICAgICAgICBjbGFzcz1cImltZy1mbHVpZFwiIC8+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLXhsLTggY29sLWxnLTggY29sLW1kLTggY29sLXNtLTEyIGZsb2F0LWVuZCBjb250YWluZXItZmx1aWQgcC01IGJnLXdoaXRlIG1iLTBcIj5cbiAgICAgICAgICA8aDM+RW5yaWNvIFRhbTwvaDM+XG4gICAgICAgICAgPHA+XG4gICAgICAgICAgICBBZnRlciB0cnlpbmcgdG8gYmVjb21lIGEgcHJvZmVzc2lvbmFsIHRlbm5pcyBwbGF5ZXIsIEVucmljbyBzb21laG93IGdvdFxuICAgICAgICAgICAgZW50YW5nbGVkIGluIGEgUGhEIGluIGVuZ2luZWVyaW5nLCBhbiBNQkEgcHJvZ3JhbW1lIGFuZCBhIGJpZyBjb25zdWx0aW5nXG4gICAgICAgICAgICBmaXJtIGJlZm9yZSBiZWluZyBkcmF3biBpbnRvIHRoZSBzdGFydHVwIHdvcmxkLiBIZSBoYXMgc3VjY2Vzc2Z1bGx5IGxhdW5jaGVkXG4gICAgICAgICAgICBhbmQgZGV2ZWxvcGVkIHN1Y2Nlc3NmdWwgc29mdHdhcmUgY29tcGFuaWVzIGFuZCBoZSBpcyBub3cgb24gYSBtaXNzaW9uIHRvXG4gICAgICAgICAgICBoZWxwIG90aGVycyBkbyB0aGUgc2FtZS4gQ29mZmVlIGlzIHVzdWFsbHkgaGlzIGRyaW5rIG9mIGNob2ljZSBidXQgaGUgY2FuIGJlXG4gICAgICAgICAgICBjb252aW5jZWQgdG8gc2hhcmUgYSBuaWNlIGdsYXNzIG9mIHdpbmUgaW4gZ29vZCBjb21wYW55LlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cblxuICAgICAgPGRpdiBjbGFzcz1cImNvbC14bC0xMiBwLTBcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC14bC00IGNvbC1sZy00IGNvbC1tZC00IGNvbC1zbS0xMiBmbG9hdC1lbmQgdGV4dC1jZW50ZXIgYmctc2hhZG93XCI+XG4gICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvcGljNC5wbmdcIlxuICAgICAgICAgICAgYWx0PVwiUGljXCJcbiAgICAgICAgICAgIGNsYXNzPVwiaW1nLWZsdWlkXCIgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wteGwtOCBjb2wtbGctOCBjb2wtbWQtOCBjb2wtc20tMTIgZmxvYXQtc3RhcnQgY29udGFpbmVyLWZsdWlkIHAtNSBiZy13aGl0ZSBtYi0wXCI+XG4gICAgICAgICAgPGgzPlNhYmVyIFpyZWxsaTwvaDM+XG4gICAgICAgICAgPHA+XG4gICAgICAgICAgICBJdCBpcyBhIGxvbmcgZXN0YWJsaXNoZWQgZmFjdCB0aGF0IGEgcmVhZGVyIHdpbGwgYmUgZGlzdHJhY3RlZCBieSB0aGVcbiAgICAgICAgICAgIHJlYWRhYmxlIGNvbnRlbnQgb2YgYSBwYWdlIHdoZW4gbG9va2luZyBhdCBpdHMgbGF5b3V0LiBUaGUgcG9pbnQgb2YgdXNpbmdcbiAgICAgICAgICAgIExvcmVtIElwc3VtIGlzIHRoYXQgaXQgaGFzIGEgbW9yZS1vci1sZXNzIG5vcm1hbCBkaXN0cmlidXRpb24gb2YgbGV0dGVycywgYXNcbiAgICAgICAgICAgIG9wcG9zZWQgdG8gdXNpbmcgJ0NvbnRlbnQgaGVyZSwgY29udGVudCBoZXJlJywgbWFraW5nIGl0IGxvb2sgbGlrZSByZWFkYWJsZVxuICAgICAgICAgICAgRW5nbGlzaC5cbiAgICAgICAgICA8L3A+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG5cbiAgICAgIDxkaXYgY2xhc3M9XCJjb2wteGwtMTIgYmctc2hhZG93LWJvdHRvbVwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLXhsLTQgY29sLWxnLTQgY29sLW1kLTQgY29sLXNtLTEyIGZsb2F0LXN0YXJ0IHRleHQtY2VudGVyXCI+XG4gICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvcGljMy5wbmdcIlxuICAgICAgICAgICAgYWx0PVwiUGljXCJcbiAgICAgICAgICAgIGNsYXNzPVwiaW1nLWZsdWlkXCIgLz5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wteGwtOCBjb2wtbGctOCBjb2wtbWQtOCBjb2wtc20tMTIgZmxvYXQtZW5kIGNvbnRhaW5lci1mbHVpZCBwLTUgYmctd2hpdGUgbWItMFwiPlxuICAgICAgICAgIDxoMz5XaWRlIE5ldHdvcms8L2gzPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgVGhyb3VnaG91dCBvdXIgY2FyZWVycywgd2UgaGF2ZSBkZXZlbG9wZWQgYSBsYXJnZSBpbnRlcm5hdGlvbmFsIG5ldHdvcmsgb2ZcbiAgICAgICAgICAgIGlubm92YXRpb24gc3BlY2lhbGl0cywgaW52ZXN0b3JzLCBhbmQgZG9tYWluIHNwZWNpYWxpc3RzIHRoYXQgd2UgY2FuXG4gICAgICAgICAgICBsZXZlcmFnZSBhdCB0aGUgcmlnaHQgbW9tZW50LlxuICAgICAgICAgIDwvcD5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L3NlY3Rpb24+XG48IS0tV2hvIHdlIGFyZSBzZWN0aW9uIGVuZC0tPlxuIl19
@@ -0,0 +1,12 @@
1
+ import { Component } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@posiwise/directives";
4
+ export class LandingPageTestimonialsBComponent {
5
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageTestimonialsBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: LandingPageTestimonialsBComponent, selector: "pw-landing-page-testimonials-b", ngImport: i0, template: "<!--testimonial part start-->\n<section class=\"testimonial-outer\"\n id=\"demos\">\n <div class=\"container\">\n <h2>Some of our - awesome - partners</h2>\n <div class=\"testimonial-inner testimonial-inner-desk\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC &amp; startup generator enabling entrepreneurs to build and scale\n global businesses.\n </p>\n </div>\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting digital\n projects.\n </p>\n </div>\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image10.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>Tank Stream Labs</h3>\n <p>\n <a href=\"https://www.tankstreamlabs.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Tank Stream Labs</a>\n is a leading breeding ground for entrepreneurs, specialised industry leaders,\n and scale ups.\n </p>\n </div>\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image12.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Macquarie Incubator</h3>\n <p>\n The\n <a href=\"https://www.mq.edu.au/partner/access-business-opportunities/innovation-entrepreneurship-and-it/incubator\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Macquarie University Incubator</a>\n develops programs to nurture innovation and support the growth and success of\n startups.\n </p>\n </div>\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone &amp; Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone &amp; Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the development\n of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n <div class=\"testimonial-inner testimonial-inner-mob\">\n <div class=\"owl-carousel owl-theme\">\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC &amp; startup generator enabling entrepreneurs to build\n and scale global businesses.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting\n digital projects.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image5.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>SkyBuys</h3>\n <p>\n <a href=\"https://www.skybuys.net/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">SkyBuys</a>\n takes the queue out of duty free by connecting online and in-store duty\n free shopping.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image6.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Sellecte</h3>\n <p>\n The\n <a href=\"https://sellecte.com/home\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Sellecte</a>\n platform lets you discover unique brands, new designers and their\n distinctive labels online.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone &amp; Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone &amp; Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the\n development of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--testimonial part end-->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.testimonial-outer{background:rgb(255,255,255) url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;float:left;padding:70px 0 100px;text-align:center;width:100%}.testimonial-outer h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 40px;padding:0 0 25px;position:relative;text-align:center;z-index:3}.testimonial-outer h2:after{background:rgb(255,171,0);bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.testimonial-inner{float:left;width:100%}.testimonial-inner-bottom{margin-bottom:0}.testimonial-inner-mob{display:none}.testimonial-leftbar{display:inline-block}.testimonial-leftbar span{background:rgb(236,236,237);display:inline-block;padding:20px;width:100%}.testimonial-leftbar span img{display:inline-block;width:100%}.testimonial-leftbar h3{color:#36c283;font-size:34px;font-weight:800;margin:30px 0 0;text-transform:capitalize}.testimonial-leftbar p{color:#42526e;font-size:20px;min-height:115px}.testimonial-inner-desk .testimonial-leftbar{float:left;margin:30px 2% 0;width:29%}.testimonial-inner-desk .testimonial-leftbar:last-child{margin-bottom:0;margin-right:0}.testimonial-inner-desk .testimonial-leftbar:nth-child(3){margin-bottom:0}.testimonial-inner-desk .testimonial-leftbar:nth-child(5){margin-bottom:0}#owl-demo .item{margin:3px}#owl-demo .item img{display:block;height:auto;width:100%}@media screen and (max-width: 1199px){.testimonial-outer{padding:40px 0}.testimonial-inner-desk,.testimonial-leftbar{min-height:450px}}@media screen and (max-width: 991px){.testimonial-inner-desk,.testimonial-leftbar{min-height:400px}.testimonial-inner-desk h3,.testimonial-leftbar h3{font-size:27px}.testimonial-inner-desk p,.testimonial-leftbar p{font-size:17px}.testimonial-inner-desk p br,.testimonial-leftbar p br{display:none}.testimonial-outer{padding:40px 0}}@media screen and (max-width: 767px){.testimonial-inner-mob{display:block}.testimonial-inner-desk{display:none}.testimonial-outer{padding:50px 0 20px}.testimonial-outer .owl-nav{display:block}.testimonial-outer .owl-dots{display:none}.testimonial-outer .owl-carousel .owl-nav button.owl-prev,.testimonial-outer .owl-carousel .owl-nav button.owl-next{background:none;border:2px solid rgb(69,209,146)!important;border-radius:100%;color:#45d192;font-size:50px!important;height:50px;margin:0 10px;outline:none;padding:0 15px!important}.testimonial-outer .owl-prev span{left:-2px;padding:0;position:relative;top:-20px}.testimonial-outer .owl-next span{padding:0;position:relative;right:-2px;top:-20px}.testimonial-leftbar{float:left;margin:30px 2% 0;width:46%}.testimonial-leftbar span{padding:20px}.testimonial-leftbar p br{display:none}}@media screen and (max-width: 575px){.testimonial-outer{padding:40px 0 30px}.testimonial-outer h2{font-size:35px;margin:0 0 30px;padding:0 0 15px}.testimonial-inner-desk,.testimonial-leftbar{min-height:420px}.testimonial-inner-desk span,.testimonial-leftbar span{padding:10px}}\n"], dependencies: [{ kind: "directive", type: i1.LazyImgDirective, selector: "img" }] }); }
7
+ }
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: LandingPageTestimonialsBComponent, decorators: [{
9
+ type: Component,
10
+ args: [{ selector: 'pw-landing-page-testimonials-b', template: "<!--testimonial part start-->\n<section class=\"testimonial-outer\"\n id=\"demos\">\n <div class=\"container\">\n <h2>Some of our - awesome - partners</h2>\n <div class=\"testimonial-inner testimonial-inner-desk\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC &amp; startup generator enabling entrepreneurs to build and scale\n global businesses.\n </p>\n </div>\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting digital\n projects.\n </p>\n </div>\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image10.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>Tank Stream Labs</h3>\n <p>\n <a href=\"https://www.tankstreamlabs.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Tank Stream Labs</a>\n is a leading breeding ground for entrepreneurs, specialised industry leaders,\n and scale ups.\n </p>\n </div>\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image12.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Macquarie Incubator</h3>\n <p>\n The\n <a href=\"https://www.mq.edu.au/partner/access-business-opportunities/innovation-entrepreneurship-and-it/incubator\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Macquarie University Incubator</a>\n develops programs to nurture innovation and support the growth and success of\n startups.\n </p>\n </div>\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone &amp; Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone &amp; Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the development\n of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n <div class=\"testimonial-inner testimonial-inner-mob\">\n <div class=\"owl-carousel owl-theme\">\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image9.png\"\n alt=\"PlanDo\" />\n </span>\n <h3>Antler</h3>\n <p>\n <a href=\"https://www.antler.co\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Antler</a>\n is a global VC &amp; startup generator enabling entrepreneurs to build\n and scale global businesses.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image2.png\"\n alt=\"Hoplance\" />\n </span>\n <h3>Hoplance</h3>\n <p>\n <a href=\"https://www.hoplance.com\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Hoplance</a>\n connects the best freelancers and contractors to work on exciting\n digital projects.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image3.png\"\n alt=\"Fundexa\" />\n </span>\n <h3>Fundexa</h3>\n <p>\n <a href=\"https://fundexa.com/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Fundexa's technology</a>\n puts you in front of investors at a fraction of the price of traditional\n services and consultancies.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image5.png\"\n alt=\"Skybuys\" />\n </span>\n <h3>SkyBuys</h3>\n <p>\n <a href=\"https://www.skybuys.net/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">SkyBuys</a>\n takes the queue out of duty free by connecting online and in-store duty\n free shopping.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image6.png\"\n alt=\"Sellecte\" />\n </span>\n <h3>Sellecte</h3>\n <p>\n The\n <a href=\"https://sellecte.com/home\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Sellecte</a>\n platform lets you discover unique brands, new designers and their\n distinctive labels online.\n </p>\n </div>\n </div>\n <div class=\"item\">\n <div class=\"testimonial-leftbar\">\n <span>\n <img src=\"/assets/img/landing-page/testimonial-laptop-image8.png\"\n alt=\"Stone & Chalk\" />\n </span>\n <h3>Stone &amp; Chalk</h3>\n <p>\n <a href=\"https://www.stoneandchalk.com.au/\"\n rel=\"noopener noreferrer\"\n target=\"_blank\">Stone &amp; Chalk</a>\n is an independent, not-for-profit Fintech hub that accelerates the\n development of world-leading Fintech start-ups.\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<!--testimonial part end-->\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_text: rgb(255 255 255);--titles: rgb(34 34 34);--sidebar_bg: rgb(0, 48, 63);--sidebar_text: rgb(255 255 255)}.testimonial-outer{background:rgb(255,255,255) url(/assets/img/landing-page/testimonial-bg.png) fixed center top;background-size:100%;float:left;padding:70px 0 100px;text-align:center;width:100%}.testimonial-outer h2{color:#2e3238;font-family:Roboto,sans-serif;font-size:48px;font-weight:900;margin:0 0 40px;padding:0 0 25px;position:relative;text-align:center;z-index:3}.testimonial-outer h2:after{background:rgb(255,171,0);bottom:0;content:\"\";height:4px;left:0;margin:auto;position:absolute;right:0;width:80px}.testimonial-inner{float:left;width:100%}.testimonial-inner-bottom{margin-bottom:0}.testimonial-inner-mob{display:none}.testimonial-leftbar{display:inline-block}.testimonial-leftbar span{background:rgb(236,236,237);display:inline-block;padding:20px;width:100%}.testimonial-leftbar span img{display:inline-block;width:100%}.testimonial-leftbar h3{color:#36c283;font-size:34px;font-weight:800;margin:30px 0 0;text-transform:capitalize}.testimonial-leftbar p{color:#42526e;font-size:20px;min-height:115px}.testimonial-inner-desk .testimonial-leftbar{float:left;margin:30px 2% 0;width:29%}.testimonial-inner-desk .testimonial-leftbar:last-child{margin-bottom:0;margin-right:0}.testimonial-inner-desk .testimonial-leftbar:nth-child(3){margin-bottom:0}.testimonial-inner-desk .testimonial-leftbar:nth-child(5){margin-bottom:0}#owl-demo .item{margin:3px}#owl-demo .item img{display:block;height:auto;width:100%}@media screen and (max-width: 1199px){.testimonial-outer{padding:40px 0}.testimonial-inner-desk,.testimonial-leftbar{min-height:450px}}@media screen and (max-width: 991px){.testimonial-inner-desk,.testimonial-leftbar{min-height:400px}.testimonial-inner-desk h3,.testimonial-leftbar h3{font-size:27px}.testimonial-inner-desk p,.testimonial-leftbar p{font-size:17px}.testimonial-inner-desk p br,.testimonial-leftbar p br{display:none}.testimonial-outer{padding:40px 0}}@media screen and (max-width: 767px){.testimonial-inner-mob{display:block}.testimonial-inner-desk{display:none}.testimonial-outer{padding:50px 0 20px}.testimonial-outer .owl-nav{display:block}.testimonial-outer .owl-dots{display:none}.testimonial-outer .owl-carousel .owl-nav button.owl-prev,.testimonial-outer .owl-carousel .owl-nav button.owl-next{background:none;border:2px solid rgb(69,209,146)!important;border-radius:100%;color:#45d192;font-size:50px!important;height:50px;margin:0 10px;outline:none;padding:0 15px!important}.testimonial-outer .owl-prev span{left:-2px;padding:0;position:relative;top:-20px}.testimonial-outer .owl-next span{padding:0;position:relative;right:-2px;top:-20px}.testimonial-leftbar{float:left;margin:30px 2% 0;width:46%}.testimonial-leftbar span{padding:20px}.testimonial-leftbar p br{display:none}}@media screen and (max-width: 575px){.testimonial-outer{padding:40px 0 30px}.testimonial-outer h2{font-size:35px;margin:0 0 30px;padding:0 0 15px}.testimonial-inner-desk,.testimonial-leftbar{min-height:420px}.testimonial-inner-desk span,.testimonial-leftbar span{padding:10px}}\n"] }]
11
+ }] });
12
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFuZGluZy1wYWdlLXRlc3RpbW9uaWFscy1iLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvcHVibGljLW1vZHVsZXMvc3JjL2xpYi9sYW5kaW5nLXBhZ2VzL2xhbmRpbmctcGFnZS9zZWN0aW9ucy1iL2xhbmRpbmctcGFnZS10ZXN0aW1vbmlhbHMtYi9sYW5kaW5nLXBhZ2UtdGVzdGltb25pYWxzLWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbGFuZGluZy1wYWdlLXRlc3RpbW9uaWFscy1iL2xhbmRpbmctcGFnZS10ZXN0aW1vbmlhbHMtYi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFPMUMsTUFBTSxPQUFPLGlDQUFpQzs4R0FBakMsaUNBQWlDO2tHQUFqQyxpQ0FBaUMsc0VDUDlDLDJyT0FvTUE7OzJGRDdMYSxpQ0FBaUM7a0JBTDdDLFNBQVM7K0JBQ0ksZ0NBQWdDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncHctbGFuZGluZy1wYWdlLXRlc3RpbW9uaWFscy1iJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vbGFuZGluZy1wYWdlLXRlc3RpbW9uaWFscy1iLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9sYW5kaW5nLXBhZ2UtdGVzdGltb25pYWxzLWIuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBMYW5kaW5nUGFnZVRlc3RpbW9uaWFsc0JDb21wb25lbnQge31cbiIsIjwhLS10ZXN0aW1vbmlhbCBwYXJ0IHN0YXJ0LS0+XG48c2VjdGlvbiBjbGFzcz1cInRlc3RpbW9uaWFsLW91dGVyXCJcbiAgaWQ9XCJkZW1vc1wiPlxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCI+XG4gICAgPGgyPlNvbWUgb2Ygb3VyIC0gYXdlc29tZSAtIHBhcnRuZXJzPC9oMj5cbiAgICA8ZGl2IGNsYXNzPVwidGVzdGltb25pYWwtaW5uZXIgdGVzdGltb25pYWwtaW5uZXItZGVza1wiPlxuICAgICAgPGRpdiBjbGFzcz1cInRlc3RpbW9uaWFsLWxlZnRiYXJcIj5cbiAgICAgICAgPHNwYW4+XG4gICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvdGVzdGltb25pYWwtbGFwdG9wLWltYWdlOS5wbmdcIlxuICAgICAgICAgICAgYWx0PVwiUGxhbkRvXCIgLz5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgICA8aDM+QW50bGVyPC9oMz5cbiAgICAgICAgPHA+XG4gICAgICAgICAgPGEgaHJlZj1cImh0dHBzOi8vd3d3LmFudGxlci5jby9cIlxuICAgICAgICAgICAgcmVsPVwibm9vcGVuZXIgbm9yZWZlcnJlclwiXG4gICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIj5BbnRsZXI8L2E+XG4gICAgICAgICAgaXMgYSBnbG9iYWwgVkMgJmFtcDsgc3RhcnR1cCBnZW5lcmF0b3IgZW5hYmxpbmcgZW50cmVwcmVuZXVycyB0byBidWlsZCBhbmQgc2NhbGVcbiAgICAgICAgICBnbG9iYWwgYnVzaW5lc3Nlcy5cbiAgICAgICAgPC9wPlxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzPVwidGVzdGltb25pYWwtbGVmdGJhclwiPlxuICAgICAgICA8c3Bhbj5cbiAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS90ZXN0aW1vbmlhbC1sYXB0b3AtaW1hZ2UyLnBuZ1wiXG4gICAgICAgICAgICBhbHQ9XCJIb3BsYW5jZVwiIC8+XG4gICAgICAgIDwvc3Bhbj5cbiAgICAgICAgPGgzPkhvcGxhbmNlPC9oMz5cbiAgICAgICAgPHA+XG4gICAgICAgICAgPGEgaHJlZj1cImh0dHBzOi8vd3d3LmhvcGxhbmNlLmNvbVwiXG4gICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCJcbiAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPkhvcGxhbmNlPC9hPlxuICAgICAgICAgIGNvbm5lY3RzIHRoZSBiZXN0IGZyZWVsYW5jZXJzIGFuZCBjb250cmFjdG9ycyB0byB3b3JrIG9uIGV4Y2l0aW5nIGRpZ2l0YWxcbiAgICAgICAgICBwcm9qZWN0cy5cbiAgICAgICAgPC9wPlxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzPVwidGVzdGltb25pYWwtbGVmdGJhclwiPlxuICAgICAgICA8c3Bhbj5cbiAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS90ZXN0aW1vbmlhbC1sYXB0b3AtaW1hZ2UzLnBuZ1wiXG4gICAgICAgICAgICBhbHQ9XCJGdW5kZXhhXCIgLz5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgICA8aDM+RnVuZGV4YTwvaDM+XG4gICAgICAgIDxwPlxuICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL2Z1bmRleGEuY29tL1wiXG4gICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCJcbiAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPkZ1bmRleGEncyB0ZWNobm9sb2d5PC9hPlxuICAgICAgICAgIHB1dHMgeW91IGluIGZyb250IG9mIGludmVzdG9ycyBhdCBhIGZyYWN0aW9uIG9mIHRoZSBwcmljZSBvZiB0cmFkaXRpb25hbFxuICAgICAgICAgIHNlcnZpY2VzIGFuZCBjb25zdWx0YW5jaWVzLlxuICAgICAgICA8L3A+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJ0ZXN0aW1vbmlhbC1sZWZ0YmFyXCI+XG4gICAgICAgIDxzcGFuPlxuICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Rlc3RpbW9uaWFsLWxhcHRvcC1pbWFnZTEwLnBuZ1wiXG4gICAgICAgICAgICBhbHQ9XCJTa3lidXlzXCIgLz5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgICA8aDM+VGFuayBTdHJlYW0gTGFiczwvaDM+XG4gICAgICAgIDxwPlxuICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3d3dy50YW5rc3RyZWFtbGFicy5jb20vXCJcbiAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgICAgICAgICAgdGFyZ2V0PVwiX2JsYW5rXCI+VGFuayBTdHJlYW0gTGFiczwvYT5cbiAgICAgICAgICBpcyBhIGxlYWRpbmcgYnJlZWRpbmcgZ3JvdW5kIGZvciBlbnRyZXByZW5ldXJzLCBzcGVjaWFsaXNlZCBpbmR1c3RyeSBsZWFkZXJzLFxuICAgICAgICAgIGFuZCBzY2FsZSB1cHMuXG4gICAgICAgIDwvcD5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cInRlc3RpbW9uaWFsLWxlZnRiYXJcIj5cbiAgICAgICAgPHNwYW4+XG4gICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvdGVzdGltb25pYWwtbGFwdG9wLWltYWdlMTIucG5nXCJcbiAgICAgICAgICAgIGFsdD1cIlNlbGxlY3RlXCIgLz5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgICA8aDM+TWFjcXVhcmllIEluY3ViYXRvcjwvaDM+XG4gICAgICAgIDxwPlxuICAgICAgICAgIFRoZVxuICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3d3dy5tcS5lZHUuYXUvcGFydG5lci9hY2Nlc3MtYnVzaW5lc3Mtb3Bwb3J0dW5pdGllcy9pbm5vdmF0aW9uLWVudHJlcHJlbmV1cnNoaXAtYW5kLWl0L2luY3ViYXRvclwiXG4gICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCJcbiAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPk1hY3F1YXJpZSBVbml2ZXJzaXR5IEluY3ViYXRvcjwvYT5cbiAgICAgICAgICBkZXZlbG9wcyBwcm9ncmFtcyB0byBudXJ0dXJlIGlubm92YXRpb24gYW5kIHN1cHBvcnQgdGhlIGdyb3d0aCBhbmQgc3VjY2VzcyBvZlxuICAgICAgICAgIHN0YXJ0dXBzLlxuICAgICAgICA8L3A+XG4gICAgICA8L2Rpdj5cbiAgICAgIDxkaXYgY2xhc3M9XCJ0ZXN0aW1vbmlhbC1sZWZ0YmFyXCI+XG4gICAgICAgIDxzcGFuPlxuICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Rlc3RpbW9uaWFsLWxhcHRvcC1pbWFnZTgucG5nXCJcbiAgICAgICAgICAgIGFsdD1cIlN0b25lICYgQ2hhbGtcIiAvPlxuICAgICAgICA8L3NwYW4+XG4gICAgICAgIDxoMz5TdG9uZSAmYW1wOyBDaGFsazwvaDM+XG4gICAgICAgIDxwPlxuICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3d3dy5zdG9uZWFuZGNoYWxrLmNvbS5hdS9cIlxuICAgICAgICAgICAgcmVsPVwibm9vcGVuZXIgbm9yZWZlcnJlclwiXG4gICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIj5TdG9uZSAmYW1wOyBDaGFsazwvYT5cbiAgICAgICAgICBpcyBhbiBpbmRlcGVuZGVudCwgbm90LWZvci1wcm9maXQgRmludGVjaCBodWIgdGhhdCBhY2NlbGVyYXRlcyB0aGUgZGV2ZWxvcG1lbnRcbiAgICAgICAgICBvZiB3b3JsZC1sZWFkaW5nIEZpbnRlY2ggc3RhcnQtdXBzLlxuICAgICAgICA8L3A+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwidGVzdGltb25pYWwtaW5uZXIgdGVzdGltb25pYWwtaW5uZXItbW9iXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwib3dsLWNhcm91c2VsIG93bC10aGVtZVwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaXRlbVwiPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0ZXN0aW1vbmlhbC1sZWZ0YmFyXCI+XG4gICAgICAgICAgICA8c3Bhbj5cbiAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvdGVzdGltb25pYWwtbGFwdG9wLWltYWdlOS5wbmdcIlxuICAgICAgICAgICAgICAgIGFsdD1cIlBsYW5Eb1wiIC8+XG4gICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgICA8aDM+QW50bGVyPC9oMz5cbiAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICA8YSBocmVmPVwiaHR0cHM6Ly93d3cuYW50bGVyLmNvXCJcbiAgICAgICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCJcbiAgICAgICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIj5BbnRsZXI8L2E+XG4gICAgICAgICAgICAgIGlzIGEgZ2xvYmFsIFZDICZhbXA7IHN0YXJ0dXAgZ2VuZXJhdG9yIGVuYWJsaW5nIGVudHJlcHJlbmV1cnMgdG8gYnVpbGRcbiAgICAgICAgICAgICAgYW5kIHNjYWxlIGdsb2JhbCBidXNpbmVzc2VzLlxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIml0ZW1cIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwidGVzdGltb25pYWwtbGVmdGJhclwiPlxuICAgICAgICAgICAgPHNwYW4+XG4gICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Rlc3RpbW9uaWFsLWxhcHRvcC1pbWFnZTIucG5nXCJcbiAgICAgICAgICAgICAgICBhbHQ9XCJIb3BsYW5jZVwiIC8+XG4gICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgICA8aDM+SG9wbGFuY2U8L2gzPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3d3dy5ob3BsYW5jZS5jb21cIlxuICAgICAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPkhvcGxhbmNlPC9hPlxuICAgICAgICAgICAgICBjb25uZWN0cyB0aGUgYmVzdCBmcmVlbGFuY2VycyBhbmQgY29udHJhY3RvcnMgdG8gd29yayBvbiBleGNpdGluZ1xuICAgICAgICAgICAgICBkaWdpdGFsIHByb2plY3RzLlxuICAgICAgICAgICAgPC9wPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cIml0ZW1cIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwidGVzdGltb25pYWwtbGVmdGJhclwiPlxuICAgICAgICAgICAgPHNwYW4+XG4gICAgICAgICAgICAgIDxpbWcgc3JjPVwiL2Fzc2V0cy9pbWcvbGFuZGluZy1wYWdlL3Rlc3RpbW9uaWFsLWxhcHRvcC1pbWFnZTMucG5nXCJcbiAgICAgICAgICAgICAgICBhbHQ9XCJGdW5kZXhhXCIgLz5cbiAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgIDxoMz5GdW5kZXhhPC9oMz5cbiAgICAgICAgICAgIDxwPlxuICAgICAgICAgICAgICA8YSBocmVmPVwiaHR0cHM6Ly9mdW5kZXhhLmNvbS9cIlxuICAgICAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPkZ1bmRleGEncyB0ZWNobm9sb2d5PC9hPlxuICAgICAgICAgICAgICBwdXRzIHlvdSBpbiBmcm9udCBvZiBpbnZlc3RvcnMgYXQgYSBmcmFjdGlvbiBvZiB0aGUgcHJpY2Ugb2YgdHJhZGl0aW9uYWxcbiAgICAgICAgICAgICAgc2VydmljZXMgYW5kIGNvbnN1bHRhbmNpZXMuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaXRlbVwiPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0ZXN0aW1vbmlhbC1sZWZ0YmFyXCI+XG4gICAgICAgICAgICA8c3Bhbj5cbiAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvdGVzdGltb25pYWwtbGFwdG9wLWltYWdlNS5wbmdcIlxuICAgICAgICAgICAgICAgIGFsdD1cIlNreWJ1eXNcIiAvPlxuICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICAgICAgPGgzPlNreUJ1eXM8L2gzPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3d3dy5za3lidXlzLm5ldC9cIlxuICAgICAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPlNreUJ1eXM8L2E+XG4gICAgICAgICAgICAgIHRha2VzIHRoZSBxdWV1ZSBvdXQgb2YgZHV0eSBmcmVlIGJ5IGNvbm5lY3Rpbmcgb25saW5lIGFuZCBpbi1zdG9yZSBkdXR5XG4gICAgICAgICAgICAgIGZyZWUgc2hvcHBpbmcuXG4gICAgICAgICAgICA8L3A+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiaXRlbVwiPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0ZXN0aW1vbmlhbC1sZWZ0YmFyXCI+XG4gICAgICAgICAgICA8c3Bhbj5cbiAgICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9sYW5kaW5nLXBhZ2UvdGVzdGltb25pYWwtbGFwdG9wLWltYWdlNi5wbmdcIlxuICAgICAgICAgICAgICAgIGFsdD1cIlNlbGxlY3RlXCIgLz5cbiAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgIDxoMz5TZWxsZWN0ZTwvaDM+XG4gICAgICAgICAgICA8cD5cbiAgICAgICAgICAgICAgVGhlXG4gICAgICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3NlbGxlY3RlLmNvbS9ob21lXCJcbiAgICAgICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCJcbiAgICAgICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIj5TZWxsZWN0ZTwvYT5cbiAgICAgICAgICAgICAgcGxhdGZvcm0gbGV0cyB5b3UgZGlzY292ZXIgdW5pcXVlIGJyYW5kcywgbmV3IGRlc2lnbmVycyBhbmQgdGhlaXJcbiAgICAgICAgICAgICAgZGlzdGluY3RpdmUgbGFiZWxzIG9ubGluZS5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJpdGVtXCI+XG4gICAgICAgICAgPGRpdiBjbGFzcz1cInRlc3RpbW9uaWFsLWxlZnRiYXJcIj5cbiAgICAgICAgICAgIDxzcGFuPlxuICAgICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL2xhbmRpbmctcGFnZS90ZXN0aW1vbmlhbC1sYXB0b3AtaW1hZ2U4LnBuZ1wiXG4gICAgICAgICAgICAgICAgYWx0PVwiU3RvbmUgJiBDaGFsa1wiIC8+XG4gICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgICA8aDM+U3RvbmUgJmFtcDsgQ2hhbGs8L2gzPlxuICAgICAgICAgICAgPHA+XG4gICAgICAgICAgICAgIDxhIGhyZWY9XCJodHRwczovL3d3dy5zdG9uZWFuZGNoYWxrLmNvbS5hdS9cIlxuICAgICAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiPlN0b25lICZhbXA7IENoYWxrPC9hPlxuICAgICAgICAgICAgICBpcyBhbiBpbmRlcGVuZGVudCwgbm90LWZvci1wcm9maXQgRmludGVjaCBodWIgdGhhdCBhY2NlbGVyYXRlcyB0aGVcbiAgICAgICAgICAgICAgZGV2ZWxvcG1lbnQgb2Ygd29ybGQtbGVhZGluZyBGaW50ZWNoIHN0YXJ0LXVwcy5cbiAgICAgICAgICAgIDwvcD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9kaXY+XG48L3NlY3Rpb24+XG48IS0tdGVzdGltb25pYWwgcGFydCBlbmQtLT5cbiJdfQ==
@@ -0,0 +1,12 @@
1
+ import { Component } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@posiwise/directives";
4
+ export class MainExplainerBComponent {
5
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: MainExplainerBComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: MainExplainerBComponent, selector: "pw-main-explainer-b", ngImport: i0, template: "<section class=\"main-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>BUILDING SaaS MADE EASY</h2>\n <div class=\"sub-text\">\n <h4>\n Welcome to PosiWise - we think technology shouldn't be in the way of people\n developing great software solutions.\n </h4>\n <h4>\n We have built an ecosystem of microservices that we can leverage to quickly\n and cost-effectively build any dashboard-like products.\n </h4>\n <h4 class=\"mt-5\">Let's build the next unicorn together.</h4>\n <div class=\"login-button my-2\">\n <a class=\"book-demo\"\n [eventTracker]=\"{\n category: 'main-explainer-request-demo',\n action: 'click',\n label: 'landing-page-b',\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=\"Why does CloudOlive exist\"\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}.main-explainer{background-color:#ececed}.main-explainer h4{letter-spacing:.3px;line-height:28px}.main-explainer .book-demo{background:rgb(54,194,131);border:0;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:600;padding:10px 35px;text-transform:uppercase;transition:all .5s ease-out;margin-top:30px;display:inline-block}.main-explainer .book-demo:hover{background-color:#fff;color:#36c283}@media (max-width: 1200px){.container-wrapper{padding:0 20px!important}}\n"], dependencies: [{ kind: "directive", type: i1.EventTrackerDirective, selector: "[eventTracker]", inputs: ["eventTracker"] }] }); }
7
+ }
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: MainExplainerBComponent, decorators: [{
9
+ type: Component,
10
+ args: [{ selector: 'pw-main-explainer-b', template: "<section class=\"main-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>BUILDING SaaS MADE EASY</h2>\n <div class=\"sub-text\">\n <h4>\n Welcome to PosiWise - we think technology shouldn't be in the way of people\n developing great software solutions.\n </h4>\n <h4>\n We have built an ecosystem of microservices that we can leverage to quickly\n and cost-effectively build any dashboard-like products.\n </h4>\n <h4 class=\"mt-5\">Let's build the next unicorn together.</h4>\n <div class=\"login-button my-2\">\n <a class=\"book-demo\"\n [eventTracker]=\"{\n category: 'main-explainer-request-demo',\n action: 'click',\n label: 'landing-page-b',\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=\"Why does CloudOlive exist\"\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}.main-explainer{background-color:#ececed}.main-explainer h4{letter-spacing:.3px;line-height:28px}.main-explainer .book-demo{background:rgb(54,194,131);border:0;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:600;padding:10px 35px;text-transform:uppercase;transition:all .5s ease-out;margin-top:30px;display:inline-block}.main-explainer .book-demo:hover{background-color:#fff;color:#36c283}@media (max-width: 1200px){.container-wrapper{padding:0 20px!important}}\n"] }]
11
+ }] });
12
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbi1leHBsYWluZXItYi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy9sYW5kaW5nLXBhZ2Uvc2VjdGlvbnMtYi9tYWluLWV4cGxhaW5lci1iL21haW4tZXhwbGFpbmVyLWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9wdWJsaWMtbW9kdWxlcy9zcmMvbGliL2xhbmRpbmctcGFnZXMvbGFuZGluZy1wYWdlL3NlY3Rpb25zLWIvbWFpbi1leHBsYWluZXItYi9tYWluLWV4cGxhaW5lci1iLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQU8xQyxNQUFNLE9BQU8sdUJBQXVCOzhHQUF2Qix1QkFBdUI7a0dBQXZCLHVCQUF1QiwyRENQcEMsMHlEQTJDQTs7MkZEcENhLHVCQUF1QjtrQkFMbkMsU0FBUzsrQkFDSSxxQkFBcUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdwdy1tYWluLWV4cGxhaW5lci1iJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vbWFpbi1leHBsYWluZXItYi5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vbWFpbi1leHBsYWluZXItYi5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIE1haW5FeHBsYWluZXJCQ29tcG9uZW50IHt9XG4iLCI8c2VjdGlvbiBjbGFzcz1cIm1haW4tZXhwbGFpbmVyXCI+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXIgY29udGFpbmVyLXdyYXBwZXIgbXktNVwiPlxuICAgIDxkaXYgY2xhc3M9XCJyb3cgbS0wXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLW1kLTZcIj5cbiAgICAgICAgPGgyPkJVSUxESU5HIFNhYVMgTUFERSBFQVNZPC9oMj5cbiAgICAgICAgPGRpdiBjbGFzcz1cInN1Yi10ZXh0XCI+XG4gICAgICAgICAgPGg0PlxuICAgICAgICAgICAgV2VsY29tZSB0byBQb3NpV2lzZSAtIHdlIHRoaW5rIHRlY2hub2xvZ3kgc2hvdWxkbid0IGJlIGluIHRoZSB3YXkgb2YgcGVvcGxlXG4gICAgICAgICAgICBkZXZlbG9waW5nIGdyZWF0IHNvZnR3YXJlIHNvbHV0aW9ucy5cbiAgICAgICAgICA8L2g0PlxuICAgICAgICAgIDxoND5cbiAgICAgICAgICAgIFdlIGhhdmUgYnVpbHQgYW4gZWNvc3lzdGVtIG9mIG1pY3Jvc2VydmljZXMgdGhhdCB3ZSBjYW4gbGV2ZXJhZ2UgdG8gcXVpY2tseVxuICAgICAgICAgICAgYW5kIGNvc3QtZWZmZWN0aXZlbHkgYnVpbGQgYW55IGRhc2hib2FyZC1saWtlIHByb2R1Y3RzLlxuICAgICAgICAgIDwvaDQ+XG4gICAgICAgICAgPGg0IGNsYXNzPVwibXQtNVwiPkxldCdzIGJ1aWxkIHRoZSBuZXh0IHVuaWNvcm4gdG9nZXRoZXIuPC9oND5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwibG9naW4tYnV0dG9uIG15LTJcIj5cbiAgICAgICAgICAgIDxhIGNsYXNzPVwiYm9vay1kZW1vXCJcbiAgICAgICAgICAgICAgW2V2ZW50VHJhY2tlcl09XCJ7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNhdGVnb3J5OiAnbWFpbi1leHBsYWluZXItcmVxdWVzdC1kZW1vJyxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYWN0aW9uOiAnY2xpY2snLFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBsYWJlbDogJ2xhbmRpbmctcGFnZS1iJyxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdmFsdWU6IDFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XCJcbiAgICAgICAgICAgICAgaHJlZj1cImh0dHBzOi8vY2FsZW5kbHkuY29tL3Bvc2l3aXNlL29mZmljZS1ob3Vycy1tZW50b3JpbmdcIlxuICAgICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIlxuICAgICAgICAgICAgICByZWw9XCJub29wZW5lciBub3JlZmVycmVyXCI+XG4gICAgICAgICAgICAgIEJvb2sgYSBkZW1vPC9hPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvZGl2PlxuICAgICAgPGRpdiBjbGFzcz1cImNvbC1tZC02XCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjbG91ZG9saXZlLXZpZGVvIHJhdGlvIHJhdGlvLTE2eDlcIj5cbiAgICAgICAgICA8aWZyYW1lIHRpdGxlPVwiV2h5IGRvZXMgQ2xvdWRPbGl2ZSBleGlzdFwiXG4gICAgICAgICAgICBjbGFzcz1cImVtYmVkLXJlc3BvbnNpdmUtaXRlbVwiXG4gICAgICAgICAgICBzcmM9XCJodHRwczovL3d3dy55b3V0dWJlLmNvbS9lbWJlZC81ZVYwdVhqUnhSc1wiXG4gICAgICAgICAgICBhbGxvdz1cImFjY2VsZXJvbWV0ZXI7IGF1dG9wbGF5OyBjbGlwYm9hcmQtd3JpdGU7IGVuY3J5cHRlZC1tZWRpYTsgZ3lyb3Njb3BlOyBwaWN0dXJlLWluLXBpY3R1cmVcIlxuICAgICAgICAgICAgYWxsb3dmdWxsc2NyZWVuPjwvaWZyYW1lPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGg2IGNsYXNzPVwidGV4dC1jZW50ZXIgbXQtM1wiPlNlZSBob3cgd2UgbGV2ZXJhZ2VkIFBvc2lXaXNlIHRvIGJ1aWxkIENsb3VkT2xpdmUuPC9oNj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvc2VjdGlvbj5cbiJdfQ==
@@ -0,0 +1,40 @@
1
+ import { Component, Injector } from '@angular/core';
2
+ import { HYPER_DASHBOARD_KEYS } from '../../../config/constant';
3
+ import { AppBaseComponent } from '@posiwise/app-base-component';
4
+ import { AuthService } from '@posiwise/common-services';
5
+ import { HelperService } from '@posiwise/helper-service';
6
+ import * as i0 from "@angular/core";
7
+ import * as i1 from "@posiwise/common-services";
8
+ import * as i2 from "@posiwise/directives";
9
+ import * as i3 from "@posiwise/shared-components";
10
+ import * as i4 from "../../landing-page/sections/landing-page-footer/landing-page-footer.component";
11
+ import * as i5 from "../../landing-page/sections/landing-page-subscribe/landing-page-subscribe.component";
12
+ import * as i6 from "../../landing-page/sections/landing-page-contact/landing-page-contact.component";
13
+ export class CommunicationAndNotificationsComponent extends AppBaseComponent {
14
+ constructor(authService, injector) {
15
+ super(injector);
16
+ this.authService = authService;
17
+ this.productKey = HYPER_DASHBOARD_KEYS.Dashboard_Demo1;
18
+ this.landing = false;
19
+ this.masterProductId = this.appConfig.master_subscription.product_id;
20
+ this.subject = 'HyperDashboard Product Contact Request';
21
+ }
22
+ ngOnInit() {
23
+ // Redirect user to the home if its already logged in
24
+ this.authService.getToken$().subscribe(tok => {
25
+ if (tok && typeof tok === 'string') {
26
+ this.router.navigate(['home']);
27
+ }
28
+ });
29
+ }
30
+ ngAfterViewInit() {
31
+ HelperService.changeTitleText();
32
+ }
33
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: CommunicationAndNotificationsComponent, deps: [{ token: i1.AuthService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component }); }
34
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: CommunicationAndNotificationsComponent, selector: "pw-communication-and-notifications", usesInheritance: true, ngImport: i0, template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-anayltics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- machine learning -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-communication-and-notification-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-communication-and-notification-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_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.LandingPageContactComponent, selector: "pw-landing-page-contact", inputs: ["gaEventObj"] }] }); }
35
+ }
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: CommunicationAndNotificationsComponent, decorators: [{
37
+ type: Component,
38
+ args: [{ selector: 'pw-communication-and-notifications', template: "<pw-header [landing]=\"landing\"></pw-header>\n<div class=\"tech-features-wrapper\">\n <!-- header section -->\n <section class=\"testimonial-bg blinking-text-wrapper\">\n <div class=\"container text-center\">\n <h1 class=\"my-5\">\n Your hyper dashboard <br />powered by\n <span data-period=\"3000\"\n class=\"txt-rotate\"\n [attr.data-rotate]=\"[\n 'Enhanced Data Collection',\n 'Machine Learning',\n 'Custom Functionalities'\n ]\"></span>\n <span class=\"blinking-cursor\">|</span>\n <br />to supercharge your business\n </h1>\n <h3 class=\"my-5\">\n Effective Decision Making, Increased Productivity and Improved Business Processes.\n </h3>\n </div>\n </section>\n <!-- radically different -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-accurate.png\"\n alt=\"Accurate Data\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>A Radically Different</span> solution to get accurate data</h2>\n <p>\n Our approach slashes the time needed to build and deploy intelligent\n analytics that unleash the full potential of your business.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Use our proprietary\n technology to gather information from any available sources, from APIs\n to publicly available web-pages.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build your interactive\n dashboard at a fraction of the cost of using traditional providers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Use our API-first\n technology to mashup data and create analytic solutions in just a few\n clicks.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- high performance -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n High-performance <span>Analytics</span> and <span>Visualization</span> from\n historical or real-time data\n </h2>\n <p>\n We build probabilistic models, apply machine learning methods to find\n patterns and dependencies and provide organizations with critical data\n insights to reduce risk, implementation time and business cost.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Understand demand and\n sales patterns to create effective market strategies.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Deliver more meaningful\n content, and create customized experiences.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Make faster and better\n decisions to effectively drive your business effectively.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-anayltics.png\"\n alt=\"Analytics and Visualisation\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n <!-- machine learning -->\n <section>\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-ml.png\"\n alt=\"Machine Learning\"\n class=\"img-fluid\" />\n </figure>\n </div>\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2>\n Not just numbers. <span>Cognitive Vision</span> and\n <span>Natural Language Processing</span> solutions\n </h2>\n <p>\n Employ state-of-the-art computer vision and natural language processing\n solutions to improve your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Analyse video and\n digital image data for facial recognition, image processing, optical\n character recognition, emotion analysis, and improve the way your\n business interacts with your customers.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Gain insight from your\n customer emails, support tickets, product reviews, social media, etc.\n and put it to work to grow your business.\n </li>\n </ul>\n </div>\n </div>\n </div>\n </section>\n <!-- extended features -->\n <section class=\"testimonial-bg\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-12 service-desc product-features text-start\">\n <h2><span>Extended features</span> along with your dashboard</h2>\n <p>\n Build custom functionalities, along with the dashboard, to improve any of\n your business processes.\n </p>\n <ul class=\"list-unstyled\">\n <li>\n <span class=\"icon-check branding-color\"></span> Improve your\n organization's business process efficiency and improve customer\n acquisition.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build functionalities to\n reduce specific operational costs.\n </li>\n <li>\n <span class=\"icon-check branding-color\"></span> Build a better customer\n experience and increase revenues.\n </li>\n </ul>\n </div>\n <div class=\"col-lg-6 col-md-12 service-image\">\n <figure>\n <img src=\"/assets/img/products/hyper-dashboard/hd-extended.png\"\n alt=\"Extended Dashboard\"\n class=\"img-fluid\" />\n </figure>\n </div>\n </div>\n </div>\n </section>\n</div>\n<!-- subscribe to our newsletter -->\n<pw-landing-page-subscribe [gaEventObj]=\"{\n category: 'pw-communication-and-notification-new-lead-registration',\n action: 'subscribe-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-subscribe>\n<!--contact container-->\n<section id=\"contact\">\n <pw-landing-page-contact [gaEventObj]=\"{\n category: 'pw-communication-and-notification-contact-us',\n action: 'contact-success',\n label: 'landing-page-a',\n value: 1\n }\"></pw-landing-page-contact>\n</section>\n\n<!--footer container -->\n<pw-landing-page-footer></pw-landing-page-footer>\n", styles: [":root{--first: rgb(23 105 225);--second: rgb(54 194 131);--third: rgb(255 171 0);--text: rgb(34 34 34);--tabs_bg: rgb(23 105 225);--tabs_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"] }]
39
+ }], ctorParameters: () => [{ type: i1.AuthService }, { type: i0.Injector }] });
40
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbXVuaWNhdGlvbi1hbmQtbm90aWZpY2F0aW9ucy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy90ZWNoLWZlYXR1cmVzL2NvbW11bmljYXRpb24tYW5kLW5vdGlmaWNhdGlvbnMvY29tbXVuaWNhdGlvbi1hbmQtbm90aWZpY2F0aW9ucy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy90ZWNoLWZlYXR1cmVzL2NvbW11bmljYXRpb24tYW5kLW5vdGlmaWNhdGlvbnMvY29tbXVuaWNhdGlvbi1hbmQtbm90aWZpY2F0aW9ucy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQWlCLFNBQVMsRUFBRSxRQUFRLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFDM0UsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFFaEUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDaEUsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ3hELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7Ozs7Ozs7QUFPekQsTUFBTSxPQUFPLHNDQUNULFNBQVEsZ0JBQWdCO0lBV3hCLFlBQW9CLFdBQXdCLEVBQUUsUUFBa0I7UUFDNUQsS0FBSyxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBREEsZ0JBQVcsR0FBWCxXQUFXLENBQWE7UUFONUMsZUFBVSxHQUFHLG9CQUFvQixDQUFDLGVBQWUsQ0FBQztRQUVsRCxZQUFPLEdBQUcsS0FBSyxDQUFDO1FBRWhCLG9CQUFlLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQyxtQkFBbUIsQ0FBQyxVQUFVLENBQUM7UUFLNUQsSUFBSSxDQUFDLE9BQU8sR0FBRyx3Q0FBd0MsQ0FBQztJQUM1RCxDQUFDO0lBRUQsUUFBUTtRQUNKLHFEQUFxRDtRQUNyRCxJQUFJLENBQUMsV0FBVyxDQUFDLFNBQVMsRUFBRSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsRUFBRTtZQUN6QyxJQUFJLEdBQUcsSUFBSSxPQUFPLEdBQUcsS0FBSyxRQUFRLEVBQUU7Z0JBQ2hDLElBQUksQ0FBQyxNQUFNLENBQUMsUUFBUSxDQUFDLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQzthQUNsQztRQUNMLENBQUMsQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQUVELGVBQWU7UUFDWCxhQUFhLENBQUMsZUFBZSxFQUFFLENBQUM7SUFDcEMsQ0FBQzs4R0E3QlEsc0NBQXNDO2tHQUF0QyxzQ0FBc0MsaUdDWm5ELDg4T0ErTEE7OzJGRG5MYSxzQ0FBc0M7a0JBTGxELFNBQVM7K0JBQ0ksb0NBQW9DIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQWZ0ZXJWaWV3SW5pdCwgQ29tcG9uZW50LCBJbmplY3RvciwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBIWVBFUl9EQVNIQk9BUkRfS0VZUyB9IGZyb20gJy4uLy4uLy4uL2NvbmZpZy9jb25zdGFudCc7XG5cbmltcG9ydCB7IEFwcEJhc2VDb21wb25lbnQgfSBmcm9tICdAcG9zaXdpc2UvYXBwLWJhc2UtY29tcG9uZW50JztcbmltcG9ydCB7IEF1dGhTZXJ2aWNlIH0gZnJvbSAnQHBvc2l3aXNlL2NvbW1vbi1zZXJ2aWNlcyc7XG5pbXBvcnQgeyBIZWxwZXJTZXJ2aWNlIH0gZnJvbSAnQHBvc2l3aXNlL2hlbHBlci1zZXJ2aWNlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdwdy1jb21tdW5pY2F0aW9uLWFuZC1ub3RpZmljYXRpb25zJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vY29tbXVuaWNhdGlvbi1hbmQtbm90aWZpY2F0aW9ucy5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vY29tbXVuaWNhdGlvbi1hbmQtbm90aWZpY2F0aW9ucy5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIENvbW11bmljYXRpb25BbmROb3RpZmljYXRpb25zQ29tcG9uZW50XG4gICAgZXh0ZW5kcyBBcHBCYXNlQ29tcG9uZW50XG4gICAgaW1wbGVtZW50cyBPbkluaXQsIEFmdGVyVmlld0luaXRcbntcbiAgICBzdWJqZWN0OiBzdHJpbmc7XG5cbiAgICBwcm9kdWN0S2V5ID0gSFlQRVJfREFTSEJPQVJEX0tFWVMuRGFzaGJvYXJkX0RlbW8xO1xuXG4gICAgbGFuZGluZyA9IGZhbHNlO1xuXG4gICAgbWFzdGVyUHJvZHVjdElkID0gdGhpcy5hcHBDb25maWcubWFzdGVyX3N1YnNjcmlwdGlvbi5wcm9kdWN0X2lkO1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBhdXRoU2VydmljZTogQXV0aFNlcnZpY2UsIGluamVjdG9yOiBJbmplY3Rvcikge1xuICAgICAgICBzdXBlcihpbmplY3Rvcik7XG5cbiAgICAgICAgdGhpcy5zdWJqZWN0ID0gJ0h5cGVyRGFzaGJvYXJkIFByb2R1Y3QgQ29udGFjdCBSZXF1ZXN0JztcbiAgICB9XG5cbiAgICBuZ09uSW5pdCgpIHtcbiAgICAgICAgLy8gUmVkaXJlY3QgdXNlciB0byB0aGUgaG9tZSBpZiBpdHMgYWxyZWFkeSBsb2dnZWQgaW5cbiAgICAgICAgdGhpcy5hdXRoU2VydmljZS5nZXRUb2tlbiQoKS5zdWJzY3JpYmUodG9rID0+IHtcbiAgICAgICAgICAgIGlmICh0b2sgJiYgdHlwZW9mIHRvayA9PT0gJ3N0cmluZycpIHtcbiAgICAgICAgICAgICAgICB0aGlzLnJvdXRlci5uYXZpZ2F0ZShbJ2hvbWUnXSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIG5nQWZ0ZXJWaWV3SW5pdCgpIHtcbiAgICAgICAgSGVscGVyU2VydmljZS5jaGFuZ2VUaXRsZVRleHQoKTtcbiAgICB9XG59XG4iLCI8cHctaGVhZGVyIFtsYW5kaW5nXT1cImxhbmRpbmdcIj48L3B3LWhlYWRlcj5cbjxkaXYgY2xhc3M9XCJ0ZWNoLWZlYXR1cmVzLXdyYXBwZXJcIj5cbiAgPCEtLSBoZWFkZXIgc2VjdGlvbiAtLT5cbiAgPHNlY3Rpb24gY2xhc3M9XCJ0ZXN0aW1vbmlhbC1iZyBibGlua2luZy10ZXh0LXdyYXBwZXJcIj5cbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyIHRleHQtY2VudGVyXCI+XG4gICAgICA8aDEgY2xhc3M9XCJteS01XCI+XG4gICAgICAgIFlvdXIgaHlwZXIgZGFzaGJvYXJkIDxiciAvPnBvd2VyZWQgYnlcbiAgICAgICAgPHNwYW4gZGF0YS1wZXJpb2Q9XCIzMDAwXCJcbiAgICAgICAgICBjbGFzcz1cInR4dC1yb3RhdGVcIlxuICAgICAgICAgIFthdHRyLmRhdGEtcm90YXRlXT1cIltcbiAgICAgICAgICAgICAgICAgICAgICAgICdFbmhhbmNlZCBEYXRhIENvbGxlY3Rpb24nLFxuICAgICAgICAgICAgICAgICAgICAgICAgJ01hY2hpbmUgTGVhcm5pbmcnLFxuICAgICAgICAgICAgICAgICAgICAgICAgJ0N1c3RvbSBGdW5jdGlvbmFsaXRpZXMnXG4gICAgICAgICAgICAgICAgICAgIF1cIj48L3NwYW4+XG4gICAgICAgIDxzcGFuIGNsYXNzPVwiYmxpbmtpbmctY3Vyc29yXCI+fDwvc3Bhbj5cbiAgICAgICAgPGJyIC8+dG8gc3VwZXJjaGFyZ2UgeW91ciBidXNpbmVzc1xuICAgICAgPC9oMT5cbiAgICAgIDxoMyBjbGFzcz1cIm15LTVcIj5cbiAgICAgICAgRWZmZWN0aXZlIERlY2lzaW9uIE1ha2luZywgSW5jcmVhc2VkIFByb2R1Y3Rpdml0eSBhbmQgSW1wcm92ZWQgQnVzaW5lc3MgUHJvY2Vzc2VzLlxuICAgICAgPC9oMz5cbiAgICA8L2Rpdj5cbiAgPC9zZWN0aW9uPlxuICA8IS0tIHJhZGljYWxseSBkaWZmZXJlbnQgLS0+XG4gIDxzZWN0aW9uPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJyb3dcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWRlc2Mgc2VydmljZS1pbWFnZVwiPlxuICAgICAgICAgIDxmaWd1cmU+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL3Byb2R1Y3RzL2h5cGVyLWRhc2hib2FyZC9oZC1hY2N1cmF0ZS5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJBY2N1cmF0ZSBEYXRhXCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJpbWctZmx1aWRcIiAvPlxuICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWRlc2MgcHJvZHVjdC1mZWF0dXJlcyB0ZXh0LXN0YXJ0XCI+XG4gICAgICAgICAgPGgyPjxzcGFuPkEgUmFkaWNhbGx5IERpZmZlcmVudDwvc3Bhbj4gc29sdXRpb24gdG8gZ2V0IGFjY3VyYXRlIGRhdGE8L2gyPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgT3VyIGFwcHJvYWNoIHNsYXNoZXMgdGhlIHRpbWUgbmVlZGVkIHRvIGJ1aWxkIGFuZCBkZXBsb3kgaW50ZWxsaWdlbnRcbiAgICAgICAgICAgIGFuYWx5dGljcyB0aGF0IHVubGVhc2ggdGhlIGZ1bGwgcG90ZW50aWFsIG9mIHlvdXIgYnVzaW5lc3MuXG4gICAgICAgICAgPC9wPlxuICAgICAgICAgIDx1bCBjbGFzcz1cImxpc3QtdW5zdHlsZWRcIj5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBVc2Ugb3VyIHByb3ByaWV0YXJ5XG4gICAgICAgICAgICAgIHRlY2hub2xvZ3kgdG8gZ2F0aGVyIGluZm9ybWF0aW9uIGZyb20gYW55IGF2YWlsYWJsZSBzb3VyY2VzLCBmcm9tIEFQSXNcbiAgICAgICAgICAgICAgdG8gcHVibGljbHkgYXZhaWxhYmxlIHdlYi1wYWdlcy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gQnVpbGQgeW91ciBpbnRlcmFjdGl2ZVxuICAgICAgICAgICAgICBkYXNoYm9hcmQgYXQgYSBmcmFjdGlvbiBvZiB0aGUgY29zdCBvZiB1c2luZyB0cmFkaXRpb25hbCBwcm92aWRlcnMuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IFVzZSBvdXIgQVBJLWZpcnN0XG4gICAgICAgICAgICAgIHRlY2hub2xvZ3kgdG8gbWFzaHVwIGRhdGEgYW5kIGNyZWF0ZSBhbmFseXRpYyBzb2x1dGlvbnMgaW4ganVzdCBhIGZld1xuICAgICAgICAgICAgICBjbGlja3MuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgIDwvdWw+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvc2VjdGlvbj5cbiAgPCEtLSBoaWdoIHBlcmZvcm1hbmNlIC0tPlxuICA8c2VjdGlvbiBjbGFzcz1cInRlc3RpbW9uaWFsLWJnXCI+XG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtZGVzYyBwcm9kdWN0LWZlYXR1cmVzIHRleHQtc3RhcnRcIj5cbiAgICAgICAgICA8aDI+XG4gICAgICAgICAgICBIaWdoLXBlcmZvcm1hbmNlIDxzcGFuPkFuYWx5dGljczwvc3Bhbj4gYW5kIDxzcGFuPlZpc3VhbGl6YXRpb248L3NwYW4+IGZyb21cbiAgICAgICAgICAgIGhpc3RvcmljYWwgb3IgcmVhbC10aW1lIGRhdGFcbiAgICAgICAgICA8L2gyPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgV2UgYnVpbGQgcHJvYmFiaWxpc3RpYyBtb2RlbHMsIGFwcGx5IG1hY2hpbmUgbGVhcm5pbmcgbWV0aG9kcyB0byBmaW5kXG4gICAgICAgICAgICBwYXR0ZXJucyBhbmQgZGVwZW5kZW5jaWVzIGFuZCBwcm92aWRlIG9yZ2FuaXphdGlvbnMgd2l0aCBjcml0aWNhbCBkYXRhXG4gICAgICAgICAgICBpbnNpZ2h0cyB0byByZWR1Y2UgcmlzaywgaW1wbGVtZW50YXRpb24gdGltZSBhbmQgYnVzaW5lc3MgY29zdC5cbiAgICAgICAgICA8L3A+XG4gICAgICAgICAgPHVsIGNsYXNzPVwibGlzdC11bnN0eWxlZFwiPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IFVuZGVyc3RhbmQgZGVtYW5kIGFuZFxuICAgICAgICAgICAgICBzYWxlcyBwYXR0ZXJucyB0byBjcmVhdGUgZWZmZWN0aXZlIG1hcmtldCBzdHJhdGVnaWVzLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBEZWxpdmVyIG1vcmUgbWVhbmluZ2Z1bFxuICAgICAgICAgICAgICBjb250ZW50LCBhbmQgY3JlYXRlIGN1c3RvbWl6ZWQgZXhwZXJpZW5jZXMuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPGxpPlxuICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImljb24tY2hlY2sgYnJhbmRpbmctY29sb3JcIj48L3NwYW4+IE1ha2UgZmFzdGVyIGFuZCBiZXR0ZXJcbiAgICAgICAgICAgICAgZGVjaXNpb25zIHRvIGVmZmVjdGl2ZWx5IGRyaXZlIHlvdXIgYnVzaW5lc3MgZWZmZWN0aXZlbHkuXG4gICAgICAgICAgICA8L2xpPlxuICAgICAgICAgIDwvdWw+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtaW1hZ2VcIj5cbiAgICAgICAgICA8ZmlndXJlPlxuICAgICAgICAgICAgPGltZyBzcmM9XCIvYXNzZXRzL2ltZy9wcm9kdWN0cy9oeXBlci1kYXNoYm9hcmQvaGQtYW5heWx0aWNzLnBuZ1wiXG4gICAgICAgICAgICAgIGFsdD1cIkFuYWx5dGljcyBhbmQgVmlzdWFsaXNhdGlvblwiXG4gICAgICAgICAgICAgIGNsYXNzPVwiaW1nLWZsdWlkXCIgLz5cbiAgICAgICAgICA8L2ZpZ3VyZT5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9zZWN0aW9uPlxuICA8IS0tIG1hY2hpbmUgbGVhcm5pbmcgLS0+XG4gIDxzZWN0aW9uPlxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJyb3dcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWRlc2Mgc2VydmljZS1pbWFnZVwiPlxuICAgICAgICAgIDxmaWd1cmU+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL3Byb2R1Y3RzL2h5cGVyLWRhc2hib2FyZC9oZC1tbC5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJNYWNoaW5lIExlYXJuaW5nXCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJpbWctZmx1aWRcIiAvPlxuICAgICAgICAgIDwvZmlndXJlPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbC1sZy02IGNvbC1tZC0xMiBzZXJ2aWNlLWRlc2MgcHJvZHVjdC1mZWF0dXJlcyB0ZXh0LXN0YXJ0XCI+XG4gICAgICAgICAgPGgyPlxuICAgICAgICAgICAgTm90IGp1c3QgbnVtYmVycy4gPHNwYW4+Q29nbml0aXZlIFZpc2lvbjwvc3Bhbj4gYW5kXG4gICAgICAgICAgICA8c3Bhbj5OYXR1cmFsIExhbmd1YWdlIFByb2Nlc3Npbmc8L3NwYW4+IHNvbHV0aW9uc1xuICAgICAgICAgIDwvaDI+XG4gICAgICAgICAgPHA+XG4gICAgICAgICAgICBFbXBsb3kgc3RhdGUtb2YtdGhlLWFydCBjb21wdXRlciB2aXNpb24gYW5kIG5hdHVyYWwgbGFuZ3VhZ2UgcHJvY2Vzc2luZ1xuICAgICAgICAgICAgc29sdXRpb25zIHRvIGltcHJvdmUgeW91ciBidXNpbmVzcyBwcm9jZXNzZXMuXG4gICAgICAgICAgPC9wPlxuICAgICAgICAgIDx1bCBjbGFzcz1cImxpc3QtdW5zdHlsZWRcIj5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBBbmFseXNlIHZpZGVvIGFuZFxuICAgICAgICAgICAgICBkaWdpdGFsIGltYWdlIGRhdGEgZm9yIGZhY2lhbCByZWNvZ25pdGlvbiwgaW1hZ2UgcHJvY2Vzc2luZywgb3B0aWNhbFxuICAgICAgICAgICAgICBjaGFyYWN0ZXIgcmVjb2duaXRpb24sIGVtb3Rpb24gYW5hbHlzaXMsIGFuZCBpbXByb3ZlIHRoZSB3YXkgeW91clxuICAgICAgICAgICAgICBidXNpbmVzcyBpbnRlcmFjdHMgd2l0aCB5b3VyIGN1c3RvbWVycy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8bGk+XG4gICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiaWNvbi1jaGVjayBicmFuZGluZy1jb2xvclwiPjwvc3Bhbj4gR2FpbiBpbnNpZ2h0IGZyb20geW91clxuICAgICAgICAgICAgICBjdXN0b21lciBlbWFpbHMsIHN1cHBvcnQgdGlja2V0cywgcHJvZHVjdCByZXZpZXdzLCBzb2NpYWwgbWVkaWEsIGV0Yy5cbiAgICAgICAgICAgICAgYW5kIHB1dCBpdCB0byB3b3JrIHRvIGdyb3cgeW91ciBidXNpbmVzcy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgPC91bD5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgPC9zZWN0aW9uPlxuICA8IS0tIGV4dGVuZGVkIGZlYXR1cmVzIC0tPlxuICA8c2VjdGlvbiBjbGFzcz1cInRlc3RpbW9uaWFsLWJnXCI+XG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLWxnLTYgY29sLW1kLTEyIHNlcnZpY2UtZGVzYyBwcm9kdWN0LWZlYXR1cmVzIHRleHQtc3RhcnRcIj5cbiAgICAgICAgICA8aDI+PHNwYW4+RXh0ZW5kZWQgZmVhdHVyZXM8L3NwYW4+IGFsb25nIHdpdGggeW91ciBkYXNoYm9hcmQ8L2gyPlxuICAgICAgICAgIDxwPlxuICAgICAgICAgICAgQnVpbGQgY3VzdG9tIGZ1bmN0aW9uYWxpdGllcywgYWxvbmcgd2l0aCB0aGUgZGFzaGJvYXJkLCB0byBpbXByb3ZlIGFueSBvZlxuICAgICAgICAgICAgeW91ciBidXNpbmVzcyBwcm9jZXNzZXMuXG4gICAgICAgICAgPC9wPlxuICAgICAgICAgIDx1bCBjbGFzcz1cImxpc3QtdW5zdHlsZWRcIj5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBJbXByb3ZlIHlvdXJcbiAgICAgICAgICAgICAgb3JnYW5pemF0aW9uJ3MgYnVzaW5lc3MgcHJvY2VzcyBlZmZpY2llbmN5IGFuZCBpbXByb3ZlIGN1c3RvbWVyXG4gICAgICAgICAgICAgIGFjcXVpc2l0aW9uLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBCdWlsZCBmdW5jdGlvbmFsaXRpZXMgdG9cbiAgICAgICAgICAgICAgcmVkdWNlIHNwZWNpZmljIG9wZXJhdGlvbmFsIGNvc3RzLlxuICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgIDxsaT5cbiAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJpY29uLWNoZWNrIGJyYW5kaW5nLWNvbG9yXCI+PC9zcGFuPiBCdWlsZCBhIGJldHRlciBjdXN0b21lclxuICAgICAgICAgICAgICBleHBlcmllbmNlIGFuZCBpbmNyZWFzZSByZXZlbnVlcy5cbiAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgPC91bD5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtbGctNiBjb2wtbWQtMTIgc2VydmljZS1pbWFnZVwiPlxuICAgICAgICAgIDxmaWd1cmU+XG4gICAgICAgICAgICA8aW1nIHNyYz1cIi9hc3NldHMvaW1nL3Byb2R1Y3RzL2h5cGVyLWRhc2hib2FyZC9oZC1leHRlbmRlZC5wbmdcIlxuICAgICAgICAgICAgICBhbHQ9XCJFeHRlbmRlZCBEYXNoYm9hcmRcIlxuICAgICAgICAgICAgICBjbGFzcz1cImltZy1mbHVpZFwiIC8+XG4gICAgICAgICAgPC9maWd1cmU+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvc2VjdGlvbj5cbjwvZGl2PlxuPCEtLSBzdWJzY3JpYmUgdG8gb3VyIG5ld3NsZXR0ZXIgLS0+XG48cHctbGFuZGluZy1wYWdlLXN1YnNjcmliZSBbZ2FFdmVudE9ial09XCJ7XG4gICAgICAgIGNhdGVnb3J5OiAncHctY29tbXVuaWNhdGlvbi1hbmQtbm90aWZpY2F0aW9uLW5ldy1sZWFkLXJlZ2lzdHJhdGlvbicsXG4gICAgICAgIGFjdGlvbjogJ3N1YnNjcmliZS1zdWNjZXNzJyxcbiAgICAgICAgbGFiZWw6ICdsYW5kaW5nLXBhZ2UtYScsXG4gICAgICAgIHZhbHVlOiAxXG4gICAgfVwiPjwvcHctbGFuZGluZy1wYWdlLXN1YnNjcmliZT5cbjwhLS1jb250YWN0IGNvbnRhaW5lci0tPlxuPHNlY3Rpb24gaWQ9XCJjb250YWN0XCI+XG4gIDxwdy1sYW5kaW5nLXBhZ2UtY29udGFjdCBbZ2FFdmVudE9ial09XCJ7XG4gICAgICAgICAgICBjYXRlZ29yeTogJ3B3LWNvbW11bmljYXRpb24tYW5kLW5vdGlmaWNhdGlvbi1jb250YWN0LXVzJyxcbiAgICAgICAgICAgIGFjdGlvbjogJ2NvbnRhY3Qtc3VjY2VzcycsXG4gICAgICAgICAgICBsYWJlbDogJ2xhbmRpbmctcGFnZS1hJyxcbiAgICAgICAgICAgIHZhbHVlOiAxXG4gICAgICAgIH1cIj48L3B3LWxhbmRpbmctcGFnZS1jb250YWN0PlxuPC9zZWN0aW9uPlxuXG48IS0tZm9vdGVyIGNvbnRhaW5lciAtLT5cbjxwdy1sYW5kaW5nLXBhZ2UtZm9vdGVyPjwvcHctbGFuZGluZy1wYWdlLWZvb3Rlcj5cbiJdfQ==
@@ -0,0 +1,12 @@
1
+ import { Component } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@posiwise/directives";
4
+ export class CoreFeatureExplainerComponent {
5
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: CoreFeatureExplainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: CoreFeatureExplainerComponent, selector: "pw-core-feature-explainer", ngImport: i0, template: "<section class=\"core-feature-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>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 [eventTracker]=\"{\n category: 'request-demo',\n action: 'click',\n label: 'core-feature-explainer',\n value: 1\n }\"\n class=\"book-demo\"\n href=\"https://calendly.com/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=\"why does CloudOlive exist\"\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}.core-feature-explainer h4{letter-spacing:.3px;line-height:28px}.core-feature-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}.core-feature-explainer .book-demo:hover{background-color:#fff;color:#36c283}@media (max-width: 1200px){.container-wrapper{padding:0 20px!important}}h4{color:#222!important}\n"], dependencies: [{ kind: "directive", type: i1.EventTrackerDirective, selector: "[eventTracker]", inputs: ["eventTracker"] }] }); }
7
+ }
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: CoreFeatureExplainerComponent, decorators: [{
9
+ type: Component,
10
+ args: [{ selector: 'pw-core-feature-explainer', template: "<section class=\"core-feature-explainer\">\n <div class=\"container container-wrapper my-5\">\n <div class=\"row m-0\">\n <div class=\"col-md-6\">\n <h2>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 [eventTracker]=\"{\n category: 'request-demo',\n action: 'click',\n label: 'core-feature-explainer',\n value: 1\n }\"\n class=\"book-demo\"\n href=\"https://calendly.com/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=\"why does CloudOlive exist\"\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}.core-feature-explainer h4{letter-spacing:.3px;line-height:28px}.core-feature-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}.core-feature-explainer .book-demo:hover{background-color:#fff;color:#36c283}@media (max-width: 1200px){.container-wrapper{padding:0 20px!important}}h4{color:#222!important}\n"] }]
11
+ }] });
12
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29yZS1mZWF0dXJlLWV4cGxhaW5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy90ZWNoLWZlYXR1cmVzL2NvcmUtZmVhdHVyZS1leHBsYWluZXIvY29yZS1mZWF0dXJlLWV4cGxhaW5lci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3B1YmxpYy1tb2R1bGVzL3NyYy9saWIvbGFuZGluZy1wYWdlcy90ZWNoLWZlYXR1cmVzL2NvcmUtZmVhdHVyZS1leHBsYWluZXIvY29yZS1mZWF0dXJlLWV4cGxhaW5lci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFPMUMsTUFBTSxPQUFPLDZCQUE2Qjs4R0FBN0IsNkJBQTZCO2tHQUE3Qiw2QkFBNkIsaUVDUDFDLDJ5REEyQ0E7OzJGRHBDYSw2QkFBNkI7a0JBTHpDLFNBQVM7K0JBQ0ksMkJBQTJCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAncHctY29yZS1mZWF0dXJlLWV4cGxhaW5lcicsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2NvcmUtZmVhdHVyZS1leHBsYWluZXIuY29tcG9uZW50Lmh0bWwnLFxuICAgIHN0eWxlVXJsczogWycuL2NvcmUtZmVhdHVyZS1leHBsYWluZXIuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBDb3JlRmVhdHVyZUV4cGxhaW5lckNvbXBvbmVudCB7fVxuIiwiPHNlY3Rpb24gY2xhc3M9XCJjb3JlLWZlYXR1cmUtZXhwbGFpbmVyXCI+XG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXIgY29udGFpbmVyLXdyYXBwZXIgbXktNVwiPlxuICAgIDxkaXYgY2xhc3M9XCJyb3cgbS0wXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLW1kLTZcIj5cbiAgICAgICAgPGgyPkJVSUxESU5HIFNhYVMgTUFERSBFQVNZPC9oMj5cbiAgICAgICAgPGRpdiBjbGFzcz1cInN1Yi10ZXh0XCI+XG4gICAgICAgICAgPGg0PlxuICAgICAgICAgICAgV2VsY29tZSB0byBQb3NpV2lzZSAtIHdlIHRoaW5rIHRlY2hub2xvZ3kgc2hvdWxkbid0IGJlIGluIHRoZSB3YXkgb2YgcGVvcGxlXG4gICAgICAgICAgICBkZXZlbG9waW5nIGdyZWF0IHNvZnR3YXJlIHNvbHV0aW9ucy5cbiAgICAgICAgICA8L2g0PlxuICAgICAgICAgIDxoND5cbiAgICAgICAgICAgIFdlIGhhdmUgYnVpbHQgYW4gZWNvc3lzdGVtIG9mIG1pY3Jvc2VydmljZXMgdGhhdCB3ZSBjYW4gbGV2ZXJhZ2UgdG8gcXVpY2tseVxuICAgICAgICAgICAgYW5kIGNvc3QtZWZmZWN0aXZlbHkgYnVpbGQgYW55IGRhc2hib2FyZC1saWtlIHByb2R1Y3RzLlxuICAgICAgICAgIDwvaDQ+XG4gICAgICAgICAgPGg0IGNsYXNzPVwibXQtNVwiPkxldCdzIGJ1aWxkIHRoZSBuZXh0IHVuaWNvcm4gdG9nZXRoZXIuPC9oND5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwibG9naW4tYnV0dG9uIG15LTJcIj5cbiAgICAgICAgICAgIDxhIFtldmVudFRyYWNrZXJdPVwie1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjYXRlZ29yeTogJ3JlcXVlc3QtZGVtbycsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFjdGlvbjogJ2NsaWNrJyxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbGFiZWw6ICdjb3JlLWZlYXR1cmUtZXhwbGFpbmVyJyxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdmFsdWU6IDFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJib29rLWRlbW9cIlxuICAgICAgICAgICAgICBocmVmPVwiaHR0cHM6Ly9jYWxlbmRseS5jb20vcG9zaXdpc2Uvb2ZmaWNlLWhvdXJzLW1lbnRvcmluZ1wiXG4gICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiXG4gICAgICAgICAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIj5cbiAgICAgICAgICAgICAgQm9vayBhIGRlbW88L2E+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgICA8ZGl2IGNsYXNzPVwiY29sLW1kLTZcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNsb3Vkb2xpdmUtdmlkZW8gcmF0aW8gcmF0aW8tMTZ4OVwiPlxuICAgICAgICAgIDxpZnJhbWUgdGl0bGU9XCJ3aHkgZG9lcyBDbG91ZE9saXZlIGV4aXN0XCJcbiAgICAgICAgICAgIGNsYXNzPVwiZW1iZWQtcmVzcG9uc2l2ZS1pdGVtXCJcbiAgICAgICAgICAgIHNyYz1cImh0dHBzOi8vd3d3LnlvdXR1YmUuY29tL2VtYmVkLzVlVjB1WGpSeFJzXCJcbiAgICAgICAgICAgIGFsbG93PVwiYWNjZWxlcm9tZXRlcjsgYXV0b3BsYXk7IGNsaXBib2FyZC13cml0ZTsgZW5jcnlwdGVkLW1lZGlhOyBneXJvc2NvcGU7IHBpY3R1cmUtaW4tcGljdHVyZVwiXG4gICAgICAgICAgICBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8aDYgY2xhc3M9XCJ0ZXh0LWNlbnRlciBtdC0zXCI+U2VlIGhvdyB3ZSBsZXZlcmFnZWQgUG9zaVdpc2UgdG8gYnVpbGQgQ2xvdWRPbGl2ZS48L2g2PlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuPC9zZWN0aW9uPlxuIl19