Initial Commit
This commit is contained in:
		
							
								
								
									
										28
									
								
								contact/index.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								contact/index.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,28 @@ | ||||
| <?php include("../header_top.php"); ?> | ||||
| <title>Contact Information - aclindsay.com</title> | ||||
| <script type="text/javascript"> | ||||
| //Email obfuscation by Javascript insertion | ||||
| window.onload = function() { | ||||
| document.getElementById('emailend').innerHTML="edu"; | ||||
| } | ||||
| </script> | ||||
| <?php include("../header_bottom.php"); ?> | ||||
|  | ||||
| <div id="content"> | ||||
| 	<div id="main"> | ||||
| 		<h2>Contact Page</h2> | ||||
|  | ||||
| 		<!-- Email Obfuscation --> | ||||
| 		<p>e-mail: aaron <span style="display:none;">@hotmail.com</span>DOT lindsay <span>AT<span style="display:none;">...2@.$97^4</span></span> v<!--blah -->t<span> </span>DOT <span id="emailend"> </span> </p> | ||||
|  | ||||
| 		<p>voice:  | ||||
| 			<object type="application/x-shockwave-flash" data="https://clients4.google.com/voice/embed/webCallButton" width="230" height="85"><param name="movie" value="https://clients4.google.com/voice/embed/webCallButton" /><param name="wmode" value="transparent" /><param name="FlashVars" value="id=9892b7fc9d9bab1f95d03625ba9119129d65f9da&style=0" /></object> | ||||
| 		</p> | ||||
| 	</div> | ||||
| <!--	<div id="sidebar"> | ||||
| 		<span> | ||||
| 		</span> | ||||
| 	</div> --> | ||||
| </div> | ||||
|  | ||||
| <?php include("../footer.php"); ?> | ||||
		Reference in New Issue
	
	Block a user