1
0
aclindsay.com/contact/index.php

28 lines
1.2 KiB
PHP
Raw Normal View History

2011-02-24 14:25:26 -05:00
<?php include("../header_top.php"); ?>
<title>Contact Information - aclindsay.com</title>
<script type="text/javascript">
//Email obfuscation by Javascript insertion
window.onload = function() {
2011-03-20 20:07:18 -04:00
document.getElementById('emailend').innerHTML="ay&nbsp;DOT com";
2011-02-24 14:25:26 -05:00
}
</script>
<?php include("../header_bottom.php"); ?>
<div id="content">
<h2>Contact Me</h2>
2011-02-24 14:25:26 -05:00
<h3>Email</h3>
<!-- Email Obfuscation -->
2011-04-14 23:22:39 -04:00
<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>
2011-03-20 20:12:27 -04:00
<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>Social Networking</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="https://github.com/aclindsa">Github</a></li>
</ul>
2011-02-24 14:25:26 -05:00
</div>
<?php include("../footer.php"); ?>