Add thesis to education section

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
Danila Fedorin 2024-12-30 16:55:55 -08:00
parent e7205c2207
commit 03995b386f
2 changed files with 15 additions and 2 deletions

View File

@ -29,8 +29,13 @@
<section>
<h1>Education</h1>
<div class="section-content">
<em class="italic">Master of Science</em>, Oregon State University, Computer Science - Completed June 2022 • <em class="bold">4.0 GPA</em><br>
<em class="italic">Bachelor of Science</em>, Oregon State University, Major: Computer Science | Minor: Mathematics - Completed June 2020 • <em class="bold">4.0 GPA</em>
<div class="education-container">
<em class="italic">Master of Science</em>, Oregon State University, Computer Science - Completed June 2022 • <em class="bold">4.0 GPA</em>
<div class="education-subtext">Thesis: <em>Guided Translation of Algorithmic Notation into Functional Programs</em></div>
</div>
<div class="education-container">
<em class="italic">Bachelor of Science</em>, Oregon State University, Major: Computer Science | Minor: Mathematics - Completed June 2020 • <em class="bold">4.0 GPA</em>
</div>
</div>
</section>
<!--

View File

@ -130,6 +130,14 @@ div.horizontal-list {
}
}
div.education-container {
margin-bottom: 0.5em;
}
div.education-subtext {
padding-left: 20px;
}
div.project-container {
flex-basis: 25%;
margin-right: 10px;