Mercurial > judyates
view perl/index.pl @ 8:1b77e8657088 judyates
[svn r9] saving for transference to cd
author | rlm |
---|---|
date | Fri, 19 Mar 2010 07:17:36 -0400 |
parents | 788bb81ec9dd |
children | b6ba604307fc |
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 Stone17 </title>19 <span>20 <img src = "./album_pics/3_logo.jpg">21 </span>22 HERE23 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 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>        <a href = "recent_sales.html">Purchase Prints</a>      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 HERE50 open MENU, "<../menu.html";51 while (<MENU>){print;}52 close MENU;53 print <<HERE;55 <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>60 </body>63 </html>65 HERE