1
0

Added social networking to contact info

This commit is contained in:
Aaron Lindsay 2011-03-20 22:28:22 -06:00
parent bcb3aa1a1f
commit ad9431985a

View File

@ -11,9 +11,17 @@ window.onload = function() {
<div id="content"> <div id="content">
<h2>Contact Me</h2> <h2>Contact Me</h2>
<h3>Email</h3>
<!-- Email Obfuscation --> <!-- Email Obfuscation -->
<p>The best way to contact me is via email: 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> </p> <p>The best way to contact me is via email: 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> </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> <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>
</div> </div>
<?php include("../footer.php"); ?> <?php include("../footer.php"); ?>