forked from tebu/street-art-gangs-2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubspace.html
84 lines (68 loc) · 3.6 KB
/
subspace.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<link rel="shortcut icon" href="favicon.ico" />
<title>Subspace</title>
<!-- Launch icons -->
<link rel="apple-touch-icon" href="img/icons/ios/icon.png" />
<link rel="apple-touch-icon" sizes="72x72" href="img/icons/icon-72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="img/icons/[email protected]" />
<link rel="apple-touch-icon" sizes="144x144" href="img/icons/[email protected]" />
<!-- Stylesheets -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/icons.css">
<link rel="stylesheet" href="css/universal.css" />
<link rel="stylesheet" href="css/spraying.css">
<!-- start Mixpanel --><script type="text/javascript">(function(e,b){if(!b.__SV){var a,f,i,g;window.mixpanel=b;a=e.createElement("script");a.type="text/javascript";a.async=!0;a.src=("https:"===e.location.protocol?"https:":"http:")+'//cdn.mxpnl.com/libs/mixpanel-2.2.min.js';f=e.getElementsByTagName("script")[0];f.parentNode.insertBefore(a,f);b._i=[];b.init=function(a,e,d){function f(b,h){var a=h.split(".");2==a.length&&(b=b[a[0]],h=a[1]);b[h]=function(){b.push([h].concat(Array.prototype.slice.call(arguments,0)))}}var c=b;"undefined"!==
typeof d?c=b[d]=[]:d="mixpanel";c.people=c.people||[];c.toString=function(b){var a="mixpanel";"mixpanel"!==d&&(a+="."+d);b||(a+=" (stub)");return a};c.people.toString=function(){return c.toString(1)+".people (stub)"};i="disable track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config people.set people.set_once people.increment people.append people.track_charge people.clear_charges people.delete_user".split(" ");for(g=0;g<i.length;g++)f(c,i[g]);
b._i.push([a,e,d])};b.__SV=1.2}})(document,window.mixpanel||[]);
mixpanel.init("21b5b03d56c32459d17071cb2073ffce");</script><!-- end Mixpanel -->
</head>
<body id="spraying">
<div class="bg"></div>
<div class="load-wrap">
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="showup">
<div class="disappear">
<!-- <img id="can-spraying"> --> <!-- if purple-page this is visible -->
<!-- <img id="can-spraying" src="img/can-blue.png"> --> <!-- if blue-page this is visible -->
<!-- <img id="can-spraying" src="img/can-green.png"> --> <!-- if green-page this is visible -->
</div>
</div>
</div>
<div id="footer">
<div id="spray-text">
<p id="prepare">Just a moment...<br>Checking whether you're trying to bail out</p>
</div>
<div id="footer">
<div id="allgood-text">
<p></p>
</div>
<!-- This notification should appear if the tagger did not get busted-->
<script src="js/moment.min.js"></script>
<script src='js/jquery-1.10.2.min.js'></script>
<script src="js/scripts.js"></script>
<script src="js/subspace.js"></script>
<script src="js/jquery.lettering.js"></script>
<script src="js/modalEffects-tweaks.js"></script>
<script>
$(document).ready(function() {
$("#progress span").lettering();
});
</script>
</body>
</html>