bigbiff | d006b30 | 2015-03-06 18:36:03 -0500 | [diff] [blame] | 1 | --- |
| 2 | layout: default |
| 3 | downloadurl: "http://techerrata.com/browse/twrp2/" |
| 4 | --- |
| 5 | |
| 6 | <div class="home"> |
| 7 | |
| 8 | <center> |
| 9 | <h1 class="page-heading">Donate to Support TWRP:</h1> |
| 10 | <form method="post" action="https://www.paypal.com/cgi-bin/webscr"> |
| 11 | <input type="hidden" name="cmd" value="_s-xclick" /> <input type="hidden" name="hosted_button_id" value="U2KA5TM2F5Y64" /> <input type="image" border="0" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" alt="PayPal - The safer, easier way to pay online!" /> <img width="1" height="1" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" /> |
| 12 | </form> |
| 13 | </center> |
| 14 | <h1 class="post-meta" style="text-align: center;">Bitcoins: <a class="post-meta" href="bitcoin:1EUshGGz6KdsRJioozqFmn4FHQk4z3Ggxg?label=twrp">1EUshGGz6KdsRJioozqFmn4FHQk4z3Ggxg</a></h1> |
| 15 | |
| 16 | <h1 class="page-heading">News</h1> |
| 17 | |
| 18 | <ul class="post-list"> |
| 19 | {% for post in site.posts %} |
| 20 | <li> |
| 21 | <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span> |
| 22 | |
| 23 | <h2> |
| 24 | <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a> |
| 25 | </h2> |
| 26 | </li> |
| 27 | {% endfor %} |
| 28 | </ul> |
| 29 | |
| 30 | </div> |