-
Notifications
You must be signed in to change notification settings - Fork 0
/
videos.html
119 lines (92 loc) · 3.55 KB
/
videos.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Project Videos - John Patterson Consulting</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css"><![endif]-->
</head>
<body>
<div id="header">
<div>
<a href="index.html" id="logo"><img src="images/logo4.png" alt="Logo"></a>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="specialties.html">Specialties</a>
</li>
<li class="current">
<a href="videos.html">Project Videos</a>
</li>
<li>
<a href="about.html">About Me</a>
</li>
<li>
<a href="contact.html">Contact Info</a>
</li>
</ul>
</div>
</div>
<div id="body">
<div id="featured">
<h3>Additional project videos from John Patterson's channel, DielectricVideos:</h3>
</div>
<div id="content">
<div id="product">
<ul>
<li>
<iframe width="560" height="315" src="https://www.youtube.com/embed/iXydzOTZEB0?rel=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</li>
<li>
<iframe width="560" height="315" src="https://www.youtube.com/embed/-gRLZ2ZeH9k?rel=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</li>
</ul>
<ul>
<li>
<iframe width="560" height="315" src="https://www.youtube.com/embed/o6DMGuWiRTo?rel=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</li>
<li>
<iframe width="560" height="315" src="https://www.youtube.com/embed/DZu8EsoKam0?rel=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</li>
</ul>
<ul>
<li>
<iframe width="560" height="315" src="https://www.youtube.com/embed/7BAQTmPINdY?rel=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</li>
<li>
<iframe width="560" height="315" src="https://www.youtube.com/embed/T8Ay13u6U6s?rel=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</li>
</ul>
<ul>
<li>
<iframe width="560" height="315" src="https://www.youtube.com/embed/-Jo7-OibooU?rel=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</li>
<li>
<iframe width="560" height="315" src="https://www.youtube.com/embed/2QfRP_h9Li0?rel=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</li>
</ul>
<ul>
<li>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Tm3Nepr3ICE?rel=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</li>
<li>
<iframe width="560" height="315" src="https://www.youtube.com/embed/I2-3dyBHlhc?rel=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
</li>
</ul>
</div>
</div>
</div>
<div id="footer">
<div>
<div class="first">
<div class="last">
</div>
</div>
<p class="footnote">
© Copyright 2018 John Patterson Consulting. All rights reserved. | <a href="disclaimer.html">Disclaimer</a>
</p>
</div>
</body>
</html>