pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

commit f9714faa2c8867da061f6a3e420b133b140b7ff0
parent aeda45e89ece527d055b76a83350fe1d811674a9
Author: Jul <jul@9o.is>
Date:   Mon, 25 Aug 2014 14:41:12 -0400

fixed mobile formatting of host-btm page

Diffstat:
Msrc/main/webapp/host-btm.html | 66++++++++++++++++++++++++++++++++++++------------------------------
1 file changed, 36 insertions(+), 30 deletions(-)

diff --git a/src/main/webapp/host-btm.html b/src/main/webapp/host-btm.html @@ -2,37 +2,43 @@ <div class="container"> <h1 id="atm-app-title" class="text-primary text-center">Are you a merchant? Apply for a BTM!</h1> - <p class="lead padding-20">Are you interested in hosting a Bitcoin Teller Machine - to increase foot traffic and spread the acceptance of - Bitcoin? We are currently accepting merchant interest for our next - NYC and greater-NY area. Contact us for more information.</p> - <div class="row padding-bottom-20"> - <div id="atm-benefits" class="col-xs-6 text-primary"> - <table> - <tr> - <td><i class="fa fa-wrench fa-4x"></i></td> - <td><h5>Free installation and maintenance</h5></td> - </tr> - <tr> - <td><i class="fa fa-bitcoin fa-4x pull-left"></i></td> - <td><h5>Hot and new emerging technology</h5></td> - </tr> - <tr> - <td><i class="fa fa-thumbs-up fa-4x pull-left"></i></td> - <td><h5>Increase business exposure</h5></td> - </tr> - <tr> - <td><i class="fa fa-shield fa-4x pull-left"></i></td> - <td><h5>Safe and reliable way for customers to purchase - Bitcoin</h5></td> - </tr> - </table> - </div> - - <div class="col-xs-6 simple-form"> - <span data-lift="embed?what=/templates-hidden/parts/apply-btm-form"></span> + <div class="col-xs-10 col-xs-offset-1"> + + <p class="lead padding-20">Are you interested in hosting a + Bitcoin Teller Machine to increase foot traffic and spread the + acceptance of Bitcoin? We are currently accepting merchant interest + for our next NYC and greater-NY area. Contact us for more + information.</p> + + <div class="row"> + <div id="atm-benefits" class="col-xs-12 col-sm-6 text-primary margin-bottom-20"> + <table> + <tr> + <td><i class="fa fa-wrench fa-4x"></i></td> + <td><h5>Free installation and maintenance</h5></td> + </tr> + <tr> + <td><i class="fa fa-bitcoin fa-4x pull-left"></i></td> + <td><h5>Hot and new emerging technology</h5></td> + </tr> + <tr> + <td><i class="fa fa-thumbs-up fa-4x pull-left"></i></td> + <td><h5>Increase business exposure</h5></td> + </tr> + <tr> + <td><i class="fa fa-shield fa-4x pull-left"></i></td> + <td><h5>Safe and reliable way for customers to + purchase Bitcoin</h5></td> + </tr> + </table> + </div> + + <div class="col-xs-12 col-sm-6 simple-form"> + <span + data-lift="embed?what=/templates-hidden/parts/apply-btm-form"></span> + </div> + </div> </div> - </div> </div> </div> \ No newline at end of file