summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoreliseo papa <elipapa@alum.mit.edu> 2013-03-09 01:23:14 +0000
committereliseo papa <elipapa@alum.mit.edu> 2013-03-09 01:23:14 +0000
commit0954ddc15e93c91bf32e3df86b5eb2f5d351ba9e (patch)
treeca58f245f3abf2767e84b4733afe1e8722984fb5
parent7c7227a0b00d358195658a455d1a8817050df35f (diff)
first few graphical differences between print and web
-rw-r--r--index.md6
-rw-r--r--media/cv-print.css14
-rw-r--r--media/cv-screen.css5
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) |
+<div id="address">
+ eliseopapa.org<br>
+ elipapa@alum.mit.edu<br>
+</div>
## 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;
+}