summaryrefslogtreecommitdiff
path: root/files/webapp/views/home/index.html.haml
blob: 4483ee3d3b13d3e663f8c224411f87621a442c0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- icon_color = :black

= render 'masthead'

#main.home-page
  .container-fluid
    .row-fluid
      .span12
        %p.introtext
          <b>Bitmask</b> is an open source application to provide easy and secure encrypted communication. You can choose among <a href="#providers">several different service providers</a>, or <a href="https://leap.se/en/doc/platform">start your own</a>. Currently, Bitmask supports encrypted internet and encrypted email (with more services in the works).

        = render 'common/home_page_buttons', :divider => 'home/bitmask'

        = render 'home_content'