Skip to content

Commit

Permalink
Rush
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Walsh committed Apr 19, 2014
1 parent 7146c4d commit f77bc7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 0 additions & 2 deletions views/layout.jade
Expand Up @@ -16,5 +16,3 @@ html
.container
include partials/flash
block content

include partials/footer
12 changes: 9 additions & 3 deletions views/rush.jade
@@ -1,6 +1,10 @@
extends layout

block content

div(style='width: 100%; height: 320px; background: url(img/rush-map.png) no-repeat top center; background-size: 1000px auto; background-position: -121px -383px;')


ul.list-group(style='margin-bottom: 0;')
li.list-group-item.timeone(style='float: left; width: 40%;')
h1(style='font-size: 14px; color: #C3C3C3; margin-top: 0px; margin-bottom: -1px;') 2013 Winner
Expand All @@ -11,9 +15,11 @@ block content
blink 1:25:03
li.list-group-item.timeleft(style='clear: both;')
| You have
span.mile(style='color: #DF4D00;') 2.3 miles
span.mile(style='color: #DF4D00;')   2.3 miles  
| more to go
li
p(style='margin: 0px;')
button.btn.btn-primary.btn-lg(type='button', style='font-weight: 300; transition: all 0.15s; margin: 11px 10px 10px 0; width: 44%; margin-left: 10px;') Stop
button.btn.btn-danger.btn-lg(type='button', style='font-weight: 300; transition: all 0.15s; margin: 11px 10px 10px 0; width: 44%; margin-left: 10px;') Pause
button.btn.btn-primary.btn-lg(type='button', style='font-weight: 300; transition: all 0.15s; margin: 11px 10px 10px 0; width: 40%; margin-left: 10px;') Stop
button.btn.btn-danger.btn-lg(type='button', style='font-weight: 300; transition: all 0.15s; margin: 11px 10px 10px 0; width: 40%; margin-left: 10px;') Pause

include partials/footer

0 comments on commit f77bc7a

Please sign in to comment.