blob: a18e106125d08292478c61fd39f81e0a0cb98902 (
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
30
31
32
33
34
35
36
37
38
|
- @title = 'Install Bitmask'
- @nav_title = 'Install'
.row.bm-front-buttons
.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 Bitmask Version 1.0.5
%p
%small
%a{:href=>"android"}
get .apk
.col-sm-3.col-xs-6.text-center
%a.btn.btn-default{:href=>"https://dl.bitmask.net/RiseupVPN/linux/riseup-vpn_latest.snap"}
%i.fa.fa-linux.fa-4x
%br
%b GNU/Linux
%br
%small RiseupVPN Version 0.20.4
.col-sm-3.col-xs-6.text-center
%a.btn.btn-default{:href=>"https://dl.bitmask.net/RiseupVPN/osx/RiseupVPN-OSX-latest.pkg"}
%i.fa.fa-apple.fa-4x
%br
%b macOS
%br
%small RiseupVPN Version 0.20.1
.col-sm-3.col-xs-6.text-center
%a.btn.btn-default{:href=>"https://dl.bitmask.net/RiseupVPN/windows/RiseupVPN-win-latest.exe"}
%i.fa.fa-windows.fa-4x
%br
%b Windows
%br
%small RiseupVPN Version 0.20.4
|