diff --git a/css/resume.css b/css/resume.css index c948634..ee34c60 100644 --- a/css/resume.css +++ b/css/resume.css @@ -122,21 +122,27 @@ h2 { line-height: 14pt; height: 21pt; font-size: 13pt; - font-weight: 600; + font-weight: 500; display: block; padding-right: 0; align-self: flex-start; width: 100%; } +h2 span { + background: white; + padding-right: 5pt; +} h2:before { content: ""; position: absolute; - bottom: -2pt; + top: 9pt; + bottom: 0; + margin: auto; left: 0; width: 100%; box-sizing: content-box; height: 0; - border-top: 1.5pt solid #8ecfd5; + border-top: 1.5pt solid #63c8d3; z-index: -1; } diff --git a/css/resume.scss b/css/resume.scss index 0c96320..3c5e2a1 100644 --- a/css/resume.scss +++ b/css/resume.scss @@ -136,22 +136,28 @@ h2 { line-height: $ls; height: 1.5*$ls; font-size: 13pt; - font-weight: 600; + font-weight: 500; display: block; padding-right: 0; align-self: flex-start; width: 100%; + + span { + background: white; + padding-right: 5pt; + } &:before { content: ''; position: absolute; - bottom: -2pt; + top: 9pt; + bottom: 0; + margin: auto; left: 0; width: 100%; box-sizing: content-box; - //height: 1.5pt; height: 0; - border-top: 1.5pt solid #8ecfd5; + border-top: 1.5pt solid #63c8d3; z-index: -1; } } diff --git a/resume.html b/resume.html index 5ba5ff0..1e3f2a4 100644 --- a/resume.html +++ b/resume.html @@ -19,7 +19,7 @@
-

Education

+

Education

University of Waterloo

Bachelor of Computer Science – 3.91 GPA

@@ -30,12 +30,12 @@
-

Skills

+

Skills

LanguagesJavaScript/TypeScript, Go, Rust, C++, C, Python, Scala, HTML/CSS, Shell, Haskell

TechnologiesGit, Docker, Kubernetes, AWS EC2/S3, gRPC/Protobuf, React, SQL, MongoDB

-

Experience

+

Experience

FreeBSD Foundation

Incoming Software Developer Intern Kitchener, ON

@@ -106,7 +106,7 @@
-

Projects

+

Projects

CHIP8-rust

diff --git a/resume.pdf b/resume.pdf index 5e6ed8c..5f4a194 100644 Binary files a/resume.pdf and b/resume.pdf differ