added some copy to the landing page, and some basic styling
This commit is contained in:
parent
5c2d161146
commit
ae2b3d75c2
2 changed files with 58 additions and 5 deletions
|
|
@ -10,12 +10,50 @@
|
|||
%p
|
||||
= t('.share_what_you_want')
|
||||
|
||||
#signup_field.section
|
||||
= render 'shared/mail_signup_form'
|
||||
#why.span-22.prepend-1.last
|
||||
.span-7
|
||||
%h2
|
||||
Choice
|
||||
%p
|
||||
Diaspora allows you to sort your connections into groups called Aspects.
|
||||
Unique to Diaspora, Aspects ensure your photos, stories and jokes are shared
|
||||
with only the people you want them to be.
|
||||
|
||||
.span-7
|
||||
%h2
|
||||
Ownership
|
||||
%p
|
||||
You own your pictures, and you shouldn’t have to give that up just in order
|
||||
to share them. You maintain ownership of everything you share on Diaspora,
|
||||
giving you full control over how it is distributed.
|
||||
|
||||
#login_field.section
|
||||
= t('.already_account')
|
||||
= link_to t('.login_here'), new_user_session_path
|
||||
.span-7
|
||||
%h2
|
||||
Simplicity
|
||||
%p
|
||||
Diaspora makes sharing clean and easy – this goes doubly so for privacy.
|
||||
Innherently private, Diaspora doesn’t have pages of settings and options to
|
||||
wade through to keep your profile secure and to your liking.
|
||||
|
||||
|
||||
.span-22.prepend-1.last
|
||||
#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.span-22.prepend-1.last
|
||||
.span-10
|
||||
%h3
|
||||
Learn about how to host your own Diaspora server
|
||||
|
||||
|
||||
.span-11
|
||||
%h3
|
||||
Learn more about Diaspora as an open source project.
|
||||
|
||||
|
||||
.span-24.last{:style=>"text-align:center;"}
|
||||
%ul#press_logos
|
||||
|
|
|
|||
|
|
@ -1949,4 +1949,19 @@ h3,h4
|
|||
:-webkit-border-radius 5px
|
||||
:-moz-border-radius 5px
|
||||
:border-radius 5px
|
||||
#why
|
||||
:margin
|
||||
:bottom 30px
|
||||
p
|
||||
:text-align justify
|
||||
:padding 1em
|
||||
|
||||
#info_links
|
||||
:margin
|
||||
:top 30px
|
||||
|
||||
h3
|
||||
:border #eee 4px solid
|
||||
:border-radius 5px
|
||||
:background-color #ddd
|
||||
:padding 5px
|
||||
|
|
|
|||
Loading…
Reference in a new issue