Skip to content

Instantly share code, notes, and snippets.

@scottopolis
Created December 15, 2018 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottopolis/b5b3d707e51a87f8af7b303491f67ad6 to your computer and use it in GitHub Desktop.
Save scottopolis/b5b3d707e51a87f8af7b303491f67ad6 to your computer and use it in GitHub Desktop.
AppPresser Intro Slide
<ion-slides pager [dir]="platform.isRTL?'rtl':'ltr'">
<ion-slide>
<div class="icon-hero"><ion-icon name="aperture"></ion-icon></div>
<h2 class="slide-title">Learn</h2>
<p>Learn from our library of educational materials, and share with your friends.</p>
</ion-slide>
<ion-slide>
<div class="icon-hero"><ion-icon name="people"></ion-icon></div>
<h2 class="slide-title">Connect</h2>
<p>Connect with other app users in our vast app network.</p>
</ion-slide>
<ion-slide>
<div class="icon-hero"><ion-icon name="bulb"></ion-icon></div>
<h2 class="slide-title">Ready to Go?</h2>
<button ion-button large (click)="openPage(pages.menus.items[0])">
Get Started
<ion-icon *ngIf="!platform.isRTL" name="arrow-forward"></ion-icon>
<ion-icon *ngIf="platform.isRTL" name="arrow-back"></ion-icon>
</button>
</ion-slide>
</ion-slides>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment