Mercurial > laserkard
changeset 25:b9a4988a22ed laserkard
[svn r26] initial live version of website completed. still have "selection" bug
author | rlm |
---|---|
date | Sun, 03 Jan 2010 22:26:26 -0500 |
parents | 2979a76e3fdf |
children | 4475e9ee3c36 |
files | about.css about.php buy.html contact.css contact.php images/prod_pic1.jpg index.php main.css paypal/basic_acrylic_clear.paylist paypal/big_acrylic_clear.paylist paypal/classic_acrylic_clear.paylist paypal/lines_acrylic_clear.paylist paypal/make.pl product_pics/IMG_0148.JPG product_pics/IMG_0415.JPG product_pics/Website Pic Edit Clean2. crop.jpg product_pics/Website Pic Edit Clean2.jpg product_pics/clear_pic.jpg sexy.css top_menu.include |
diffstat | 20 files changed, 210 insertions(+), 32 deletions(-) [+] |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/about.css Sun Jan 03 22:26:26 2010 -0500 1.3 @@ -0,0 +1,60 @@ 1.4 + 1.5 +div.whole 1.6 +{ 1.7 + width: 700px ; 1.8 + margin-top:25px; 1.9 + margin-left: auto ; 1.10 + margin-right: auto ; 1.11 + 1.12 +/* 1.13 +padding:2px; 1.14 +border-style:solid; 1.15 +border-color:#79797b; 1.16 +border-width:1px; 1.17 +*/ 1.18 +} 1.19 +div.whole2 1.20 +{ 1.21 + width: 400px ; 1.22 + margin-top:25px; 1.23 + margin-left: auto ; 1.24 + margin-right: auto ; 1.25 + 1.26 +/* 1.27 +padding:2px; 1.28 +border-style:solid; 1.29 +border-color:#79797b; 1.30 +border-width:1px; 1.31 +*/ 1.32 +} 1.33 + 1.34 + 1.35 +div#pokedex 1.36 +{ 1.37 +padding : 30px; 1.38 +clear:right; 1.39 +float:none; 1.40 +background-color:#000000; 1.41 +border-style:solid; 1.42 +border-color:#ffffff; 1.43 +border-width:1px; 1.44 + 1.45 + 1.46 + 1.47 +font: bold 16px "helvetica","arial", "sans-serif"; 1.48 +color: white; 1.49 +} 1.50 + 1.51 + 1.52 +#prod1 1.53 + 1.54 +{ 1.55 +position :float; 1.56 +margin-left:auto; 1.57 +margin-right:auto; 1.58 + 1.59 + 1.60 + 1.61 + 1.62 + 1.63 +}
2.1 --- a/about.php Sun Jan 03 21:11:16 2010 -0500 2.2 +++ b/about.php Sun Jan 03 22:26:26 2010 -0500 2.3 @@ -1,14 +1,74 @@ 2.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2.5 -<html xmlns="http://www.w3.org/1999/xhtml"> 2.6 -<head> 2.7 -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 2.8 -<link rel="stylesheet" href="./main.css" type="text/css" media="screen" /> 2.9 -<title>Laser Kard</title> 2.10 -</head> 2.11 -<body id = "about"> 2.12 - 2.13 -<?php include("top_menu.include"); ?> 2.14 - 2.15 - 2.16 -</body> 2.17 -</html> 2.18 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2.19 +<html xmlns="http://www.w3.org/1999/xhtml"> 2.20 +<head> 2.21 +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 2.22 + 2.23 +<STYLE TYPE="text/css" > 2.24 +<!-- 2.25 + @import url(./main.css); 2.26 + @import url(./sexy.css); 2.27 + @import url(./about.css); 2.28 + DT { background: yellow; color: black } 2.29 +--> 2.30 +</STYLE> 2.31 + 2.32 + 2.33 + 2.34 +<title>Laser Kard</title> 2.35 +</head> 2.36 +<body id = "about"> 2.37 + 2.38 +<?php include("top_menu.include"); ?> 2.39 + 2.40 +<div class = "whole2"> 2.41 +<img src = "./images/prod_pic1.jpg"> 2.42 +</div> 2.43 + 2.44 +<div class = "whole"> 2.45 + 2.46 +<div id = "pokedex"> 2.47 + 2.48 + 2.49 + 2.50 + 2.51 +<h1>The Story</h1> 2.52 + 2.53 +<P>It all started with one networking session at MIT. One of our founders wanted to stand out and paper cards just didn't cut it. He decided to cut his cards with a laser. </P> 2.54 + 2.55 +<P>He wanted that job at Apple and knew that everyone else did too.</P> 2.56 + 2.57 +<P>When he gave the card out, people kept it and remembered who he was.</P> 2.58 + 2.59 +<P>He got the interviews. Laser Kard was born.</P> 2.60 + 2.61 +<P>Developed by MIT Product Engineers and Designers, Laser Kard is an innovation borne out of the need to stand out from the crowd, to differentiate one's self. Once the first set was made, Laser Kards quickly began to catch on. Friends of the founders were soon asking for their own cards and using them to great success.</P> 2.62 + 2.63 +<P>They have since taken people who were already impressive and given them that extra edge to put them over the top.</P> 2.64 + 2.65 +<P>Laser Kard is committed to creating high-impact cards for high-impact people. </P> 2.66 + 2.67 +<P>Made of brilliant, clear acrylic these Laser Kards communicate that you are committed to excellence and pay attention to the finest of details.</P> 2.68 + 2.69 +<P>As thick as several business cards, they are pronounced without being obtrusive.</P> 2.70 + 2.71 +<P>Subtle, yet sleek they offer a way to boldly and yet quietly state that you are present and that you mean business.</P> 2.72 + 2.73 +<P>President Theodore Roosevelt famously said, "Speak softly, Carry a big stick."</P> 2.74 + 2.75 +<P>Speak softly, Carry a Laser Kard.</P> 2.76 + 2.77 +<P>We'd wish you luck, but with these, you may not need it.</P> 2.78 + 2.79 +<P>And about Apple — he got the job.</P> 2.80 + 2.81 +<P>— Kevin Rustagi and Robert Mcintyre, <BR> Founders, Laser Kard, Impact Services.</P> 2.82 + 2.83 +<P> 2.84 +</div> 2.85 + 2.86 +</div> 2.87 + 2.88 + 2.89 +<div id = "garbage"> </div> 2.90 +</body> 2.91 +</html>
3.1 --- a/buy.html Sun Jan 03 21:11:16 2010 -0500 3.2 +++ b/buy.html Sun Jan 03 22:26:26 2010 -0500 3.3 @@ -1,6 +1,7 @@ 3.4 <html> 3.5 <head> 3.6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 3.7 + 3.8 <link href="./main.css" rel="stylesheet" type="text/css"/> 3.9 <link href="./sexy.css" rel="stylesheet" type="text/css"/> 3.10
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/contact.css Sun Jan 03 22:26:26 2010 -0500 4.3 @@ -0,0 +1,18 @@ 4.4 +div#whole 4.5 +{ 4.6 + width: 500px ; 4.7 + margin-top:25px; 4.8 + margin-left: auto ; 4.9 + margin-right: auto ; 4.10 + 4.11 +/* 4.12 +padding:2px; 4.13 +border-style:solid; 4.14 +border-color:#79797b; 4.15 +border-width:1px; 4.16 +*/ 4.17 +} 4.18 + 4.19 + 4.20 + 4.21 +
5.1 --- a/contact.php Sun Jan 03 21:11:16 2010 -0500 5.2 +++ b/contact.php Sun Jan 03 22:26:26 2010 -0500 5.3 @@ -7,6 +7,7 @@ 5.4 <!-- 5.5 @import url(./main.css); 5.6 @import url(./sexy.css); 5.7 + @import url(./contact.css); 5.8 DT { background: yellow; color: black } 5.9 --> 5.10 </STYLE> 5.11 @@ -17,9 +18,22 @@ 5.12 5.13 <body id = "contact"> 5.14 5.15 +<?php include("./top_menu.include"); ?> 5.16 5.17 5.18 -<?php include("./top_menu.include"); ?> 5.19 +<div id = "whole"> 5.20 +<div id = "pokedex"> 5.21 +Feel free to contact us with any comments or ideas.<br><br> 5.22 + 5.23 +kevin@laserkard.com <br> 5.24 +rlm@laserkard.com<br><br> 5.25 + 5.26 +832.638.1208<br><br> 5.27 + 5.28 +3 Ames Street #135<br> 5.29 +Cambridge, MA 02142 5.30 +</div> 5.31 +</div> 5.32 5.33 5.34
6.1 Binary file images/prod_pic1.jpg has changed
7.1 --- a/index.php Sun Jan 03 21:11:16 2010 -0500 7.2 +++ b/index.php Sun Jan 03 22:26:26 2010 -0500 7.3 @@ -27,5 +27,10 @@ 7.4 7.5 7.6 7.7 +<div id = "copyright"> 7.8 +©2010 LaserKard LLC 7.9 +</div> 7.10 + 7.11 + 7.12 </body> 7.13 </html>
8.1 --- a/main.css Sun Jan 03 21:11:16 2010 -0500 8.2 +++ b/main.css Sun Jan 03 22:26:26 2010 -0500 8.3 @@ -95,6 +95,24 @@ 8.4 } 8.5 8.6 8.7 +div#copyright 8.8 +{ 8.9 + 8.10 +position:relative; 8.11 +bottom: -250px; 8.12 +margin-left:44%; 8.13 + 8.14 + 8.15 +font: bold 14px "helvetica","arial", "sans-serif"; 8.16 +color: white; 8.17 + 8.18 + 8.19 + 8.20 +} 8.21 + 8.22 + 8.23 + 8.24 + 8.25 8.26 /*stuff to make the links show which page you're on*/ 8.27 body#buy a#buy,
9.1 --- a/paypal/basic_acrylic_clear.paylist Sun Jan 03 21:11:16 2010 -0500 9.2 +++ b/paypal/basic_acrylic_clear.paylist Sun Jan 03 22:26:26 2010 -0500 9.3 @@ -1,5 +1,5 @@ 9.4 <div id = "i_inputbox"> 9.5 -<titletron>Clarity:<br> The Arrow Kard.</titletron> 9.6 +<titletron>Clarity Series:<br> The Arrow Kard.</titletron> 9.7 <br><BR> 9.8 <!-- Start of Form --> 9.9 <!-- Note: target="paypal" was replaced with the variable target="_self" --> 9.10 @@ -23,7 +23,7 @@ 9.11 9.12 <!-- --> 9.13 <input type="hidden" name="baseamt" value="00"> 9.14 -<input type="hidden" name="basedes" value="Clarity: The Arrow Kard"> 9.15 +<input type="hidden" name="basedes" value="Clarity Series: The Arrow Kard"> 9.16 <!-- --> 9.17 <input type="hidden" name="baseon0" value = "Line 1 (James Bond)"> 9.18 <input type="hidden" name="baseos0">
10.1 --- a/paypal/big_acrylic_clear.paylist Sun Jan 03 21:11:16 2010 -0500 10.2 +++ b/paypal/big_acrylic_clear.paylist Sun Jan 03 22:26:26 2010 -0500 10.3 @@ -1,5 +1,5 @@ 10.4 <div id = "i_inputbox"> 10.5 -<titletron>Clarity:<br> The Bold Kard.</titletron> 10.6 +<titletron>Clarity Series:<br> The Bold Kard.</titletron> 10.7 <br><BR> 10.8 <!-- Start of Form --> 10.9 <!-- Note: target="paypal" was replaced with the variable target="_self" --> 10.10 @@ -23,7 +23,7 @@ 10.11 10.12 <!-- --> 10.13 <input type="hidden" name="baseamt" value="00"> 10.14 -<input type="hidden" name="basedes" value="Clarity: The Bold Kard"> 10.15 +<input type="hidden" name="basedes" value="Clarity Series: The Bold Kard"> 10.16 <!-- --> 10.17 <input type="hidden" name="baseon0" value = "Line 1 (James Bond)"> 10.18 <input type="hidden" name="baseos0">
11.1 --- a/paypal/classic_acrylic_clear.paylist Sun Jan 03 21:11:16 2010 -0500 11.2 +++ b/paypal/classic_acrylic_clear.paylist Sun Jan 03 22:26:26 2010 -0500 11.3 @@ -1,5 +1,5 @@ 11.4 <div id = "i_inputbox"> 11.5 -<titletron>Clarity:<br> The Classic Kard.</titletron> 11.6 +<titletron>Clarity Series:<br> The Classic Kard.</titletron> 11.7 <br><BR> 11.8 <!-- Start of Form --> 11.9 <!-- Note: target="paypal" was replaced with the variable target="_self" --> 11.10 @@ -23,7 +23,7 @@ 11.11 11.12 <!-- --> 11.13 <input type="hidden" name="baseamt" value="00"> 11.14 -<input type="hidden" name="basedes" value="Clarity: The Classic Kard"> 11.15 +<input type="hidden" name="basedes" value="Clarity Series: The Classic Kard"> 11.16 <!-- --> 11.17 <input type="hidden" name="baseon0" value = "Line 1 (jbond@mi6.co.uk)"> 11.18 <input type="hidden" name="baseos0">
12.1 --- a/paypal/lines_acrylic_clear.paylist Sun Jan 03 21:11:16 2010 -0500 12.2 +++ b/paypal/lines_acrylic_clear.paylist Sun Jan 03 22:26:26 2010 -0500 12.3 @@ -1,5 +1,5 @@ 12.4 <div id = "i_inputbox"> 12.5 -<titletron>Clarity:<br> The Direct Kard.</titletron> 12.6 +<titletron>Clarity Series:<br> The Direct Kard.</titletron> 12.7 <br><BR> 12.8 <!-- Start of Form --> 12.9 <!-- Note: target="paypal" was replaced with the variable target="_self" --> 12.10 @@ -23,7 +23,7 @@ 12.11 12.12 <!-- --> 12.13 <input type="hidden" name="baseamt" value="00"> 12.14 -<input type="hidden" name="basedes" value="Clarity: The Direct Kard"> 12.15 +<input type="hidden" name="basedes" value="Clarity Series: The Direct Kard"> 12.16 <!-- --> 12.17 <input type="hidden" name="baseon0" value = "Line 1 (James Bond)"> 12.18 <input type="hidden" name="baseos0">
13.1 --- a/paypal/make.pl Sun Jan 03 21:11:16 2010 -0500 13.2 +++ b/paypal/make.pl Sun Jan 03 22:26:26 2010 -0500 13.3 @@ -4,8 +4,8 @@ 13.4 {#big_acrylic_clear 13.5 &paylist 13.6 ( 13.7 -TITLE => 'Clarity:<br> The Bold Kard.', 13.8 -PRODUCT_NAME => 'Clarity: The Bold Kard', 13.9 +TITLE => 'Clarity Series:<br> The Bold Kard.', 13.10 +PRODUCT_NAME => 'Clarity Series: The Bold Kard', 13.11 13.12 NAME => 'big_acrylic_clear', 13.13 13.14 @@ -24,8 +24,8 @@ 13.15 {#basic_acrylic_clear 13.16 &paylist 13.17 ( 13.18 -TITLE => 'Clarity:<br> The Arrow Kard.', 13.19 -PRODUCT_NAME => 'Clarity: The Arrow Kard', 13.20 +TITLE => 'Clarity Series:<br> The Arrow Kard.', 13.21 +PRODUCT_NAME => 'Clarity Series: The Arrow Kard', 13.22 13.23 NAME => 'basic_acrylic_clear', 13.24 13.25 @@ -45,8 +45,8 @@ 13.26 {#classic_acrylic_clear 13.27 &paylist 13.28 ( 13.29 -TITLE => 'Clarity:<br> The Classic Kard.', 13.30 -PRODUCT_NAME => 'Clarity: The Classic Kard', 13.31 +TITLE => 'Clarity Series:<br> The Classic Kard.', 13.32 +PRODUCT_NAME => 'Clarity Series: The Classic Kard', 13.33 13.34 NAME => 'classic_acrylic_clear', 13.35 13.36 @@ -67,8 +67,8 @@ 13.37 {#lines_acrylic_clear 13.38 &paylist 13.39 ( 13.40 -TITLE => 'Clarity:<br> The Direct Kard.', 13.41 -PRODUCT_NAME => 'Clarity: The Direct Kard', 13.42 +TITLE => 'Clarity Series:<br> The Direct Kard.', 13.43 +PRODUCT_NAME => 'Clarity Series: The Direct Kard', 13.44 13.45 NAME => 'lines_acrylic_clear', 13.46
14.1 Binary file product_pics/IMG_0148.JPG has changed
15.1 Binary file product_pics/IMG_0415.JPG has changed
16.1 Binary file product_pics/Website Pic Edit Clean2. crop.jpg has changed
17.1 Binary file product_pics/Website Pic Edit Clean2.jpg has changed
18.1 Binary file product_pics/clear_pic.jpg has changed
19.1 --- a/sexy.css Sun Jan 03 21:11:16 2010 -0500 19.2 +++ b/sexy.css Sun Jan 03 22:26:26 2010 -0500 19.3 @@ -152,11 +152,13 @@ 19.4 { 19.5 19.6 19.7 +padding-bottom: 50px; 19.8 color: white; 19.9 background-color:#000000; 19.10 text-align: left; 19.11 font: bold 32px "arial", "sans-serif"; 19.12 19.13 + 19.14 } 19.15 19.16
20.1 --- a/top_menu.include Sun Jan 03 21:11:16 2010 -0500 20.2 +++ b/top_menu.include Sun Jan 03 22:26:26 2010 -0500 20.3 @@ -4,7 +4,7 @@ 20.4 <ul> 20.5 <li><a href="./index.php" id ="hom" onmouseover="document.but.src='images/or_sm.jpg'">Home</a></li> 20.6 20.7 - <li><a href="./buy.pl" id = "buy" onmouseover="document.but.src='images/gr_sm.jpg'">Buy</a></li> 20.8 + <li><a href="./buy.pl" id = "buy" onmouseover="document.but.src='images/gr_sm.jpg'">Order</a></li> 20.9 20.10 <li><a href="./contact.php" id = "contact" onmouseover="document.but.src='images/or_sm.jpg'">Contact</a></li> 20.11