From e02e4ffc7ae525b2626af183e4c7ca1e40811736 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Wed, 17 Jun 2020 00:04:45 -0700 Subject: [PATCH] Incorporate feedback from Dr. Winters. --- resume.html | 30 +++++++++++++++--------------- scss/style.scss | 9 +++++++-- 2 files changed, 22 insertions(+), 17 deletions(-) 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
  • Engaged in weekly question-and-answer sessions regarding course topics.
  • -
  • Aided students in implementing a final project in the form of a custom programming language.
  • -
  • Proctored quizzes and exams for over 200 students.
  • -
  • Hosted independent review sessions attended by over 70 students.
  • +
  • Aided students in implementing a final project in the form of a custom programming language.
  • +
  • Proctored quizzes and exams for over 200 students.
  • +
  • Hosted independent review sessions attended by over 70 students.
@@ -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; +}