-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (29 loc) · 1.18 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700">
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/styles.css">
</head>
<body>
<section class="section section--dark">
<div class="section__content">
<img src="/images/rocket-jump-logo-white.svg" class="logo" />
</div>
</section>
<div class="divider"></div>
<section class="section section--light">
<div class="section__content js-selected-item"></div>
</section>
<canvas id="confeti" width="300" height="300"></canvas>
<script src="/js/vendor/TweenLite.min.js"></script>
<script src="/js/vendor/EasePack.min.js"></script>
<script src="/js/confetti.js"></script>
<script src="/js/main.js"></script>
</body>
</html>