-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (45 loc) · 2.05 KB
/
index.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
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Dream Editions Press</title>
<link rel="stylesheet" href="stylesheets/reset.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="stylesheets/styles.css" type="text/css" media="screen" charset="utf-8" />
<!--[if IE]>
<link href="stylesheets/ie.css" rel="stylesheet" type="text/css" charset="utf-8" media="screen" />
<![endif]-->
<script src="javascripts/fadeshow.js" type="text/javascript"></script>
<script>
function randOrd(){return (Math.round(Math.random())-0.5); }
</script>
</head>
<body class="home">
<center>
<div id="container">
<div id="header">
<a href="index.html" class="logo"><span>Dream Editions Press</span></a>
<ul>
<li class="about"><a href="about.html"><span>About</span></a></li>
<li class="identity"><a href="identity.html"><span>Identity by Stewart Cohen</span></a></li>
<li class="inquiries"><a href="inquiries.html"><span>Inquiries</span></a></li>
<li class="contact"><a href="contact.html"><span>Contact</span></a></li>
</ul>
</div>
<div id="content">
<div class="media_bin">
<script>
var fadeimages=new Array();var fadebgcolor="black";
fadeimages[fadeimages.length]=["images/home/1.jpg", "", ""];
fadeimages[fadeimages.length]=["images/home/2.jpg", "", ""];
fadeimages[fadeimages.length]=["images/home/3.jpg", "", ""];
fadeimages[fadeimages.length]=["images/home/4.jpg", "", ""];
fadeimages.sort(randOrd);
new fadeshow(fadeimages, 710, 499, 0, 3000, 1);
</script>
</div>
<div class="preorder"><a href="identity.html" title="Pre-Order!"><img alt="Pre-Order!" src="images/preorder.gif" border="0" width="250" height="499" /></a></div>
</div>
<div id="footer">© Copyright 2010. Dream Editions Press. All Rights Reserved.</div>
</div>
</center>
</body>
</html>