Skip to content

Commit

Permalink
apply stash
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherdbull committed Mar 16, 2013
1 parent e897f4e commit dbbc626
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/layouts/startup_layout.html.haml
Expand Up @@ -33,5 +33,5 @@
= image_tag "#{current_page.path[0..-6]}/banner.jpg"
.content
= yield
%footer
= partial 'shared/startup_footer'
%footer
= partial 'shared/startup_footer'
11 changes: 10 additions & 1 deletion source/shared/_startup_footer.html.haml
@@ -1 +1,10 @@
%h1 startup footer
%h2 All Startups
.list-container
#current-startups
%h3 Current
- startup_list.each do |s|
%p= link_to s[:title], s[:uri]
#alumni-startups
%h3 Alumni
- old_startups.each do |s|
%p= s
14 changes: 14 additions & 0 deletions source/stylesheets/all.sass
Expand Up @@ -181,6 +181,10 @@ header
background: image-url('sponsors.jpg') 50% 0 no-repeat
width: 840px
height: 354px
.alumni-container
@include clearfix
p
width: 220px
#startups
width: 680px
ul
Expand All @@ -205,3 +209,13 @@ header



.list-container
@include clearfix

#alumni-startups
width: 60%
float: left

#current-startups
width: 30%
float: left

0 comments on commit dbbc626

Please sign in to comment.