view perl/index.pl @ 0:60668cf4f443 judyates

[svn r1] initial import
author rlm
date Sun, 03 Jan 2010 04:38:50 -0500
parents
children 788bb81ec9dd
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 Meet the WINNER of the 2010 Massachusetts Primitive Firearms Stamp Contest! Her entry, "Turquoise Sky," is this year's winner and will be featured on the state's hunting stamp for the upcoming season!
37 Stay tuned for the possibility of ordering prints of this one of a kind piece of artwork. The original painting may be auctioned off in the near future as well!&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&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