From 2a6da3e0a8208ab4b3316b7285aecc39e68066fb Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 24 Jun 2014 16:42:00 -0700 Subject: tmp disabled mac and windows buttons. made front page look better on tiny phones. changed masthead. added trusty dpkg info. --- pages/en.haml | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) (limited to 'pages/en.haml') diff --git a/pages/en.haml b/pages/en.haml index 7936d53..9e2649f 100644 --- a/pages/en.haml +++ b/pages/en.haml @@ -4,26 +4,35 @@ .col-sm-8.col-sm-offset-2 .p.alert.alert-danger %i.fa.fa-warning - WARNING: Bitmask is still experimental. Please do not use these beta releases of Bitmask for situations where a compromise of your data could put you in danger. Also, although Bitmask is improving rapidly, it is possible that you could lose your email when using an early beta release. + WARNING: Bitmask is still experimental. Please do not use these beta releases of Bitmask for situations where a compromise of your data could put you in danger. + .row.bm-front-buttons .col-sm-3.col-xs-6 - %a.btn.btn-lg.btn-default{:href=>"/linux"} + %a.btn.btn-default{:href=>"/android"} + %i.fa.fa-android.fa-5x + %br + %b Android + %br + %small 4.0 and above + .col-sm-3.col-xs-6 + %a.btn.btn-default{:href=>"/linux"} %i.fa.fa-linux.fa-5x - %br/ - GNU/Linux + %br + %b GNU/Linux + %br + %small Debian, Ubuntu, Mint .col-sm-3.col-xs-6 - %a.btn.btn-lg.btn-default{:href=>"/mac"} + %a.btn.btn-default.disabled{:href=>"/mac"} %i.fa.fa-apple.fa-5x - %br/ - Mac OS + %br + %b Mac OS + %br + %small Coming very soon... .col-sm-3.col-xs-6 - %a.btn.btn-lg.btn-default{:href=>"/windows"} + %a.btn.btn-default.disabled{:href=>"/windows"} %i.fa.fa-windows.fa-5x - %br/ - Windows - .col-sm-3.col-xs-6 - %a.btn.btn-lg.btn-default{:href=>"/android"} - %i.fa.fa-android.fa-5x - %br/ - Android + %br + %b Windows + %br + %small Coming soon... -- cgit v1.2.3