-
Notifications
You must be signed in to change notification settings - Fork 0
/
youtube.html
executable file
·65 lines (53 loc) · 2.28 KB
/
youtube.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
<!doctype html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<title>Home</title>
<link rel="stylesheet" href="index.css">
<meta name="viewport" content="width=device-width, initial scale=1, minimal-scale=1">
</head>
<body class="body">
<header class="mainHeader">
<nav>
<ul>
<li><a href="index.html" Home>Home</a></li>
<li><a href="Portfolio.html" Portfolio> Portfolio</a></li>
<li><a href="CV.html" CV>CV</a></li>
<li class="active"><a href="youtube.html" Youtube>Youtube</a></li>
<li><a href="Contact.html" Contact>Contact</a></li>
</ul>
</nav>
</header>
<div class="mainContent">
<div class="content100">
<article class="topcontent">
<header>
<h2>Mijn Video's</h2>
</header>
<content>
<iframe width="425" height="349" src="https://www.youtube.com/embed/WopPolSt1ig" frameborder="0" allowfullscreen></iframe>
<iframe width="425" height="349" src="https://www.youtube.com/embed/3QsjCtgy9LU" frameborder="0" allowfullscreen></iframe>
<iframe width="425" height="349" src="https://www.youtube.com/embed/esWPEVNpkZE" frameborder="0" allowfullscreen></iframe>
<iframe width="425" height="349" src="https://www.youtube.com/embed/yywN0sliTzQ" frameborder="0" allowfullscreen></iframe>
</content>
</article>
<article class="bottomcontent">
<header>
<h2>Mijn favoriete Video's</h2>
</header>
<content>
<iframe width="425" height="349" src="https://www.youtube.com/embed/tJuoDzXSQwU" frameborder="0" allowfullscreen></iframe>
<iframe width="425" height="349" src="https://www.youtube.com/embed/whDxG4HVh_4" frameborder="0" allowfullscreen></iframe>
<iframe width="425" height="349" src="https://www.youtube.com/embed/0TuMvWCbM-g" frameborder="0" allowfullscreen></iframe>
<iframe width="425" height="349" src="https://www.youtube.com/embed/qQBjT_SeYU4" frameborder="0" allowfullscreen></iframe>
<iframe width="425" height="349" src="https://www.youtube.com/embed/y04W3RFKxwk" frameborder="0" allowfullscreen></iframe>
<iframe width="425" height="349" src="https://www.youtube.com/embed/cUbFzEMQ2Fs" frameborder="0" allowfullscreen></iframe>
</content>
</article>
</div>
</div>
<footer class="mainFooter">
<p>Copyright ©Bram Van Hemelryck 2015</p>
</footer>
</body>
</html>