Skip to content

Commit

Permalink
Merge pull request #53 from tbrockman/resume-updates-feb24
Browse files Browse the repository at this point in the history
Update resume
  • Loading branch information
tbrockman authored Feb 24, 2024
2 parents 3115654 + bbca905 commit 12c553e
Show file tree
Hide file tree
Showing 2 changed files with 288 additions and 141 deletions.
58 changes: 25 additions & 33 deletions _sass/resume.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,7 @@ $breakpoint-combine-header: 640px;
}

.column-container {
grid-template-columns: 1fr !important;
}

.column-container>.column:first-child {
margin-right: 0 !important;
}

.column-container>.column:last-child {
margin-left: 0 !important;
columns: 1 !important;
}

.resume-header-body {
Expand Down Expand Up @@ -149,7 +141,7 @@ pre {
color: #25bbff;
}

.metric {
.light-gold {
color: #f9d890;
}

Expand All @@ -162,7 +154,7 @@ pre {
}

div {
line-break: auto;
line-break: normal;
}

body {
Expand Down Expand Up @@ -204,6 +196,9 @@ div.section {

.section-separator-lines {
overflow: hidden;
}

>span {
white-space: nowrap;
}
}
Expand Down Expand Up @@ -287,26 +282,14 @@ div.section {
}

.column-container {
display: grid;
grid-template-columns: 1fr 1fr;
columns: 2;
margin-bottom: 2rem;
}

.column-container>.column:first-child {
margin-right: 1rem;
}

.column-container>.column:last-child {
margin-left: 1rem;
}

.column>.floating-block:first-child {
margin-top: 0;
column-gap: 2rem;
}

.column>.floating-block {
margin-top: 2rem;
margin-bottom: 0;
margin-bottom: 2rem;
display: inline-block;
}

.projects-header {
Expand All @@ -315,6 +298,7 @@ div.section {

.projects-header>span {
font-size: 1rem;
word-break: break-word;
}

.open-source-section {
Expand All @@ -327,7 +311,12 @@ div.section {
}

.open-source-header {
display: flex;
font-size: 0;
}

.open-source-header>span {
font-size: 1rem;
word-break: break-word;
}

.education-section {
Expand Down Expand Up @@ -357,7 +346,6 @@ div.section {
.main-banner>img {
width: 100%;
border: 4px solid black;
border-radius: 1rem;
margin-bottom: 0.5rem;
align-self: center;
}
Expand All @@ -372,15 +360,19 @@ div.section {
flex-direction: column;
}

.description>div {
flex-grow: 1;
}

.description>.floating-block>p:first-child {
margin-top: 0;
}

.contact-link-section {
display: flex;
flex-direction: column;
}

.projects-body>p:first-of-type {
margin-top: 0;
}

.open-source-body>p:first-of-type {
margin-top: 0;
}
Loading

0 comments on commit 12c553e

Please sign in to comment.