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
- 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.
@@ -127,10 +127,10 @@
- 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;
}