-
Notifications
You must be signed in to change notification settings - Fork 0
/
index02.htm
56 lines (43 loc) · 2.59 KB
/
index02.htm
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
52
53
54
55
56
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Rowe</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="indexcssV2.css" type="text/css" media="screen" />
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
</head>
<body>
<!--<a href="index.htm">ONE</a> ONE is terrible
<a href="index02.htm">TWO</a> |
<a href="index03.htm">THREE</a>-->
<div id="header"><h1>ROWE</h1></div>
<div id="container">
<ul id="nav">
<li><a class="location" href="index.htm">Home</a></li>
<li><a href="about.htm">About</a></li>
<li><a href="index.htm">Press</a></li>
<li><a href="contact.htm">Contact</a></li>
</ul>
<div id="content">
<img src="images/roweFashion.jpg" alt="An example of the fashion at Rowe" />
<div id="images">
<a href="images/image-1.jpg" rel="lightbox[roadtrip]"><img src="images/thumb-1.jpg" height="60" width="60" alt="image"/></a>
<a href="images/example.jpg" rel="lightbox[roadtrip]" title="Full bodied dress, great for summer. On sale for only <a href="link.html">$39.99</a>"><img src="images/example.jpg" height="60" width="60" alt="image"/></a>
<a href="images/image-1.jpg" rel="lightbox[roadtrip]"><img src="images/thumb-1.jpg" height="60" width="60" alt="image"/></a>
<a href="images/example.jpg" rel="lightbox[roadtrip]" title="Full bodied dress, great for summer. On sale for only <a href="link.html">$39.99</a>"><img src="images/example.jpg" height="60" width="60" alt="image"/></a>
<a href="images/image-1.jpg" rel="lightbox[roadtrip]"><img src="images/thumb-1.jpg" height="60" width="60" alt="image"/></a>
</div><!--images-->
<div id="words">
<p>Discovering fashion for your lifestyle does not always come easy.</p>
<p>We each have our own unique style. Whether you don't have the time or you may have yet to discover it, ROWE can assist you in enhancing or finding your own signature style.</p>
<p>It is our pleasure to begin this venture with you. There is no fashion question too large or too small. Thank you for considering ROWE for all the fashion needs your lifestyle deserves.</p>
</div><!--words-->
</div><!--content-->
<!--<div style="clear:both; height:1px;"></div>-->
</div><!--container-->
</body>
</html>