summaryrefslogtreecommitdiff
path: root/public/index.en.html
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-06-24 16:42:00 -0700
committerelijah <elijah@riseup.net>2014-06-24 16:42:00 -0700
commit2a6da3e0a8208ab4b3316b7285aecc39e68066fb (patch)
tree8d139e654ce7f54fc8254912485bc832c722fafb /public/index.en.html
parent5b1194f22bc01c45a0983f4baf279b41465d33c3 (diff)
tmp disabled mac and windows buttons. made front page look better on tiny phones. changed masthead. added trusty dpkg info.
Diffstat (limited to 'public/index.en.html')
-rw-r--r--public/index.en.html35
1 files changed, 22 insertions, 13 deletions
diff --git a/public/index.en.html b/public/index.en.html
index def410d..7d9941f 100644
--- a/public/index.en.html
+++ b/public/index.en.html
@@ -23,37 +23,46 @@ Downloads
<div class='col-sm-8 col-sm-offset-2'>
<div class='p alert alert-danger'>
<i class='fa fa-warning'></i>
- <b>WARNING:</b> 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.
+ <b>WARNING:</b> 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. -->
</div>
</div>
</div>
<div class='row bm-front-buttons'>
<div class='col-sm-3 col-xs-6'>
- <a class='btn btn-lg btn-default' href='/linux'>
- <i class='fa fa-linux fa-5x'></i>
+ <a class='btn btn-default' href='/android'>
+ <i class='fa fa-android fa-5x'></i>
+ <br>
+ <b>Android</b>
<br>
- GNU/Linux
+ <small>4.0 and above</small>
</a>
</div>
<div class='col-sm-3 col-xs-6'>
- <a class='btn btn-lg btn-default' href='/mac'>
- <i class='fa fa-apple fa-5x'></i>
+ <a class='btn btn-default' href='/linux'>
+ <i class='fa fa-linux fa-5x'></i>
+ <br>
+ <b>GNU/Linux</b>
<br>
- Mac OS
+ <small>Debian, Ubuntu, Mint</small>
</a>
</div>
<div class='col-sm-3 col-xs-6'>
- <a class='btn btn-lg btn-default' href='/windows'>
- <i class='fa fa-windows fa-5x'></i>
+ <a class='btn btn-default disabled' href='/mac'>
+ <i class='fa fa-apple fa-5x'></i>
+ <br>
+ <b>Mac OS</b>
<br>
- Windows
+ <small>Coming very soon...</small>
</a>
</div>
<div class='col-sm-3 col-xs-6'>
- <a class='btn btn-lg btn-default' href='/android'>
- <i class='fa fa-android fa-5x'></i>
+ <a class='btn btn-default disabled' href='/windows'>
+ <i class='fa fa-windows fa-5x'></i>
+ <br>
+ <b>Windows</b>
<br>
- Android
+ <small>Coming soon...</small>
</a>
</div>
</div>