Skip to content

Commit

Permalink
feat: update bundles text (#5528)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg authored Feb 7, 2020
1 parent e4c53bf commit 5b81184
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ <h1>ngx-admin</h1>
<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"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
font-size: 1.5rem;
}

.bundles {
display: block;
margin-top: 0.5rem;
}

.hero-image-link {
position: relative;
display: block;
Expand Down

0 comments on commit 5b81184

Please sign in to comment.