diff index.php @ 53:4349f0c7c4c0 laserkard

[svn r54] put up new front page picture
author rlm
date Wed, 17 Feb 2010 02:12:47 -0500
parents 95fa4bcc5d67
children 41d66ff99136
line wrap: on
line diff
     1.1 --- a/index.php	Wed Feb 03 03:32:49 2010 -0500
     1.2 +++ b/index.php	Wed Feb 17 02:12:47 2010 -0500
     1.3 @@ -3,6 +3,7 @@
     1.4  <head>
     1.5  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     1.6  <link rel="stylesheet" href="main.css" type="text/css" media="screen" />
     1.7 +<link rel="stylesheet" href="front_page.css" type="text/css" media="screen" />
     1.8  <title>Laser Kard | Home</title>
     1.9  </head>
    1.10  <body id = "hom">
    1.11 @@ -11,19 +12,13 @@
    1.12  
    1.13  <?php include("top_menu.include"); ?> 
    1.14  
    1.15 -  
    1.16 -  <div class = "slogan">
    1.17 -   
    1.18 -  <a href = "./buy.pl">Create Your Impact.</a>
    1.19 -  
    1.20 -  </div>
    1.21 + 
    1.22 +<div class="img_center">
    1.23 +	<a href="./buy.pl"><img src="./images/wt_sm.jpg" name="but" border="0"></a>
    1.24 +</div>
    1.25  
    1.26 -<div class="center">
    1.27 -	<a href="./buy.pl"><img src="./images/wt_sm.jpg" name="but" border="0"></a>
    1.28 -<div class="text">
    1.29  
    1.30 -  
    1.31 -  
    1.32 +<div class="text_center">
    1.33    <p>Competition is tough.  <br>
    1.34    Everyone wants that next job, that next opportunity.<br>
    1.35    They all look the same. <br>
    1.36 @@ -42,7 +37,7 @@
    1.37    
    1.38  </div>
    1.39  
    1.40 -</div>
    1.41 +
    1.42  
    1.43  
    1.44