-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideos.html
90 lines (90 loc) · 4.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Videos - Isaac Weiss</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎼</text></svg>">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Crete+Round" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="main_style.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
</head>
<body>
<div class="wrapper">
<header>
<a class="skip-to-main-content" href="#main">Skip to main content</a>
<div class="logo">
<a href="index.html">Isaac Weiss</a>
</div>
<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li class="has-submenu">
<a>Inside Mr. Weiss's Classroom</a>
<ul class="submenu">
<li>
<a href="innovative-practice.html">Innovation in Practice</a>
</li>
<li>
<a href="reflective-approach.html">The Reflective Approach</a>
</li>
<li>
<a href="diversity-inclusion.html">Diversity & Inclusion</a>
</li>
<li>
<a href="videos.html">Teaching Videos</a>
</li>
</ul>
</li>
<li class="has-submenu">
<a>More…</a>
<ul class="submenu">
<li>
<a href="lessons.html">Private Lessons</a>
</li>
<li>
<a href="music.html">Music Composition</a>
</li>
</ul>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</nav>
<label class="hamburger"><span></span></label>
</header>
<div class="banner-image banner-2"></div>
<main id="main">
<div class="container">
<h2>Videos</h2>
<div class="grid-two-columns video-grid">
<div class="half-column">
<p class="video-caption">Perfecting Tchaikokvsky with high schoolers (full rehearsal) </p>
<div class="video-container"><iframe src="https://drive.google.com/file/d/1Sfd5bJcVMTodHPnmeqfpXtk-JehQWc_m/preview"></iframe></div>
<p class="video-caption">Teaching a prerecorded lesson for 7th and 8th graders</p>
<div class="video-container"><iframe src="https://drive.google.com/file/d/15OMzQvvmZ_QEVfLiUyzficNcJjBWjKx4/preview"></iframe></div>
</div>
<div class="half-column">
<p class="video-caption">Conducting the Wayne State University Concert Band</p>
<div class="video-container"><iframe src="https://www.youtube-nocookie.com/embed/pZU6FOQtw6Q" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
<p class="video-caption">Teaching band class online (including music theory)</p>
<div class="video-container"><iframe src="https://www.youtube-nocookie.com/embed/KOW2loNnPo4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
</div>
</div>
</div>
</main>
<footer>
<p>© Isaac Weiss 2021. <a href="https://github.com/isaacweiss">GitHub</a> <a href="https://musescore.com/isaacweiss">MuseScore</a> <a href="https://netlify.app/privacy">Privacy Policy</a></p>
</footer>
</div>
<script type="text/javascript" src="files/custom.js"></script>
</body>
</html>