-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvideo.html
More file actions
57 lines (34 loc) · 1.22 KB
/
Copy pathvideo.html
File metadata and controls
57 lines (34 loc) · 1.22 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="shortcut icon" href="images/favicon.ico"/>
<title> Kenny Lopez Design Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Bitter' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oxygen:300' rel='stylesheet' type='text/css'>
<script type="js/jquery.js"></script>
<script type="js/script.js"></script>
<script src="js/modernizr.custom.js"></script>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="wrapper">
<div class="subcontentheader">
<div>
<h1>Videography</h1>
<div class="sub-title">
Here are a couple of samples of the travel videos I have put together throughout the years. Check out the main Youtube Page too!
</div>
</div>
<div class="maincontent">
<div class="example">
<iframe width="640" height="360" src="https://www.youtube.com/embed/dylOVoCPixY" frameborder="0" style="
padding-top: 50px;" allowfullscreen ></iframe>
</div>
</div>
</div>
</div>
</body>
</html>