update the chromebook raffle page

This commit is contained in:
Michael Q Larson
2014-12-11 23:07:33 -08:00
parent c72dfb32bd
commit d38e31d065
2 changed files with 12 additions and 31 deletions

View File

@ -185,11 +185,6 @@ ul {
color: @brand-success; color: @brand-success;
} }
.delay-half {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
.delay-1 { .delay-1 {
-webkit-animation-delay: 1s; -webkit-animation-delay: 1s;
animation-delay: 1s; animation-delay: 1s;
@ -200,24 +195,9 @@ ul {
animation-delay: 2s; animation-delay: 2s;
} }
.delay-3 { .delay-10 {
-webkit-animation-delay: 3s; -webkit-animation-delay: 10s;
animation-delay: 3s; animation-delay: 10s;
}
.delay-4 {
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.delay-5 {
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
.delay-6 {
-webkit-animation-delay: 6s;
animation-delay: 6s;
} }
.fast-animation { .fast-animation {
@ -225,11 +205,6 @@ ul {
animation-duration: 0.5s; animation-duration: 0.5s;
} }
.slow-animation {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.disabled { .disabled {
pointer-events: none; pointer-events: none;
cursor: default; cursor: default;

View File

@ -1,7 +1,13 @@
extends layout extends layout
block content block content
.jumbotron .jumbotron.negative-15.text-center
h1.hug-top Win a Chromebook
h2 Quincy won a Chromebook at a San Francisco HTML5 meetup at Google.
h3 He wants to give it to someone who needs it.
img.image-responsive(src="https://s3.amazonaws.com/freecodecamp/chromebook.jpg" alt="HP Chromebook 11")
script(src='//widget-prime.rafflecopter.com/launch.js') script(src='//widget-prime.rafflecopter.com/launch.js')
a#rcwidget_a7khonhd.rcptr(href='http://www.rafflecopter.com/rafl/display/d70901b10/', rel='nofollow', data-raflid='d70901b10', data-theme='classic', data-template='') a Rafflecopter giveaway a#rcwidget_a7khonhd.rcptr(href='http://www.rafflecopter.com/rafl/display/d70901b10/', rel='nofollow', data-raflid='d70901b10', data-theme='classic', data-template='') a Rafflecopter giveaway
.animated.zoomInDown.delay-10
p Finished signing up for the giveaway?
a.btn.btn-cta.signup-btn.btn-primary(href="/login") Start learning to code (it's free)
br