mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
110 lines
2.4 KiB
HTML
110 lines
2.4 KiB
HTML
|
|
<ion-navbar *navbar hide-back-button class="show-navbar android-attr">
|
|
<ion-title>Social Card</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content class="has-header components-demo cards-bg">
|
|
|
|
<ion-card>
|
|
|
|
<ion-item>
|
|
<ion-avatar item-left>
|
|
<img src="img/marty-avatar.png">
|
|
</ion-avatar>
|
|
<h2>Marty McFly</h2>
|
|
<p>November 5, 1955</p>
|
|
</ion-item>
|
|
|
|
<img src="img/advance-card-bttf.png">
|
|
|
|
<ion-card-content>
|
|
<p>Wait a minute. Wait a minute, Doc. Uhhh... Are you telling me that you built a time machine... out of a DeLorean?! Whoa. This is heavy.</p>
|
|
</ion-card-content>
|
|
|
|
<ion-item actions class="demo-card">
|
|
<button primary clear item-left>
|
|
<icon thumbs-up></icon>
|
|
<div>12 Likes</div>
|
|
</button>
|
|
<button primary clear item-left>
|
|
<icon text></icon>
|
|
<div>4 Comments</div>
|
|
</button>
|
|
<p item-left class="time-ago">
|
|
11h ago
|
|
</p>
|
|
</ion-item>
|
|
|
|
</ion-card>
|
|
|
|
|
|
<ion-card>
|
|
|
|
<ion-item>
|
|
<ion-avatar item-left>
|
|
<img src="img/sarah-avatar.png.jpeg">
|
|
</ion-avatar>
|
|
<h2>Sarah Connor</h2>
|
|
<p>May 12, 1984</p>
|
|
</ion-item>
|
|
|
|
<img src="img/advance-card-tmntr.jpg">
|
|
|
|
<ion-card-content>
|
|
<p>I face the unknown future, with a sense of hope. Because if a machine, a Terminator, can learn the value of human life, maybe we can too.</p>
|
|
</ion-card-content>
|
|
|
|
<ion-item actions class="demo-card">
|
|
<button primary clear item-left>
|
|
<icon thumbs-up></icon>
|
|
<div>30 Likes</div>
|
|
</button>
|
|
<button primary clear item-left>
|
|
<icon text></icon>
|
|
<div>64 Comments</div>
|
|
</button>
|
|
<p item-left class="time-ago">
|
|
30yr ago
|
|
</p>
|
|
</ion-item>
|
|
|
|
</ion-card>
|
|
|
|
|
|
<ion-card>
|
|
|
|
<ion-item>
|
|
<ion-avatar item-left>
|
|
<img src="img/ian-avatar.png">
|
|
</ion-avatar>
|
|
<h2>Dr. Ian Malcolm</h2>
|
|
<p>June 28, 1990</p>
|
|
</ion-item>
|
|
|
|
<img src="img/advance-card-jp.jpg">
|
|
|
|
<ion-card-content>
|
|
<p>Your scientists were so preoccupied with whether or not they could, that they didn't stop to think if they should.</p>
|
|
</ion-card-content>
|
|
|
|
<ion-item actions class="demo-card">
|
|
<button primary clear item-left>
|
|
<icon thumbs-up></icon>
|
|
<div>46 Likes</div>
|
|
</button>
|
|
<button primary clear item-left>
|
|
<icon text></icon>
|
|
<div>66 Comments</div>
|
|
</button>
|
|
<p item-left class="time-ago">2d ago</p>
|
|
</ion-item>
|
|
|
|
</ion-card>
|
|
|
|
|
|
</ion-content>
|
|
|
|
|
|
|
|
|