Mercurial > laserkard
view about.php @ 66:5a490c918444 laserkard
[svn r67] New format, brings down the (new) image to left-align with text
author | hong |
---|---|
date | Sun, 04 Apr 2010 22:44:40 -0400 |
parents | 3d3b8671de71 |
children | 098a3d3ccc4c |
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"); ?>26 <div class = "whole">28 <div id = "pokedex">31 <h1>About</h1>33 <div class = "whole2"><a href = "./buy.pl"><img src = "./images/about_v2.jpg" border="0" align="left" class="whole2" /></a></div>36 <P>Laser Kards aren’t just business cards.</P>38 <P>They are another class of business cards. Each one is etched using a precise, high-power laser out of clear high-grade polymer and individually inspected for the highest quality. Simple, bold, and effective, they will make you stand out.</P>40 <P>Other cards come in thousands and are meant to be spread everywhere. Laser Kards come in packs of 4, 30, and 50 - use them when it matters. Every card will leave a lasting impact.</P>42 <P>Your card represents you to your business contacts. If you make no compromise on quality and image, these cards are for you.</P>44 </div>46 </div>49 <div id = "garbage"> </div>50 </body>51 </html>