Compare commits

...

4 Commits

2 changed files with 29 additions and 8 deletions

View File

@ -14,7 +14,7 @@
</div>
<div class="contact-item">
<i data-feather="phone" class="contact-content"></i>
<div class="contact-content">(503) 702 0929</div>
<div class="contact-content">(000) 000 0000</div>
</div>
<div class="contact-item">
<i data-feather="mail" class="contact-content"></i>
@ -91,6 +91,7 @@
</a> &mdash;
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>
@ -98,6 +99,14 @@
</a> &mdash;
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> &mdash;
Tool for collaborative, decentralized, and federated web annotation based on the Matrix protocol.
</div>
</div>
</section>
<section>
@ -126,10 +135,10 @@
</div>
<div class="position">
<h2>Front-End Intern, Hydrogen (chat client)</h2>
<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>
<div class="position-location">Element.io | June 2021 - September 2021</div>
<ul>
<li>Spearheaded conversion of codebase to <em class="bold">TypeScript</em>, improving documentation and discovering hidden bugs.</li>
<li>Spearheaded migration 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>

View File

@ -7,6 +7,13 @@ $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;
@ -19,20 +26,26 @@ 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.3em;
line-height: 1.225em;
font-variant-ligatures: none;
@media not print {
width: 215.9mm;
height: 279.4mm;
width: 8.5in;
height: 11in;
overflow: auto;
margin-top: 10px;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
margin-left: auto;
margin-right: auto;
@ -124,7 +137,6 @@ div.project-container {
a.project-link {
color: $color-text;
border: none;
font-weight: bold;
display: inline-flex;
align-items: center;