-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
151 lines (143 loc) · 5.47 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<!-- Hedron Vision -->
<!-- Adapted from Eventually by HTML5 UP | html5up.net | @ajlkn -->
<html>
<head>
<meta charset="utf-8" />
<title>Hedron Vision</title>
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
<link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#061a20">
<link rel="shortcut icon" href="/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#061a20">
<meta name="msapplication-config" content="/favicon/browserconfig.xml">
<meta name="theme-color" content="#061a20">
<link type="text/plain" rel="author" href="/humans.txt" />
<script type="text/javascript">
(function(e, t) {
var n = {
_q: [],
_iq: {}
};
var r = t.createElement("script");
r.type = "text/javascript";
r.async = true;
r.src = "https://cdn.amplitude.com/libs/amplitude-4.5.2-min.gz.js";
r.integrity = "sha384-f1maK8oMrCMNEWGGg3Hx3dMTOQBbXr4e1ZIjB/J0TcgJx5UeE0g5S5PM5BbWPe4E";
r.crossOrigin = "anonymous";
r.onload = function() {
e.amplitude.runQueuedFunctions()
};
var i = t.getElementsByTagName("script")[0];
i.parentNode.insertBefore(r, i);
function s(e, t) {
e.prototype[t] = function() {
this._q.push([t].concat(Array.prototype.slice.call(arguments, 0)));
return this
}
}
var d = ["init", "logEvent"];
function v(e) {
function t(t) {
e[t] = function() {
e._q.push([t].concat(Array.prototype.slice.call(arguments, 0)))
}
}
for (var n = 0; n < d.length; n++) {
t(d[n])
}
}
v(n);
n.getInstance = function(e) {
e = (!e || e.length === 0 ? "$default_instance" : e).toLowerCase();
if (!n._iq.hasOwnProperty(e)) {
n._iq[e] = {
_q: []
};
v(n._iq[e])
}
return n._iq[e]
};
e.amplitude = n
})(window, document);
var a = amplitude.getInstance();
a.init("e4975e5174ed863109b00bb5266a4d0e", null, {includeReferrer: true});
a.logEvent("Main Page View");
</script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- If you're reading this, you should consider working with us. Reach out at [email protected]! -->
<object data="/images/OnAxisAnimationRecolor.svg" type="image/svg+xml" style="width: 200px; height: 200px; filter: drop-shadow(0px 0px 4px #111111); background: url(/images/OnAxisRenderRecolor.svg) center no-repeat; visibility: hidden" onload="
this.style.visibility = '';
var smil = !!document.createElementNS && /SVGAnimate/.test((document.createElementNS('http://www.w3.org/2000/svg', 'animate')).toString());
if (!smil) {
this.data = '';
return;
}
var a = this.contentDocument.children[0];
a.pauseAnimations();
this.timerPause = function() {
setTimeout(this.pause.bind(this), 2983);
};
this.pause = function() {
if (this.mouseIsOver) {
this.timerPause();
} else {
a.pauseAnimations();
}
}
this.style.backgroundImage = null;
this.play = function() {
if (a.animationsPaused()) {
this.style.backgroundImage = null;
a.setCurrentTime(0);
a.unpauseAnimations();
this.timerPause();
}
};
document.onvisibilitychange = function() {
if (document.visibilityState == 'hidden') {
a.setCurrentTime(0);
} else {
a.pauseAnimations();
}
};
setTimeout(this.play.bind(this), 500);
a.onmousedown = this.onmouseover.bind(this);
a.onmouseup = this.onmouseout.bind(this);"
onmouseover="this.mouseIsOver=true; if (this.play) this.play();"
onmouseout="this.mouseIsOver=false;">
</object>
<!-- Header -->
<header id="header">
<h1>Hedron Vision</h1>
<h3>VR without the overhead</h3>
<p>We're bringing a 3D experience to 2D screens without extra hardware.</p>
</header>
<!-- Signup Form -->
<form id="signup-form" method="post" action="https://docs.google.com/forms/d/e/1FAIpQLSe97KQTRSVrEHvM9C82_HjtGHO1pf31-N7_5T-SiSdBbKpTHw/formResponse">
<input type="email" name="entry.1670508223" required id="email" placeholder="Email Address" autocomplete="email"/>
<input type="submit" value="Join the Pre-Release Waitlist" />
</form>
<p>Looking for our <a href="https://heartrate.hedronvision.com/">Hands-Free Heart Rate app</a> instead? See <a href="https://heartrate.hedronvision.com/">heartrate.hedronvision.com</a>.</p>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://github.com/hedronvision" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<!-- TODO(sredmond): Obfuscate this email address. -->
<li><a href="mailto:[email protected]?subject=Hello,%20Hedron" target="_blank" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Hedron Vision Incorporated</li>
<li>Hedron, like polyhedron.</li>
<li>Credits: <a href="https://html5up.net/">HTML5 UP</a>
</ul>
</footer>
<!-- Scripts -->
<script src="/assets/js/main.js"></script>
</body>
</html>