blob: 0eb0ddc4165cdc4c745abb201044bc7dbb68bd5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
- @title = 'home'
.row
.col-sm-8.col-sm-offset-2
.p.alert.alert-danger
%i.fa.fa-warning
<b>WARNING:</b> Bitmask is very experimental. It should not yet be used for sensitive data and you might lose your data at any time.
.row.bm-front-buttons
.col-sm-3.col-xs-6
%a.btn.btn-lg.btn-default{:href=>"/linux"}
%i.fa.fa-linux.fa-5x
%br/
GNU/Linux
.col-sm-3.col-xs-6
%a.btn.btn-lg.btn-default{:href=>"/mac"}
%i.fa.fa-apple.fa-5x
%br/
Mac OS
.col-sm-3.col-xs-6
%a.btn.btn-lg.btn-default{: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
|