aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-07-29 22:06:14 -0700
committerJakob Odersky <jakob@odersky.com>2017-07-29 22:06:14 -0700
commit7b17c90ad7fc722dc5a33748df7450d9ff76b12c (patch)
tree27d0b8403d54da842e7787d21b105f7a2717eb08 /index.html
parentfd436d4a238efe52764b218baece86f9742ed8e6 (diff)
downloadwebsite-7b17c90ad7fc722dc5a33748df7450d9ff76b12c.tar.gz
website-7b17c90ad7fc722dc5a33748df7450d9ff76b12c.tar.bz2
website-7b17c90ad7fc722dc5a33748df7450d9ff76b12c.zip
Upgrade to Bootstrap 4 and update styling
Diffstat (limited to 'index.html')
-rw-r--r--index.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/index.html b/index.html
index 2da75a4..5945fab 100644
--- a/index.html
+++ b/index.html
@@ -4,14 +4,14 @@ title: Jakob Odersky
id: about
---
<div class="row">
- <div class="col-sm-4">
- <img width="100%" class="img-rounded" src="/assets/images/jakob.jpg" alt="Jakob Odersky">
- </div>
- <div class="col-sm-8">
- <h2>Hi,</h2>
- <p>I'm Jakob Odersky.</p>
- <p>I work on 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>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 class="my-3 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">
+ <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>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>