Mercurial > laserkard
view about.php @ 65:fd2fc585acbc laserkard
[svn r66] Change in about.css to allow for a no-border look
author | hong |
---|---|
date | Sun, 04 Apr 2010 22:44:10 -0400 |
parents | 3d3b8671de71 |
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"> </div>53 </body>54 </html>