diff options
author | elijah <elijah@riseup.net> | 2014-05-09 11:28:36 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-05-09 11:28:36 -0700 |
commit | 8de03ee7f6efc145aae6a3d0d5f55a52f32ad91a (patch) | |
tree | 9d2e26e2dfe7547f122bb71698cdec990f138b61 /files/webapp/views/home | |
parent | a7c8d617726284c3243c8044153cd40074736662 (diff) |
make demo more different than bitmask.net #5520
Diffstat (limited to 'files/webapp/views/home')
-rw-r--r-- | files/webapp/views/home/_content.html.haml | 7 | ||||
-rw-r--r-- | files/webapp/views/home/_masthead.html.haml | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/files/webapp/views/home/_content.html.haml b/files/webapp/views/home/_content.html.haml index 179b9b5..ae4f342 100644 --- a/files/webapp/views/home/_content.html.haml +++ b/files/webapp/views/home/_content.html.haml @@ -1,7 +1,6 @@ .row-fluid .span12 - %p.introtext.lead - We provide secure communication using the Bitmask application. We currently offer encrypted internet (VPN) only. Encrytped email is coming soon, and encrypted chat is in the works. For details visit <a href="https://bitmask.net">bitmask.net</a>. - - = render 'common/home_page_buttons' # , :divider => 'home/bitmask' + = render 'common/home_page_buttons' + %p.alert.alert-info(style="margin-top: 2em") + <b>Note:</b> This service is intended for demonstration purposes only. Your account might be deleted without warning. diff --git a/files/webapp/views/home/_masthead.html.haml b/files/webapp/views/home/_masthead.html.haml index bd8ea3e..ec4a58d 100644 --- a/files/webapp/views/home/_masthead.html.haml +++ b/files/webapp/views/home/_masthead.html.haml @@ -2,5 +2,9 @@ .text .title Bitmask <small>DEMO</small> .tagline Encrypted communication for mere mortals<br/>(superheroes welcome, too). -.navcontainer - .navheader +.colorband + .container-fluid + .row-fluid + .span12 + .introtext.lead + <b>demo.bitmask.net</b> offers free service to anyone trying the <a href="https://bitmask.net">Bitmask application</a>. We currently support encrypted internet (VPN), with encrypted email coming soon.
\ No newline at end of file |