Add DSS award and remove Raleway's italics (the K is awful)
This commit is contained in:
parent
ef1febeb85
commit
5ffca3f25a
21
resume.html
21
resume.html
|
@ -29,18 +29,18 @@
|
|||
<section>
|
||||
<h1>Education</h1>
|
||||
<div class="section-content">
|
||||
<em>Bachelor of Science</em>, Major: Computer Science | Minor: Mathematics - Achieved June 2020 • <em class="bold">4.0 GPA</em><br>
|
||||
<em>Master of Science</em>, Computer Science - Expected June 2022
|
||||
<em class="italic">Bachelor of Science</em>, Major: Computer Science | Minor: Mathematics - Completed June 2020 • <em class="bold">4.0 GPA</em><br>
|
||||
<em class="italic">Master of Science</em>, Computer Science - Expected June 2022
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<h1>Skills</h1>
|
||||
|
||||
<div class="section-content">
|
||||
<em>Programming Languages:</em> C, C++, Haskell, Kotlin, Java, Python, JavaScript, Haxe<br>
|
||||
<em>Languages:</em> English (native), Russian (native), French (conversational, DELF B1 certification) <br>
|
||||
<em>Operating Systems:</em> MacOS, Linux<br>
|
||||
<em>Additional Skills:</em> Compiler design, algorithms, low-level development.<br>
|
||||
<em class="italic">Programming Languages:</em> C, C++, Haskell, Kotlin, Java, Python, JavaScript, Haxe<br>
|
||||
<em class="italic">Languages:</em> English (native), Russian (native), French (conversational, DELF B1 certification) <br>
|
||||
<em class="italic">Operating Systems:</em> MacOS, Linux<br>
|
||||
<em class="italic">Additional Skills:</em> Compiler design, algorithms, low-level development.<br>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
|
@ -80,7 +80,7 @@
|
|||
<h1>Publications</h1>
|
||||
|
||||
<div class="section-content">
|
||||
Jácome Cunha, Mihai Dan, Martin Erwig, <em class="bold">Danila Fedorin</em>, Alex Grejuc: <em>Explaining spreadsheets with spreadsheets (short paper).</em><br>
|
||||
Jácome Cunha, Mihai Dan, Martin Erwig, <em class="bold">Danila Fedorin</em>, Alex Grejuc: <em class="italic">Explaining spreadsheets with spreadsheets (short paper).</em><br>
|
||||
<span style="display: inline-block; width: 20px"></span>GPCE 2018: 161-167
|
||||
</div>
|
||||
</section>
|
||||
|
@ -149,9 +149,10 @@
|
|||
<h1>Honors and Awards</h1>
|
||||
<div class="section-content">
|
||||
<ul>
|
||||
<li><em>Honor Roll (all terms)</em> — Awarded to students maintaining a full credit load and a GPA above 3.5.</li>
|
||||
<li><em>International Baccalaureate Diploma Scholarship</em> — $1,000/term scholarship awarded to recipients of the IB Diploma.</li>
|
||||
<li><em>Finalist</em> — Google Code-In 2016, online competition in which participants
|
||||
<li><em class="italic">Drucilla Shepard Smith Award</em> — Awarded to students maintaining a GPA of 4.0 while attending Oregon State University.</li>
|
||||
<li><em class="italic">Honor Roll (all terms)</em> — Awarded to students maintaining a full credit load and a GPA above 3.5.</li>
|
||||
<li><em class="italic">International Baccalaureate Diploma Scholarship</em> — $1,000/term scholarship awarded to recipients of the IB Diploma.</li>
|
||||
<li><em class="italic">Finalist</em> — Google Code-In 2016, online competition in which participants
|
||||
complete tasks for open-source projects.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue
Block a user