1
0
aclindsay.com/contact/index.php

20 lines
1.0 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() {
document.getElementById('emailend').innerHTML="edu";
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
<!-- Email Obfuscation -->
<p>The best way to contact me, by far, is via email: aaron <span style="display:none;">@hotmail.com</span>DOT lindsay <span>AT<span style="display:none;">...2@.$97^4</span></span> v<!-- [<mailto:<>blah -->t<span>&nbsp;</span>DOT <span id="emailend"> </span> </p>
<p>Note: The above email address is intentionally obfuscated in several ways to protect against it being spammed more than it already is. In most browsers, you should be able to copy and paste the above address, only changing the uppercase words to their corresponding symbols. However, I apologize if your browser does not handle copy-pasting the above email address properly.</p>
2011-02-24 14:25:26 -05:00
</div>
<?php include("../footer.php"); ?>