-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (95 loc) · 4.62 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0" />
<title>Cocoon - 360º</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat:500" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400" rel="stylesheet">
<link rel="stylesheet" href="css/reset.css" media="screen" type="text/css" />
<link rel="stylesheet" href="css/threesixty.css" media="screen" type="text/css" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Cocoon">
</head>
<body>
<div class="header">
<div class="logo">
<span class="l1">c</span><span class="l2">o</span><span class="l3">c</span><span class="l4">o</span><span class="l5">o</span><span class="l6">n</span>
</div>
</div>
<div class="threesixy-container">
<div id="threesixty">
<div id="spinner">
<span>0%</span>
</div>
<ol id="threesixty_images"></ol>
</div>
</div>
<ul class="footer color-choices">
<li><a class="teal"><img src="img/teal/cocoon-3d-1000.jpg"><span class="label">Teal</span></a></li>
<li><a class="maize-blue"><img src="img/maize-blue/cocoon-3d-1000.jpg"><span class="label">Maize & Blue</span></a></li>
<li><a class="america"><img src="img/america/cocoon-3d-1000.jpg"><span class="label">America</span></a></li>
<li><a class="dawn"><img src="img/dawn/cocoon-3d-1000.jpg"><span class="label">Dawn</span></a></li>
<li><a class="monarch"><img src="img/monarch/cocoon-3d-1000.jpg"><span class="label">Monarch</span></a></li>
<li><a class="gryffindor"><img src="img/gryffindor/cocoon-3d-1000.jpg"><span class="label">Gryffindor</span></a></li>
<li><a class="yellow-jacket"><img src="img/yellow-jacket/cocoon-3d-1000.jpg"><span class="label">Yellow Jacket</span></a></li>
<li><a class="neon-green"><img src="img/neon-green/cocoon-3d-1000.jpg"><span class="label">Sport</span></a></li>
<li><a class="orange"><img src="img/orange/cocoon-3d-1000.jpg"><span class="label">Orange</span></a></li>
<li><a class="white"><img src="img/white/cocoon-3d-1000.jpg"><span class="label">Minimal</span></a></li>
<li><a class="baby-blue"><img src="img/baby-blue/cocoon-3d-1000.jpg"><span class="label">Sky</span></a></li>
</ul>
<div class="features">
<div class="power-down hidden">
<div class='left icon feature-blockout'>
<img src="img/bulb.svg">
<p>
<span class="feature-title">The Mask</span><br>
<small>blocks out all light</small>
</p>
</div>
<div class='right icon feature-audio'>
<img src="img/music.svg">
<p>
<span class="feature-title">Audio Capabilities</span><br>
<small>help you relax with soothing sounds</small>
</p>
</div>
<div class='center icon feature-isolation'>
<img src="img/noise.svg">
<p>
<span class="feature-title">Noise Isolation</span><br>
<small>gives you the quiet headspace you deserve</small>
</p>
</div>
</div>
<div class="power-up hidden">
<div class='left icon feature-dawn'>
<img src="img/dawn.svg">
<p>
<span class="feature-title">Dawn Simulation</span><br>
<small>wakes you up, gently</small>
</p>
</div>
<div class='right icon feature-vibration'>
<img src="img/vibration.svg">
<p>
<span class="feature-title">Vibrations</span><br>
<small>ensure that you wake up</small>
</p>
</div>
<div class='center icon feature-auto'>
<img src="img/alarm-off.svg">
<p>
<span class="feature-title">Sensor</span><br>
<small>detects mask removal and stops the alarm</small>
</p>
</div>
</div>
</div>
<div class="power-down-label hidden">POWER DOWN</div>
<div class="power-up-label hidden">POWER UP</div>
<script src="js/heartcode-canvasloader-min.js"></script>
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/threesixty.js"></script>
</body>
</html>