Mercurial > laserkard
diff contact.php @ 25:b9a4988a22ed laserkard
[svn r26] initial live version of website completed. still have "selection" bug
author | rlm |
---|---|
date | Sun, 03 Jan 2010 22:26:26 -0500 |
parents | 3298256dd459 |
children | 5b5c03a850b9 |
line wrap: on
line diff
1.1 --- a/contact.php Sun Jan 03 21:11:16 2010 -0500 1.2 +++ b/contact.php Sun Jan 03 22:26:26 2010 -0500 1.3 @@ -7,6 +7,7 @@ 1.4 <!-- 1.5 @import url(./main.css); 1.6 @import url(./sexy.css); 1.7 + @import url(./contact.css); 1.8 DT { background: yellow; color: black } 1.9 --> 1.10 </STYLE> 1.11 @@ -17,9 +18,22 @@ 1.12 1.13 <body id = "contact"> 1.14 1.15 +<?php include("./top_menu.include"); ?> 1.16 1.17 1.18 -<?php include("./top_menu.include"); ?> 1.19 +<div id = "whole"> 1.20 +<div id = "pokedex"> 1.21 +Feel free to contact us with any comments or ideas.<br><br> 1.22 + 1.23 +kevin@laserkard.com <br> 1.24 +rlm@laserkard.com<br><br> 1.25 + 1.26 +832.638.1208<br><br> 1.27 + 1.28 +3 Ames Street #135<br> 1.29 +Cambridge, MA 02142 1.30 +</div> 1.31 +</div> 1.32 1.33 1.34