Split experience into two sections.
This commit is contained in:
parent
e19dff800f
commit
697e7d88c4
29
resume.html
29
resume.html
|
@ -91,7 +91,7 @@
|
|||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<h1>Experience</h1>
|
||||
<h1>Professional Experience</h1>
|
||||
|
||||
<div class="section-content">
|
||||
<div class="position">
|
||||
|
@ -105,17 +105,6 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="position">
|
||||
<h2>Blog Author</h2>
|
||||
<div class="position-location">Independent | Spring 2015 - Present</div>
|
||||
<ul>
|
||||
<li>Designed and published website currently live at <a href="https://danilafe.com">danilafe.com</a>.</li>
|
||||
<li>Authored blog posts on topics spanning data structures, web development, programming languages, and compilers.</li>
|
||||
<li>Created <em class="bold">11-part series</em> on compiler development, walking readers through lexing, parsing, compilation using LLVM,
|
||||
garbage collection, and polymorphic type checking.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="position">
|
||||
<h2>Undergraduate Teaching Assistant, Programming Language Theory, CS 381</h2>
|
||||
<div class="position-location">Oregon State University, Corvallis, OR | Winter 2020 - Spring 2020</div>
|
||||
|
@ -126,6 +115,22 @@
|
|||
<li>Hosted <em class="bold">independent review sessions</em> attended by over 70 students.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<h1>Additional Experience</h1>
|
||||
|
||||
<div class="section-content">
|
||||
<div class="position">
|
||||
<h2>Blog Author</h2>
|
||||
<div class="position-location">Independent | Spring 2015 - Present</div>
|
||||
<ul>
|
||||
<li>Designed and published website currently live at <a href="https://danilafe.com">danilafe.com</a>.</li>
|
||||
<li>Authored blog posts on topics spanning data structures, web development, programming languages, and compilers.</li>
|
||||
<li>Created <em class="bold">11-part series</em> on compiler development, walking readers through lexing, parsing, compilation using LLVM,
|
||||
garbage collection, and polymorphic type checking.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="position">
|
||||
<h2>Lead Programmer</h2>
|
||||
|
|
Loading…
Reference in New Issue
Block a user