Mercurial > laserkard
changeset 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 | fd2fc585acbc |
children | b292de830bc7 |
files | about.php |
diffstat | 1 files changed, 51 insertions(+), 54 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/about.php Sun Apr 04 22:44:10 2010 -0400 1.2 +++ b/about.php Sun Apr 04 22:44:40 2010 -0400 1.3 @@ -1,54 +1,51 @@ 1.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1.5 -<html xmlns="http://www.w3.org/1999/xhtml"> 1.6 -<head> 1.7 -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 1.8 - 1.9 -<STYLE TYPE="text/css" > 1.10 -<!-- 1.11 - @import url(./main.css); 1.12 - @import url(./old_sexy.css); 1.13 - @import url(./about.css); 1.14 - DT { background: yellow; color: black } 1.15 ---> 1.16 -</STYLE> 1.17 - 1.18 - 1.19 - 1.20 -<title>Laser Kard | About</title> 1.21 -</head> 1.22 -<body id = "about"> 1.23 - 1.24 -<?php include("top_menu.include"); ?> 1.25 - 1.26 -<div class = "whole2"> 1.27 -<a href = "./buy.pl"> 1.28 -<img src = "./images/about.jpg" border="0"> 1.29 -</a> 1.30 -</div> 1.31 - 1.32 - 1.33 -<div class = "whole"> 1.34 - 1.35 -<div id = "pokedex"> 1.36 - 1.37 - 1.38 - 1.39 - 1.40 -<h1>A Higher Class of Business Cards</h1> 1.41 - 1.42 -<P>Laserkards aren’t just plastic business cards.</P> 1.43 - 1.44 -<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> 1.45 - 1.46 -<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> 1.47 - 1.48 -<P>Your card represents you to your business contacts. If you make no compromise on quality and image, these cards are for you.</P> 1.49 - 1.50 -</div> 1.51 - 1.52 -</div> 1.53 - 1.54 - 1.55 -<div id = "garbage"> </div> 1.56 -</body> 1.57 -</html> 1.58 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1.59 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.60 +<head> 1.61 +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 1.62 + 1.63 +<STYLE TYPE="text/css" > 1.64 +<!-- 1.65 + @import url(./main.css); 1.66 + @import url(./old_sexy.css); 1.67 + @import url(./about.css); 1.68 + DT { background: yellow; color: black } 1.69 +--> 1.70 +</STYLE> 1.71 + 1.72 + 1.73 + 1.74 +<title>Laser Kard | About</title> 1.75 +</head> 1.76 +<body id = "about"> 1.77 + 1.78 +<?php include("top_menu.include"); ?> 1.79 + 1.80 + 1.81 + 1.82 + 1.83 +<div class = "whole"> 1.84 + 1.85 +<div id = "pokedex"> 1.86 + 1.87 + 1.88 +<h1>About</h1> 1.89 + 1.90 +<div class = "whole2"><a href = "./buy.pl"><img src = "./images/about_v2.jpg" border="0" align="left" class="whole2" /></a></div> 1.91 + 1.92 + 1.93 +<P>Laser Kards aren’t just business cards.</P> 1.94 + 1.95 +<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> 1.96 + 1.97 +<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> 1.98 + 1.99 +<P>Your card represents you to your business contacts. If you make no compromise on quality and image, these cards are for you.</P> 1.100 + 1.101 +</div> 1.102 + 1.103 +</div> 1.104 + 1.105 + 1.106 +<div id = "garbage"> </div> 1.107 +</body> 1.108 +</html>