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"> <div class="col-full">
<h1>I'm available for work.</h1> <h1>I'm available for work.</h1>
<p class="t-med">Contact me at: <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> </p>
</div> </div>
</section> </section>
<script> <script>
function revealEmail() { function revealEmail() {
var obfem = "mxthxkxmar@thefeathers.in" var obfem = "mxthxkxmyr@thefeythers.in"
obfem = obfem.replace(/x/g, 'u') obfem = obfem.replace(/x/g, 'u').replace(/y/g, 'a')
document.querySelector("#contact-em").innerHTML = obfem document.querySelector("#contact-em").innerHTML = obfem
} }
document.onscroll = revealEmail document.onscroll = revealEmail

Loading…
Cancel
Save