From fe0f985cc397d088eb2c5dee81f5ab4be573658d Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Wed, 1 Jul 2015 16:50:28 +0200 Subject: update site --- _includes/header.html | 4 +-- _includes/main.html | 7 ++++-- _projects/2010-sims.md | 6 +++++ _projects/2014-condor.md | 2 +- assets/cv.pdf | Bin 0 -> 139640 bytes assets/images/jo.png | Bin 0 -> 7990 bytes assets/images/jo.svg | 62 +++++++++++++++++++++++++++++++++++++++++++++++ index.html | 5 ++-- projects/index.html | 16 ++++++------ 9 files changed, 87 insertions(+), 15 deletions(-) create mode 100644 _projects/2010-sims.md create mode 100644 assets/cv.pdf create mode 100644 assets/images/jo.png create mode 100644 assets/images/jo.svg diff --git a/_includes/header.html b/_includes/header.html index f2bec93..868404d 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -14,7 +14,7 @@ {% endcapture %} -{% include main.html %} \ No newline at end of file +{% include main.html %} diff --git a/_includes/main.html b/_includes/main.html index ece6414..d0d8879 100644 --- a/_includes/main.html +++ b/_includes/main.html @@ -6,17 +6,20 @@ + + {{ page.title }} + + {{ content }} - - \ No newline at end of file + diff --git a/_projects/2010-sims.md b/_projects/2010-sims.md new file mode 100644 index 0000000..639a010 --- /dev/null +++ b/_projects/2010-sims.md @@ -0,0 +1,6 @@ +--- +title: A Simple Mechanics Simulator (SiMS) +site: https://github.com/jodersky/sims +description: A real-time mechanics simulator, my final year school project. +year: 2010 +--- diff --git a/_projects/2014-condor.md b/_projects/2014-condor.md index 45b1b3c..15a7f16 100644 --- a/_projects/2014-condor.md +++ b/_projects/2014-condor.md @@ -2,5 +2,5 @@ title: Project Condor site: https://project-condor.github.io description: Suite of projects related to engineering and navigating a quadrotor. -year: 2014 +year: 2014-2015 --- diff --git a/assets/cv.pdf b/assets/cv.pdf new file mode 100644 index 0000000..2f9be82 Binary files /dev/null and b/assets/cv.pdf differ diff --git a/assets/images/jo.png b/assets/images/jo.png new file mode 100644 index 0000000..f365170 Binary files /dev/null and b/assets/images/jo.png differ diff --git a/assets/images/jo.svg b/assets/images/jo.svg new file mode 100644 index 0000000..0c9a0e8 --- /dev/null +++ b/assets/images/jo.svg @@ -0,0 +1,62 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/index.html b/index.html index 1367b10..1bbcd3a 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,8 @@ id: about

Hi,

I'm Jakob Odersky.

-

I am currently studying physics and computer science at EPFL. In my free time I like working on various technology-related projects.

-

The best way to contact me is by email. I'm also active on GitHub. (Use the above icon links)

+

I studied physics and computer science at EPFL. In my free time I like working on various technology-related projects.

+

The best way to contact me is by email. I'm also active on GitHub.

+

Resume

diff --git a/projects/index.html b/projects/index.html index e2188b1..6b24744 100644 --- a/projects/index.html +++ b/projects/index.html @@ -4,17 +4,17 @@ title: Projects id: projects --- I believe in the merits of building software in the open and its free usage. Here is a list of side projects I've been working on. -

Active Projects

+

Polished Projects

These are the projects that are more involved and presentable.

{% for project in site.projects reversed %} - -

{{ project.title }} {{project.year}}

-
- {{ project.description }} -
-
+ +

{{ project.title }} {{project.year}}

+
+ {{ project.description }} +
+
{% endfor %}

Other Projects

-Check out github repositories for a complete list of all my projects, including smaller and personal ones. \ No newline at end of file +Check out github repositories for a complete list of all my projects, including smaller and personal ones. -- cgit v1.2.3