view index.php @ 78:4ebd94bfecda laserkard

moved css files to own directory; deleted USELESS files
author Robert McIntyre <rlm@mit.edu>
date Thu, 22 Jul 2010 09:56:12 -0400
parents 751fb9fd445b
children 3c398dd94f17
line wrap: on
line source
1 -resize <!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" />
5 <link rel="stylesheet" href="css/main.css" type="text/css" media="screen" />
6 <link rel="stylesheet" href="css/front_page.css" type="text/css" media="screen" />
7 <title>Laser Kard | Home</title>
8 </head>
9 <body id = "hom">
13 <?php include("top_menu.include"); ?>
16 <div class="img_center">
17 <div class = "stupid_fuck">
18 <a href="./buy.pl" class="behind" ><img src="./images/Homepage.jpg" name="but" border="0"></a>
19 </div>
20 </div>
23 <div class="text_center">
24 <div class="stupid_fuck2">
25 <p>Competition is tough. <br>
26 Everyone wants that next job, that next opportunity.<br>
27 They all look the same. <br>
28 Same suit, same hair, same business card.
29 </p>
31 <p> But not you. <br> </p>
32 <p>
33 Laserkards &mdash; laser etched business cards,<br>
34 Designed to make an impact.
35 </p>
37 <br>
38 <div class = "copyright">
39 &copy;2010 LaserKard LLC.<br> Proudly made in the USA.
40 </div>
41 </div>
42 </div>
46 <script type="text/javascript">
47 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
48 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
49 </script>
50 <script type="text/javascript">
51 try {
52 var pageTracker = _gat._getTracker("UA-15235673-1");
53 pageTracker._trackPageview();
54 } catch(err) {}</script>
55 </body>
56 </html>