diaspora/app/views/home/show.haml
Sarah Mei bedc7ca41b Made landing page and log in views content-type agnostic.
Added an un-minified version of jquery-mobile for debugging.
2010-11-22 15:02:25 -08:00

56 lines
1.6 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.
.span-22.prepend-1.last
#landing_content
#diaspora_description.section
%p
= t('.share_what_you_want')
#why.span-22.prepend-1.last
.span-7
%h2
= t('.choice')
%p
= t('.choice_explanation')
.span-7
%h2
= t('.ownership')
%p
= t('.ownership_explanation')
.span-7
%h2
= t('.simplicity')
%p
= t('.simplicity_explanation')
.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
= t('.learn_about_host')
.span-11
%h3
= t('.learn_about_open_source')
.span-24.last{:style=>"text-align:center;"}
%ul#press_logos
%li= link_to image_tag("press_logos/nyt.png"), "http://www.nytimes.com/2010/05/12/nyregion/12about.html", :title => "The New York Times"
%li= link_to image_tag("press_logos/nymag.gif"), "http://nymag.com/news/features/establishments/68512/", :title => "New York Magazine"
%li= link_to image_tag("press_logos/mashable.jpeg"), "http://mashable.com/2010/08/26/facebook-alternative-diaspora-launches-september-15/", :title => "Mashable"
%li= link_to image_tag("press_logos/techcrunch.gif"), "http://techcrunch.com/2010/09/15/diaspora-revealed/", :title => "TechCrunch"