Skip to content

Commit

Permalink
Replaced video with a picture
Browse files Browse the repository at this point in the history
  • Loading branch information
jadehopepunk committed Nov 27, 2013
1 parent 6d53923 commit 2257125
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
Binary file added app/assets/images/sign.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions app/assets/stylesheets/home.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@

margin-bottom: 50px; width: 100%; overflow: hidden
}

.image_teaser {
img.illustration {
width: 441px;
}
}

.teaser_question {
margin-bottom: 46px;

Expand Down
6 changes: 4 additions & 2 deletions app/views/refinery/pages/home.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@

.two_columns
.column
.teaser.movie_teaser
<iframe src="http://player.vimeo.com/video/40744512?title=0&amp;byline=0&amp;portrait=0" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
.teaser.image_teaser
= image_tag 'sign.jpg', class: 'illustration'
-#.movie_teaser
-#<iframe src="http://player.vimeo.com/video/40744512?title=0&amp;byline=0&amp;portrait=0" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>

.column
.teaser.location_teaser
Expand Down

0 comments on commit 2257125

Please sign in to comment.