39 lines
No EOL
1 KiB
Text
39 lines
No EOL
1 KiB
Text
-# Copyright (c) 2010, Diaspora Inc. This file is
|
|
-# licensed under the Affero General Public License version 3 or later. See
|
|
-# the COPYRIGHT file.
|
|
|
|
#landing_content
|
|
#diaspora_description.section
|
|
%p
|
|
= t('.tagline_first_half')
|
|
%br
|
|
= t('.tagline_second_half')
|
|
|
|
#why
|
|
.info_pane{:data => {:role => "collapsible", :collapsed => "true"}}
|
|
%h2
|
|
= t('.choice')
|
|
%p
|
|
= t('.choice_explanation')
|
|
.info_pane{:data => {:role => "collapsible", :collapsed => "true"}}
|
|
%h2
|
|
= t('.ownership')
|
|
%p
|
|
= t('.ownership_explanation')
|
|
.info_pane{:data => {:role => "collapsible", :collapsed => "true"}}
|
|
%h2
|
|
= t('.simplicity')
|
|
%p
|
|
= t('.simplicity_explanation')
|
|
|
|
#signup
|
|
#signup_field.section
|
|
= render 'shared/mail_signup_form'
|
|
|
|
#login_field.section
|
|
= t('.already_account')
|
|
= link_to t('.login_here'), new_user_session_path
|
|
|
|
#info_links
|
|
%h3
|
|
= link_to t('.learn_about_host'), 'http://bit.ly/dZqyd3' |