WIP changes to section arrangement.
This commit is contained in:
parent
c2d7672a69
commit
c9563274f1
35
resume.html
35
resume.html
|
@ -26,27 +26,22 @@
|
|||
<hr>
|
||||
|
||||
<main>
|
||||
<div class="horizontal-list">
|
||||
<section style="flex-basis: 45%;">
|
||||
<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>
|
||||
<section>
|
||||
<h1>Education</h1>
|
||||
<div class="section-content">
|
||||
<em>Bachelor of Science</em>, Computer Science - Achieved June 2020 • Minor in Mathematics • 4.0 GPA<br>
|
||||
<em>Master of Science</em>, Computer Science - Expected June 2022 • 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>
|
||||
</section>
|
||||
</div>
|
||||
<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> Compiler design, algorithms, low-level development.<br>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<h1>Projects</h1>
|
||||
<div class="horizontal-list section-content">
|
||||
|
|
Loading…
Reference in New Issue
Block a user