Restore mobile app buttons inline, hide in header in phone mode

This commit is contained in:
Gina Trapani
2012-04-06 11:41:43 -07:00
parent a011c568dd
commit 3826504d22

View File

@@ -27,12 +27,14 @@
<h2>If you want to get it done, first write it down.</h2> <h2>If you want to get it done, first write it down.</h2>
<br style="clear:both"> <br style="clear:both">
</div> </div>
<span class="hidden-phone">
<div class="span2"> <div class="span2">
<a href="http://itunes.apple.com/us/app/todo.txt-touch/id491342186?ls=1&mt=8" title="Available on the App Store"><img src="images/app-store-available.png" alt="Available on the App Store" style="margin-bottom:5px" width="170"></a> <a href="http://itunes.apple.com/us/app/todo.txt-touch/id491342186?ls=1&mt=8" title="Available on the App Store"><img src="images/app-store-available.png" alt="Available on the App Store" style="margin-bottom:5px" width="170"></a>
</div> </div>
<div class="span2"> <div class="span2">
<a href="https://play.google.com/store/apps/details?id=com.todotxt.todotxttouch&hl=en" title="Android app on Google Play"><img src="images/app-store-google-available.png" alt="Android app on Google Play" style="margin-bottom:5px" width="170"></a> <a href="https://play.google.com/store/apps/details?id=com.todotxt.todotxttouch&hl=en" title="Android app on Google Play"><img src="images/app-store-google-available.png" alt="Android app on Google Play" style="margin-bottom:5px" width="170"></a>
</div> </div>
</span>
</div> </div>
</div> </div>
</div> </div>
@@ -62,9 +64,10 @@
<p>Your todo.txt file isn't useful if it's not always at your fingertips. The Todo.txt mobile apps make it easy to view and update your tasks on the go.</p> <p>Your todo.txt file isn't useful if it's not always at your fingertips. The Todo.txt mobile apps make it easy to view and update your tasks on the go.</p>
<p>Currently connected to <a href="http://dropbox.com">Dropbox</a>, Todo.txt Touch helps you manage your todo.txt on your touchscreen mobile device and automatically syncs your changes to all your computers.</p> <p>Currently connected to <a href="http://dropbox.com">Dropbox</a>, Todo.txt Touch helps you manage your todo.txt on your touchscreen mobile device and automatically syncs your changes to all your computers.</p>
<h4>iPhone, iPod touch, and iPad users:</h4> <h4>iPhone, iPod touch, and iPad users:</h4>
<p>Get <a href="http://itunes.apple.com/us/app/todo.txt-touch/id491342186?ls=1&mt=8">Todo.txt Touch in the App Store</a>.</p> <p><a href="http://itunes.apple.com/us/app/todo.txt-touch/id491342186?ls=1&mt=8" title="Available on the App Store"><img src="images/app-store-available.png" alt="Available on the App Store" style="margin-bottom:5px" width="170"></a></p>
<h4>Android users:</h4> <h4>Android users:</h4>
<p>Get <a href="https://play.google.com/store/apps/details?id=com.todotxt.todotxttouch&hl=en">Todo.txt Touch on Google Play</a> or in <a href="http://www.amazon.com/o/ASIN/B004MNQTVU/ref=nosim/lifehackerboo-20">the Amazon Appstore</a>.</p> <p><a href="https://play.google.com/store/apps/details?id=com.todotxt.todotxttouch&hl=en" title="Android app on Google Play"><img src="images/app-store-google-available.png" alt="Android app on Google Play" style="margin-bottom:5px" width="170"></a></p>
<p>Also available in <a href="http://www.amazon.com/o/ASIN/B004MNQTVU/ref=nosim/lifehackerboo-20">the Amazon Appstore</a>.
<h4>Developers:</h4> <h4>Developers:</h4>
<p>Todo.txt Touch is proudly open source. Browse the source code for <a href="https://github.com/ginatrapani/todo.txt-touch-ios">iOS</a> and <a href="https://github.com/ginatrapani/todo.txt-touch">Android</a>.</p> <p>Todo.txt Touch is proudly open source. Browse the source code for <a href="https://github.com/ginatrapani/todo.txt-touch-ios">iOS</a> and <a href="https://github.com/ginatrapani/todo.txt-touch">Android</a>.</p>
</div> </div>