diff options
author | Ruben Pollan <meskio@sindominio.net> | 2017-09-28 19:56:17 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-10-04 01:56:41 +0200 |
commit | 4f12d3d5d56b3915f033639c03329b7edd5e5547 (patch) | |
tree | 8514a01dd6cf64d91ba25d3e01d52ae184144904 /pages | |
parent | 2d06435cdcc3a66992a4f270f5fd53943b52e94b (diff) |
Make the platform buttons download the bundle
Diffstat (limited to 'pages')
-rw-r--r-- | pages/install/en.haml | 45 |
1 files changed, 23 insertions, 22 deletions
diff --git a/pages/install/en.haml b/pages/install/en.haml index a7044a3..25b28fa 100644 --- a/pages/install/en.haml +++ b/pages/install/en.haml @@ -1,44 +1,45 @@ - @title = 'Install Bitmask' - @nav_title = 'Install' -.row - .col-sm-8.col-sm-offset-2 - .p.alert.alert-danger - %i.fa.fa-warning - = t :warning - -.row - .col-sm-8.col-sm-offset-2 - .p.alert.alert-info - %i.fa.fa-info-circle - = t :providers_for_testers - .row.bm-front-buttons - .col-sm-3.col-xs-6 - %a.btn.btn-default{:href=>"android"} + .col-sm-3.col-xs-6.text-center + %a.btn.btn-default{:href=>"https://play.google.com/store/apps/details?id=se.leap.bitmaskclient"} %i.fa.fa-android.fa-4x %br %b Android %br - %small 4.0 and above - .col-sm-3.col-xs-6 - %a.btn.btn-default{:href=>"linux"} + %small Version 0.9.5 + %p + %small + %a{:href=>"android"} + apk + .col-sm-3.col-xs-6.text-center + %a.btn.btn-default{:href=>"https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz"} %i.fa.fa-linux.fa-4x %br %b GNU/Linux %br - %small Debian, Ubuntu, Mint - .col-sm-3.col-xs-6 - %a.btn.btn-default.disabled{:href=>"mac"} + %small Version 0.10 + %p + %small + %a{:href=>"linux"} + packages + .col-sm-3.col-xs-6.text-center + %a.btn.btn-default{:href=>"https://dl.bitmask.net/client/osx/stable/Bitmask-latest.pkg"} %i.fa.fa-apple.fa-4x %br %b Mac OS %br - %small Coming very soon... - .col-sm-3.col-xs-6 + %small Version 0.10 + .col-sm-3.col-xs-6.text-center %a.btn.btn-default.disabled{:href=>"windows"} %i.fa.fa-windows.fa-4x %br %b Windows %br %small Coming soon... + +.row + .col-sm-8.col-sm-offset-2 + .p.text-center + = t :warning |