view perl/index.pl @ 15:b6ba604307fc judyates

[svn r16] changed the menus to a parenthesized form. Final tests for live site completed.
author rlm
date Mon, 12 Apr 2010 05:20:34 -0400
parents 788bb81ec9dd
children 903b91a97990
line wrap: on
line source
1 open FILE, ">../index.html";
2 select FILE;
3 print <<HERE;
6 <html>
7 <head>
8 <link rel="stylesheet" type="text/css"
9 href="firetest.css"> </link>
10 </head>
11 <body>
15 <Title>
16 Judy Yates -- Wildlife and Pets on Stone
17 </title>
19 <span>
20 <img src = "./album_pics/3_logo.jpg">
21 </span>
22 HERE
23 open MENU, "<../menu.html";
24 while (<MENU>){print;}
25 close MENU;
26 print <<HERE;
29 <div class = "orangebox">
32 <p class = "orangebox">
34 <img class = "judy" src = "mass_primitive_arms_stamp_WINNER.JPG" width = "300" height = "240"></img>
36 (4/12/2010) Meet the WINNER of the 2010 Massachusetts Primitive Firearms Stamp Contest! Judy's entry, "Turquoise Sky," is this year's winner and will be featured on the state's hunting stamp for the upcoming season!
37 You can now order <a href = "recent_sales.html">Prints</a> of this painting and several others. The original painting may be auctioned off in the near future as well!<br><br> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<a href = "recent_sales.html">Purchase Prints</a>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp
39 </p>
40 </div>
41 <div class = "orangebox">
43 <p class = "orangebox">
44 <img class = "judy" src = "Artist-Judy Yates.jpg" width = "300" height = "240"></img>
45 <span class = "paragraph">Judy Yates</span> is a skilled artist and avid hunter. Her specialty and passion is wildlife. Judy Yates' artwork is unique in that the medium is broken pieces of marble and granite. Each durable, unique piece of art combines the natural grain and boundaries of the rock with fifteen to twenty intricately detailed layers of paint to create a true masterpiece. Her original commissioned artwork is guaranteed to satisfy any customer. With over 35 years of experience and a photographic level of detail, each work captures the true spirit of the animal. See some examples of this art which has been used for gifts, awards, tombstones, etc. at the <a href = "gallery1.html" class = "paragraph">gallery</a>, and learn <a class = "paragraph" href = "How to Order.html">how to order</a> one of these masterpieces for yourself.
46 </p>
47 </div>
49 HERE
50 open MENU, "<../menu.html";
51 while (<MENU>){print;}
52 close MENU;
53 print <<HERE;
55 <div class = "copyright"><br><br>Copyright &copy 2007 Robert McIntyre. All pictures Copyright &copy Judy Yates.<br>Special thanks to Dylan Holmes for designing the main banner.</div>
60 </body>
63 </html>
65 HERE