-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject-mrkate.html
More file actions
49 lines (47 loc) · 3.26 KB
/
project-mrkate.html
File metadata and controls
49 lines (47 loc) · 3.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WDCEG6K4DY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WDCEG6K4DY');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Brandon Walowitz | Mr. Kate Producer</title>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Work</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<h1><a class="heading-link" href="index.html">Brandon Walowitz</a></h1>
<h2>Mr. Kate</h2>
<p class="main-paragraph">Video Producer</p>
<div class="">
<iframe class="youtube-video" src="https://www.youtube.com/embed/7BcNeFmdkQw?si=NgpEf36_M1GxnRMo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe class="youtube-video" src="https://www.youtube.com/embed/R5P5N7jlPFg?si=VlryxJRJDOD238B_" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe class="youtube-video" src="https://www.youtube.com/embed/EDZrHpKpmCs?si=HAfBoj8s1b7_4NLF" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe class="youtube-video" src="https://www.youtube.com/embed/PV_GHHXy7Po?si=utzIgUFB5FdqNxLC" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe class="youtube-video" src="https://www.youtube.com/embed/rsSCMAPD0Fg?si=Bd3Sb3SNKS5MFD_y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe class="youtube-video" src="https://www.youtube.com/embed/A8u1jqvDsVY?si=Wp3drkZo1ibN3f8v" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe class="youtube-video" src="https://www.youtube.com/embed/o_az8-Kyd88?si=mXj90oB6ELZ3QDed" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe class="youtube-video" src="https://www.youtube.com/embed/cfLV2KDhxQQ?si=noq-Uc1GOB07tSW_" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</main>
<footer>
<p>Copyright ©2026 Brandon Walowitz</p>
<p>All Rights Reserved</p>
</footer>
</body>
</html>