mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
feat: remove bundles section from landing
This commit is contained in:
parent
9b8d70d1bd
commit
add080b388
3 changed files with 31 additions and 17 deletions
|
|
@ -1,11 +1,10 @@
|
||||||
@import '../../../@theme/styles/themes';
|
@import "../../../@theme/styles/themes";
|
||||||
@import '~@nebular/theme/styles/global/breakpoints';
|
@import "~@nebular/theme/styles/global/breakpoints";
|
||||||
|
|
||||||
@include nb-install-component() {
|
@include nb-install-component() {
|
||||||
$features-section-offset: 10.625rem;
|
$features-section-offset: 10.625rem;
|
||||||
|
|
||||||
display: block;
|
display: block;
|
||||||
padding: 5.25rem 0;
|
|
||||||
|
|
||||||
.features {
|
.features {
|
||||||
width: calc(100% - #{$features-section-offset} * 2);
|
width: calc(100% - #{$features-section-offset} * 2);
|
||||||
|
|
@ -30,7 +29,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.number {
|
.number {
|
||||||
font-family: 'Helvetica Neue Bold', sans-serif;
|
font-family: "Helvetica Neue Bold", sans-serif;
|
||||||
font-size: 8.75rem;
|
font-size: 8.75rem;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-shadow: 0 0.5rem 1rem #dae0eb;
|
text-shadow: 0 0.5rem 1rem #dae0eb;
|
||||||
|
|
@ -39,7 +38,7 @@
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
&::before {
|
&::before {
|
||||||
content: '';
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
height: 0.25rem;
|
height: 0.25rem;
|
||||||
width: 3.5rem;
|
width: 3.5rem;
|
||||||
|
|
@ -61,7 +60,6 @@
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-family: nb-theme(font-main), sans-serif;
|
font-family: nb-theme(font-main), sans-serif;
|
||||||
color: nb-theme(color-active-fg);
|
color: nb-theme(color-active-fg);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -91,7 +89,6 @@
|
||||||
|
|
||||||
&:nth-child(2n) {
|
&:nth-child(2n) {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,11 @@
|
||||||
<ngx-material-theme-link></ngx-material-theme-link>
|
<ngx-material-theme-link></ngx-material-theme-link>
|
||||||
</ngx-landing-header>
|
</ngx-landing-header>
|
||||||
|
|
||||||
<a target="_blank" href="https://uibakery.io/?utm_source=akveogithub&utm_medium=header&utm_campaign=ngxadmin"
|
<a
|
||||||
class="btn">
|
target="_blank"
|
||||||
|
href="https://uibakery.io/?utm_source=akveogithub&utm_medium=header&utm_campaign=ngxadmin"
|
||||||
|
class="btn"
|
||||||
|
>
|
||||||
<span>Build admin panels faster than ever</span>
|
<span>Build admin panels faster than ever</span>
|
||||||
</a>
|
</a>
|
||||||
</nb-layout-header>
|
</nb-layout-header>
|
||||||
|
|
@ -15,11 +18,14 @@
|
||||||
<ngx-material-features></ngx-material-features>
|
<ngx-material-features></ngx-material-features>
|
||||||
<ngx-landing-theme-section material></ngx-landing-theme-section>
|
<ngx-landing-theme-section material></ngx-landing-theme-section>
|
||||||
|
|
||||||
<ngx-free-banner-section bannerImg="assets/img/bakery-banner.png"
|
<!-- <ngx-free-banner-section
|
||||||
url="https://uibakery.io/?utm_source=github&utm_medium=clicks&utm_campaign=banner">
|
bannerImg="assets/img/bakery-banner.png"
|
||||||
</ngx-free-banner-section>
|
url="https://uibakery.io/?utm_source=github&utm_medium=clicks&utm_campaign=banner"
|
||||||
|
>
|
||||||
|
</ngx-free-banner-section> -->
|
||||||
|
|
||||||
|
<!-- <ngx-backend-bundles-section [material]="true"></ngx-backend-bundles-section> -->
|
||||||
|
|
||||||
<ngx-backend-bundles-section [material]="true"></ngx-backend-bundles-section>
|
|
||||||
<ngx-contact-form></ngx-contact-form>
|
<ngx-contact-form></ngx-contact-form>
|
||||||
</nb-layout-column>
|
</nb-layout-column>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,12 @@
|
||||||
<ngx-landing-main-info></ngx-landing-main-info>
|
<ngx-landing-main-info></ngx-landing-main-info>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ngx-backend-bundles-section id="backend-bundles"></ngx-backend-bundles-section>
|
<!-- <ngx-backend-bundles-section id="backend-bundles"></ngx-backend-bundles-section> -->
|
||||||
|
|
||||||
<ngx-landing-description-section *ngIf="descriptions | async" [descriptions]="descriptions | async" ></ngx-landing-description-section>
|
<ngx-landing-description-section
|
||||||
|
*ngIf="descriptions | async"
|
||||||
|
[descriptions]="descriptions | async"
|
||||||
|
></ngx-landing-description-section>
|
||||||
|
|
||||||
<ngx-landing-theme-section></ngx-landing-theme-section>
|
<ngx-landing-theme-section></ngx-landing-theme-section>
|
||||||
|
|
||||||
|
|
@ -14,8 +17,16 @@
|
||||||
<ngx-landing-reviews-section></ngx-landing-reviews-section>
|
<ngx-landing-reviews-section></ngx-landing-reviews-section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ngx-free-banner-section bannerImg="assets/img/bakery-banner.png"
|
<ngx-free-banner-section
|
||||||
url="https://uibakery.io/?utm_source=github&utm_medium=clicks&utm_campaign=banner">
|
bannerImg="assets/img/fleet-management-banner.jpg"
|
||||||
|
url="https://www.akveo.com/templates/fleet-management-dashboard?utm_campaign=services%20-%20templates%20-%20ngx-admin%20&utm_source=ngx-admin&utm_medium=referral&utm_content=landing_banner"
|
||||||
|
>
|
||||||
|
</ngx-free-banner-section>
|
||||||
|
|
||||||
|
<ngx-free-banner-section
|
||||||
|
bannerImg="assets/img/bakery-banner.png"
|
||||||
|
url="https://uibakery.io/?utm_source=github&utm_medium=clicks&utm_campaign=banner"
|
||||||
|
>
|
||||||
</ngx-free-banner-section>
|
</ngx-free-banner-section>
|
||||||
|
|
||||||
<ngx-landing-our-projects-section></ngx-landing-our-projects-section>
|
<ngx-landing-our-projects-section></ngx-landing-our-projects-section>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue