annotate index.php @ 29:7742910e0479 laserkard

[svn r30] implemented drawing text on the picture dynamically. still need to center stuff
author rlm
date Sat, 16 Jan 2010 12:25:43 -0500
parents 36ec0abfe570
children ae22c2d59891
rev   line source
rlm@0 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
rlm@0 2 <html xmlns="http://www.w3.org/1999/xhtml">
rlm@0 3 <head>
rlm@0 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
rlm@0 5 <link rel="stylesheet" href="main.css" type="text/css" media="screen" />
rlm@0 6 <title>Laser Kard</title>
rlm@0 7 </head>
rlm@22 8 <body id = "hom">
rlm@0 9
rlm@0 10
rlm@0 11
rlm@0 12 <?php include("top_menu.include"); ?>
rlm@0 13
rlm@0 14
rlm@0 15
rlm@0 16 <div class="center">
rlm@18 17 <a href="./buy.pl"><img src="./images/wt_sm.jpg" name="but" border="0"></a>
rlm@0 18 <div class="text">
rlm@16 19 <p>Competition is tough.
rlm@16 20 <br>Everyone wants that next job, that next opportunity.
rlm@16 21 <br>They all look the same.
rlm@16 22 <br>Same suit, same hair, same business card.</p>
rlm@27 23 <p>But not you &mdash; <br> Laserkard is a unique way to make an impact when it counts.</p>
rlm@0 24 </div>
rlm@0 25
rlm@0 26 </div>
rlm@0 27
rlm@0 28
rlm@0 29
rlm@25 30 <div id = "copyright">
rlm@25 31 &copy;2010 LaserKard LLC
rlm@25 32 </div>
rlm@25 33
rlm@25 34
rlm@0 35 </body>
rlm@0 36 </html>