aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-05-08 22:38:09 -0700
committerJakob Odersky <jakob@odersky.com>2017-05-08 22:38:09 -0700
commit8d84569f9350b8f617c72d3262421957280d18ee (patch)
treedf933369834c0caa47bf91ce7350a9f5cef7dfcf
parent020674e4d2e041792b5de2e3425a328ba5cddd80 (diff)
downloadwebsite-8d84569f9350b8f617c72d3262421957280d18ee.tar.gz
website-8d84569f9350b8f617c72d3262421957280d18ee.tar.bz2
website-8d84569f9350b8f617c72d3262421957280d18ee.zip
Update website
-rw-r--r--_includes/header.html7
-rw-r--r--index.html4
2 files changed, 7 insertions, 4 deletions
diff --git a/_includes/header.html b/_includes/header.html
index 5fe929a..3a9229f 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -31,10 +31,13 @@
<a href="https://www.github.com/jodersky" title="GitHub"><i class="fa fa-inverse fa-lg fa-github"></i></a>
</li>
<li>
- <a href="https://twitter.com/jodersky" title="Twitter"><i class="fa fa-inverse fa-lg fa-twitter"></i></a>
+ <a href="https://twitter.com/jodersky" title="Twitter"><i class="fa fa-inverse fa-lg fa-twitter"></i></a>
</li>
<li>
- <a href="https://keybase.io/jodersky" title="Keybase"><i class="fa fa-inverse fa-lg fa-key"></i></a>
+ <a href="https://www.linkedin.com/in/jodersky" title="LinkedIn"><i class="fa fa-inverse fa-lg fa-linkedin-square"></i></a>
+ </li>
+ <li>
+ <a href="https://keybase.io/jodersky" title="Keybase"><i class="fa fa-inverse fa-lg fa-key"></i></a>
</li>
</ul>
</div>
diff --git a/index.html b/index.html
index 997fb0d..3938720 100644
--- a/index.html
+++ b/index.html
@@ -10,8 +10,8 @@ id: about
<div class="col-sm-8">
<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 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 work at <a href="https://driver.xyz/">Driver</a>. 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 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> and <a href="https://www.linkedin.com/in/jodersky">LinkedIn</a>.</p>
<!--<p><i class="fa fa-hand-o-right"></i> <a href="/assets/cv.pdf">Resume</a></p>-->
</div>
</div>