<ion-header>
  <ion-toolbar>
    <ion-title>about</ion-title>
  </ion-toolbar>
</ion-header>

<ion-content>


    <ion-card>
        <img src="assets/profile.jpg" />
        <ion-card-header>
          <ion-card-title>sompoch kulthararom</ion-card-title>
        </ion-card-header>
        <ion-card-content>
         about me <br/>
         1...<br/>
         2...<br/>
         3...<br/>
        </ion-card-content>
      </ion-card>


<ion-button color="danger" 
    href="/home">
   home
    </ion-button>
    

</ion-content>
<ion-header>
  <ion-toolbar>
    <ion-title>
      Ionic Blank
    </ion-title>
  </ion-toolbar>
</ion-header>

<ion-content>
  <div class="ion-padding">

    <ion-button color="dark" 
    href="http://kapook.com">
    GO TO KAPOOK
    </ion-button>

    <ion-button color="danger" 
    href="/about">
   about
    </ion-button>

  </div>
</ion-content>

 

By admin

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.