Created
October 12, 2017 01:16
-
-
Save Jatapiaro/f5c38f7c92a3b98ceb0fecf32b9a7183 to your computer and use it in GitHub Desktop.
algun día serás util
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ion-content padding> | |
<ion-card *ngFor="let fonda of fondas"> | |
<ion-item> | |
<ion-fab middle right> | |
<button ion-fab mini class="fab-map"> | |
<ion-icon name='pin'></ion-icon> | |
</button> | |
</ion-fab> | |
<ion-avatar item-start> | |
<img src="img/marty-avatar.png"> | |
</ion-avatar> | |
<h2>Marty McFly</h2> | |
<p>November 5, 1955</p> | |
</ion-item> | |
<div style="position: relative"> | |
<img [src]="fonda.imagen"> | |
</div> | |
<ion-item> | |
<ion-icon color="subtle" large item-start name='football'></ion-icon> | |
<h2>Museum of Football</h2> | |
<p>11 N. Way St, Madison, WI 53703</p> | |
</ion-item> | |
<ion-item> | |
<ion-icon color="subtle" large item-start name='wine'></ion-icon> | |
<h2>Institute of Fine Cocktails</h2> | |
<p>14 S. Hop Avenue, Madison, WI 53703</p> | |
</ion-item> | |
<ion-item actions> | |
<span ion-text item-start color="secondary" class="item-bold">18 min</span> | |
<span ion-text item-start color="subtle">(2.6 mi)</span> | |
<button ion-button color="primary" clear item-end icon-start> | |
<ion-icon name='navigate'></ion-icon> | |
Start | |
</button> | |
</ion-item> | |
</ion-card> | |
</ion-content> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment