2017-05-04 14:39:03 -07:00
|
|
|
|
@import url(./main.css);
|
|
|
|
|
|
|
|
|
|
.wrapper {
|
2017-05-05 08:26:34 -07:00
|
|
|
|
margin: 8px;
|
2017-05-04 14:39:03 -07:00
|
|
|
|
}
|
|
|
|
|
|
2018-03-12 21:02:19 -07:00
|
|
|
|
h1 a {
|
2017-05-04 14:39:03 -07:00
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.job header {
|
|
|
|
|
margin-top: 6px;
|
|
|
|
|
margin-bottom: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-03-12 21:02:19 -07:00
|
|
|
|
#resume section:first-of-type {
|
|
|
|
|
margin-top: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
2017-05-04 14:39:03 -07:00
|
|
|
|
h2 {
|
|
|
|
|
margin-bottom: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3, dt {
|
|
|
|
|
font-size: 1.17em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3, h4 {
|
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-03-12 21:02:19 -07:00
|
|
|
|
.flex-buttons, .flex-date {
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flex-date {
|
|
|
|
|
align-items: baseline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flex-date .date {
|
|
|
|
|
margin-left: auto;
|
2017-05-04 14:39:03 -07:00
|
|
|
|
}
|
|
|
|
|
|
2018-03-12 21:02:19 -07:00
|
|
|
|
.flex-buttons {
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flex-buttons .buttons {
|
|
|
|
|
margin-left: 1em;
|
2017-05-04 14:39:03 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.date {
|
|
|
|
|
font-size: 80%;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-weight: 200;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.subtitle {
|
|
|
|
|
font-size: 85%;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3 .location,
|
|
|
|
|
h4 .location {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-size: 80%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3 .location:before,
|
|
|
|
|
h4 .location:before {
|
|
|
|
|
content: ", ";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#resume > section {
|
|
|
|
|
margin-bottom: 2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul {
|
|
|
|
|
clear: both;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding-left: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li {
|
|
|
|
|
list-style: none;
|
|
|
|
|
margin: 0;
|
|
|
|
|
text-indent: -0.80em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li:before {
|
|
|
|
|
content: "– ";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dt {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
margin-top: 3px;
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dd {
|
|
|
|
|
margin: 0;
|
|
|
|
|
margin-left: 1em;
|
|
|
|
|
}
|
2017-05-05 08:26:34 -07:00
|
|
|
|
|
2018-03-12 21:02:19 -07:00
|
|
|
|
#side-projects button {
|
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
border: none;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
|
|
|
|
|
2018-03-12 22:52:30 -07:00
|
|
|
|
#side-projects button:hover,
|
|
|
|
|
#side-projects .selected {
|
2018-03-12 21:02:19 -07:00
|
|
|
|
background-color: #3486ff;
|
|
|
|
|
color: #eee;
|
|
|
|
|
}
|
|
|
|
|
|
2017-05-07 18:14:39 -07:00
|
|
|
|
@media only screen and (max-width: 500px) {
|
|
|
|
|
.wrapper {
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (min-width: 500px) {
|
|
|
|
|
header {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wrapper {
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (min-width: 760px) {
|
|
|
|
|
.wrapper {
|
2017-05-05 08:26:34 -07:00
|
|
|
|
width: 640px;
|
|
|
|
|
margin: 0;
|
2017-05-07 18:14:39 -07:00
|
|
|
|
padding: 60px 0;
|
2017-05-05 08:26:34 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
2018-03-12 21:02:19 -07:00
|
|
|
|
|
|
|
|
|
@media only print {
|
|
|
|
|
h1 {
|
|
|
|
|
font-family: Arial, Verdana, sans-serif;
|
|
|
|
|
color: black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
margin: 0.25in 0.5in;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
main > header {
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wrapper {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.job header {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#side-projects .buttons {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#skills dl {
|
|
|
|
|
margin-top: 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#skills dt:before {
|
|
|
|
|
content: "";
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#skills dt:after {
|
|
|
|
|
content: ": ";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#skills dt, dd {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#skills dd {
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|