2019-07-16 08:38:11 +03:00
|
|
|
<ngx-landing-section-title>
|
|
|
|
|
Multiple theme
|
|
|
|
|
</ngx-landing-section-title>
|
|
|
|
|
|
|
|
|
|
<div class="carousel-container">
|
|
|
|
|
<div class="swiper-container reviews"
|
|
|
|
|
[swiper]="swiperConfig"
|
|
|
|
|
[(index)]="sliderIndex">
|
|
|
|
|
<div class="swiper-wrapper">
|
2020-03-12 18:09:23 +03:00
|
|
|
<a [href]="materialLightDemoUrl" target="_blank" class="image-container swiper-slide">
|
2020-03-12 11:08:17 +03:00
|
|
|
<img *ngIf="breakpoint.width <= breakpoints.sm"
|
|
|
|
|
data-src="assets/img/material-light-theme.png"
|
|
|
|
|
class="swiper-lazy"
|
|
|
|
|
alt="Material Light Theme" />
|
|
|
|
|
<img *ngIf="!(breakpoint.width <= breakpoints.sm)"
|
|
|
|
|
lazyLoad="assets/img/material-light-theme.png"
|
|
|
|
|
defaultImage="assets/img/default.png"
|
|
|
|
|
alt="Material Light Theme" />
|
|
|
|
|
</a>
|
2020-03-12 18:09:23 +03:00
|
|
|
<a [href]="materialDarkDemoUrl" target="_blank" class="image-container swiper-slide">
|
2020-03-12 11:08:17 +03:00
|
|
|
<img *ngIf="breakpoint.width <= breakpoints.sm"
|
|
|
|
|
data-src="assets/img/material-dark-theme.png"
|
2020-03-24 16:06:05 +03:00
|
|
|
class="swiper-lazy"
|
2020-03-12 11:08:17 +03:00
|
|
|
alt="Material Dark Theme" />
|
|
|
|
|
<img *ngIf="!(breakpoint.width <= breakpoints.sm)"
|
|
|
|
|
lazyLoad="assets/img/material-dark-theme.png"
|
2020-03-12 13:31:36 +03:00
|
|
|
defaultImage="assets/img/default.png"
|
|
|
|
|
alt="Material Dark Theme" />
|
2020-03-12 11:08:17 +03:00
|
|
|
</a>
|
2020-03-12 18:09:23 +03:00
|
|
|
<a [href]="lightDemoUrl" target="_blank" class="image-container swiper-slide">
|
2019-07-16 08:38:11 +03:00
|
|
|
<img *ngIf="breakpoint.width <= breakpoints.sm"
|
2020-03-12 11:08:17 +03:00
|
|
|
data-src="assets/img/light-theme.png"
|
|
|
|
|
class="swiper-lazy"
|
|
|
|
|
alt="Eva Light Theme" />
|
2019-07-16 08:38:11 +03:00
|
|
|
<img *ngIf="!(breakpoint.width <= breakpoints.sm)"
|
2020-03-12 11:08:17 +03:00
|
|
|
lazyLoad="assets/img/light-theme.png"
|
|
|
|
|
defaultImage="assets/img/default.png"
|
|
|
|
|
alt="Eva Light Theme" />
|
2019-07-16 08:38:11 +03:00
|
|
|
</a>
|
2020-03-12 18:09:23 +03:00
|
|
|
<a [href]="darkDemoUrl" target="_blank" class="image-container swiper-slide">
|
2019-07-16 08:38:11 +03:00
|
|
|
<img *ngIf="breakpoint.width <= breakpoints.sm"
|
2020-03-12 11:08:17 +03:00
|
|
|
data-src="assets/img/dark-theme.png"
|
|
|
|
|
class="swiper-lazy"
|
|
|
|
|
alt="Eva Dark Theme" />
|
2019-07-16 08:38:11 +03:00
|
|
|
<img *ngIf="!(breakpoint.width <= breakpoints.sm)"
|
2020-03-12 11:08:17 +03:00
|
|
|
src="assets/img/dark-theme.png"
|
|
|
|
|
alt="Eva Dark Theme"
|
|
|
|
|
class="ng-lazyloaded" />
|
2019-07-16 08:38:11 +03:00
|
|
|
</a>
|
2020-03-12 18:09:23 +03:00
|
|
|
<a [href]="cosmicDemoUrl" target="_blank" class="image-container swiper-slide">
|
2019-07-16 08:38:11 +03:00
|
|
|
<img *ngIf="breakpoint.width <= breakpoints.sm"
|
|
|
|
|
data-src="assets/img/cosmic-theme.png"
|
|
|
|
|
class="swiper-lazy"
|
|
|
|
|
alt="Cosmic Theme" />
|
|
|
|
|
<img *ngIf="!(breakpoint.width <= breakpoints.sm)"
|
2020-03-12 11:08:17 +03:00
|
|
|
src="assets/img/cosmic-theme.png"
|
|
|
|
|
alt="Cosmic Theme"
|
|
|
|
|
class="ng-lazyloaded"/>
|
2019-07-16 08:38:11 +03:00
|
|
|
</a>
|
2020-03-12 18:09:23 +03:00
|
|
|
<a [href]="corporateDemoUrl" target="_blank" class="image-container swiper-slide">
|
2019-07-16 08:38:11 +03:00
|
|
|
<img *ngIf="breakpoint.width <= breakpoints.sm"
|
|
|
|
|
data-src="assets/img/corporate-theme.png"
|
|
|
|
|
class="swiper-lazy"
|
|
|
|
|
alt="Corporate Theme" />
|
|
|
|
|
<img *ngIf="!(breakpoint.width <= breakpoints.sm)"
|
|
|
|
|
src="assets/img/corporate-theme.png"
|
|
|
|
|
alt="Corporate Theme"
|
|
|
|
|
class="ng-lazyloaded"/>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="swiper-pagination"></div>
|
|
|
|
|
|
|
|
|
|
<div class="swiper-button-prev">
|
2020-03-12 18:09:23 +03:00
|
|
|
<i [innerHTML]="'arrow-ios-back' | eva: { width: 36, height: 36, fill: iconColor }"></i>
|
2019-07-16 08:38:11 +03:00
|
|
|
</div>
|
|
|
|
|
<div class="swiper-button-next">
|
2020-03-12 18:09:23 +03:00
|
|
|
<i [innerHTML]="'arrow-ios-forward' | eva: { width: 36, height: 36, fill: iconColor }"></i>
|
2019-07-16 08:38:11 +03:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<a class="btn btn-demo"
|
2020-09-08 11:03:46 +03:00
|
|
|
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=ngx_admin_landing_themes_view_demo"
|
2019-07-16 08:38:11 +03:00
|
|
|
target="_blank">View demo</a>
|