forked from CloudCannon/best-christmas-landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (66 loc) · 3.39 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Best Digital Gift Wrap EVER</title>
<meta name="description" content="It's the Best Birthday Landing Page EVER, not really much more to say.">
<meta name="author" content="Alexander Härenstam">
<!-- 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>
<audio src="music/happy_birthday.mp3" autoplay loop preload>
</audio>
<div class="container">
<div class="row">
<div class="twelve column">
<!-- Probably want to change Cloud Cannon to your company -->
<h1 class="editable"><small>Happy birthday</small> Brother<small>Wish you a wonderful day,</small><small><i>Your bro</i></small></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">
<img src="image/overwatch.png" class="coupon-back"/>
<img src="image/overwatch_pc.png" class="coupon-front"/>
</div>
</figure>
</div>
<p>(Click me to open)
</p></section>
<div class="open-message">
<h2 class="editable">Congratulations!</h2>
<p class="editable">Here is your very own digital copy of Overwatch<br><code>JGJC8P-4CXP-FEG67C-FNV2-BEPDTZ</code></p>
<a class="button editable" href="https://us.battle.net/shop/en/product/overwatch-origins" target="_blank">Read more</a>
<a class="button button-primary editable" href="https://eu.battle.net" target="_blank">Claim it</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>