-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideos.php
75 lines (73 loc) · 3.28 KB
/
videos.php
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
<?php include('includes/head.php'); ?>
<div id="main-content">
<h2 class="call-out">Kicking Vids</h2>
<div class="weekly-highlights">
<div class="vid">
<div class="vid-placeholder">
<h2>9/5/2013 Video Coming Soon</h2>
</div>
</div>
<div class="write-up">
<h2>Highlights: <em>9/5/2013 Scrimmage</em></h2>
<ul>
<li>29 Yard Field Goal</li>
<li>One PAT</li>
<li>Three Touchbacks</li>
</ul>
</div>
</div>
<hr>
<div class="weekly-highlights">
<div class="vid">
<iframe width="480" height="270" src="//www.youtube.com/embed/videoseries?list=PLidCjvFoClTdM4UIfQo_hTkhP74kmQcXz" frameborder="0" allowfullscreen></iframe>
</div>
<div class="write-up">
<h2>Highlights: <em>8/31/2013 Scrimmage</em></h2>
<p>In this highlight playlist, you can see the following:</p>
<ul>
<li>37 yard field goal from the left hash</li>
<li>41 yard field goal from the right hash</li>
<li>Three PAT's </li>
<li>Two punts</li>
</ul>
</div>
</div>
<hr>
<h2 id="kickoffs">Kickoffs - <em>70+ Yards</em></h2>
<div class="cols">
<div class="col-1">
<iframe width="310" height="174" src="//www.youtube.com/embed/rAJ8nEFdFW8?list=PLidCjvFoClTf6y9D83m-gSuyYFWKNZATV" frameborder="0" allowfullscreen></iframe>
</div>
<div class="col-2">
<iframe width="310" height="174" src="//www.youtube.com/embed/jRe1Iw2383I?list=PLidCjvFoClTf6y9D83m-gSuyYFWKNZATV" frameborder="0" allowfullscreen></iframe>
</div>
<div class="col-3">
<iframe width="310" height="174" src="//www.youtube.com/embed/kCOYQiASptY?list=PLidCjvFoClTf6y9D83m-gSuyYFWKNZATV" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<h2 id="field-goals">Field Goals - <em>50-65 Yards, Off the Ground</em></h2>
<div class="cols">
<div class="col-1">
<iframe width="310" height="174" src="//www.youtube.com/embed/zUwsNpR0TUo?list=PLidCjvFoClTcrpizl6fSWdIhZCXpHpL96" frameborder="0" allowfullscreen></iframe>
</div>
<div class="col-2">
<iframe width="310" height="174" src="//www.youtube.com/embed/C9AB_0xZ_1c?list=PLidCjvFoClTeWFwo40xu8pDwzMi2SZgaz" frameborder="0" allowfullscreen></iframe>
</div>
<div class="col-3">
<iframe width="310" height="174" src="//www.youtube.com/embed/q3Sm5fn657A?list=PLidCjvFoClTeWFwo40xu8pDwzMi2SZgaz" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<h2 id="workouts">Workouts - <em>Unedited, Continuous Film</em></h2>
<div class="cols">
<div class="col-1">
<iframe width="310" height="174" src="//www.youtube.com/embed/Q84JydZOQPA?list=PLidCjvFoClTcD2le9RYNBEkTeSpURjLcn" frameborder="0" allowfullscreen></iframe>
</div>
<div class="col-2">
<iframe width="310" height="174" src="//www.youtube.com/embed/vUDXhcy6D28?list=PLidCjvFoClTcD2le9RYNBEkTeSpURjLcn" frameborder="0" allowfullscreen></iframe>
</div>
<div class="col-3">
<iframe width="310" height="174" src="//www.youtube.com/embed/2b1ii1Gse98?list=PLidCjvFoClTcD2le9RYNBEkTeSpURjLcn" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<?php include('includes/footer.php') ?>