-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
565 lines (486 loc) · 17.5 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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
<!doctype html>
<html>
<!-- Created by Rob Denton/The Register-Guard on December 9, 2014 -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Mariota madness | Sports | The Register-Guard | Eugene, Ore.</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta property="twitter:card" content="summaryphoto">
<meta property="twitter:site" content="@registerguard">
<meta property="twitter:title" content="">
<meta property="twitter:description" content="">
<meta property="twitter:image" content="">
<meta property="twitter:url" content="">
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css">
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/grids-responsive-min.css">
<!-- [BEGIN] Zeppelin -->
<link rel="stylesheet" href="http://zeppelin.registerguard.com/prod/0.1.0/20140911/1/styles/zeppelin.min.css">
<script src="http://zeppelin.registerguard.com/prod/0.1.0/20140911/1/scripts/zeppelin.min.js"></script>
<!-- [END] Zeppelin -->
<link rel="stylesheet" href="bat_styles.css">
<!-- ccs/bat_styles.css -->
<meta name="verify-v1" content="FPxMUeDPHJaIRBh+RAEc0QZisGX9WHLZuqlbleiLe3c=">
<meta name="google-site-verification" content="-b9kSGtOMT3DZyn5y1faDWWBN74GtyBDZlCDJuf39Yc">
<meta name="msvalidate.01" content="608AEB9B4D0BDA128921F2615DCC1FCE">
<style>
/* link goodness */
a:link { color: #009933; text-decoration: none; }
a:visited { color: #00502E; text-decoration: none; }
a:hover { color: #0F5000; text-decoration: underline; }
a:active { color: #FFCC33; text-decoration: underline; }
/*top stuff*/
.bat_paratop{
/*max-width: 1500px;*/
margin: 0 auto;
}
.bat_head {
position: relative;
color: black;
width: 90%;
margin: 0 auto;
}
.bat_head h1 {
font-family: "MillerHeadline Bold", Times, serif;
letter-spacing: .01em;
font-size: 4em;
margin: 0;
line-height: .8em;
bottom: 0;
}
.bat_head .bat_superhead h3{
margin: .5em 0 0 0;
}
hr{ margin: 1em; }
@media (min-width: 980px) { /*C*/
.bat_head {
width: 55%;
float: right;
position: absolute;
top: 0;
right: 20px;
margin: .5em 1em 1em 1em;
text-align: left;
}
.bat_head h1 {
font-size: 9em;
color: white;
letter-spacing: .04em;
}
.bat_head .bat_superhead h3{
font-family: "BentonSansCond Regular", Arial, sans-serif;
font-size: 2em;
color: #ffff66;
margin: 0;
text-transform: uppercase;
}
hr{ margin: 3em 12em; }
}
@media (min-width: 1280px) { /*d*/
.bat_head h1{
font-size: 12em;
}
}
/* Center story */
.bat_story{width:100%;max-width:800px;margin:0 auto;}
ul{
margin: 0 auto;
}
h2{ max-width: 800px; }
.bat_sponsor{
text-align: center;
font-family: "BentonSansCond Regular", Arial, sans-serif;
font-size: 1em;
background: #ddd;
color: #333;
margin: 1em 0 0 0;
padding: .5em;
font-variant: small-caps;
}
.mar_bar{
text-align: center;
clear:both;
padding: .5em 0;
width: 100%;
}
.mar_top{
font-family: "BentonSansCond Regular", Arial, sans-serif;
text-transform: uppercase;
font-size: 1em;
letter-spacing: .01em;
line-height: 1em;
}
.mar_bottom{
font-family: "MillerHeadline Bold", Times, serif;
font-size: 4em;
line-height: 1em;
}
.mar_advert{
text-transform: none;
float:left;
text-align: left;
text-indent: 0;
font-style: italic;
}
@media (min-width: 520px) { /*d*/
.mar_advert{
float: right;
text-align: right;
}
}
.mar_game{
margin: .5em 0 0 0;
padding: .25em;
}
.mar_game_bar{
font-family:"BentonSansCond Regular", Arial, sans-serif;
font-size: 1.25em;
letter-spacing: .01em;
xtext-transform: uppercase;
width: 100%;
background: #ddd;
line-height: 1em;
margin-bottom: 10px;
float:left;
overflow: hidden;
}
.mar_game_count{
padding: 15px;
background: black;
color: white;
}
.mar_game_score{
padding: 15px;
}
.bat_wrap h3{
margin: 1em 0 .5em 0;
line-height: 1em;
font-size: 2em;
}
@media (max-width: 767px) { /*a, b*/
.mar_game_count{
width:100%;
}
.mar_game_score{
width:90%;
}
}
</style>
<!-- [BEGIN] Syncronex -->
<!-- <meta name="__sync_contentCategory" content="premium_1">
<script src="https://www.syncaccess.net/po/rg/api/scripts/syncwall"></script> -->
<!-- [END] Syncronex -->
</head>
<body>
<!-- [BEGIN] head -->
<header id="zeppelin" role="banner">
<h6><a href="http://registerguard.com">The Register-Guard</a></h6>
<p>
<a href="http://registerguard.com/rg/sports/football/">Oregon Football</a>
<span class="mar_advert">
<a href="http://www.eugenesflowerhome.com/category/occasions/winter/display">Sponsored by Eugene's Flower Home</a>
</span>
</p>
</header>
<!-- [END] head -->
<div class="bat_paratop">
<figure>
<img src="media/images/mar_main.jpg" width="100%">
<div id="bat_one" class="bat_head">
<h1>TROPHY DASH</h1>
<div class="bat_superhead">
<h3>Marcus Mariota, game-by-game</h3>
</div>
</div>
<figcaption>Oregon quarterback Marcus Mariota strikes the pose and hurdles Oregon State safety Justin Strong during the Ducks’ 47-19 victory over the Beavers in the 118th Civil War on Saturday, Nov. 29, at Reser Stadium in Corvallis. (Brian Davies/The Register-Guard)</figcaption>
</figure>
</div>
<div id="bat_two" class="bat_head" style="display:none">
<h1>TROPHY DASH</h1>
<div class="bat_superhead">
<h3>Marcus Mariota, game-by-game</h3>
</div>
</div>
<!-- wrapper -->
<div class="bat_wrap" style="margin-top:10px">
<h2>One extraordinary season can't be entirely explained by the numbers, but they help tell the story of a Heisman hopeful</h2>
<!-- [BEGIN] byline -->
<div class="pure-g bat_bydate">
<div class="pure-u-1 pure-u-md-3-4 bat_byline">
By The Register-Guard
</div><!-- /.pure-u-1 /.pure-u-md-1-2 /.bat_byline -->
<div class="pure-u-1 pure-u-md-1-4 bat_date">
Dec. 12, 2014
</div><!-- /.pure-u-1 /.pur-u-md-1-2 /.bat_date -->
</div><!-- /.pure-g /.bat_bydate -->
<!-- [END] byline -->
<!-- <div class="bat_story">
<div class="bat_sponsor">
Mariota special section sponsored by <a href="http://registerguard.com">Eugene Flower Home</a>.
</div>
</div> -->
<!-- [BEGIN] Addthis social buttons -->
<div class="addthis_sharing_toolbox"></div>
<!-- [END] Addthis social buttons -->
<!-- story -->
<div class="bat_story">
<p class="bat_dropcap">October is the month every year in which adults can act like children and happily get away with it thanks to the steady march toward that perennial holiday favorite, Halloween.</p>
<p>October is the month every year in which adults can act like children and happily get away with it thanks to the steady march toward that perennial holiday favorite, Halloween.</p>
<p>October is the month every year in which adults can act like children and happily get away with it thanks to the steady march toward that perennial holiday favorite, Halloween.</p>
<div class="mar_game_bar">
<div class="mar_game_count" style="float:left;background:black;color:white;">1</div>
<div style="float:left;" class="mar_game_score">Oregon 62, Michigan State 13</div>
</div>
<div class="mar_bar pure-g" style="text-align:center;">
<div class="pure-u-1 pure-u-md-1-3">
<div class="mar_top">Touchdowns</div>
<div class="mar_bottom">5</div>
</div>
<div class="pure-u-1 pure-u-md-1-3">
<div class="mar_top">Interceptions</div>
<div class="mar_bottom">0</div>
</div>
<div class="pure-u-1 pure-u-md-1-3">
<div class="mar_top">Quarterback rating</div>
<div class="mar_bottom">198.5</div>
</div>
</div>
<figure>
<img src="media/mariota_season_recap/mariota_game_01.jpg" width="100%">
<figcaption>Marcus Mariota hurdles OSU safety Justin Strong on a run during Oregon's victory over the Beavers in the Civil War. (Brian Davies/The Register-Guard)</figcaption>
</figure>
<div class="mar_game_bar">
<div class="mar_game_count" style="float:left;background:black;color:white;">2</div>
<div style="float:left;" class="mar_game_score">Oregon 62, Michigan State 13</div>
</div>
<div class="mar_bar pure-g" style="text-align:center;">
<div class="pure-u-1 pure-u-md-1-3">
<div class="mar_top">Touchdowns</div>
<div class="mar_bottom">3</div>
</div>
<div class="pure-u-1 pure-u-md-1-3">
<div class="mar_top">Interceptions</div>
<div class="mar_bottom">0</div>
</div>
<div class="pure-u-1 pure-u-md-1-3">
<div class="mar_top">Quarterback rating</div>
<div class="mar_bottom">160.8</div>
</div>
</div>
</div> <!-- /.bat_story -->
</div> <!-- /.bat_wrap -->
<figure>
<img src="media/mariota_season_recap/mariota_game_02.jpg" width="100%">
<figcaption>Marcus Mariota hurdles OSU safety Justin Strong on a run during Oregon's victory over the Beavers in the Civil War. (Brian Davies/The Register-Guard)</figcaption>
</figure>
<div class="bat_wrap">
<div class="bat_story">
<div class="mar_game_bar">
<div class="mar_game_count" style="float:left;background:black;color:white;">3</div>
<div style="float:left;" class="mar_game_score">Oregon 62, Michigan State 13</div>
</div>
<div class="mar_bar pure-g" style="text-align:center;">
<div class="pure-u-1 pure-u-md-1-3">
<div class="mar_top">Touchdowns</div>
<div class="mar_bottom">5</div>
</div>
<div class="pure-u-1 pure-u-md-1-3">
<div class="mar_top">Interceptions</div>
<div class="mar_bottom">0</div>
</div>
<div class="pure-u-1 pure-u-md-1-3">
<div class="mar_top">Quarterback rating</div>
<div class="mar_bottom">198.5</div>
</div>
</div>
<figure>
<img src="media/mariota_season_recap/mariota_game_01.jpg" width="100%">
<figcaption>Marcus Mariota hurdles OSU safety Justin Strong on a run during Oregon's victory over the Beavers in the Civil War. (Brian Davies/The Register-Guard)</figcaption>
</figure>
<div class="mar_game_bar">
<div class="mar_game_count" style="float:left;background:black;color:white;"> </div>
<div style="float:left;" class="mar_game_score">Oregon school records that Mariota broke in 2014</div>
</div>
<div class="mar_bar pure-g" style="text-align:center;clear:both;">
<div class="mar_bar pure-g" style="text-align:center;">
<div class="pure-u-1 pure-u-md-1-2">
<div class="mar_top">Completions</div>
<div class="mar_bottom">254</div>
</div>
<div class="pure-u-1 pure-u-md-1-2">
<div class="mar_top">Yards</div>
<div class="mar_bottom">3,783</div>
</div>
</div>
<div class="mar_bar pure-g" style="text-align:center;">
<div class="pure-u-1 pure-u-md-1-2">
<div class="mar_top">Passing touchdowns</div>
<div class="mar_bottom">38</div>
</div>
<div class="pure-u-1 pure-u-md-1-2">
<div class="mar_top">Completion percentage</div>
<div class="mar_bottom">68.3</div>
</div>
</div>
<div class="mar_bar pure-g" style="text-align:center;">
<div class="pure-u-1 pure-u-md-1-2">
<div class="mar_top">Passing efficiency</div>
<div class="mar_bottom">186.3</div>
</div>
<div class="pure-u-1 pure-u-md-1-2">
<div class="mar_top">Total offense</div>
<div class="mar_bottom">4,452</div>
</div>
</div>
<div class="mar_bar pure-g" style="text-align:center;">
<div class="pure-u-1 pure-u-md-1-2">
<div class="mar_top">Total touchdowns</div>
<div class="mar_bottom">52</div>
</div>
</div>
<div class="mar_game_bar">
<div class="mar_game_count" style="float:left;background:black;color:white;"> </div>
<div style="float:left;" class="mar_game_score">Pac-12 records Mariota broke in 2014</div>
</div>
<div class="mar_bar pure-g" style="text-align:center;clear:both;">
<div class="pure-u-1 pure-u-md-1-2">
<div class="mar_top">Passing efficiency</div>
<div class="mar_bottom">186.3</div>
</div>
<div class="pure-u-1 pure-u-md-1-2">
<div class="mar_top">Total offense</div>
<div class="mar_bottom">4,452</div>
</div>
</div>
<div class="mar_bar pure-g" style="text-align:center;">
<div class="pure-u-1 pure-u-md-1-2">
<div class="mar_top">Total touchdowns</div>
<div class="mar_bottom">52</div>
</div>
</div>
<!-- <div class="mar_game_bar">
<div class="mar_game_count" style="float:left;background:black;color:white;"> </div>
<div style="float:left;" class="mar_game_score">Heisman preview: Trophy case related links</div>
</div>
<div class="pure-g" style="clear:both;width:100%;">
<div class="pure-u-1 pure-u-md-1-2">
<ul>
<li><a href="">test test asdfasdf asdf asdf asdfasd</a></li>
<li><a href="">test</a></li>
<li><a href="">test</a></li>
<li><a href="">test</a></li>
<li><a href="">test</a></li>
<li><a href="">test</a></li>
<li><a href="">test</a></li>
<li><a href="">test</a></li>
</ul>
</div>
<div class="pure-u-1 pure-u-md-1-2">
<ul>
<li><a href="">test</a></li>
<li><a href="">test</a></li>
<li><a href="">test</a></li>
<li><a href="">test</a></li>
<li><a href="">test</a></li>
<li><a href="">test</a></li>
<li><a href="">test</a></li>
<li><a href="">test</a></li>
</ul>
</div>
</div> -->
</div> <!-- /.bat_story -->
</div><!-- /.bat_wrap -->
<footer>
<div id="bd_press">
<p><span>The Register-Guard <span class="bat_break">•</span></span> <span><a href="http://g.co/maps/h6sgk">3500 Chad Drive</a> • Eugene, OR • 97408 <span class="bat_break">/</span></span> <span>(541) 485-1234 <span>/</span> <a href="mailto:[email protected]">Feedback</a></span></p>
<p><span>Copyright © 1996–2014 <span class="bat_break">/</span></span> <span><a href="http://projects.registerguard.com/pages/terms-of-use/">Terms</a> <span>/</span> <a href="http://projects.registerguard.com/pages/privacy-statement/">Privacy</a> <span>/</span> <a href="http://projects.registerguard.com/pages/copyright/">Copyright</a></span></p>
</div>
</footer>
<!-- zeppelin -->
<script src="http://static.registerguard.com/v5/zeppelin/prod/0.1.0/20140716/1/scripts/zeppelin.min.js"></script>
<!-- [BEGIN] Addthis -->
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=registerguard"></script>
<!-- [END] Addthis -->
<!-- jquery -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- custom goodness -->
<script>
// Make the looping video an image on iOS devices so that the play button doesn't show over any possible text
// var device = navigator.userAgent.toLowerCase();
// var ios = device.match(/(iphone|ipod|ipad)/);
// var video = $('video');
// var img = video.children("img");
// if (ios) {
// $(video).replaceWith(img);
// }
// break byline to two lines so that "| The Register-Guard" doesn't break with multiple authors
if ($(window).width() <= 980){
$(".bat_break").replaceWith("<br>");
$("#bat_one").css("display", "none");
$("#bat_two").css("display", "block");
}
// smooth scrolling on an in-page link
$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</script>
<!-- [BEGIN] comScore -->
<script>
var _comscore=_comscore||[];
_comscore.push({c1:'2',c2:'14055685'});
(function(){
var s=document.createElement('script'),
el=document.getElementsByTagName('script')[0];
s.async=true;
s.src=(document.location.protocol=='https:'?'https://sb':'http://b')+'.scorecardresearch.com/beacon.js';
el.parentNode.insertBefore(s,el);
})();
</script>
<noscript>
<img src="//b.scorecardresearch.com/p?c1=2&c2=14055685&cv=2.0&cj=1" width="1" height="1" alt=""></noscript>
<!-- [END] comScore -->
<!-- [BEGIN] Quantcast -->
<script>
var _qevents=_qevents||[];
(function(){
var elem=document.createElement('script');
elem.src=(document.location.protocol=='https:'?'https://secure':'http://edge')+'.quantserve.com/quant.js';
elem.async=true;elem.type='text/javascript';
var scpt=document.getElementsByTagName('script')[0];
scpt.parentNode.insertBefore(elem,scpt);
})();
_qevents.push({qacct:'p-a2gE_aSO6ndbI'});
</script>
<noscript>
<img src="//pixel.quantserve.com/pixel/p-a2gE_aSO6ndbI.gif" width="1" height="1" alt=""></noscript>
<!-- [END] Quantcast -->
<!-- [BEGIN] Analytics -->
<script>
(function(r,g,n,e,w,s){
r.GoogleAnalyticsObject=e;
r[e]||(r[e]=function(){(r[e].q=r[e].q||[]).push(arguments)});
r[e].l=+new Date;
w=g.createElement(n);
s=g.getElementsByTagName(n)[0];
w.src='//www.google-analytics.com/analytics.js';
s.parentNode.insertBefore(w,s)}(
window,document,'script','ga'));
ga('create','UA-882065-1','registerguard.com');
ga('require','displayfeatures');
ga('require','linkid','linkid.js');
ga('send','pageview');
</script>
<!-- [END] Analytics -->
</body>