diff options
Diffstat (limited to 'files/webapp/views/home')
-rw-r--r-- | files/webapp/views/home/_bitmask.html.haml | 4 | ||||
-rw-r--r-- | files/webapp/views/home/_content.html.haml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/files/webapp/views/home/_bitmask.html.haml b/files/webapp/views/home/_bitmask.html.haml index 7402424..5493e20 100644 --- a/files/webapp/views/home/_bitmask.html.haml +++ b/files/webapp/views/home/_bitmask.html.haml @@ -1,2 +1,2 @@ -%p.introtext{:style => 'text-align:left'} - <b>demo.bitmask.net</b> is a service provider compatible with the Bitmask application. If you have signed up with a <b>demo.bitmask.net</b> account, you can log in or get help here: +%p.introtext.lead + <strong>demo.bitmask.net</strong> is a service provider compatible with the Bitmask application. It currently provides encrypted internet (VPN) only. diff --git a/files/webapp/views/home/_content.html.haml b/files/webapp/views/home/_content.html.haml index 46fa336..8609d10 100644 --- a/files/webapp/views/home/_content.html.haml +++ b/files/webapp/views/home/_content.html.haml @@ -1,7 +1,7 @@ .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). + %p.introtext.lead + <strong>Bitmask</strong> 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' |