2019-07-16 08:38:11 +03:00
|
|
|
<div class="main-img-container">
|
2020-09-08 14:12:50 +03:00
|
|
|
<a href="http://www.akveo.com/ngx-admin/?utm_campaign=ngx_admin%20-%20demo%20-%20ngx_admin%20docs&utm_source=ngx_admin&utm_medium=referral&utm_content=landing_main_section_image"
|
2019-07-16 08:38:11 +03:00
|
|
|
target="_blank"
|
|
|
|
|
class="hero-image-link">
|
|
|
|
|
<img *ngIf="breakpoint.width >= breakpoints.md"
|
|
|
|
|
class="main-img"
|
|
|
|
|
defaultImage="assets/img/default.png"
|
2020-03-12 15:27:41 +03:00
|
|
|
[lazyLoad]="imageUrl"/>
|
2019-07-16 08:38:11 +03:00
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="main-inf">
|
2020-03-23 15:29:27 +03:00
|
|
|
<ng-container *ngIf="forMaterialTheme === false">
|
|
|
|
|
<ngx-default-admin-info></ngx-default-admin-info>
|
|
|
|
|
</ng-container>
|
|
|
|
|
|
|
|
|
|
<ng-container *ngIf="forMaterialTheme !== false">
|
|
|
|
|
<ngx-material-admin-info></ngx-material-admin-info>
|
|
|
|
|
</ng-container>
|
|
|
|
|
|
2019-07-16 08:38:11 +03:00
|
|
|
<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"/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="badges">
|
|
|
|
|
<iframe class="stars"
|
|
|
|
|
src="https://ghbtns.com/github-btn.html?user=akveo&repo=ngx-admin&type=star&count=true"
|
|
|
|
|
frameborder="0"
|
|
|
|
|
width="170px"
|
|
|
|
|
scrolling="0">
|
|
|
|
|
</iframe>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="buttons">
|
2020-07-10 13:34:49 +03:00
|
|
|
<div class="buttons-links">
|
|
|
|
|
<a class="btn btn-installation-guidelines"
|
|
|
|
|
[routerLink]="'/docs/getting-started/installation-guidelines'">
|
|
|
|
|
Installation Docs
|
|
|
|
|
</a>
|
|
|
|
|
<a class="btn btn-demo"
|
2020-09-22 13:13:42 +03:00
|
|
|
href="https://www.akveo.com/ngx-admin/pages/dashboard?utm_campaign=ngx_admin%20-%20demo%20-%20ngx_admin%20docs&utm_source=ngx_admin&utm_medium=referral&utm_content=landing_main_section"
|
2020-07-10 13:34:49 +03:00
|
|
|
target="_blank">
|
|
|
|
|
Demo
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
2020-10-09 14:44:18 +03:00
|
|
|
<button (click)="openDownloadDialog()" class="btn btn-download">
|
|
|
|
|
Download
|
|
|
|
|
</button>
|
|
|
|
|
<button (click)="openDownloadPremiumDialog()" class="btn btn-download-premium">
|
|
|
|
|
Get ngx-admin PREMIUM for 89$
|
|
|
|
|
</button>
|
2019-07-16 08:38:11 +03:00
|
|
|
</div>
|
|
|
|
|
</div>
|