summaryrefslogtreecommitdiff
path: root/pages/home/_text.haml
blob: 6f59d016099e8013791e232d982e3e72c6580a6c (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.row
  .col-sm-12
    %p.big
      = t :bitmask_app_blurb

.row
  .col-sm-6
    .heading
      %span
        %i.fa.fa-shield
        = t :bitmask_vpn
    %p.big
      = t :bitmask_vpn_blurb
  .col-sm-6
    .heading
      %span
        %i.fa.fa-envelope
        = t :encrypted_email
    %p.big
      = t :encrypted_email_blurb

.row
  .col-sm-12
    .heading#providers
      %span
        %i.fa.fa-institution
        = t :supported_providers

    %p.big
      = t :supported_providers_text

    .row
      .col-lg-2.col-md-3.col-sm-3.col-xs-4
        .thumbnail
          %img(src='/assets/providers/demo.bitmask.net.png')
          .b
            [[demo.bitmask.net => https://demo.bitmask.net]]
      .col-lg-2.col-md-3.col-sm-3.col-xs-4
        .thumbnail
          %img(src='/assets/providers/calyx.net.png')
          .b
            [[calyx.net => https://calyx.net]]
      .col-lg-2.col-md-3.col-sm-3.col-xs-4
        .thumbnail
          %img(src='/assets/providers/oblivia.vc.png')
          .b
            [[oblivia.vc => https://oblivia.vc]]
      .col-lg-2.col-md-3.col-sm-3.col-xs-4
        .thumbnail
          %img(src='/assets/providers/riseup.net.png')
          .b
            [[riseup.net => https://black.riseup.net]]

.row
  .col-sm-6
    .heading
      %span
        %i.fa.fa-code-fork
        = t :fork_our_code
    = render 'home/code'

  .col-sm-6
    .heading
      %span
        %i.fa.fa-group
        = t :about_us
    = render 'home/about'