Add projects and columns.

This commit is contained in:
2019-03-06 18:55:35 -08:00
parent f32d565975
commit eacbf2b438
3 changed files with 115 additions and 20 deletions

View File

@@ -24,23 +24,58 @@
</header>
<main>
<section>
<h1>Education</h1>
<div class="section-content">
Oregon State University, Corvallis, OR <br>
<em>Bachelor of Science</em>, Computer Science, <br>
Expected June 2020 <br>
4.0 GPA
</div>
</section>
<section>
<h1>Technical Skills</h1>
<div class="horizontal-list">
<section style="flex-basis: 55%;">
<h1>Education</h1>
<div class="section-content">
Oregon State University, Corvallis, OR <br>
<em>Bachelor of Science</em>, Computer Science, <br>
Expected June 2020 <br>
4.0 GPA
</div>
</section>
<section>
<h1>Technical Skills</h1>
<div class="section-content">
<em>Languages:</em> C, C++, Java, Kotlin, JavaScript, Haskell, Python, Haxe<br>
<em>Operating Systems:</em> MacOS, Linux<br>
<em>Additional Skills:</em> Experience with compiler design, algorithm efficiency,
low-level development.<br>
<div class="section-content">
<em>Languages:</em> C, C++, Java, Kotlin, JavaScript, Haskell, Python, Haxe<br>
<em>Operating Systems:</em> MacOS, Linux<br>
<em>Additional Skills:</em> Experience with compiler design, algorithm efficiency,
low-level development.<br>
</div>
</section>
</div>
<section>
<h1>Projects</h1>
<div class="horizontal-list section-content">
<div class="project-container">
<a class="project-link" href="https://github.com/DanilaFe/pegasus">
<h2>pegasus</h2>
<i data-feather="link" class="project-link-icon"></i>
</a>
LALR parser generator for the C and Crystal languages.
</div>
<div class="project-container">
<a class="project-link" href="https://github.com/DanilaFe/chalk">
<h2>chalk</h2>
<i data-feather="link" class="project-link-icon"></i>
</a>
Compiler from a small language into CHIP-8 bytecode.
</div>
<div class="project-container">
<a class="project-link" href="https://github.com/DanilaFe/abcs">
<h2>abcs</h2>
<i data-feather="link" class="project-link-icon"></i>
</a>
Calculator program with a complete embedded programming language.
</div>
<div class="project-container">
<a class="project-link" href="https://github.com/DanilaFe/Scylla">
<h2>scylla</h2>
<i data-feather="link" class="project-link-icon"></i>
</a>
Elm-based purely functional front end for the Matrix chat protocol.
</div>
</div>
</section>
<section>