Compare commits
No commits in common. "efe0bb45649ea77b19d618b7fe30e4fefc560bff" and "040653c11c613851e4bc4b1bc1629b9adba2bda9" have entirely different histories.
efe0bb4564
...
040653c11c
15
resume.html
15
resume.html
@ -14,7 +14,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="contact-item">
|
<div class="contact-item">
|
||||||
<i data-feather="phone" class="contact-content"></i>
|
<i data-feather="phone" class="contact-content"></i>
|
||||||
<div class="contact-content">(000) 000 0000</div>
|
<div class="contact-content">(503) 702 0929</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="contact-item">
|
<div class="contact-item">
|
||||||
<i data-feather="mail" class="contact-content"></i>
|
<i data-feather="mail" class="contact-content"></i>
|
||||||
@ -91,7 +91,6 @@
|
|||||||
</a> —
|
</a> —
|
||||||
LALR parser generator currently supporting the C and Crystal languages.
|
LALR parser generator currently supporting the C and Crystal languages.
|
||||||
</div>
|
</div>
|
||||||
<!--
|
|
||||||
<div class="project-container">
|
<div class="project-container">
|
||||||
<a class="project-link" href="https://github.com/DanilaFe/Scylla">
|
<a class="project-link" href="https://github.com/DanilaFe/Scylla">
|
||||||
<h2>scylla</h2>
|
<h2>scylla</h2>
|
||||||
@ -99,14 +98,6 @@
|
|||||||
</a> —
|
</a> —
|
||||||
Elm-based purely functional front end for the Matrix chat protocol.
|
Elm-based purely functional front end for the Matrix chat protocol.
|
||||||
</div>
|
</div>
|
||||||
-->
|
|
||||||
<div class="project-container">
|
|
||||||
<a class="project-link" href="https://github.com/DanilaFe/matrix-highlight">
|
|
||||||
<h2>matrix-highlight</h2>
|
|
||||||
<i data-feather="link" class="project-link-icon"></i>
|
|
||||||
</a> —
|
|
||||||
Tool for collaborative, decentralized, and federated web annotation based on the Matrix protocol.
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
@ -135,10 +126,10 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="position">
|
<div class="position">
|
||||||
<h2>Front-End Intern, <a class="project-link" href="https://github.com/vector-im/hydrogen-web">Hydrogen<i data-feather="link" class="project-link-icon"></i></a></h2>
|
<h2>Front-End Intern, Hydrogen (chat client)</h2>
|
||||||
<div class="position-location">Element.io | June 2021 - September 2021</div>
|
<div class="position-location">Element.io | June 2021 - September 2021</div>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Spearheaded migration of codebase to <em class="bold">TypeScript</em>, improving documentation and discovering hidden bugs.</li>
|
<li>Spearheaded conversion of codebase to <em class="bold">TypeScript</em>, improving documentation and discovering hidden bugs.</li>
|
||||||
<li>Leveraged advanced type system features to precisely specify nontrivial program properties.</li>
|
<li>Leveraged advanced type system features to precisely specify nontrivial program properties.</li>
|
||||||
<li>Developed a mocking system to help specify and test corner cases in a <em class="bold">distributed communication system</em>.</li>
|
<li>Developed a mocking system to help specify and test corner cases in a <em class="bold">distributed communication system</em>.</li>
|
||||||
<li>Independently implemented user-facing features including offline-first replies and sanitized HTML rendering.</li>
|
<li>Independently implemented user-facing features including offline-first replies and sanitized HTML rendering.</li>
|
||||||
|
@ -7,13 +7,6 @@ $color-secondary: $color-main;
|
|||||||
$color-link: black;
|
$color-link: black;
|
||||||
$color-text: black;
|
$color-text: black;
|
||||||
|
|
||||||
@media print {
|
|
||||||
@page {
|
|
||||||
margin: 0 0 0 0;
|
|
||||||
size: 8.5in 11in;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $color-link;
|
color: $color-link;
|
||||||
border-bottom: solid 2px $color-main;
|
border-bottom: solid 2px $color-main;
|
||||||
@ -26,26 +19,20 @@ svg {
|
|||||||
|
|
||||||
html {
|
html {
|
||||||
font-size: 11.5px;
|
font-size: 11.5px;
|
||||||
|
|
||||||
@media not print {
|
|
||||||
background-color: #eaeaea;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: white;
|
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
font-family: $text-font;
|
font-family: $text-font;
|
||||||
line-height: 1.225em;
|
line-height: 1.3em;
|
||||||
font-variant-ligatures: none;
|
font-variant-ligatures: none;
|
||||||
|
|
||||||
@media not print {
|
@media not print {
|
||||||
width: 8.5in;
|
width: 215.9mm;
|
||||||
height: 11in;
|
height: 279.4mm;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
margin-top: 20px;
|
margin-top: 10px;
|
||||||
margin-bottom: 20px;
|
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
@ -137,6 +124,7 @@ div.project-container {
|
|||||||
a.project-link {
|
a.project-link {
|
||||||
color: $color-text;
|
color: $color-text;
|
||||||
border: none;
|
border: none;
|
||||||
|
font-weight: bold;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user