Browse Source

Update index.html

master
Muthu Kumar 7 years ago
committed by GitHub
parent
commit
f72e1becb6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      docs/index.html

6
docs/index.html

@ -199,14 +199,14 @@
<div class="col-full">
<h1>I'm available for work.</h1>
<p class="t-med">Contact me at:
<span id="contact-em" class="t-white">mxthxkxmar@thefeathers.in (Replace x with u)</span>
<span id="contact-em" class="t-white">mxthxkxmyr@thefeythers.in (Replace x with u; y with a)</span>
</p>
</div>
</section>
<script>
function revealEmail() {
var obfem = "mxthxkxmar@thefeathers.in"
obfem = obfem.replace(/x/g, 'u')
var obfem = "mxthxkxmyr@thefeythers.in"
obfem = obfem.replace(/x/g, 'u').replace(/y/g, 'a')
document.querySelector("#contact-em").innerHTML = obfem
}
document.onscroll = revealEmail

Loading…
Cancel
Save