Mercurial > judyates
comparison recent_sales.html @ 0:60668cf4f443 judyates
[svn r1] initial import
author | rlm |
---|---|
date | Sun, 03 Jan 2010 04:38:50 -0500 |
parents | |
children | 670229c4eb4b |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:60668cf4f443 |
---|---|
1 | |
2 | |
3 <html> | |
4 <head> | |
5 <link rel="stylesheet" type="text/css" | |
6 href="firetest.css"> </link> | |
7 </head> | |
8 <body> | |
9 | |
10 | |
11 | |
12 <Title> | |
13 Judy Yates -- Wildlife and Pets on Stone | |
14 </title> | |
15 | |
16 <span> | |
17 <img src = "./album_pics/3_logo.jpg"> | |
18 </span> | |
19 | |
20 <div class = "menu"> | |
21 <ul class = "menu"> | |
22 <li class = "menu"><a class = "menu" href = "index.html">Home</a></li> | |
23 <li class = "menu"><a class = "menu" href = "gallery1.html">Gallery</a></li> | |
24 <li class = "menu"><a class = "menu" href = "feedback.html">Feedback</a></li> | |
25 <li class = "menu"><a class = "menu" href = "hto.html">Orders</a></li> | |
26 <li class = "menu"><a class = "menu" href = "pricing.html">Pricing</a></li> | |
27 <li class = "menu"><a class = "menu" href = "Meet the Artist2.html"> Meet the Artist</a></li> | |
28 <li class = "menu"><a class = "menu" href = "Contact.html"> Contact</a></li> | |
29 | |
30 <li class = "menu"><a class = "menu" href = "pets1.html">Pets</a></li> | |
31 <li class = "menu"><a class = "menu" href = "recent_sales.html"> Recent Sales</a></li> | |
32 </ul> | |
33 </div> | |
34 | |
35 <div class = "orangebox"> | |
36 <p class = "orangebox"> | |
37 | |
38 | |
39 <img class = "judy" src = "pictures/longhornsteer.jpg" width = "300" height = "240"></img> | |
40 | |
41 | |
42 <span class = "paragraph">Judy Yates</span> has prepared this custom order of a Texas Longhorn as the first painting for 2009! What will she paint for you?                                                                                                                                                                             | |
43 | |
44 | |
45 | |
46 </p> | |
47 </div> | |
48 | |
49 <div class = "menu"> | |
50 <ul class = "menu"> | |
51 <li class = "menu"><a class = "menu" href = "index.html">Home</a></li> | |
52 <li class = "menu"><a class = "menu" href = "gallery1.html">Gallery</a></li> | |
53 <li class = "menu"><a class = "menu" href = "feedback.html">Feedback</a></li> | |
54 <li class = "menu"><a class = "menu" href = "hto.html">Orders</a></li> | |
55 <li class = "menu"><a class = "menu" href = "pricing.html">Pricing</a></li> | |
56 <li class = "menu"><a class = "menu" href = "Meet the Artist2.html"> Meet the Artist</a></li> | |
57 <li class = "menu"><a class = "menu" href = "Contact.html"> Contact</a></li> | |
58 | |
59 <li class = "menu"><a class = "menu" href = "pets1.html">Pets</a></li> | |
60 <li class = "menu"><a class = "menu" href = "recent_sales.html"> Recent Sales</a></li> | |
61 </ul> | |
62 </div> | |
63 | |
64 | |
65 <div class = "copyright"><br><br>Copyright © 2007 Robert McIntyre. All pictures Copyright © Judy Yates.<br>Special thanks to Dylan Holmes for designing the main banner.</div> | |
66 | |
67 | |
68 | |
69 | |
70 </body> | |
71 | |
72 | |
73 </html> | |
74 |