From 5ffca3f25aac8bb031d91d68e257f5e07c0cd8ec Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 30 Jun 2020 13:40:45 -0700 Subject: [PATCH] Add DSS award and remove Raleway's italics (the K is awful) --- resume.html | 21 +++++++++++---------- scss/style.scss | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/resume.html b/resume.html index 1005217..3d11e25 100644 --- a/resume.html +++ b/resume.html @@ -29,18 +29,18 @@

Education

- Bachelor of Science, Major: Computer Science | Minor: Mathematics - Achieved June 2020 • 4.0 GPA
- Master of Science, Computer Science - Expected June 2022 + Bachelor of Science, Major: Computer Science | Minor: Mathematics - Completed June 2020 • 4.0 GPA
+ Master of Science, Computer Science - Expected June 2022

Skills

- Programming Languages: C, C++, Haskell, Kotlin, Java, Python, JavaScript, Haxe
- Languages: English (native), Russian (native), French (conversational, DELF B1 certification)
- Operating Systems: MacOS, Linux
- Additional Skills: Compiler design, algorithms, low-level development.
+ Programming Languages: C, C++, Haskell, Kotlin, Java, Python, JavaScript, Haxe
+ Languages: English (native), Russian (native), French (conversational, DELF B1 certification)
+ Operating Systems: MacOS, Linux
+ Additional Skills: Compiler design, algorithms, low-level development.
@@ -80,7 +80,7 @@

Publications

- Jácome Cunha, Mihai Dan, Martin Erwig, Danila Fedorin, Alex Grejuc: Explaining spreadsheets with spreadsheets (short paper).
+ Jácome Cunha, Mihai Dan, Martin Erwig, Danila Fedorin, Alex Grejuc: Explaining spreadsheets with spreadsheets (short paper).
GPCE 2018: 161-167
@@ -149,9 +149,10 @@

Honors and Awards

diff --git a/scss/style.scss b/scss/style.scss index 1aa271e..77f59a7 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,700;1,400;1,700&family=Raleway:ital,wght@0,400;0,600;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:wght@400;600;700&display=swap'); $text-font: 'Raleway'; $big-font: 'Raleway';