Switch away from project columnns.
This commit is contained in:
parent
db30141c08
commit
a24768990b
20
resume.html
20
resume.html
|
@ -37,41 +37,47 @@
|
|||
<h1>Skills</h1>
|
||||
|
||||
<div class="section-content">
|
||||
<em class="italic">Programming Languages:</em> C, C++, Haskell, Kotlin, Java, Python, JavaScript, Haxe<br>
|
||||
<em class="italic">Programming Languages:</em> C, C++, Haskell, Elm, Crystal, 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, formal verification, algorithms, low-level development.<br>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<h1>Projects</h1>
|
||||
<div class="horizontal-list section-content">
|
||||
<div class="section-content">
|
||||
<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>
|
||||
</a> —
|
||||
Calculator program with a complete embedded programming language.
|
||||
</div>
|
||||
<div class="project-container">
|
||||
<a class="project-link" href="https://dev.danilafe.com/Web-Projects/blog-static/src/branch/master/code/compiler">
|
||||
<h2>bloglang</h2>
|
||||
<i data-feather="link" class="project-link-icon"></i>
|
||||
</a> —
|
||||
Compiler for a purely functional, lazily evaluated language explained in-depth on my blog.
|
||||
</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>
|
||||
</a> —
|
||||
Compiler from a small imperative language into CHIP-8 bytecode.
|
||||
</div>
|
||||
<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>
|
||||
</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>
|
||||
<i data-feather="link" class="project-link-icon"></i>
|
||||
</a>
|
||||
</a> —
|
||||
Elm-based purely functional front end for the Matrix chat protocol.
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -40,6 +40,7 @@ body {
|
|||
header {
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
margin-top: 25px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
@ -121,12 +122,14 @@ a.project-link {
|
|||
color: $color-text;
|
||||
border: none;
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
svg.project-link-icon {
|
||||
height: 1em;
|
||||
height: 0.9em;
|
||||
width: 0.9em;
|
||||
margin-left: 0.25em;
|
||||
}
|
||||
|
||||
main {
|
||||
|
|
Loading…
Reference in New Issue
Block a user