-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSounds.html
49 lines (47 loc) · 2.04 KB
/
Sounds.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
<!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</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="SoundsContent">
<table width="458" height="255" border="0" cellpadding="1px" style="color:#FFF;">
<tr>
<td align="center"><img src="images/Albums/PhilNoss.jpg"/></td>
<td align="center"><img src="images/Albums/OwenDanoff.jpg"/></td>
</tr>
<tr>
<td style="font-size:small; text-align:center;"><a href="PhillipNoss-LOTR.html" class="colourchange">Phillip Noss//'Lover On The Run'</a></td>
<td style="font-size:small; text-align:center"><a href="OwenDanoff-TS.html" class="colourchange">Owen Danoff//'Twelve Stories'</a></td>
</tr>
</table>
</div>
<!--End of Sounds 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>