-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
288 lines (259 loc) · 10.3 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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta http-equiv="refresh" content="0; url=http://tppkmn.net/" />
<link href='img/RBTV_icon.png' rel='shortcut icon' type='image/png' />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Twitch Plays Pokemon</title>
<link rel="stylesheet" href="css/foundation.css" />
<link rel="stylesheet" href="css/custom.css" />
<script src="js/vendor/modernizr.js"></script>
</head>
<body>
<nav class="top-bar" data-topbar>
<ul class="title-area">
<li class="name">
<h1><a href="#">TwitchPlaysPokemon.net</a></h1>
</li>
<li class="toggle-topbar menu-icon"><a href="#">Menu</a></li>
</ul>
<section class="top-bar-section">
<!-- Right Nav Section -->
<ul class="right">
<li>
<a target="_blank" style="background:grey;" target="_blank" href="http://www.reddit.com/r/twitchplayspokemon/comments/1z0of9/i_made_a_better_viewing_experience_for/cfq5pex">Filter Chat</a>
</li>
<li>
<a target="_blank" href="mailto:orangesodasmurf@gmail.com?Subject=TPPnet%20Feeback">Feedback</a>
</li>
<li>
<a target="_blank" href="http://www.twitchplayspokemon.org/">twitchplayspokemon.org</a>
<li>
<a target="_blank" href="http://www.youtube.com/playlist?list=PLqhIhhyKTQaKB6_PGHb3Gv3pQN0Srmxdi">Recap</a>
</li>
</li>
<li>
<a target="_blank" href="http://www.reddit.com/live/m5n42gvbpyi6hdisciytwamw3a">Reddit Feed</a>
</li>
<li>
<a target="_blank" href="https://www.google.com/url?q=https%3A%2F%2Fsites.google.com%2Fsite%2Ftwitchplayspokemonstatus%2F&sa=D&sntz=1&usg=AFQjCNE83nRgxYLUtq4wkp_sMezDuzRjkA">Google Doc</a>
</li>
<li>
<a target="_blank" href="http://www.reddit.com/r/twitchplayspokemon">/r/TwitchPlaysPokemon</a>
</li>
</ul>
</section>
</nav>
<a href="https://github.com/adispen/tpp"><img style="position: absolute; top: 45px; right: 0; border: 0; z-index: 1;" src="https://github-camo.global.ssl.fastly.net/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
<div id="progress">
<div class="row">
<div class="large-6 columns">
<div style="padding-top:2%;" id="badges">
</div>
<div id="e4">
</div>
</div>
<div class="large-6 columns">
<div id="party" style="padding-top:1%;">
<!--
-->
<h5 style="color:white; padding-top:12%; text-align:center;" id="viewers"></h5>
</div>
</div>
</div>
</div>
<br/>
<div class="row">
<div id="videocontainer" class="large-12 columns">
<div id="video">
<object width="720" height="500" id="videoPlayer" type="application/x-shockwave-flash" data="http://www.twitch.tv/widgets/live_embed_player.swf?channel=twitchplayspokemon"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><param name="allowNetworking" value="all"><param name="movie" value="http://www.twitch.tv/widgets/live_embed_player.swf"><param name="flashvars" value="hostname=www.twitch.tv&channel=twitchplayspokemon&auto_play=true&start_volume=50"></object>
</div>
<div id="chat">
<iframe frameborder="0" scrolling="no" id="chat_embed" src="http://twitch.tv/chat/embed?channel=twitchplayspokemon&popout_chat=true" height="500" width="350"></iframe>
</div>
</div>
</div>
<div id="closechat">
<a style="height:25px; padding-bottom:25px;" class="button" onclick="closeChat();">Close/Open Chat</a>
</div>
<br>
<div class="large-12 columns" id="livefeed">
<iframe frameborder="0" width="650" height="250" src="https://www.redditmedia.com/live/6p6msbgpzai6hfj4ciytwamw3a/embed"></iframe>
<a class="twitter-timeline" href="https://twitter.com/TwitchPokemon" data-widget-id="440145250577690624">Tweets by @TwitchPokemon</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<br>
<h3 style="text-align:center; padding-top:3%; color:goldenrod;">Courtesy of <a href="http://www.twitchplayspokemon.org">twitchplayspokemon.org</a>.</h3>
<div class="large-12 columns" align="center">
<iframe id="ifr" frameborder="0" width="1200" height="500" src="http://www.twitchplayspokemon.org/"></iframe>
</div>
<br>
<div class="large-12 columns" id="halloffame" >
<h1 style="font-weight:600;">Hall of Fame</h1>
<h2>Pokemon Fire Red</h2>
<h5>15 days 12 hours 1 minute</h5>
<!--<h6><b><a target="_blank" href="saves/Twitch Plays Pokemon Crystal.sav">Gen II Save File</a><b></h6>-->
<table align="center" class="hallpokes">
<tbody>
<tr>
<td><img src="img/altaria_SPR.png"></td>
<td><img src="img/mew_SPR.png"></td>
<td><img src="img/masquerain_SPR.png"></td>
<td><img src="img/blastoise_SPR.png"></td>
<td><img src="img/sandslash_SPR.png"></td>
<td><img src="img/slaking_SPR.png"></td>
</tr>
<tr style="background:inherit; font-weight:600;">
<td>"Altareon"</td>
<td>"Karl Marc"</td>
<td>"Hyperbug"</td>
<td>"Shellock Holmes"</td>
<td>"Full Metal Flamesplash"</td>
<td>"DJ"</td>
</tr>
<tr style="background:inherit;">
<td>Level 54</td>
<td>Level 56</td>
<td>Level 58</td>
<td>Level 59</td>
<td>Level 63</td>
<td>Level 63</td>
</tr>
</tbody>
</table>
<h2>Generation III</h2>
<h5>20 days 21 hours 56 minutes</h5>
<!--<h6><b><a target="_blank" href="saves/Twitch Plays Pokemon Crystal.sav">Gen II Save File</a><b></h6>-->
<table align="center" class="hallpokes">
<tbody>
<tr>
<td><img src="img/hariyama_SPR.png"></td>
<td><img src="img/mightyena_SPR.png"></td>
<td><img src="img/vileplume_SPR.png"></td>
<td><img src="img/graveler_SPR.png"></td>
<td><img src="img/tentacruel_SPR.png"></td>
<td><img src="img/azumarill_SPR.png"></td>
</tr>
<tr style="background:inherit; font-weight:600;">
<td>"Annie"</td>
<td>"Mighty Doge"</td>
<td>"Cabbage the White"</td>
<td>"Five Feet"</td>
<td>"Cruella"</td>
<td>"M4"</td>
</tr>
<tr style="background:inherit;">
<td>Level 78</td>
<td>Level 50</td>
<td>Level 49</td>
<td>Level 68</td>
<td>Level 79</td>
<td>Level 100</td>
</tr>
</tbody>
</table>
<h2>Generation II</h2>
<h5>13 days 2 hours 2 minutes</h5>
<h6><b><a target="_blank" href="saves/Twitch Plays Pokemon Crystal.sav">Gen II Save File</a><b></h6>
<table align="center" class="hallpokes">
<tbody>
<tr>
<td><img src="img/steelix_SPR.png"></td>
<td><img src="img/dragonite_SPR.png"></td>
<td><img src="img/espeon_SPR.png"></td>
<td><img src="img/feraligator_SPR.png"></td>
<td><img src="img/pidgeot_spr.png"></td>
</tr>
<tr style="background:inherit; font-weight:600;">
<td>"Solid Snake"</td>
<td>"Katie"</td>
<td>"Espeonage"</td>
<td>"LazorGator"</td>
<td>"Brian"</td>
</tr>
<tr style="background:inherit;">
<td>Level 72</td>
<td>Level 62</td>
<td>Level 54</td>
<td>Level 84</td>
<td>Level 64</td>
</tr>
</tbody>
</table>
<h2>Generation I</h2>
<h5>16 days 7 hours 44 minutes</h5>
<h6><b><a target="_blank" href="saves/Twitch Plays Pokemon.sav">Gen I Save File</a><b></h6>
<table align="center" class="hallpokes">
<tbody>
<tr>
<td><img src="img/zapdos_spr.png"></td>
<td><img src="img/venomoth_spr.png"></td>
<td><img src="img/pidgeot_spr.png"></td>
<td><img src="img/omastar_spr.png"></td>
<td><img src="img/nidoking_spr.png"></td>
<td><img src="img/lapras_spr.png"></td>
</tr>
<tr style="background:inherit; font-weight:600;">
<td>"Battery Jesus"</td>
<td>"All Terrain Venomoth"</td>
<td>"Bird Jesus"</td>
<td>"Lord Helix"</td>
<td>"King Fonz"</td>
<td>"Air Jordan"</td>
</tr>
<tr style="background:inherit;">
<td>Level 81</td>
<td>Level 39</td>
<td>Level 69</td>
<td>Level 51</td>
<td>Level 53</td>
<td>Level 30</td>
</tr>
</tbody>
</table>
</div>
<br>
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<script src="js/foundation/foundation.topbar.js"></script>
<script>
$(document).foundation();
function closeChat (){
var frame = $("#chat");
if (frame.css('display') != 'none'){
var width = $(window).width();
frame.css('display','none');
$("#videoPlayer").width($("#videoPlayer").width() + frame.width())
//$("#videoPlayer").width(width*.8);
closed = 1;
return;
} else {
$("#videoPlayer").width($("#videoPlayer").width() - frame.width())
frame.css('display','inline');
closed = 0;
return;
}
}
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48447153-1', 'twitchplayspokemon.net');
ga('send', 'pageview');
</script>
<script type="text/javascript" src="js/call.js"></script>
<br>
<div class="row">
<h6 style="text-align:center;">Created by <a href="http://github.com/adispen"> adispen</a> aka <a href="https://twitter.com/OrangeSodaSmurf">OrangeSodaSmurf</a>.</h6>
</div>
<script type="text/javascript">
var ifr = document.getElementById("ifr");
ifr.onload = function() {
ifr.src += "#pokemon"
};
</script>
</body>
</html>