Mercurial > laserkard
changeset 53:4349f0c7c4c0 laserkard
[svn r54] put up new front page picture
author | rlm |
---|---|
date | Wed, 17 Feb 2010 02:12:47 -0500 |
parents | 375225442677 |
children | 4073982fcbe5 |
files | front_page.css images/slanted.jpg images/wt_sm.jpg images/wt_smlll.jpg index.php log/error_log.log main.css |
diffstat | 7 files changed, 41 insertions(+), 21 deletions(-) [+] |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/front_page.css Wed Feb 17 02:12:47 2010 -0500 1.3 @@ -0,0 +1,31 @@ 1.4 +div.img_center 1.5 +{ 1.6 + 1.7 +width: 1100px ; 1.8 + 1.9 +margin-left:auto; 1.10 +margin-right:auto; 1.11 + 1.12 + 1.13 +} 1.14 + 1.15 +div.text_center 1.16 +{ 1.17 + 1.18 +width: 1100px ; 1.19 + 1.20 +margin-left:auto; 1.21 +margin-right:auto; 1.22 +color:#aaaaaa; 1.23 + /*font-family:Helvetica, sans-serif, Arial;*/ 1.24 + font: bold 16px "arial", "sans-serif"; 1.25 +text-align:center; 1.26 + margin-top:-50px; 1.27 +} 1.28 +div.text 1.29 +{ 1.30 + 1.31 + 1.32 + 1.33 + margin-bottom:30px; 1.34 +}
2.1 Binary file images/slanted.jpg has changed
3.1 Binary file images/wt_sm.jpg has changed
4.1 Binary file images/wt_smlll.jpg has changed
5.1 --- a/index.php Wed Feb 03 03:32:49 2010 -0500 5.2 +++ b/index.php Wed Feb 17 02:12:47 2010 -0500 5.3 @@ -3,6 +3,7 @@ 5.4 <head> 5.5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 5.6 <link rel="stylesheet" href="main.css" type="text/css" media="screen" /> 5.7 +<link rel="stylesheet" href="front_page.css" type="text/css" media="screen" /> 5.8 <title>Laser Kard | Home</title> 5.9 </head> 5.10 <body id = "hom"> 5.11 @@ -11,19 +12,13 @@ 5.12 5.13 <?php include("top_menu.include"); ?> 5.14 5.15 - 5.16 - <div class = "slogan"> 5.17 - 5.18 - <a href = "./buy.pl">Create Your Impact.</a> 5.19 - 5.20 - </div> 5.21 + 5.22 +<div class="img_center"> 5.23 + <a href="./buy.pl"><img src="./images/wt_sm.jpg" name="but" border="0"></a> 5.24 +</div> 5.25 5.26 -<div class="center"> 5.27 - <a href="./buy.pl"><img src="./images/wt_sm.jpg" name="but" border="0"></a> 5.28 -<div class="text"> 5.29 5.30 - 5.31 - 5.32 +<div class="text_center"> 5.33 <p>Competition is tough. <br> 5.34 Everyone wants that next job, that next opportunity.<br> 5.35 They all look the same. <br> 5.36 @@ -42,7 +37,7 @@ 5.37 5.38 </div> 5.39 5.40 -</div> 5.41 + 5.42 5.43 5.44
6.1 --- a/log/error_log.log Wed Feb 03 03:32:49 2010 -0500 6.2 +++ b/log/error_log.log Wed Feb 17 02:12:47 2010 -0500 6.3 @@ -417,3 +417,5 @@ 6.4 [Wed Feb 03 02:04:39 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/echo.pl 6.5 [Wed Feb 03 02:05:33 2010] [error] [client 18.238.1.90] Problem with code: Could not find echo.xml in /home/rlm/Desktop/web/laserkard/ at /home/rlm/Desktop/web/laserkard/echo.pl line 195, referer: http://laserkard.rlmcintyre.com/echo.pl 6.6 [Wed Feb 03 02:05:33 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/echo.pl 6.7 +[Mon Feb 15 10:29:42 2010] [error] [client 18.238.1.90] File does not exist: /home/r/Desktop/web/laserkard/favicon.ico 6.8 +[Mon Feb 15 10:29:45 2010] [error] [client 18.238.1.90] File does not exist: /home/r/Desktop/web/laserkard/favicon.ico
7.1 --- a/main.css Wed Feb 03 03:32:49 2010 -0500 7.2 +++ b/main.css Wed Feb 17 02:12:47 2010 -0500 7.3 @@ -92,15 +92,7 @@ 7.4 margin-bottom:auto; 7.5 padding:0px; 7.6 } 7.7 -div.text 7.8 -{ 7.9 - color:#aaaaaa; 7.10 - /*font-family:Helvetica, sans-serif, Arial;*/ 7.11 - font: bold 16px "arial", "sans-serif"; 7.12 - 7.13 - margin-top:50px; 7.14 - margin-bottom:30px; 7.15 -} 7.16 + 7.17 7.18 img 7.19 {