feat: update bundles text

This commit is contained in:
Sergey Andrievskiy 2019-10-08 16:33:43 +03:00
parent e4c53bf70d
commit 789d500ca6
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. <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. Free and Open Source for personal and commercial purposes.
<br> <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> </p>
<div class="mobile-main-img-container"> <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"/> <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; font-size: 1.5rem;
} }
.bundles {
display: block;
margin-top: 0.5rem;
}
.hero-image-link { .hero-image-link {
position: relative; position: relative;
display: block; display: block;