mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
fix(bundles): various fixes
This commit is contained in:
parent
841d57d0ec
commit
3eaa3f15ff
4 changed files with 13 additions and 21 deletions
|
|
@ -44,22 +44,22 @@ export class DescriptionsService {
|
||||||
{
|
{
|
||||||
icon: 'umbrella-outline',
|
icon: 'umbrella-outline',
|
||||||
title: 'Convenient',
|
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',
|
icon: 'settings-2-outline',
|
||||||
title: 'Functional',
|
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',
|
icon: 'clock-outline',
|
||||||
title: 'Efficient',
|
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',
|
icon: 'checkmark-circle-2-outline',
|
||||||
title: 'Ready to use',
|
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 */
|
/* tslint:enable:max-line-length */
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.backend-bundles {
|
.backend-bundles {
|
||||||
display: flex;
|
display: none;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-right: 2rem;
|
padding-right: 2rem;
|
||||||
|
|
||||||
|
|
@ -126,6 +126,9 @@
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.backend-bundles {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
|
|
@ -198,10 +201,6 @@
|
||||||
|
|
||||||
&.docs-page {
|
&.docs-page {
|
||||||
|
|
||||||
.backend-bundles {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.section {
|
.section {
|
||||||
&.left {
|
&.left {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
||||||
|
|
@ -77,8 +77,7 @@
|
||||||
</div>
|
</div>
|
||||||
<a [href]="secondBundleMail"
|
<a [href]="secondBundleMail"
|
||||||
class="package-card__buy-link btn btn-demo"
|
class="package-card__buy-link btn btn-demo"
|
||||||
nbButton
|
nbButton>
|
||||||
(click)="stopPropagation($event)">
|
|
||||||
Buy now
|
Buy now
|
||||||
</a>
|
</a>
|
||||||
</nb-card-body>
|
</nb-card-body>
|
||||||
|
|
@ -126,10 +125,8 @@
|
||||||
<nb-card-body>
|
<nb-card-body>
|
||||||
<h4 class="package-card__type">{{ selectedLicenseType }}</h4>
|
<h4 class="package-card__type">{{ selectedLicenseType }}</h4>
|
||||||
<a [href]="thirdBundleMail"
|
<a [href]="thirdBundleMail"
|
||||||
target="_blank"
|
|
||||||
class="package-card__buy-link btn btn-demo"
|
class="package-card__buy-link btn btn-demo"
|
||||||
nbButton
|
nbButton>
|
||||||
(click)="stopPropagation($event)">
|
|
||||||
Buy now
|
Buy now
|
||||||
</a>
|
</a>
|
||||||
</nb-card-body>
|
</nb-card-body>
|
||||||
|
|
@ -248,7 +245,7 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="left">One Year Support and Bug Fixes by Request</td>
|
<td class="left">One Year support and bug fixes on request</td>
|
||||||
<td>
|
<td>
|
||||||
<ul class="not-included">
|
<ul class="not-included">
|
||||||
<li class="not-included__item"></li>
|
<li class="not-included__item"></li>
|
||||||
|
|
@ -277,8 +274,8 @@
|
||||||
<p class="features__description">The schema describes high-level solution architecture.</p>
|
<p class="features__description">The schema describes high-level solution architecture.</p>
|
||||||
|
|
||||||
<picture class="bundle-scheme">
|
<picture class="bundle-scheme">
|
||||||
<source type="image/webp" srcset="/assets/img/bundle-scheme@1x.webp 1x, /assets/img/bundle-scheme@2x.webp 2x">
|
<source type="image/webp" srcset="assets/img/bundle-scheme@1x.webp 1x, assets/img/bundle-scheme@2x.webp 2x">
|
||||||
<img class="bundle-scheme__image" src="/assets/img/bundle-scheme@1x.png" srcset="/assets/img/bundle-scheme@2x.png 2x" alt="Backend bundles">
|
<img class="bundle-scheme__image" src="assets/img/bundle-scheme@1x.png" srcset="assets/img/bundle-scheme@2x.png 2x" alt="Backend bundles">
|
||||||
</picture>
|
</picture>
|
||||||
|
|
||||||
<p class="features__description">Need more details or have a question?</p>
|
<p class="features__description">Need more details or have a question?</p>
|
||||||
|
|
|
||||||
|
|
@ -61,10 +61,6 @@ export class BackendBundlesSectionComponent implements OnDestroy, AfterViewInit
|
||||||
.subscribe((descriptions) => this.descriptions = descriptions);
|
.subscribe((descriptions) => this.descriptions = descriptions);
|
||||||
}
|
}
|
||||||
|
|
||||||
stopPropagation(e) {
|
|
||||||
// e.stopPropagation();
|
|
||||||
}
|
|
||||||
|
|
||||||
isCommercial() {
|
isCommercial() {
|
||||||
return this.selectedLicenseType === 'Commercial';
|
return this.selectedLicenseType === 'Commercial';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue