docs: update demo and premium links (#5794)

This commit is contained in:
SFilinsky 2020-10-30 14:42:59 +03:00 committed by GitHub
parent 5e7e444454
commit 64dbfa008f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 128 additions and 72 deletions

View file

@ -30,22 +30,21 @@
</div>
<div class="buttons">
<div class="buttons-links">
<a class="btn btn-installation-guidelines"
[routerLink]="'/docs/getting-started/installation-guidelines'">
Installation Docs
</a>
<a class="btn btn-demo"
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"
target="_blank">
Demo
</a>
<button (click)="openDownloadDialog()" class="btn btn-download">
Download
</button>
</div>
<button (click)="openDownloadDialog()" class="btn btn-download">
Download
</button>
<button (click)="openDownloadPremiumDialog()" class="btn btn-download-premium">
Get ngx-admin PREMIUM for 89$
</button>
<a href="https://store.akveo.com/pages/ngx-admin-premium?utm_source=ngx_admin&utm_medium=referral&utm_campaign=ngx-admin_premium"
target="_blank"
class="btn btn-premium btn-green"
>
ngx-admin Premium
</a>
</div>
</div>

View file

@ -110,6 +110,8 @@
}
.buttons {
display: flex;
flex-direction: column;
margin-top: 1.875rem;
}
@ -133,9 +135,7 @@
cursor: pointer;
text-transform: uppercase;
&.btn-demo,
&.btn-download,
&.btn-download-premium {
&.btn-green {
color: #ffffff;
background-color: nb-theme(color-active-fg);
box-shadow: nb-theme(shadow-btn);
@ -157,13 +157,12 @@
box-shadow: nb-theme(shadow-active-btn);
}
&.btn-demo {
&.btn-download {
margin-left: 1em;
}
}
.btn-download,
.btn-download-premium {
.btn-premium {
margin-top: 1rem;
width: 100%;
}
@ -284,19 +283,6 @@
.buttons {
padding-right: 1rem;
padding-left: 1rem;
a {
display: block;
margin: 0;
&.btn-demo {
margin-top: 1rem;
}
}
}
.buttons-links {
display: block;
}
}
}