-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideos.php
50 lines (44 loc) · 2.09 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
<?php include("header.php"); ?>
<div class="wrapper">
<header class="table">
<a href="javascript:history.go(-1)" class="btn_left btn_back table_cell v_middle">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="3 -1.999 7.4 12" xml:space="preserve">
<g id="Symbols">
<g transform="translate(-102.000000, -19.000000)">
<polygon id="btn_back" fill="#ffffff" points="112.4,27.601 111,29.001 105,23.001 111,17.001 112.4,18.401 107.8,23.001 "/>
</g>
</g>
</svg>
</a>
<div class="logo table_cell v_middle"><a href="index.php"><img src="img/logo.svg" /></a></div>
<div class="btn_right table_cell v_middle"></div>
</header>
<div class="intro a_center videos">
<h2>Videos</h2>
<div class="a_left">
<h3>What is a Community Corrections Order?</h3>
<div class="video_wrapper">
<iframe src="https://www.youtube.com/embed/7Jn1FZC4nIo?rel=0&controls=0&showinfo=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</div>
</div>
<div class="a_left">
<h3>What is a Parole Order?</h3>
<div class="video_wrapper">
<iframe src="https://www.youtube.com/embed/p_heW3J_Ztg?rel=0&controls=0&showinfo=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</div>
</div>
<div class="a_left">
<h3>Unpaid Community Work</h3>
<div class="video_wrapper">
<iframe src="https://www.youtube.com/embed/ea_OOHXdCS8?rel=0&controls=0&showinfo=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</div>
</div>
<div class="a_left">
<h3>Community Correction Order and Parole Conditions</h3>
<div class="video_wrapper">
<iframe src="https://www.youtube.com/embed/gRWTk2QfnYA?rel=0&controls=0&showinfo=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<?php include("footer.php"); ?>