view perl/index.pl @ 18:903b91a97990 judyates

updated site to use google analytics
author Robert McIntyre <rlm@mit.edu>
date Mon, 11 Jul 2011 03:06:13 -0400
parents b6ba604307fc
children
line wrap: on
line source
1 open FILE, ">../index.html";
2 select FILE;
3 print <<HERE;
6 <html>
7 <head>
8 <title>Judy Yates -- Wildlife and Pets on Stone</title>
9 <link rel="stylesheet" type="text/css" href="firetest.css"> </link>
10 <script type="text/javascript" src="/js/google_analytics.js"></script>
11 </head>
12 <body>
17 <span>
18 <img src = "./album_pics/3_logo.jpg">
19 </span>
20 HERE
21 open MENU, "<../menu.html";
22 while (<MENU>){print;}
23 close MENU;
24 print <<HERE;
27 <div class = "orangebox">
30 <p class = "orangebox">
32 <img class = "judy" src = "mass_primitive_arms_stamp_WINNER.JPG" width = "300" height = "240"></img>
34 (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!
35 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
37 </p>
38 </div>
39 <div class = "orangebox">
41 <p class = "orangebox">
42 <img class = "judy" src = "Artist-Judy Yates.jpg" width = "300" height = "240"></img>
43 <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.
44 </p>
45 </div>
47 HERE
48 open MENU, "<../menu.html";
49 while (<MENU>){print;}
50 close MENU;
51 print <<HERE;
53 <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>
58 </body>
61 </html>
63 HERE