diff --git a/docs/app/@core/data/service/descriptions.service.ts b/docs/app/@core/data/service/descriptions.service.ts
index 104d099e..90140796 100644
--- a/docs/app/@core/data/service/descriptions.service.ts
+++ b/docs/app/@core/data/service/descriptions.service.ts
@@ -44,22 +44,22 @@ export class DescriptionsService {
{
icon: 'umbrella-outline',
title: 'Convenient',
- description: 'Complete pack of well known Angular based ngx-admin template, integrated with Backend Solution. Finally, you can get fully backend integrated solution out of the box. Flexibility of Ngx Admin, the variety of Nebular features and convenience of integrated Backend in one pack.',
+ description: 'Complete pack of well known Angular based ngx-admin template, integrated with Backend Solution of your choice. Finally, you can get fully integrated solution out of the box.',
},
{
icon: 'settings-2-outline',
title: 'Functional',
- description: 'Functional Backend Solution with Designed and Implemented Services and Data Flow. Deploy it as ready to use solution for a particular case, or give it to your development team to incrementally add functionality for the bigger system. it gives you a significant boost on start and solid development structure.',
+ description: 'Deploy it as ready to use solution for a particular case, or give it to your development team to incrementally add functionality. It provides a significant boost and solid development structure.',
},
{
icon: 'clock-outline',
title: 'Efficient',
- description: 'Save more than $21,000 using Backend Bundle. According to our research usage of a ready Backend Bundle optimizes 300 hours of development time. Taking the average hourly rate of a full stack developer in the US - $70.',
+ description: 'Save more than $21,000 using Backend Bundle. According to our research ready Backend Bundle optimizes around 300 hours of development time.',
},
{
icon: 'checkmark-circle-2-outline',
title: 'Ready to use',
- description: 'We prepared this backend pack as development basement which lets your team concentrate on business logic and data models. Now .NET and .NET Core are available as frameworks of choice. More are in progress…',
+ description: 'We prepared this Backend pack as development basement which lets your team concentrate on business logic and data models.',
},
];
/* tslint:enable:max-line-length */
diff --git a/docs/app/@theme/components/header/header.component.scss b/docs/app/@theme/components/header/header.component.scss
index c6b3661d..0b3bf009 100644
--- a/docs/app/@theme/components/header/header.component.scss
+++ b/docs/app/@theme/components/header/header.component.scss
@@ -56,7 +56,7 @@
}
.backend-bundles {
- display: flex;
+ display: none;
align-items: center;
padding-right: 2rem;
@@ -126,6 +126,9 @@
display: inline;
}
}
+ .backend-bundles {
+ display: flex;
+ }
}
@include media-breakpoint-up(md) {
@@ -198,10 +201,6 @@
&.docs-page {
- .backend-bundles {
- display: none;
- }
-
.section {
&.left {
align-items: center;
diff --git a/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html b/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html
index d8e1a0d0..efeee924 100644
--- a/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html
+++ b/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html
@@ -77,8 +77,7 @@
+ nbButton>
Buy now
@@ -126,10 +125,8 @@
{{ selectedLicenseType }}
+ nbButton>
Buy now
The schema describes high-level solution architecture.
+
Need more details or have a question?
diff --git a/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.ts b/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.ts index 8823e148..d6f6d77d 100644 --- a/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.ts +++ b/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.ts @@ -61,10 +61,6 @@ export class BackendBundlesSectionComponent implements OnDestroy, AfterViewInit .subscribe((descriptions) => this.descriptions = descriptions); } - stopPropagation(e) { - // e.stopPropagation(); - } - isCommercial() { return this.selectedLicenseType === 'Commercial'; }