34 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?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="ay DOT com";
 | |
| }
 | |
| </script>
 | |
| <?php include("../header_bottom.php"); ?>
 | |
| 
 | |
| <div id="content">
 | |
| 	<h2>Contact Information</h2>
 | |
| 
 | |
| 	<h3>Email</h3>
 | |
| 	<!-- Email Obfuscation -->
 | |
| 	<p>The best way to contact me is via email: <b>aaron <span style="display:none;">@hotmail.com</span><span>AT<span style="display:none;">...2@.$97^4</span></span> acl<!-- [<a href="mailto:<>blah -->inds<!--<span>mailto:foo@bar.com</span>DOT --><span id="emailend"> </span></b> </p>
 | |
| 	<p>Note: The above email address is intentionally obfuscated in several ways to protect against spam. In most browsers, you should be able to copy and paste the above address into your email program, and then change the uppercase words to their corresponding symbols.</p>
 | |
| 
 | |
| 	<h3>PGP Key</h3>
 | |
| 	<p><b>Key: </b><a href="http://pgp.mit.edu:11371/pks/lookup?op=vindex&fingerprint=on&exact=on&search=0x39E2E25799436E10815AE09B59198FBE827240AF">0x827240AF</a></p>
 | |
| 	<p><b>Fingerprint: </b>39E2 E257 9943 6E10 815A  E09B 5919 8FBE 8272 40AF</p>
 | |
| 
 | |
| 	<h3>Elsewhere On The Web</h3>
 | |
| 	<ul>
 | |
| 		<li><a href="http://www.linkedin.com/in/aaronlindsay">LinkedIn</a></li>
 | |
| 		<li><a href="http://www.facebook.com/aaron.lindsay">Facebook</a></li>
 | |
| 		<li><a href="http://twitter.com/aclindsa">Twitter</a></li>
 | |
| 		<li><a href="https://github.com/aclindsa">Github</a></li>
 | |
| 		<li><a href="http://www.flickr.com/photos/aclindsay/">Flickr</a></li>
 | |
| 	</ul>
 | |
| </div>
 | |
| 
 | |
| <?php include("../footer.php"); ?>
 |