Skip to content

Commit

Permalink
view update
Browse files Browse the repository at this point in the history
  • Loading branch information
JPL committed Dec 5, 2014
1 parent 0dd3493 commit 7e6aa8f
Showing 1 changed file with 54 additions and 6 deletions.
60 changes: 54 additions & 6 deletions app/views/home/show.html.haml
Original file line number Diff line number Diff line change
@@ -1,9 +1,57 @@
-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
.navbar.navbar-fixed-top
.navbar-inner
.container-fluid
%a.btn.btn-navbar{"data-target" => ".nav-collapse", "data-toggle" => "collapse"}
%span.icon-bar
%span.icon-bar
%span.icon-bar
%a.btn.btn-success.pull-left{:href => "/users/sign_in"} Login
%a.brand{:href => "/"} Diaspora*
.nav-collapse
%ul.nav
%li
%a{:href => "/about.html"} About
%li
%a{:href => "/privacy.html"} Privacy
%li
%a{:href => "/terms.html"} Terms
.subnav
%ul.nav.nav-pills
%li
%a{:href => "https://twitter.com/joindiaspora"} @joindiaspora
%li
%a{:href => "https://github.com/diaspora/diaspora"} GitHub
%li
%a{:href => "/source.tar.gz"} Code
%li
%a{:href => "https://github.com/diaspora/diaspora/tree/master/Changelog.md"} What's New?
- content_for :page_title do
= pod_name
.container{:style => "padding-top: 5%;"}
.hero-unit
%img{:alt => "Logo", :src => "/assets/branding/logo_caps.png"}/
%hr/
%p
%b You're about to change the Internet. Let's get you set up, shall we?
%p
%a.btn.btn-primary.btn-large{:href => "/users/sign_up"} Start an account! »
.row
.span4
%h2 Heading
%p Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh.
%p
%a.btn{:href => "#"} View details »
.span4
%h2 Heading
%p Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum ni.
%p
%a.btn{:href => "#"} View details »
.span4
%h2 Heading
%p Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis.
%p
%a.btn{:href => "#"} View details »

= render :partial => 'home/show'
%script{:src => "/js/jquery.js"}
%script{:src => "/js/bootstrap.js"}

0 comments on commit 7e6aa8f

Please sign in to comment.