view index.php @ 50:1b5417799713 laserkard

[svn r51] Venture Mentoring service LIVE
author rlm
date Mon, 01 Feb 2010 02:54:59 -0500
parents b2a11435a89b
children 95fa4bcc5d67
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 <div class = "slogan">
17 <a href = "./buy.pl">Create Your Impact.</a>
19 </div>
21 <div class="center">
22 <a href="./buy.pl"><img src="./images/wt_sm.jpg" 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 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>