annotate Contact.html @ 3:3f6b44aa6b35
judyates
[svn r4] added ability to buy stuff, from a Prints page, but it doesn't work well with the css, and it also has not been fitted into the perl make system.
author |
rlm |
date |
Mon, 22 Feb 2010 08:02:39 -0500 |
parents |
670229c4eb4b |
children |
b6ba604307fc |
rev |
line source |
rlm@2
|
1
|
rlm@2
|
2
|
rlm@2
|
3 <html>
|
rlm@2
|
4 <title>Contact Information for Judy Yates</title>
|
rlm@2
|
5 <head>
|
rlm@2
|
6 <link rel="stylesheet" type="text/css"
|
rlm@2
|
7 href="firetest.css"> </link>
|
rlm@2
|
8 </head>
|
rlm@2
|
9 <body>
|
rlm@2
|
10 <span>
|
rlm@2
|
11 <img src = "./album_pics/3_logo.jpg"></img>
|
rlm@2
|
12
|
rlm@2
|
13 </span>
|
rlm@2
|
14
|
rlm@2
|
15
|
rlm@2
|
16 <div class = "menu">
|
rlm@2
|
17 <ul class = "menu">
|
rlm@2
|
18 <li class = "menu"><a class = "menu" href = "index.html">Home</a></li>
|
rlm@2
|
19 <li class = "menu"><a class = "menu" href = "gallery1.html">Gallery</a></li>
|
rlm@3
|
20 <li class = "menu"><a class = "menu" href = "recent_sales.html">Prints</a></li>
|
rlm@2
|
21 <li class = "menu"><a class = "menu" href = "feedback.html">Feedback</a></li>
|
rlm@2
|
22 <li class = "menu"><a class = "menu" href = "hto.html">Orders</a></li>
|
rlm@2
|
23 <li class = "menu"><a class = "menu" href = "pricing.html">Pricing</a></li>
|
rlm@2
|
24 <li class = "menu"><a class = "menu" href = "Meet the Artist2.html"> Meet the Artist</a></li>
|
rlm@2
|
25 <li class = "menu"><a class = "menu" href = "Contact.html"> Contact</a></li>
|
rlm@3
|
26 <li class = "menu"><a class = "menu" href = "pets1.html">Pets</a></li>
|
rlm@2
|
27
|
rlm@2
|
28 </ul>
|
rlm@2
|
29 </div>
|
rlm@2
|
30
|
rlm@2
|
31
|
rlm@2
|
32 <div class = "orangebox">
|
rlm@2
|
33 <p class = "orangebox">
|
rlm@2
|
34 <Span class = "paragraph">Judy Yates</span> is happy to discuss orders, gift ideas, and other related inquiries via e-mail. Her address is <a href="mailto:jnyates@judyates.com"><span class = "email">jnyates@judyates.com</span></a>. She can also be reached by cell phone at (214)-418-4706. All e-mails will be answered within 24 hours.
|
rlm@2
|
35 </P>
|
rlm@2
|
36 </div>
|
rlm@2
|
37
|
rlm@2
|
38
|
rlm@2
|
39 <div class = "menu">
|
rlm@2
|
40 <ul class = "menu">
|
rlm@2
|
41 <li class = "menu"><a class = "menu" href = "index.html">Home</a></li>
|
rlm@2
|
42 <li class = "menu"><a class = "menu" href = "gallery1.html">Gallery</a></li>
|
rlm@3
|
43 <li class = "menu"><a class = "menu" href = "recent_sales.html">Prints</a></li>
|
rlm@2
|
44 <li class = "menu"><a class = "menu" href = "feedback.html">Feedback</a></li>
|
rlm@2
|
45 <li class = "menu"><a class = "menu" href = "hto.html">Orders</a></li>
|
rlm@2
|
46 <li class = "menu"><a class = "menu" href = "pricing.html">Pricing</a></li>
|
rlm@2
|
47 <li class = "menu"><a class = "menu" href = "Meet the Artist2.html"> Meet the Artist</a></li>
|
rlm@2
|
48 <li class = "menu"><a class = "menu" href = "Contact.html"> Contact</a></li>
|
rlm@3
|
49 <li class = "menu"><a class = "menu" href = "pets1.html">Pets</a></li>
|
rlm@2
|
50
|
rlm@2
|
51 </ul>
|
rlm@2
|
52 </div>
|
rlm@2
|
53
|
rlm@2
|
54
|
rlm@2
|
55 </body>
|
rlm@2
|
56 </html>
|
rlm@2
|
57
|