1
0

Removed google voice widget, and added explanation for email obfuscation

This commit is contained in:
Aaron Lindsay 2011-02-25 22:39:45 -07:00
parent 547b11200f
commit f3df15f004

View File

@ -12,11 +12,8 @@ document.getElementById('emailend').innerHTML="edu";
<h2>Contact Me</h2> <h2>Contact Me</h2>
<!-- Email Obfuscation --> <!-- 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>&nbsp;</span>DOT <span id="emailend"> </span> </p> <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>
<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>
<?php include("../footer.php"); ?> <?php include("../footer.php"); ?>