Permalink
Cannot retrieve contributors at this time
Jump to Line
Best-Christmas-Landing-Page/index.html
Fetching contributors…
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>The Best Christmas Landing Page EVER</title> | |
| <meta name="description" content="It's the Best Christmas Landing Page EVER, not really much more to say."> | |
| <meta name="author" content="George Phillips, http://cloudcannon.com"> | |
| <!-- Mobile Specific Metas | |
| –––––––––––––––––––––––––––––––––––––––––––––––––– --> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <!-- FONT | |
| –––––––––––––––––––––––––––––––––––––––––––––––––– --> | |
| <link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css"> | |
| <!-- CSS | |
| –––––––––––––––––––––––––––––––––––––––––––––––––– --> | |
| <link rel="stylesheet" href="css/normalize.css"> | |
| <link rel="stylesheet" href="css/skeleton.css"> | |
| <link rel="stylesheet" href="css/style.css"> | |
| <link rel="stylesheet" href="css/present.css"> | |
| <!-- Favicon | |
| –––––––––––––––––––––––––––––––––––––––––––––––––– --> | |
| <link rel="icon" type="image/png" href="images/favicon.png"> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <div class="row"> | |
| <div class="twelve column"> | |
| <!-- Probably want to change Cloud Cannon to your company --> | |
| <h1 class="editable"><small><a href="http://cloudcannon.com" target="top">CloudCannon</a> wishes you a</small> Merry Christmas</h1> | |
| <section class="cube-wrapper"> | |
| <div class="cube"> | |
| <figure class="front"></figure> | |
| <figure class="back"></figure> | |
| <figure class="right"></figure> | |
| <figure class="left"></figure> | |
| <figure class="top"> | |
| <div class="lower lower-left"></div> | |
| <div class="lower lower-right"></div> | |
| <div class="upper upper-left"></div> | |
| <div class="upper upper-right"></div> | |
| </figure> | |
| <figure class="bottom"></figure> | |
| <figure class="shadow"></figure> | |
| <figure class="present"> | |
| <div class="coupon"> | |
| <span class="coupon-back"> | |
| COUPON | |
| </span> | |
| <span class="coupon-front"> | |
| ONE FREE<br>MONTH | |
| </span> | |
| </div> | |
| </figure> | |
| </div> | |
| <p>(Click me to open) | |
| </p></section> | |
| <div class="open-message"> | |
| <h2 class="editable">Huzzah</h2> | |
| <p class="editable">What a thoughtful gift. You can use it straight away using the coupon <code>MerryChristmas</code>.</p> | |
| <a class="button editable" href="https://app.cloudcannon.com/">Login</a> | |
| <a class="button button-primary editable" href="https://app.cloudcannon.com/users/sign_up">Create a Free Account</a> | |
| </div> | |
| </div> | |
| <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> | |
| <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script> | |
| <script src="js/interface.js"></script> | |
| </div></div></body> | |
| </html> |