view faq.php @ 48:b2a11435a89b laserkard

[svn r49] implemented resizing text :)
author rlm
date Sun, 31 Jan 2010 20:26:16 -0500
parents bb048e29406b
children 8324f195ef36
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(./faq.css);
11 DT { background: yellow; color: black }
12 -->
13 </STYLE>
16 <title>Laser Kard | FAQ</title>
17 </head>
19 <body id = "faq">
27 <?php include("./top_menu.include"); ?>
31 <div class = "whole">
33 <div id = "pokedex">
35 <h1>Frequently Asked Questions</h1>
42 <p class = "question">
43 How are they used; Is 40 cards enough?
44 </p>
45 <p class = "answer">
46 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.
47 </p>
48 <p class = "question">
49 Are they effective?
50 </p>
51 <p class = "answer">
52 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.
53 </p>
55 <p class = "question">
56 How thick are LaserKards?
57 </p>
58 <p class = "answer">
59 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.
60 </p>
62 <p class = "question">
63 Do they stay clean?
64 </p>
65 <p class = "answer">
66 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.
67 </p>
69 <p class = "question">
70 How are they made?
71 </p>
72 <p class = "answer">
73 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.
74 </p>
76 <p class = "question">
77 Who are the designers?
78 </p>
79 <p class = "answer">
80 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.
81 </p>
92 </div>
94 </div>
97 <div id = "garbage"> &nbsp; </div>
100 </body>
101 </html>