annotate 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
rev   line source
rlm@25 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
rlm@25 2 <html xmlns="http://www.w3.org/1999/xhtml">
rlm@25 3 <head>
rlm@25 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
rlm@25 5
rlm@25 6 <STYLE TYPE="text/css" >
rlm@25 7 <!--
rlm@25 8 @import url(./main.css);
rlm@34 9 @import url(./old_sexy.css);
rlm@25 10 @import url(./about.css);
rlm@25 11 DT { background: yellow; color: black }
rlm@25 12 -->
rlm@25 13 </STYLE>
rlm@25 14
rlm@25 15
rlm@25 16
rlm@48 17 <title>Laser Kard | About</title>
rlm@25 18 </head>
rlm@25 19 <body id = "about">
rlm@25 20
rlm@25 21 <?php include("top_menu.include"); ?>
rlm@25 22
rlm@25 23 <div class = "whole2">
rlm@50 24 <a href = "./buy.pl">
rlm@59 25 <img src = "./images/about.jpg" border="0">
rlm@50 26 </a>
rlm@25 27 </div>
rlm@25 28
rlm@28 29
rlm@25 30 <div class = "whole">
rlm@25 31
rlm@25 32 <div id = "pokedex">
rlm@25 33
rlm@25 34
rlm@25 35
rlm@25 36
hong@63 37 <h1>A Higher Class of Business Cards</h1>
rlm@25 38
hong@63 39 <P>Laserkards aren’t just plastic business cards.</P>
rlm@25 40
hong@63 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>
rlm@25 42
hong@63 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>
rlm@25 44
hong@63 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>
rlm@25 46
rlm@25 47 </div>
rlm@25 48
rlm@25 49 </div>
rlm@25 50
rlm@25 51
rlm@25 52 <div id = "garbage"> &nbsp; </div>
rlm@25 53 </body>
rlm@25 54 </html>