aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-11-19 13:29:15 -0800
committerJakob Odersky <jakob@odersky.com>2018-11-19 13:29:15 -0800
commit31ecae8b901060644175f39241c65a06b78b2a83 (patch)
treef01bd382c30905fa4be21dc72cc879aeafa72412 /index.html
parent14da66191f12755de633fe839aadd6bb2f09fd57 (diff)
downloadwebsite-31ecae8b901060644175f39241c65a06b78b2a83.tar.gz
website-31ecae8b901060644175f39241c65a06b78b2a83.tar.bz2
website-31ecae8b901060644175f39241c65a06b78b2a83.zip
Move to pandoc and makefile based publishing system
This drops the jekyll requirement to publish the website and instead relies on pandoc to convert markdown to html and assemble pages.
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/index.html b/index.html
index af77a7a..3a933df 100644
--- a/index.html
+++ b/index.html
@@ -1,17 +1,16 @@
---
-layout: page
title: Jakob Odersky
-id: about
---
+
<div class="row">
- <div class="my-3 col-md-6 col-lg-5">
- <img class="img-fluid" src="/assets/images/jakob.jpg" alt="Jakob Odersky">
+ <div class="col-md-6 col-lg-5">
+ <img class="img-fluid" src="assets/images/jakob.jpg" alt="Jakob Odersky">
</div>
- <div class="my-3 col-md-6 col-lg-7">
+ <div class="col-md-6 col-lg-7">
<h2>Hi,</h2>
<p>I'm Jakob Odersky.</p>
- <p>I'm building a treatment access platform for cancer patients 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>In my free time I like working on various technology-related <a href="projects.html">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>
+ <p><i class="fa fa-hand-o-right"></i> <a href="cv.pdf">Resume</a></p>
</div>
</div>