-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
296 lines (253 loc) · 11.1 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
289
290
291
292
293
294
295
296
<!DOCTYPE html>
<html lang="en">
<head>
<title>Newtown 911 Calls</title>
<link href="css/newtown.css" rel="stylesheet">
<link rel="stylesheet" href="css/not.the.skin.css">
<link rel="stylesheet" href="circle.skin/circle.player.css">
<link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.transform2d.js"></script>
<script type="text/javascript" src="js/jquery.grab.js"></script>
<script type="text/javascript" src="js/jquery.jplayer.js"></script>
<script type="text/javascript" src="js/mod.csstransforms.min.js"></script>
<script type="text/javascript" src="js/circle.player.js"></script>
<script src="js/modernizr.js"></script>
<script type="text/javascript">
$(document).ready(function(){
/*
* Instance CirclePlayer inside jQuery doc ready
*
* CirclePlayer(jPlayerSelector, media, options)
* jPlayerSelector: String - The css selector of the jPlayer div.
* media: Object - The media object used in jPlayer("setMedia",media).
* options: Object - The jPlayer options.
*
* Multiple instances must set the cssSelectorAncestor in the jPlayer options. Defaults to "#cp_container_1" in CirclePlayer.
*/
var myCirclePlayer1 = new CirclePlayer("#jquery_jplayer_1",
{
mp3:"audio/call1.mp3",
oga:"audio/call1.ogg"
}, {
cssSelectorAncestor: "#cp_container_1",
supplied: "mp3,ogg",
swfPath: "http://tdbeta.digitalfirstmedia.com/breakingbad/js",
wmode: "window",
keyEnabled: true
});
var myCirclePlayer3 = new CirclePlayer("#jquery_jplayer_3",
{
mp3:"audio/call3.mp3",
oga:"audio/call3.ogg"
}, {
cssSelectorAncestor: "#cp_container_3",
supplied: "mp3,ogg",
swfPath: "http://tdbeta.digitalfirstmedia.com/breakingbad/js",
wmode: "window",
keyEnabled: true
});
var myCirclePlayer4 = new CirclePlayer("#jquery_jplayer_4",
{
mp3:"audio/call4.mp3",
oga:"audio/call4.ogg"
}, {
cssSelectorAncestor: "#cp_container_4",
supplied: "mp3,ogg",
swfPath: "http://tdbeta.digitalfirstmedia.com/breakingbad/js",
wmode: "window",
keyEnabled: true
});
var myCirclePlayer5 = new CirclePlayer("#jquery_jplayer_5",
{
mp3:"audio/call5.mp3",
oga:"audio/call5.ogg"
}, {
cssSelectorAncestor: "#cp_container_5",
supplied: "mp3,ogg",
swfPath: "http://tdbeta.digitalfirstmedia.com/breakingbad/js",
wmode: "window",
keyEnabled: true
});
var myCirclePlayer7 = new CirclePlayer("#jquery_jplayer_7",
{
mp3:"audio/call7.mp3",
oga:"audio/call7.ogg"
}, {
cssSelectorAncestor: "#cp_container_7",
supplied: "mp3,ogg",
swfPath: "http://tdbeta.digitalfirstmedia.com/breakingbad/js",
wmode: "window",
keyEnabled: true
});
});
</script>
</head>
<body>
<div id="jquery_jplayer_1" class="cp-jplayer"></div>
<div id="jquery_jplayer_3" class="cp-jplayer"></div>
<div id="jquery_jplayer_4" class="cp-jplayer"></div>
<div id="jquery_jplayer_5" class="cp-jplayer"></div>
<div id="jquery_jplayer_7" class="cp-jplayer"></div>
<div id="bbContainer">
<div class="mediaCon">
<div class="galleryCon">
<div class="flexslider">
<ul class="slides">
<li>
<img src="img/newtown1.jpg" />
<p class="flex-caption">Outside the Sandy Hook School in Newtown, shooting aftermath. (Melanie Stenge/New Haven Register)</p>
</li>
<li>
<img src="img/newtown2.jpg" />
<p class="flex-caption">The front of Sandy Hook Elementary School photographed Dec. 14, 2012. (Arnold Gold/New Haven Register)</p>
</li>
<li>
<img src="img/newtown3.jpg" />
<p class="flex-caption">An unidentified woman asks a police officer for information about a teacher after a shooting spree threw Sandy Hook Elementary School in Newtown into turmoil Dec. 14, 2012. (Melanie Stengel/New Haven Register)</p>
</li>
<li>
<img src="img/newtown4.jpg" />
<p class="flex-caption">Connecticut state police officers check the scene at the aftermath of a school shooting at a Connecticut elementary school that brought police swarming into the leafy neighborhood, while other area schools were put under lock-down, police and local media said. (Don Emmert/AFP/Getty Images)</p>
</li>
<li>
<img src="img/newtown5.jpg" />
<p class="flex-caption">Responders gather at the scene of a mass school shooting at Sandy Hook Elementary School on Dec. 14, 2012 in Newtown, Conn., where Adam Lanza killed 26 in one of the largest school massacres in U.S. history. (Mario Tama/Getty Images)</p>
</li>
<li>
<img src="img/newtown6.jpg" />
<p class="flex-caption">Fire resue squad help secure the area following a shooting December 14, 2012 at Sandy Hook Elementary School on December 14, 2012 in Newtown, Connecticut. (Don Emmert/AFP/Getty Images)</p>
</li>
</ul>
</div>
</div>
<div class="audioCon">
<div id="cp_container_1" class="cp-container">
<div class="cp-buffer-holder"> <!-- .cp-gt50 only needed when buffer is > than 50% -->
<div class="cp-buffer-1"></div>
<div class="cp-buffer-2"></div>
</div>
<div class="cp-progress-holder"> <!-- .cp-gt50 only needed when progress is > than 50% -->
<div class="cp-progress-1"></div>
<div class="cp-progress-2"></div>
</div>
<div class="cp-circle-control"></div>
<ul class="cp-controls">
<li><a class="cp-play" tabindex="1">play</a></li>
<li><a class="cp-pause" style="display:none;" tabindex="1">pause</a></li> <!-- Needs the inline style here, or jQuery.show() uses display:inline instead of display:block -->
</ul>
</div>
<div class="caption">Listen to the call (0:24)</div>
</div>
<div class="textCon">
<p>"I saw a glimpse of somebody running down the hallway. They're still running, they're still shooting — Sandy Hook school, please."</p>
</div>
<div class="audioCon">
<div id="cp_container_3" class="cp-container">
<div class="cp-buffer-holder"> <!-- .cp-gt50 only needed when buffer is > than 50% -->
<div class="cp-buffer-1"></div>
<div class="cp-buffer-2"></div>
</div>
<div class="cp-progress-holder"> <!-- .cp-gt50 only needed when progress is > than 50% -->
<div class="cp-progress-1"></div>
<div class="cp-progress-2"></div>
</div>
<div class="cp-circle-control"></div>
<ul class="cp-controls">
<li><a class="cp-play" tabindex="1">play</a></li>
<li><a class="cp-pause" style="display:none;" tabindex="1">pause</a></li> <!-- Needs the inline style here, or jQuery.show() uses display:inline instead of display:block -->
</ul>
</div>
<div class="caption">Listen to the call (2:29)</div>
</div>
<div class="textCon">
<p>"I believe they're shooting at the front, at the front glass, something's going on ..." <span class="caller">- Rick, acting head custodian </span></p>
</div>
<div class="audioCon">
<div id="cp_container_4" class="cp-container">
<div class="cp-buffer-holder"> <!-- .cp-gt50 only needed when buffer is > than 50% -->
<div class="cp-buffer-1"></div>
<div class="cp-buffer-2"></div>
</div>
<div class="cp-progress-holder"> <!-- .cp-gt50 only needed when progress is > than 50% -->
<div class="cp-progress-1"></div>
<div class="cp-progress-2"></div>
</div>
<div class="cp-circle-control"></div>
<ul class="cp-controls">
<li><a class="cp-play" tabindex="1">play</a></li>
<li><a class="cp-pause" style="display:none;" tabindex="1">pause</a></li> <!-- Needs the inline style here, or jQuery.show() uses display:inline instead of display:block -->
</ul>
</div>
<div class="caption">Listen to the call (0:42)</div>
</div>
<div class="textCon">
<p>"It sounds like there are gunshots in the hallway. I'm a teacher in the school." </p>
</div>
<div class="audioCon">
<div id="cp_container_5" class="cp-container">
<div class="cp-buffer-holder"> <!-- .cp-gt50 only needed when buffer is > than 50% -->
<div class="cp-buffer-1"></div>
<div class="cp-buffer-2"></div>
</div>
<div class="cp-progress-holder"> <!-- .cp-gt50 only needed when progress is > than 50% -->
<div class="cp-progress-1"></div>
<div class="cp-progress-2"></div>
</div>
<div class="cp-circle-control"></div>
<ul class="cp-controls">
<li><a class="cp-play" tabindex="1">play</a></li>
<li><a class="cp-pause" style="display:none;" tabindex="1">pause</a></li> <!-- Needs the inline style here, or jQuery.show() uses display:inline instead of display:block -->
</ul>
</div>
<div class="caption">Listen to the call (1:43)</div>
</div>
<div class="textCon">
<p>A state policeman and a woman who's been shot in the foot call to report her injury from a classroom in the school.</p>
</div>
<div class="audioCon">
<div id="cp_container_7" class="cp-container">
<div class="cp-buffer-holder"> <!-- .cp-gt50 only needed when buffer is > than 50% -->
<div class="cp-buffer-1"></div>
<div class="cp-buffer-2"></div>
</div>
<div class="cp-progress-holder"> <!-- .cp-gt50 only needed when progress is > than 50% -->
<div class="cp-progress-1"></div>
<div class="cp-progress-2"></div>
</div>
<div class="cp-circle-control"></div>
<ul class="cp-controls">
<li><a class="cp-play" tabindex="1">play</a></li>
<li><a class="cp-pause" style="display:none;" tabindex="1">pause</a></li> <!-- Needs the inline style here, or jQuery.show() uses display:inline instead of display:block -->
</ul>
</div>
<div class="caption">Listen to the call (0:22)</div>
</div>
<div class="textCon">
<p>Rick, a Sandy Hook custodian, is confronted by police who enter the school and relays information between police on scene and 911 dispatchers. Rick did not see the shooter, but heard the shots.</p>
</div>
</div>
<div style="clear:both"></div>
</div> <!--END BBCONTAINER-->
<!-- FlexSlider -->
<script defer src="js/jquery.flexslider.js"></script>
<script>
$(window).load(function() {
$('.flexslider').flexslider({
animation: "slide",
smoothHeight: true
});
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37303540-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>