From c2d7672a697d80d42f223fa991790b5a5afb13bc Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Mon, 11 May 2020 01:23:08 -0700 Subject: [PATCH] Update resume to match site --- resume.html | 21 +++++++++++---------- scss/style.scss | 34 ++++++++++++++++++++++++---------- 2 files changed, 35 insertions(+), 20 deletions(-) diff --git a/resume.html b/resume.html index 05a0bb9..1a979ad 100644 --- a/resume.html +++ b/resume.html @@ -23,6 +23,8 @@ +
+
@@ -82,16 +84,16 @@

Publications

- Co-Author: 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
-

Technical Experience

+

Experience

-

Research Assistant

-
Oregon State University | Spring 2018 - Present
+

Research Assistant, Programming Language Theory

+
Oregon State University, Corvallis, OR | Spring 2018 - Present
  • Devised and implemented language to explain behavior of spreadsheets to new users.
  • Developed tooling in Haskell to verify, generate, and debug the explanation language.
  • @@ -112,10 +114,9 @@
-

Undergraduate Teaching Assistant

-
Oregon State University | Winter 2020 - Spring 2020
+

Undergraduate Teaching Assistant, Programming Language Theory

+
Oregon State University, Corvallis, OR | Winter 2020 - Spring 2020
    -
  • Helped run Oregon State University's Programming Language Theory course.
  • 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.
  • @@ -125,7 +126,7 @@

    Lead Programmer

    -
    Northwest Advanced Programming Workshop | Summer 2017
    +
    Northwest Advanced Programming Workshop, Portland, OR | Summer 2017
    • Designed and implemented a desktop calculator application with a focus on usability and feature-completeness.
    • Worked on a variety of components, including parsing input through a custom regular expression engine, evaluating expressions through Taylor Series, and UI design.
    • @@ -137,7 +138,7 @@

      Game Developer

      -
      Oregon Game Project Challenge | Spring 2016 and 2017
      +
      Oregon Game Project Challenge, Portland, OR | Spring 2016 and 2017
      • Worked in a team to complete video game to be presented at main event.
      • Created a game engine from scratch using Entity Component Systems architecture.
      • @@ -152,7 +153,7 @@
        • Honor Roll (every academic term) — Awarded to students maintaining a full credit load and a GPA above 3.5.
        • -
        • IB Diploma Scholarship — $1,000/term scholarship awarded to recipients of the IB Diploma.
        • +
        • International Baccalaureate Diploma Scholarship — $1,000/term scholarship awarded to recipients of the IB Diploma.
        • Finalist — Google Code-In 2016, online competition in which participants complete tasks for open-source projects.
        diff --git a/scss/style.scss b/scss/style.scss index 86175c7..811724e 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -1,14 +1,15 @@ -@import url('https://fonts.googleapis.com/css?family=EB+Garamond|Raleway'); +@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'); $text-font: 'Raleway'; $big-font: 'Raleway'; $color-main: #36e281; -$color-secondary: darken($color-main, 10%); -$color-link: $color-secondary; +$color-secondary: $color-main; +$color-link: black; $color-text: black; a { color: $color-link; + border-bottom: solid 2px $color-main; text-decoration: none; } @@ -41,8 +42,17 @@ header { margin-bottom: 10px; } +hr { + width: 90%; + margin: auto; + background-color: $color-main; + border: none; + border-radius: 1.5px; + height: 3px; +} + div.name { - font-size: 1.25em; + font-size: 1.7em; margin: 15px; font-family: $big-font, serif; } @@ -50,15 +60,16 @@ div.name { h1 { font-size: 1.25em; font-family: $big-font, serif; - font-weight: normal; + font-weight: 600; margin: 10px; margin-bottom: 2.5px; - color: $color-secondary; + display: inline-block; + padding-bottom: 0.2em; } h2 { font-size: 1.2em; - font-weight: normal; + font-weight: 500; margin-bottom: 0px; margin-top: 0px; } @@ -69,14 +80,12 @@ ul { } div.contact { - background-color: $color-main; - color: white; display: flex; justify-content: center; } div.contact-item { - padding: 10px; + padding: 5px; padding-left: 20px; padding-right: 20px; display: flex; @@ -109,6 +118,7 @@ div.project-container { a.project-link { color: $color-text; + border: none; font-weight: bold; display: flex; align-items: center; @@ -129,6 +139,10 @@ div.section-content { div.position { margin-bottom: 10px; + + &:last-child { + margin-bottom: 0px; + } } div.position-location {