Skip to content

Commit

Permalink
Font and wording
Browse files Browse the repository at this point in the history
  • Loading branch information
hawaiigal committed Feb 17, 2025
1 parent 432286a commit 04111d7
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 39 deletions.
4 changes: 2 additions & 2 deletions css/cv.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ a,
ul {
margin: 0;
padding: 0;
font-family: "Times New Roman", Times, serif;
font-family: Helvetica, sans-serif, serif;
line-height: 1.3em;
}

Expand Down Expand Up @@ -62,7 +62,7 @@ body {
}

.resume {
margin: 0.75in .75in;
margin: 0.75in .5in;
overflow: hidden;
}

Expand Down
78 changes: 41 additions & 37 deletions resources/cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,45 +64,42 @@ <h4>Northeastern University

<div class="description">
<div class="position">
<span class="left">College of Computer and Information Science</span>
<span class="">College of Computer and Information Science</span>
<span class="right">September 2016 - May 2020</span>
</div>

<div class="position">
<span class="left">B.S. in Computer Science, Magna Cum Laude, Dean's List</span>
<span class="">B.S. in Computer Science, Magna Cum Laude, Dean's List</span>
<span class="right">GPA: 3.8 / 4.0</span>
</div>

<div class="position">
<span class="">Capstone Project: A compiler with type inference and GC in OCaml for AMD64</span>
</div>
</div>
</div>
</div>

<div class="section work">
<h3 class="section-title">Teaching Experience</h3>
<div class="section skills">

<div class="entry">
<h4>Northeastern University
<span class="right">
Boston, MA
</span>
</h4>
<h3 class="section-title">Skills</h3>

<div class="description">
<div class="position">
<span class="left italic">Head Teaching Assistant for Object Oriented Programming</span>
<span class="right">January 2020 - May 2020</span>
</div>
<div class="entry">
<h4 class="left">Languages</h4>

<div class="position">
<span class="left italic">Teaching Assistant for Computer Systems</span>
<span class="right">January 2020 - May 2020</span>
</div>
<div class="details">
<p>Python, Java, Rust, Go, C++, C, Ruby, OCaml, JavaScript, SQL, KQL, Bash</p>
</div>

<div class="position">
<span class="left italic">Teaching Assistant for Introduction to Embedded Design</span>
<span class="right">September 2019 - December 2019</span>
</div>
</div>

<div class="entry">
<h4>Technologies</h4>
<div class="details">
<p>Ruby on Rails, MySQL8, CosmosDB, Kafka, Airflow, Redis, GraphQL, Linux, Git</p>
<p>Docker, Kubernetes, Redis, OpenAPI, Google Cloud Platform, Microsoft Azure</p>
</div>

</div>
</div>

Expand Down Expand Up @@ -325,26 +322,33 @@ <h4>Thermo Fisher Scientific
</div>
</div>

<div class="section skills">

<h3 class="section-title">Skills</h3>
<div class="section work">
<h3 class="section-title">Teaching Experience</h3>

<div class="entry">
<h4 class="left">Languages</h4>
<h4>Northeastern University
<span class="right">
Boston, MA
</span>
</h4>

<div class="details">
<p>Python, Java, Rust, Go, C++, C, Ruby, OCaml, JavaScript, SQL, KQL, Bash</p>
</div>
<div class="description">
<div class="position">
<span class="left italic">Teaching Assistant for Object Oriented Programming</span>
<span class="right">January 2020 - May 2020</span>
</div>

</div>
<div class="position">
<span class="left italic">Teaching Assistant for Computer Systems</span>
<span class="right">January 2020 - May 2020</span>
</div>

<div class="entry">
<h4>Technologies</h4>
<div class="details">
<p>Ruby on Rails, MySQL8, CosmosDB, Kafka, Airflow, Redis, GraphQL, Linux, Git</p>
<p>Docker, Kubernetes, Redis, OpenAPI, Google Cloud Platform, Microsoft Azure</p>
</div>
<div class="position">
<span class="left italic">Teaching Assistant for Introduction to Embedded Design</span>
<span class="right">September 2019 - December 2019</span>
</div>

</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 04111d7

Please sign in to comment.