Skip to content

Commit

Permalink
changed the print css up to a level decent enough to submit to someone
Browse files Browse the repository at this point in the history
  • Loading branch information
elipapa committed Mar 9, 2013
1 parent 0954ddc commit fa135e9
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 32 deletions.
Binary file added Eliseo Papa's CV _ CV.pdf
Binary file not shown.
13 changes: 5 additions & 8 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ title: Eliseo Papa's CV
# Eliseo Papa
Biomedical Engineer, Computational Biologist, Data Scientist


> | <script type="text/javascript">
<div id="webaddress">
<script type="text/javascript">
//<![CDATA[
<!--
var x="function f(x){var i,o=\"\",l=x.length;for(i=0;i<l;i+=2) {if(i+1<l)o+=" +
Expand All @@ -24,16 +24,13 @@ var x="function f(x){var i,o=\"\",l=x.length;for(i=0;i<l;i+=2) {if(i+1<l)o+=" +
while(x=eval(x));
//-->
//]]> </script>
> | [eliseopapa.org](http://eliseopapa.org) |
> [LinkedIn](http://uk.linkedin.com/in/eliseopapa) |

<div id="address">
eliseopapa.org<br>
[email protected]<br>
| <a href="http://eliseopapa.org">eliseopapa.org</a>
| <a href="http://uk.linkedin.com/in/eliseopapa">LinkedIn</a>
</div>


## Current position
## Currently

MBBS Candidate, Graduate Entry Medicine, Imperial College London
Researcher, [Alm lab](http://almlab.mit.edu), MIT
Expand Down
41 changes: 23 additions & 18 deletions media/cv-print.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,28 +53,29 @@ table {

body {
font: normal normal 400;
font-size: 60%;
line-height: 1.2em;
font-size: 65%;
line-height: 1.3em;
/*also written as... font: normal normal 400 100%/1.5em;*/
font-family: Verdana,sans-serif;
margin-top: 1em;
margin-left: 1em;
/*margin-top: 1em;
margin-left: 1em;*/
}

p {
position: relative;
left: 25%;
margin-bottom: 0.7em;
margin-bottom: 0.5em;
margin-right: 0;
width: 65%;
}

code {
/* these are the dates */
font: normal normal;
font-size: 60%;
font-size: 55%;
/*line-height: 1em;*/
font-family: Menlo,monospace,sans-serif;
color: #aaa;
color: #9a9a9a;
}

p code {
Expand Down Expand Up @@ -137,31 +138,39 @@ h2 {
color: #a00;
margin-top: 3em;
position: relative;
top: 1.4em;
top: 1.2em;
text-align: right;
width: 15%;
}

h3 {
font-size: 1em;
line-height: 2em;
position: relative;
left: 2%;
top: 1.7em;
top: 1.6em;
text-align: right;
width: 15%;
}

a {
color: inherit;
/*text-decoration:none*/
text-decoration:none
}

a:hover {
color:#39f
}

blockquote {
display: none;
#webaddress {
margin-top: 1em;
position: relative;
left: 25%;
color: #aaa;
font-family: Menlo,monospace,sans-serif;
font-size: 80%;
}

blockquote a {
#webaddress a {
text-decoration: none;
}

Expand All @@ -173,10 +182,6 @@ strong {
font-weight: bold;
}

#address {
position: relative;
left: 25%;
}



Expand Down
17 changes: 11 additions & 6 deletions media/cv-screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,17 @@ h2 {
margin-top: 3em;
position: relative;
top: 1.4em;
text-align: right;
width: 20%;
}

h3 {
font-size: 1em;
line-height: 2em;
position: relative;
left: 2%;
top: 1.7em;
text-align: right;
width: 20%;
}

a {
Expand All @@ -157,17 +160,16 @@ a:hover {
color:#39f
}

blockquote {
#webaddress {
margin-top: 1em;
position: relative;
left: 12%;
left: 33%;
color: #aaa;
font-family: Menlo,monospace,sans-serif;
font-size: 80%;
width: 65%;
}

blockquote a {
#webaddress a {
text-decoration: none;
}

Expand All @@ -183,4 +185,7 @@ strong {
display: none;
}


/*
@media only screen and (max-width: 480px) {
make one column somehow...
}*/

0 comments on commit fa135e9

Please sign in to comment.