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