aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-04-09 02:09:35 +0200
committerJakob Odersky <jodersky@gmail.com>2015-04-09 21:38:43 +0200
commitc389f93bdce02f446ce22dec7e93cbe7a00b472c (patch)
treefb35194d21017e45ac9163dd6b981c78f566c100 /index.html
parent5cb6b6a78bfeb92c01a1d91f134ac22978e64b09 (diff)
downloadwebsite-c389f93bdce02f446ce22dec7e93cbe7a00b472c.tar.gz
website-c389f93bdce02f446ce22dec7e93cbe7a00b472c.tar.bz2
website-c389f93bdce02f446ce22dec7e93cbe7a00b472c.zip
implement basic site using jekyll
Diffstat (limited to 'index.html')
-rw-r--r--index.html19
1 files changed, 18 insertions, 1 deletions
diff --git a/index.html b/index.html
index cd08755..769e4e7 100644
--- a/index.html
+++ b/index.html
@@ -1 +1,18 @@
-Hello world!
+---
+layout: page
+title: Jakob Odersky
+id: about
+---
+<div class="row">
+ <div class="col-sm-3">
+ <!--<img class="img-rounded" src="http://placehold.it/140x140" alt="Image" >-->
+ <img width="100%" class="img-rounded" src="/assets/images/jakob.jpg" alt="Jakob Odersky" >
+ </div>
+ <div class="col-sm-9">
+ <h2>Hi,</h2>
+ <p>I'm Jakob Odersky.</p>
+ <p>I am currently studying physics and computer science at EPFL. In my free time I like working on various technology-related projects.</p>
+ <p><i class="fa fa-hand-o-right"></i> <a href="/assets/cv.pdf">Curriculum Vitae</a></p>
+ <p>The best way to contact me is by email. I'm also active on GitHub. (Use the above icon links)</p>
+ </div>
+</div>