diff --git a/.gitignore b/.gitignore index f156bb0..480bc72 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ public/ /* _gen files required by Netlify */ -/* resources/_gen/ */ +resources/_gen/ themes/base16* commit-msg.txt diff --git a/assets/sass/main.scss b/assets/sass/main.scss index b5b9609..b6c484b 100644 --- a/assets/sass/main.scss +++ b/assets/sass/main.scss @@ -82,10 +82,10 @@ $phone-width: 800px; // general elements {{{ // -// $background-color: #2d2d2d; -// $color: #f2f0ec; -$background-color: white; -$color: black; +$background-color: #2d2d2d; +$color: #f2f0ec; +// $background-color: white; +// $color: black; body { margin: 0; @@ -413,7 +413,7 @@ footer {// {{{ margin-right: 2em; } */// }}} -#contact-info { +#contact-info {// {{{ @include vert-padding-rem(0.5); display: flex; align-content: center; @@ -434,7 +434,7 @@ footer {// {{{ #website { text-align: right; } -} +}// }}} #resume {// {{{ a { @@ -448,25 +448,44 @@ footer {// {{{ color: $base-orange; } - h2 { - color: $base-sky-blue; - display: inline; + .date { + float: right; + color: $base03; } - .btn { - display: inline; - background-color: transparent; - margin-bottom: 5px; + .project { + @include vert-padding-rem(.2); - &:focus, &:active { - outline: none !important; - box-shadow: none; + h2 { + color: $base-sky-blue; + display: inline; } - } - .date { - float: right; - color: $base03; + img { + height: 1.2em; + } + + .project-link { + &:hover { + text-decoration: none; + } + } + + .btn { + display: inline; + background-color: transparent; + margin-bottom: 5px; + padding-left: 7px; + + &:focus, &:active { + outline: none !important; + box-shadow: none; + } + } + + // [id^="details-"] { + // margin-top: .5em; + // } } }// }}} diff --git a/content/resume/printable.txt b/content/resume/printable.txt new file mode 100644 index 0000000..96ed0be --- /dev/null +++ b/content/resume/printable.txt @@ -0,0 +1,3 @@ +- bg colors +- switch project shortcode +- rm details top margin diff --git a/layouts/shortcodes/resume/project-print.html b/layouts/shortcodes/resume/project-print.html new file mode 100644 index 0000000..c219a95 --- /dev/null +++ b/layouts/shortcodes/resume/project-print.html @@ -0,0 +1,13 @@ +
diff --git a/layouts/shortcodes/resume/project.html b/layouts/shortcodes/resume/project.html index 25f78b6..bb13fc9 100644 --- a/layouts/shortcodes/resume/project.html +++ b/layouts/shortcodes/resume/project.html @@ -1,17 +1,14 @@ -