-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
190 lines (162 loc) · 6 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>The State of Mobile HTML5 Game Development</title>
<meta name="viewport" content="width=device-width, user-scalable=0, initial-scale=1.0, maximum-scale=1.0"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="./favicon.ico">
<link rel="apple-touch-icon" sizes="144x144" href="./apple-touch-icon-144x144-precomposed.png">
<link rel="apple-touch-icon" sizes="114x114" href="./apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon" sizes="72x72" href="./apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon" href="./apple-touch-icon-57x57-precomposed.png">
<meta property="og:title" content="The State of Mobile HTML5 Game Development"/>
<meta property="og:type" content="article"/>
<meta property="og:url" content="http://www.html5gamedevelopment.org/StateofHTML5GameDevelopment/"/>
<meta property="og:image" content="http://www.html5gamedevelopment.org/StateofHTML5GameDevelopment/icon.png"/>
<meta property="og:site_name" content="HTML5 Game Development"/>
<meta property="og:description"
content="An overview of the state of HTML5 Mobile Game Development."/>
<script>
var _gaq = _gaq || [];
</script>
<!-- 1024x748 for iPad in Landscape mode. -->
<link rel="apple-touch-startup-image" media="(max-device-width: 1024px) and (orientation: landscape)" href="./startup-image.png" />
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'></script>
<script type="text/javascript" src="//use.typekit.net/bct5aak.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script src='lib/stats.js'></script>
<script src='lib/quintus.js'></script>
<script src='lib/quintus_sprites.js'></script>
<script src='lib/quintus_input.js'></script>
<script src='lib/quintus_scenes.js'></script>
<script src='lib/quintus_touch.js'></script>
<script src='lib/quintus_anim.js'></script>
<script src='lib/quintus_2d.js'></script>
<script src='lib/quintus_ui.js'></script>
<script src='lib/quintus_dom.js'></script>
<script src='lib/quintus_physics.js'></script>
<script src='lib/Box2dWeb-2.1.a.3.js'></script>
<script src='webAudioApiForDesigners.js'></script>
<script src='lib/quintus_audio.js'></script>
<script src='gamenote.js'></script>
<script src='presentation.js'></script>
<style>
body { margin:0 auto; }
canvas {
z-index:0;
}
#attribution {
position:absolute; bottom:0px;
right:0px;
font-family:proxima-nova;
opacity:0.5;
color:#666;
}
#attribution a {
color:#666;
text-decoration:none;
}
#loading {
font-weight:bold;
margin:50px auto;
max-width:1024px;
position:fixed;
width:100%;
height:100%;
text-align:center;
font-family:proxima-nova;
}
#loading_container {
position:relative;
margin:0 auto;
width:50%;
height:20px;
border:1px solid black;
text-align:center;
padding-top:10px;
}
#loading_progress {
width:0%;
background-color:red;
position:absolute;
height:30px;
top:0px;
opacity:0.4;
}
</style>
</head>
<body>
<div style='max-width:1024px;margin:0 auto;position:relative;'>
<div style='z-index:5;left:5px;top:5px;position:absolute;' id='social'>
<!-- AddThis Button BEGIN -->
<script>
var addthis_share =
{
url: "http://www.html5gamedevelopment.org/StateofHTML5GameDevelopment/"
}
</script>
<div id='loading'>
<div id='loading_container'>
Loading...
<div id='loading_progress'></div>
</div>
</div>
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" async="true" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4e5d96511b13dffd"></script>
</div>
</div>
<!-- AddThis Button END -->
<div id='attribution'>
Copyright ©2012 <a href='http://cykod.com'>Cykod LLC.</a> & <a href='http://www.html5gamedevelopment.org'>HTML5GameDevelopment.org</a> | <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-nd/3.0/88x31.png" /></a>
</div>
<!---
<div pub-key="pub-13814550-e608-4a18-a6c1-918a7629c300" sub-key="sub-9ea75ce6-2d3d-11e0-a6b8-0de526750bdd" ssl="off" origin="pubsub.pubnub.com" id="pubnub"></div>
<script src="http://cdn.pubnub.com/pubnub-3.1.min.js"></script>
<script>(function(){
// LISTEN FOR MESSAGES
PUBNUB.subscribe({
channel : "hello_world", // CONNECT TO THIS CHANNEL.
restore : false, // STAY CONNECTED, EVEN WHEN BROWSER IS CLOSED
// OR WHEN PAGE CHANGES.
callback : function(message) { // RECEIVED A MESSAGE.
// alert(message)
},
disconnect : function() { // LOST CONNECTION.
/* alert(
"Connection Lost." +
"Will auto-reconnect when Online."
)*/
},
reconnect : function() { // CONNECTION RESTORED.
alert("And we're Back!")
},
connect : function() { // CONNECTION ESTABLISHED.
/* PUBNUB.publish({ // SEND A MESSAGE.
channel : "hello_world",
message : "Hi from PubNub."
})
*/
}
})
})();</script>
-->
<script type='text/javascript'>
_gaq.push(['_setAccount', 'UA-2011791-33']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
ga.setAttribute('async', 'true');
document.documentElement.firstChild.appendChild(ga);
})();
</script>
</body>
</html>