Resume: add skills, improve project descriptions

This commit is contained in:
2019-10-05 04:53:06 -04:00
parent d14bcf3c8f
commit 8b794bfa8e
4 changed files with 122 additions and 50 deletions

View File

@@ -552,6 +552,15 @@ header {// {{{
margin-top: .75rem;
}
}// }}}
h4 {// {{{
color: $base-yellow;
margin-top: .5rem;
@media (max-width: $phone-width) {
font-size: 1.2em;
margin-top: .75rem;
}
}// }}}
.date {// {{{
padding-top: .8em;
@@ -614,13 +623,18 @@ header {// {{{
}
}// }}}
#education {// {{{
.institution {
font-weight: bold;
font-size: 1.1em;
margin-bottom: 5px;
}
.institution {
color: $base-yellow;
font-weight: bold;
font-size: 1.1em;
margin-bottom: 5px;
}
.title {
font-style: italic;
}
#education {// {{{
.date {
padding-top: 0;
}