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 class="contact-item">
|
||||
<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 class="contact-item">
|
||||
<i data-feather="mail" class="contact-content"></i>
|
||||
@ -91,7 +91,6 @@
|
||||
</a> —
|
||||
LALR parser generator currently supporting the C and Crystal languages.
|
||||
</div>
|
||||
<!--
|
||||
<div class="project-container">
|
||||
<a class="project-link" href="https://github.com/DanilaFe/Scylla">
|
||||
<h2>scylla</h2>
|
||||
@ -99,14 +98,6 @@
|
||||
</a> —
|
||||
Elm-based purely functional front end for the Matrix chat protocol.
|
||||
</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>
|
||||
</section>
|
||||
<section>
|
||||
@ -135,10 +126,10 @@
|
||||
</div>
|
||||
|
||||
<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>
|
||||
<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>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>
|
||||
|
@ -7,13 +7,6 @@ $color-secondary: $color-main;
|
||||
$color-link: black;
|
||||
$color-text: black;
|
||||
|
||||
@media print {
|
||||
@page {
|
||||
margin: 0 0 0 0;
|
||||
size: 8.5in 11in;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: $color-link;
|
||||
border-bottom: solid 2px $color-main;
|
||||
@ -26,26 +19,20 @@ svg {
|
||||
|
||||
html {
|
||||
font-size: 11.5px;
|
||||
|
||||
@media not print {
|
||||
background-color: #eaeaea;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: white;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-family: $text-font;
|
||||
line-height: 1.225em;
|
||||
line-height: 1.3em;
|
||||
font-variant-ligatures: none;
|
||||
|
||||
@media not print {
|
||||
width: 8.5in;
|
||||
height: 11in;
|
||||
width: 215.9mm;
|
||||
height: 279.4mm;
|
||||
overflow: auto;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
margin-top: 10px;
|
||||
padding-top: 5px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
@ -137,6 +124,7 @@ div.project-container {
|
||||
a.project-link {
|
||||
color: $color-text;
|
||||
border: none;
|
||||
font-weight: bold;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user