view about.php @ 63:3d3b8671de71 laserkard

[svn r64] Changed 1. About page text to agreed on 4/1/10 2. top_menu link "The Story" --> "About"
author hong
date Thu, 01 Apr 2010 20:06:28 -0400
parents 3b429e91982b
children 5a490c918444
line wrap: on
line source
1 <!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" />
6 <STYLE TYPE="text/css" >
7 <!--
8 @import url(./main.css);
9 @import url(./old_sexy.css);
10 @import url(./about.css);
11 DT { background: yellow; color: black }
12 -->
13 </STYLE>
17 <title>Laser Kard | About</title>
18 </head>
19 <body id = "about">
21 <?php include("top_menu.include"); ?>
23 <div class = "whole2">
24 <a href = "./buy.pl">
25 <img src = "./images/about.jpg" border="0">
26 </a>
27 </div>
30 <div class = "whole">
32 <div id = "pokedex">
37 <h1>A Higher Class of Business Cards</h1>
39 <P>Laserkards aren’t just plastic business cards.</P>
41 <P>They are another class of business cards. Each one is etched using a precise, high-power laser out of high-grade polymer and individually inspected for the highest quality. Simple, bold, and effective, they will make you stand out.</P>
43 <P>Other cards come in thousands and are meant to be spread everywhere. Laserkards come in packs of 4, 30, and 50 - use them when it matters. Every card will leave a lasting impact.</P>
45 <P>Your card represents you to your business contacts. If you make no compromise on quality and image, these cards are for you.</P>
47 </div>
49 </div>
52 <div id = "garbage"> &nbsp; </div>
53 </body>
54 </html>