feat: update bundles text (#5528)

This commit is contained in:
Sergey Andrievskiy 2020-02-07 10:55:49 +03:00 committed by GitHub
parent e4c53bf70d
commit 5b81184364
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View file

@ -16,7 +16,12 @@
<a href="https://eva.design?utm_source=ngx_admin_landing&utm_medium=main_section">Eva Design System</a> support.
Free and Open Source for personal and commercial purposes.
<br>
Never start from scratch again - <a href="https://store.akveo.com?utm_source=ngx_admin_landing&utm_medium=main_section" target="_blank">integrate backend API bundles</a>.
<span class="bundles">
Never start from scratch again.
<a href="https://store.akveo.com/collections/all?utm_source=ngx_admin_landing&utm_medium=main_section" target="_blank">
Integrate ready-made solution: ngx-admin with backend.
</a>
</span>
</p>
<div class="mobile-main-img-container">
<img *ngIf="breakpoint.width <= breakpoints.sm" class="main-img" lazyLoad="assets/img/corporate-theme.png" alt="Light theme Dashboard"/>

View file

@ -19,6 +19,11 @@
font-size: 1.5rem;
}
.bundles {
display: block;
margin-top: 0.5rem;
}
.hero-image-link {
position: relative;
display: block;