Created
January 5, 2016 01:18
-
-
Save creaoy/46b1cf77ef72f5c7922f to your computer and use it in GitHub Desktop.
Intro cards for requester
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
<div class="content has-header ionic-pseudo"> | |
<div class="list card"> | |
<div class="item item-avatar"> | |
<img src="https://lh5.googleusercontent.com/-89xTT1Ctbrk/AAAAAAAAAAI/AAAAAAAABcc/Kg0vilTzpKI/photo.jpg"> | |
<h2>1st of Jan</h2> | |
<p>Request to Elon Musk</p> | |
</div> | |
<a class="item item-icon-left calm" href="#"> | |
<i class="icon ion-ios-clock"></i> | |
Waiting for Matchmaker | |
</a> | |
</div> | |
<div class="list card"> | |
<div class="item item-avatar"> | |
<img src="https://lh5.googleusercontent.com/-89xTT1Ctbrk/AAAAAAAAAAI/AAAAAAAABcc/Kg0vilTzpKI/photo.jpg"> | |
<h2>6 hours ago</h2> | |
<p>Approved by Matchmaker</p> | |
</div> | |
<a class="item item-icon-left positive" href="#"> | |
<i class="icon ion-ios-clock"></i> | |
Waiting for Elon | |
</a> | |
</div><div class="list card"> | |
<div class="item item-avatar"> | |
<img src="https://lh5.googleusercontent.com/-89xTT1Ctbrk/AAAAAAAAAAI/AAAAAAAABcc/Kg0vilTzpKI/photo.jpg"> | |
<h2>5 minutes ago</h2> | |
<p><a href="#">Follow up</a></p> | |
</div> | |
<a class="item item-icon-left balanced" href="#"> | |
<i class="icon ion-checkmark-circled"></i> | |
Connected with Elon Musk | |
</a> | |
</div></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment