feat(bundles): add bundles links

This commit is contained in:
Dmitry Nehaychik 2019-02-13 20:27:01 +03:00
parent fd48698a88
commit b49b7756da
6 changed files with 10 additions and 8 deletions

View file

@ -9,7 +9,7 @@
</div>
<div class="section middle">
<nb-menu [items]="headerMenu"></nb-menu>
<a routerLink="/" fragment="backend-bundles" class="backend-bundles eva-parent-hover">
<a href="https://store.akveo.com/?utm_source=ngx_admin_landing&utm_medium=header" class="backend-bundles eva-parent-hover">
<i [innerHTML]="'gift-outline' | eva: { width: 24, height: 24, fill: '#ff4d6b', animationType: 'shake' }"></i>
<span>Backend Bundles</span>
</a>

View file

@ -63,7 +63,7 @@ export class NgxAdminLandingPageComponent implements OnDestroy, OnInit {
}),
filter(item => item),
tap((item: any) => {
this.titleService.setTitle(`Nebular - ${item.name}`);
this.titleService.setTitle(`ngx-admin - ${item.name}`);
}),
publishReplay(),
refCount(),

View file

@ -37,7 +37,7 @@
<span class="package-card__price package-card__price--old">${{ isCommercial() ? '2000' : '200' }}</span>
<span class="package-card__price">${{ isCommercial() ? '1500' : '150' }}</span>
</div>
<a [href]="firstBundleMail"
<a href="https://store.akveo.com/collections/frontpage/products/e-commerce-net-ngx-admin{{ isCommercial() ? '?variant=14430289297457' : '' }}"
class="package-card__buy-link btn btn-demo"
nbButton>
Buy now
@ -75,7 +75,7 @@
<span class="package-card__price package-card__price--old">${{ isCommercial() ? '2000' : '200' }}</span>
<span class="package-card__price">${{ isCommercial() ? '1500' : '150' }}</span>
</div>
<a [href]="secondBundleMail"
<a href="https://store.akveo.com/collections/frontpage/products/iot-net-ngx-admin{{ isCommercial() ? '?variant=14434651471921' : '' }}"
class="package-card__buy-link btn btn-demo"
nbButton>
Buy now
@ -87,7 +87,7 @@
<nb-card>
<nb-card-body>
<h4 class="package-card__type">{{ selectedLicenseType }}</h4>
<a [href]="secondBundleMail"
<a href="https://store.akveo.com/collections/frontpage/products/iot-net-ngx-admin"
class="package-card__buy-link btn btn-demo"
nbButton>
Buy now

View file

@ -14,6 +14,10 @@
display: block;
padding-top: 5.125rem;
ngx-landing-description-section {
margin-bottom: 5rem;
}
.section-container {
width: calc(#{$content-width} - #{$left-right-offset} * 2);
max-width: 100%;

View file

@ -13,9 +13,8 @@
width: calc(#{$content-width} - #{$left-right-offset} * 2);
display: flex;
margin: 0 auto;
margin: 2.5rem auto;
position: relative;
margin-bottom: 5rem;
.descriptions {
flex: 1;

View file

@ -14,7 +14,6 @@
background-color: nb-theme(gray-section-bg);
}
ngx-landing-description-section,
ngx-landing-reason-section,
ngx-landing-reviews-section,
ngx-landing-our-projects-section,