-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPhillipNoss-LOTR.html
51 lines (48 loc) · 2.05 KB
/
PhillipNoss-LOTR.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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Adrien Godat Official Website</title>
<link href="style.css" rel="stylesheet" type="text/css">
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<script src="scripts/jquery.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#000000" >
<div class="outline">
<div class="sideimage"><img src="images/Side-Image.jpg"></div><!--End of sideimage-->
<div class="header">
<div class="logo"><img src="images/logo.png"></div><!--end of logo-->
</div><!--End of Heading-->
<div class="menu-section">
<div class="imageleft"><img src="images/menu-left.png"/></div>
<div class="menu">
<ul id="MenuBar1" class="MenuBarHorizontal">
<li><a href="index.html">ABOUT</a></li>
<li><a href="Sounds.html">SOUNDS</a></li>
<li><a href="Videos.html">VIDEOS</a></li>
</ul>
</div><!--End of Menu-->
<div class="imageright"><img src="images/menu-right.png"></div>
</div><!--End of Menu Section-->
<div class="PNContent">
<div class="PNimage">
<p><img src="images/Albums/PhilNoss.jpg"/>
<br/>
PHILLIP NOSS<br/>
<strong><em>"Lover On The Run"</em></strong></p>
<p>Produced and arranged by Adrien Godat.</p>
<P>Lead electric guitars performed by Adrien Godat.</p>
</div>
<div class="PNsoundcloud">
<iframe width="100%" height="400" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/19756555&color=ff6600&auto_play=false&show_artwork=false&show_user=false"></iframe>
</div>
</div>
<!--End of PN Content-->
<div class="footer">All rights reserved by Adrien Godat © 2014 | www.adriengodat.com</div>
</div><!--end of outline-->
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
</html>