Updating resume. Removing unnecessary/extraneous stuff. Varied language. Became more active voice...?

This commit is contained in:
Lani Aung
2014-02-24 20:57:13 -08:00
parent 97d4c16cfc
commit ab0ff67132
5 changed files with 73 additions and 61 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+6 -1
View File
@@ -39,6 +39,11 @@ h1
font-size: 2em;
}
li:before
{
content:none;
}
section ul
{
list-style-type: none;
@@ -46,7 +51,7 @@ section ul
section ul li
{
text-indent: 2em;
text-indent: 1em;
}
section header
+1 -1
View File
@@ -1 +1 @@
body{background-color:#FFF;font-size:12px;padding:0}a{border:none;color:#000;text-decoration:none}abbr{border:none}article{width:80%}dt,li,p{margin:0.25em 0}footer{display:none}h1{font-size:2em}section ul{list-style-type:none}section ul li{text-indent:2em}section header{font-size:2em}ul span.screen{display:none}#contact-details{font-size:0.8em}.divider{margin:0}.print{display:inherit}.screen{display:none}
body{background-color:#FFF;font-size:12px;padding:0}a{border:none;color:#000;text-decoration:none}abbr{border:none}article{width:80%}dt,li,p{margin:0.25em 0}footer{display:none}h1{font-size:2em}li:before{content:none}section ul{list-style-type: none}section ul li{text-indent:1em}section header{font-size:2em}ul span.screen{display:none}#contact-details{font-size:0.8em}.divider{margin:0}.print{display:inherit}.screen{display:none}
+7 -7
View File
@@ -1,6 +1,6 @@
body
{
background-color: whitesmoke;
background-color: ghostwhite;
color: #000;
font-family: "Amethysta";
padding-top: 1em;
@@ -47,7 +47,7 @@ dt,
li,
p
{
margin: 0.5em 0;
margin: 0.25em 0;
}
footer
@@ -94,11 +94,6 @@ hr
border-bottom: 1px solid #333;
}
p
{
text-indent: 2em;
}
section header
{
float: left;
@@ -114,6 +109,11 @@ section ul
list-style-type: circle;
}
section ul li
{
text-indent: 1em;
}
section .content
{
display: inline-block;