diff --git a/public/css/main.less b/public/css/main.less index bcb348a73c..93457c6604 100644 --- a/public/css/main.less +++ b/public/css/main.less @@ -185,11 +185,6 @@ ul { color: @brand-success; } -.delay-half { - -webkit-animation-delay: 0.5s; - animation-delay: 0.5s; -} - .delay-1 { -webkit-animation-delay: 1s; animation-delay: 1s; @@ -200,24 +195,9 @@ ul { animation-delay: 2s; } -.delay-3 { - -webkit-animation-delay: 3s; - animation-delay: 3s; -} - -.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; +.delay-10 { + -webkit-animation-delay: 10s; + animation-delay: 10s; } .fast-animation { @@ -225,11 +205,6 @@ ul { animation-duration: 0.5s; } -.slow-animation { - -webkit-animation-duration: 2s; - animation-duration: 2s; -} - .disabled { pointer-events: none; cursor: default; diff --git a/views/chromebook.jade b/views/chromebook.jade index 8025d19155..a16e21477f 100644 --- a/views/chromebook.jade +++ b/views/chromebook.jade @@ -1,7 +1,13 @@ extends layout 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') 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