-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmedia.html
More file actions
39 lines (39 loc) · 2.29 KB
/
media.html
File metadata and controls
39 lines (39 loc) · 2.29 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
<div class="loadedcontent">
<div id="background2" style="background-image: url('images/steinway7.png');">
<h1 class="content-padding" style="text-align: left; margin-top: 80px;">Recordings</h1>
<div class="media-flex">
<div class="media-item">
<h2>2020</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/GhgeWEd_GTU" frameborder="0" allowfullscreen></iframe>
</div>
<div class="media-item">
<h2>2016</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/w8tW4_-Vqw8" frameborder="0" allowfullscreen></iframe>
</div>
<div class="media-item">
<h2>2017</h2>
<iframe width="373" height="210" src="https://www.youtube.com/embed/lt2pmWyn_CM" frameborder="0" allowfullscreen></iframe>
</div>
<div class="media-item">
<h2>2016</h2>
<iframe width="373" height="210" src="https://www.youtube.com/embed/jM0QV3Ryx7c" frameborder="0" allowfullscreen></iframe>
</div>
<div class="media-item">
<h2>Compositions</h2>
<iframe width="373" height="210" src="https://www.youtube.com/embed/I39DiJKjEqY?start=46" frameborder="0" allowfullscreen></iframe>
<h4 style="padding-left: 15px; padding-right: 15px"><i>Mission Accomplished</i> sight-read by pianist <a href="https://daveconway.net">David Conway</a></h4>
</div>
<div class="media-item">
<h2 style="padding-left: 15px; padding-right: 15px">The GPRC Jazz Enesemble's 2017 concert</h2>
<p style="font-size: 20px; line-height: 1.5; max-width: 1050px; padding-left: 15px; padding-right: 15px">Saxophone excerpts from Buddy Rich's <i>The Rotten Kid,</i> Gordon Goodwin's <i>It's Not Polite To Point,</i> Frank Mantooth's <i>The fool on the hill/Blackbird,</i> Grover Washington's <i>Mister Magic,</i> and Fred Sturm's <i>Celtic Aire.</i></p>
<div>
<audio controls>
<source src="audio/jazzexcerpts.wav" type="audio/wav">
Your browser does not support the audio element.
</audio>
</div>
<p style="font-size: 10px; padding-left: 15px; padding-right: 15px">This audio constitutes as fair-use.<br>Edits are based on saxophone features without solos to consider the privacy of others.</p>
</div>
</div>
</div>
</div>