diff --git a/resume.html b/resume.html index 1a979ad..5aec123 100644 --- a/resume.html +++ b/resume.html @@ -84,7 +84,7 @@

Publications

- Jácome Cunha, Mihai Dan, Martin Erwig, Danila Fedorin, Alex Grejuc: Explaining spreadsheets with spreadsheets (short paper). GPCE 2018: 161-167 + Jácome Cunha, Mihai Dan, Martin Erwig, Danila Fedorin, Alex Grejuc: Explaining spreadsheets with spreadsheets (short paper). GPCE 2018: 161-167
@@ -96,9 +96,9 @@
Oregon State University, Corvallis, OR | Spring 2018 - Present
@@ -108,19 +108,19 @@
-

Undergraduate Teaching Assistant, Programming Language Theory

+

Undergraduate Teaching Assistant, Programming Language Theory, CS 381

Oregon State University, Corvallis, OR | Winter 2020 - Spring 2020
@@ -128,10 +128,10 @@

Lead Programmer

Northwest Advanced Programming Workshop, Portland, OR | Summer 2017
@@ -141,9 +141,9 @@
Oregon Game Project Challenge, Portland, OR | Spring 2016 and 2017
diff --git a/scss/style.scss b/scss/style.scss index 811724e..2e1a4a1 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=Raleway:ital,wght@0,400;0,700;1,400;1,700&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap'); $text-font: 'Raleway'; $big-font: 'Raleway'; @@ -69,7 +69,7 @@ h1 { h2 { font-size: 1.2em; - font-weight: 500; + font-weight: 400; margin-bottom: 0px; margin-top: 0px; } @@ -152,3 +152,8 @@ div.position-location { section { page-break-inside: avoid; } + +em.bold { + font-style: normal; + font-weight: 600; +}