Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
put community statement on top of page
  • Loading branch information
hagenburger committed Aug 7, 2014
commit 485dc1daa4b63ec208d2be93a37ea6baf7173d7e
8 changes: 4 additions & 4 deletions source/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ body_class: index

%article
%section
%div.row
%div.columns.small-12.large-centered.community-statement
%h3
= link_to "Read our current community statement", '2013-10-statement-community.html'
%div.row
%div.columns.small-12.large-12
%h2 Our projects
Expand Down Expand Up @@ -46,10 +50,6 @@ body_class: index
= link_to 'http://euruko2011.org' do
= image_tag "content/projects/euruko2011.jpg"
%div.columns.small-12.large-4.project_image
%div.row
%div.columns.small-7.large-centered
%h3
= link_to "Read our current community statement", '2013-10-statement-community.html'
/ %section
/ %h2 Our partners
/ = partial 'partials/partners', :locals => { :partners => data.partners }
9 changes: 9 additions & 0 deletions source/stylesheets/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ h3 {
}
}

.community-statement {
&:after {
border-top: 1px lighten($body-bg, 5%) solid;
content: "";
display: block;
margin: 0 -5px 2em;
}
}

.project_image {
background: lighten($body-bg, 5%);
border: 10px $body-bg solid;
Expand Down