From 0954ddc15e93c91bf32e3df86b5eb2f5d351ba9e Mon Sep 17 00:00:00 2001 From: eliseo papa Date: Sat, 9 Mar 2013 01:23:14 +0000 Subject: first few graphical differences between print and web --- index.md | 6 +++++- media/cv-print.css | 14 +++++++------- media/cv-screen.css | 5 ++++- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/index.md b/index.md index 6a721f0..e72d58a 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,6 @@ --- layout: cv -title: eliseo papa's CV +title: Eliseo Papa's CV --- # Eliseo Papa Biomedical Engineer, Computational Biologist, Data Scientist @@ -27,6 +27,10 @@ while(x=eval(x)); > | [eliseopapa.org](http://eliseopapa.org) | > [LinkedIn](http://uk.linkedin.com/in/eliseopapa) | +
+ eliseopapa.org
+ elipapa@alum.mit.edu
+
## Current position diff --git a/media/cv-print.css b/media/cv-print.css index e032420..f76bcb6 100644 --- a/media/cv-print.css +++ b/media/cv-print.css @@ -123,7 +123,7 @@ h1 { font-size: 3em; line-height: 1em; position: relative; - left: 33%; + left: 25%; } h1+p { @@ -158,12 +158,7 @@ a:hover { } blockquote { - margin-top: 1em; - position: relative; - left: 12%; - color: #aaa; - font-family: Menlo,monospace,sans-serif; - width: 65%; + display: none; } blockquote a { @@ -178,6 +173,11 @@ strong { font-weight: bold; } +#address { + position: relative; + left: 25%; +} + diff --git a/media/cv-screen.css b/media/cv-screen.css index 1eb41c7..0f58292 100644 --- a/media/cv-screen.css +++ b/media/cv-screen.css @@ -163,6 +163,7 @@ blockquote { left: 12%; color: #aaa; font-family: Menlo,monospace,sans-serif; + font-size: 80%; width: 65%; } @@ -178,6 +179,8 @@ strong { font-weight: bold; } - +#address { + display: none; +} -- cgit v1.2.3