Resume: collapsable project sections

This commit is contained in:
2019-07-30 05:07:00 -04:00
parent 38ca0829f6
commit 3a6462c1d7
11 changed files with 113 additions and 65 deletions

View File

@@ -305,11 +305,20 @@ footer a {
color: #f99157; }
#resume h2 {
color: #ffcc66;
color: #66cccc;
display: inline; }
#resume p.project-date {
float: right; }
#resume .btn {
display: inline;
background-color: transparent;
margin-bottom: 5px; }
#resume .btn:focus, #resume .btn:active {
outline: none !important;
box-shadow: none; }
#resume .date {
float: right;
color: #747369; }
h1.site-title {
text-align: center;