changeset 36:bb048e29406b laserkard

[svn r37] added FAQ
author rlm
date Mon, 18 Jan 2010 15:52:33 -0500
parents ae22c2d59891
children 021a9ab1ed5b
files DSC_0030.JPG faq.css faq.php index.php log/error_log.log main.css top_menu.include
diffstat 7 files changed, 143 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
     1.1 Binary file DSC_0030.JPG has changed
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/faq.css	Mon Jan 18 15:52:33 2010 -0500
     2.3 @@ -0,0 +1,32 @@
     2.4 +
     2.5 +div.whole
     2.6 +{
     2.7 +  width: 700px ;
     2.8 +  margin-top:25px;
     2.9 +  margin-left: auto ;
    2.10 +  margin-right: auto ;
    2.11 +
    2.12 +
    2.13 +}
    2.14 +
    2.15 +
    2.16 +
    2.17 +p.question
    2.18 +
    2.19 +{
    2.20 +
    2.21 +font: bold 18px "helvetica","arial", "sans-serif";
    2.22 +color: white;
    2.23 +
    2.24 +}
    2.25 +
    2.26 +
    2.27 +
    2.28 +p.answer
    2.29 +
    2.30 +{
    2.31 +
    2.32 +font: bold 18px "helvetica","arial", "sans-serif";
    2.33 +color: #bbb;
    2.34 +margin-left: 30px;
    2.35 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/faq.php	Mon Jan 18 15:52:33 2010 -0500
     3.3 @@ -0,0 +1,102 @@
     3.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     3.5 +<html xmlns="http://www.w3.org/1999/xhtml">
     3.6 +<head>
     3.7 +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     3.8 +
     3.9 +<STYLE TYPE="text/css" >
    3.10 +<!--
    3.11 +  @import url(./main.css);
    3.12 +  @import url(./old_sexy.css);
    3.13 +  @import url(./faq.css);
    3.14 +  DT { background: yellow; color: black }
    3.15 +-->
    3.16 +</STYLE>
    3.17 +
    3.18 +
    3.19 +<title>Frequently asked Questions</title>
    3.20 +</head>
    3.21 +
    3.22 +<body id = "faq">
    3.23 +
    3.24 +
    3.25 +
    3.26 +
    3.27 +
    3.28 +
    3.29 +
    3.30 +<?php include("./top_menu.include"); ?> 
    3.31 +
    3.32 +
    3.33 +
    3.34 +<div class = "whole">
    3.35 +
    3.36 +<div id = "pokedex">
    3.37 +
    3.38 +<h1>F.A.Q.</h1>
    3.39 +
    3.40 +
    3.41 +
    3.42 +
    3.43 +
    3.44 +
    3.45 +<p class = "question">
    3.46 +How are they used; Is 40 cards enough?
    3.47 +</p>
    3.48 +<p class = "answer">
    3.49 +LaserKards are meant to be used wisely - when you want to make an impact.  One customer used the analogy that unlike regular cards being a spray of information, these are focused like a sniper rifle. 
    3.50 +</p>
    3.51 +<p class = "question">
    3.52 +Are they effective?
    3.53 +</p>
    3.54 +<p class = "answer">
    3.55 +We've done myriad user tests to ensure that these do indeed draw attention.  User tests speak for themselves.  At networking sessions, they draw the conversation to the person using LaserKards.  From engineers to musicians, the cards demonstrate a universal appeal.
    3.56 +</p>
    3.57 +
    3.58 +<p class = "question">
    3.59 +How thick are LaserKards?
    3.60 +</p>
    3.61 +<p class = "answer">
    3.62 +They are as thick as 4-5 business cards, so that they provide a feeling of presence without being obtrusive.  They fit into conventional wallets, as the length is designed to account for the thickness.
    3.63 +</p>
    3.64 +
    3.65 +<p class = "question">
    3.66 +Do they stay clean?
    3.67 +</p>
    3.68 +<p class = "answer">
    3.69 +They should be handled with care.  Included with the cards is a microfiber cleaning cloth to ensure that the cards will be immaculate when they are given out.
    3.70 +</p>
    3.71 +
    3.72 +<p class = "question">
    3.73 +How are they made?
    3.74 +</p>
    3.75 +<p class = "answer">
    3.76 +LaserKards are made of acrylic, a high-grade plastic that provides a reflective and transparent finish.  Chemical and shatter resistant, the material can withstand a lot. 
    3.77 +</p>
    3.78 +
    3.79 +<p class = "question">
    3.80 +Who are the designers?
    3.81 +</p>
    3.82 +<p class = "answer">
    3.83 +They are MIT Engineers who specialize in Product Design.  They work tirelessly developing and testing new cards and products.  They have worked at the prestigious AI Labs at MIT as well as the MIT Media Laboratory.  One of our designers just signed on to work at Apple with their illustrious manufacturing group.
    3.84 +</p>
    3.85 +
    3.86 +
    3.87 +
    3.88 +
    3.89 +
    3.90 +
    3.91 +
    3.92 +
    3.93 +
    3.94 +
    3.95 +</div>
    3.96 +
    3.97 +</div>
    3.98 +
    3.99 +
   3.100 +<div id = "garbage"> &nbsp; </div>
   3.101 +
   3.102 +
   3.103 +</body>
   3.104 +</html>
   3.105 +
     4.1 --- a/index.php	Mon Jan 18 15:31:33 2010 -0500
     4.2 +++ b/index.php	Mon Jan 18 15:52:33 2010 -0500
     4.3 @@ -1,4 +1,4 @@
     4.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     4.5 +-resize <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     4.6  <html xmlns="http://www.w3.org/1999/xhtml">
     4.7  <head>
     4.8  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     5.1 --- a/log/error_log.log	Mon Jan 18 15:31:33 2010 -0500
     5.2 +++ b/log/error_log.log	Mon Jan 18 15:52:33 2010 -0500
     5.3 @@ -2642,3 +2642,4 @@
     5.4  [Mon Jan 18 12:53:33 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
     5.5  [Mon Jan 18 15:13:26 2010] [error] [client 18.111.69.201] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico
     5.6  [Mon Jan 18 15:13:28 2010] [error] [client 18.111.69.201] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico
     5.7 +[Mon Jan 18 15:39:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/faq.css, referer: http://laserkard.rlmcintyre.com/faq.php
     6.1 --- a/main.css	Mon Jan 18 15:31:33 2010 -0500
     6.2 +++ b/main.css	Mon Jan 18 15:52:33 2010 -0500
     6.3 @@ -118,7 +118,8 @@
     6.4  body#buy a#buy,
     6.5  body#hom a#hom,
     6.6  body#about a#about,
     6.7 -body#contact a#contact {
     6.8 +body#contact a#contact,
     6.9 +body#faq a#faq {
    6.10  color: #ffffff;
    6.11  
    6.12  
     7.1 --- a/top_menu.include	Mon Jan 18 15:31:33 2010 -0500
     7.2 +++ b/top_menu.include	Mon Jan 18 15:52:33 2010 -0500
     7.3 @@ -7,6 +7,11 @@
     7.4  <li><a href="./about.php" id = "about" onmouseover="document.but.src='images/bl_sm.jpg'">About</a></li>
     7.5  		<li><a href="./buy.pl" id = "buy" onmouseover="document.but.src='images/gr_sm.jpg'">Design Studio</a></li>
     7.6  
     7.7 +	
     7.8 +
     7.9 +		
    7.10 +
    7.11 +		<li><a href="./faq.php" id = "faq" onmouseover="document.but.src='images/bl_sm.jpg'">faq</a></li>
    7.12  
    7.13  		<li><a href="./contact.php" id = "contact" onmouseover="document.but.src='images/or_sm.jpg'">Contact</a></li>
    7.14  	</ul>