view index.php @ 48:b2a11435a89b laserkard

[svn r49] implemented resizing text :)
author rlm
date Sun, 31 Jan 2010 20:26:16 -0500
parents bb048e29406b
children 1b5417799713
line wrap: on
line source
1 -resize <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5 <link rel="stylesheet" href="main.css" type="text/css" media="screen" />
6 <title>Laser Kard | Home</title>
7 </head>
8 <body id = "hom">
12 <?php include("top_menu.include"); ?>
15 <slogan>
17 Create your Impact.
19 </slogan>
21 <div class="center">
22 <a href="./buy.pl"><img src="./images/wt_sm.jpg" name="but" border="0"></a>
23 <div class="text">
27 <p>Competition is tough. <br>
28 Everyone wants that next job, that next opportunity.<br>
29 They all look the same. <br>
30 Same suit, same hair, same business card.
31 </p>
33 <p>
34 But not you. <br>
35 </p>
36 <p>
37 Laserkards &mdash; laser etched acrylic business cards<br>
38 Designed to make an impact.
39 </p>
43 </div>
45 </div>
49 <div id = "copyright">
50 &copy;2010 LaserKard LLC
51 </div>
54 </body>
55 </html>