aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-01-20 00:31:49 -0800
committerJakob Odersky <jakob@odersky.com>2017-01-20 00:31:49 -0800
commit3c9c0057276bcb4ed37d859099db3be5e99d06cc (patch)
tree7421b8b8c923ac141db552e1b247d41242a68cd6
parent1aad90a3133093744d8afa61a1e1537eda1e3140 (diff)
downloadwebsite-3c9c0057276bcb4ed37d859099db3be5e99d06cc.tar.gz
website-3c9c0057276bcb4ed37d859099db3be5e99d06cc.tar.bz2
website-3c9c0057276bcb4ed37d859099db3be5e99d06cc.zip
Update email address encoding
-rw-r--r--_includes/header.html2
-rw-r--r--index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/_includes/header.html b/_includes/header.html
index a5fde6e..5fe929a 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -25,7 +25,7 @@
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
- <a href="http://www.google.com/recaptcha/mailhide/d?k=01tL1XC5bo2SJ3fq7FoaShcA==&amp;c=s-k3ROSJ2zGcnjLJ0-7DfnoZK7BgJ5sNjTJfsRM8D1g=" onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k\x3d01tL1XC5bo2SJ3fq7FoaShcA\x3d\x3d\x26c\x3ds-k3ROSJ2zGcnjLJ0-7DfnoZK7BgJ5sNjTJfsRM8D1g\x3d', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;" title="Email address"><i class="fa fa-inverse fa-lg fa-envelope"></i></a>
+ <a href="/" title="Contact"><i class="fa fa-inverse fa-lg fa-envelope"></i></a>
</li>
<li>
<a href="https://www.github.com/jodersky" title="GitHub"><i class="fa fa-inverse fa-lg fa-github"></i></a>
diff --git a/index.html b/index.html
index 49b5e47..997fb0d 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,7 @@ id: about
<h2>Hi,</h2>
<p>I'm Jakob Odersky.</p>
<p>I work on Spark at the IBM Spark Technology Center. In my free time I like working on various technology-related <a href="/projects/">projects</a>.</p>
- <p>The best way to contact me is by <a href="http://www.google.com/recaptcha/mailhide/d?k=01ecAECCw0UTFSy4JfUdnC-A==&c=JvsVYN_90iPSeJ3I3ABQXtGxrXIflCcU97OdcBtHJLM=">email</a>. I'm also active on <a href="https://www.github.com/jodersky">GitHub</a> and occasionally on <a href="https://twitter.com/jodersky">Twitter</a>.</p>
+ <p>The best way to contact me is by email, [first name]@[last name].com. I'm also active on <a href="https://www.github.com/jodersky">GitHub</a> and occasionally on <a href="https://twitter.com/jodersky">Twitter</a>.</p>
<!--<p><i class="fa fa-hand-o-right"></i> <a href="/assets/cv.pdf">Resume</a></p>-->
</div>
</div>