-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.htm
53 lines (41 loc) · 2.76 KB
/
about.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
<!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 href="index02.htm">Home</a></li>
<li><a class="location" 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>Maren Roth and Nikki Portman are self-described fashion fanatics. From Maren's days working at New York Fashion PR powerhouse LaForce & Stevens to her position as PR Director for such brands as Paul & Joe, Lauren Moffatt and C&C California, her love of fashion and attention to detail has continued to help shape her own chic bohemian look. As a known indie hipster always up on the Rock N' Roll scene, Nikki has taken her love of music and intense passion for fashion and combined them, creating a rare blend of fashion forward style.</p>
<p>In March 2006 their individual styles come together to form a cohesive vision... one which makes up ROWE.</p>
</div><!--words-->
</div><!--content-->
</div><!--container-->
</body>
</html>