-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmusic.html
More file actions
37 lines (32 loc) · 1.63 KB
/
music.html
File metadata and controls
37 lines (32 loc) · 1.63 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" rel="stylesheet" href="src/styles/reset.css"/>
<link type="text/css" rel="stylesheet" href="src/styles/stylesheet.css"/>
</head>
<body>
<section class="header">
<h1><a href="index.html">Ezra J. Teboul</a></h1>
<h2>Make // Document // Share </h2>
<h3><a href="mailto:ezra@redthunderaudio.com">email me</a></h3>
<ul class="nav">
<li><a href="http://redthunderaudio.com">blog</a></li>
<li><a href="projects.html">projects</a></li>
<li><a href="publications.html">publications</a></li>
<li><a href="music.html">music</a></li>
<li><a href="https://docs.google.com/document/d/1pQNmEwPWHkDoLgeNyu5w4tYkZJusAPKdY3uNh1YPwl4/edit?usp=sharing">resume</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</section>
<section class="body">
<div class="container">
<iframe allowtransparency="true" scrolling="no" frameborder="no" src="https://w.soundcloud.com/icon/?url=http%3A%2F%2Fsoundcloud.com%2Fezra-j-teboul&color=orange_white&size=32" style="width: 32px; height: 32px;"></iframe>
<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/96790532&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
</div>
</section>
<section class="footer">
<p> This website was designed with the help and patience of the great Karl Hohn.</p>
</section>
</body>
</html>