Skip to content

Instantly share code, notes, and snippets.

@creaoy
Created January 5, 2016 01:18
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 creaoy/46b1cf77ef72f5c7922f to your computer and use it in GitHub Desktop.
Save creaoy/46b1cf77ef72f5c7922f to your computer and use it in GitHub Desktop.
Intro cards for requester
<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