mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
feat(demo): free banner section (#5714)
* feat(demo): add free banner section * feat(demo): update link to free banner Co-authored-by: d.strigo <d.strigo@akveo.com>
This commit is contained in:
parent
5fce610d8d
commit
eb326c4753
10 changed files with 78 additions and 2 deletions
|
|
@ -12,6 +12,10 @@
|
|||
<ngx-landing-reviews-section></ngx-landing-reviews-section>
|
||||
</div>
|
||||
|
||||
<ngx-free-banner-section bannerImg="assets/img/free-bundle-banner.png"
|
||||
bundleUrl="https://hubs.ly/H0rD3V40">
|
||||
</ngx-free-banner-section>
|
||||
|
||||
<ngx-backend-bundles-section id="backend-bundles"></ngx-backend-bundles-section>
|
||||
|
||||
<ngx-landing-our-projects-section></ngx-landing-our-projects-section>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,8 @@
|
|||
ngx-landing-our-projects-section,
|
||||
ngx-landing-social-section,
|
||||
ngx-landing-contact-section,
|
||||
ngx-backend-bundles-section {
|
||||
ngx-backend-bundles-section,
|
||||
ngx-free-banner-section {
|
||||
max-width: $content-width;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue