Skip to content

Commit

Permalink
Add dancing pic
Browse files Browse the repository at this point in the history
  • Loading branch information
clehner committed Apr 5, 2015
1 parent 6744f81 commit 042d298
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hackathon-timer.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ <h1>hackathon ends in</h1>
-->
</div>

<div class="box dancing">
<img src="https://31.media.tumblr.com/5a6c106c2846f0e5cc565b320b58e04b/tumblr_inline_mlgyw229Xl1qz4rgp.gif" alt="dancing">
</div>

<script>
setTimeout(function() {
location.reload();
Expand Down
9 changes: 9 additions & 0 deletions static/hackathon-timer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ body {
@include columns(6);
}

&.dancing {
position: absolute;
bottom: 30px;

img {
width: 200px;
}
}

background: rgba(0, 0, 0, .45);
padding: 15px;
box-sizing: border-box;
Expand Down

0 comments on commit 042d298

Please sign in to comment.