From ae6488bba9003fdf4fc1f8e8eeb9bdd8a3b8a6e3 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Wed, 6 Mar 2019 20:00:33 -0800 Subject: [PATCH] Add publications. --- css/style.css | 5 ++++- resume.html | 6 +++--- scss/style.scss | 6 +++++- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index 18a7845..4153d2b 100644 --- a/css/style.css +++ b/css/style.css @@ -3,6 +3,9 @@ a { color: #1dc868; text-decoration: none; } +svg { + height: 1.2em; } + body { margin: 0px; padding: 0px; @@ -17,7 +20,7 @@ header { div.name { font-size: 1.25em; - margin: 20px; + margin: 15px; font-family: "Raleway", serif; } h1 { diff --git a/resume.html b/resume.html index 826ec32..e2e5905 100644 --- a/resume.html +++ b/resume.html @@ -106,7 +106,7 @@

Participant

-
Oregon Game Project Challenge | Spring 2016 and 2016
+
Oregon Game Project Challenge | Spring 2016 and 2017
-

Community Service

+

Publications

- Helped at Findley Elementary School Coding Club; taught young kids basic programming concepts through Scratch. + Co-Author: Jácome Cunha, Mihai Dan, Martin Erwig, Danila Fedorin, Alex Grejuc: Explaining spreadsheets with spreadsheets (short paper). GPCE 2018: 161-167
diff --git a/scss/style.scss b/scss/style.scss index 03de0cf..d43eac9 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -12,6 +12,10 @@ a { text-decoration: none; } +svg { + height: 1.2em; +} + body { margin: 0px; padding: 0px; @@ -28,7 +32,7 @@ header { div.name { font-size: 1.25em; - margin: 20px; + margin: 15px; font-family: $big-font, serif; }