chore(docs): replace bundles banner with bakery

This commit is contained in:
Sergey Andrievskiy 2021-06-30 14:56:45 +03:00
parent 81e1d83e3e
commit b5908c25c9
7 changed files with 8 additions and 18 deletions

View file

@ -1,14 +1,8 @@
<div class="free-banner-container"> <div class="free-banner-container">
<a href="{{bundleUrl}}" <a href="{{url}}"
target="_blank"> target="_blank">
<img class="free-banner-img" <img class="free-banner-img"
defaultImage="{{bannerImg}}" defaultImage="{{bannerImg}}"
lazyLoad="{{bannerImg}}"/> lazyLoad="{{bannerImg}}"/>
</a> </a>
<a class="link-to-free-bundle"
href="{{bundleUrl}}"
target="_blank">
Download free admin dashboard with .NET backend
</a>
</div> </div>

View file

@ -19,11 +19,7 @@
img { img {
width: 100%; width: 100%;
} max-width: 78.75rem;
border-radius: 1.5rem;
.link-to-free-bundle {
margin-top: 2rem;
font-size: 1.2rem;
color: nb-theme(color-link);
} }
} }

View file

@ -14,6 +14,6 @@ import { Component, Input } from '@angular/core';
export class FreeBannerSectionComponent { export class FreeBannerSectionComponent {
@Input() bannerImg: string; @Input() bannerImg: string;
@Input() bundleUrl: string; @Input() url: string;
} }

View file

@ -10,8 +10,8 @@
<ngx-material-features></ngx-material-features> <ngx-material-features></ngx-material-features>
<ngx-landing-theme-section material></ngx-landing-theme-section> <ngx-landing-theme-section material></ngx-landing-theme-section>
<ngx-free-banner-section bannerImg="assets/img/free-bundle-banner.png" <ngx-free-banner-section bannerImg="assets/img/bakery-banner.png"
bundleUrl="https://store.akveo.com/products/net-ngx-admin-angular-starter-bundle?utm_campaign=akveo_store%20-%20specific%20bundle%20-%20ngx_admin%20landing&utm_source=ngx_admin&utm_medium=referral&utm_content=.net_free_dashboard_banner"> url="https://uibakery.io/?utm_source=github&utm_medium=clicks&utm_campaign=banner">
</ngx-free-banner-section> </ngx-free-banner-section>
<ngx-backend-bundles-section [material]="true"></ngx-backend-bundles-section> <ngx-backend-bundles-section [material]="true"></ngx-backend-bundles-section>

View file

@ -14,8 +14,8 @@
<ngx-landing-reviews-section></ngx-landing-reviews-section> <ngx-landing-reviews-section></ngx-landing-reviews-section>
</div> </div>
<ngx-free-banner-section bannerImg="assets/img/free-bundle-banner.png" <ngx-free-banner-section bannerImg="assets/img/bakery-banner.png"
bundleUrl="https://store.akveo.com/products/net-ngx-admin-angular-starter-bundle?utm_campaign=akveo_store%20-%20specific%20bundle%20-%20ngx_admin%20landing&utm_source=ngx_admin&utm_medium=referral&utm_content=.net_free_dashboard_banner"> url="https://uibakery.io/?utm_source=github&utm_medium=clicks&utm_campaign=banner">
</ngx-free-banner-section> </ngx-free-banner-section>
<ngx-landing-our-projects-section></ngx-landing-our-projects-section> <ngx-landing-our-projects-section></ngx-landing-our-projects-section>

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 282 KiB