summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2014-04-29 11:53:37 +0200
committerAzul <azul@riseup.net>2014-04-29 11:53:37 +0200
commite45ca47bac36294e5e2fa1e129bf1049c4570603 (patch)
treeeeae992fdca3d3888cc53421b189bdd42cb674bd
parent677fb2d8b6d2cc46a0fde331169720af1f120703 (diff)
make introtexts lead, clearify we only offer vpn for now.feature/5520-differentiate-from-bm-net
-rw-r--r--files/webapp/views/home/_bitmask.html.haml4
-rw-r--r--files/webapp/views/home/_content.html.haml4
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'