Skip to content

Commit

Permalink
added CA role
Browse files Browse the repository at this point in the history
  • Loading branch information
aletya committed Aug 12, 2024
1 parent d822c62 commit 6240d57
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 5 deletions.
Binary file modified assets/AlexYangResume.pdf
Binary file not shown.
43 changes: 38 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1 class = "max-width">Alex Yang</h1>
</div>
<div class="container half-width" style="min-width: 300px">
<p class="speech-bubble-text">
I'm Alex, a rising junior studying Computer Science at the University of Illinois Urbana-Champaign.
I'm Alex, a rising junior studying Computer Science at the University of Illinois at Urbana-Champaign.
<br>
<br>
I enjoy solving complex puzzles and writing clean, performant code.
Expand Down Expand Up @@ -90,11 +90,13 @@ <h2>Experience</h2>
/>
<label for="tab1">Capital One</label>
<input type="radio" name="tabset" id="tab2" aria-controls="rauchbier" />
<label for="tab2">Reflections | Projections</label>
<label for="tab2">University of Illiniois at Urbana-Champaign</label>
<input type="radio" name="tabset" id="tab3" aria-controls="dunkles" />
<label for="tab3">HackIllinois</label>
<label for="tab3">Reflections | Projections</label>
<input type="radio" name="tabset" id="tab4" aria-controls="yur" />
<label for="tab4">CoderDojo</label>
<label for="tab4">HackIllinois</label>
<input type="radio" name="tabset" id="tab5" aria-controls="last" />
<label for="tab5">CoderDojo</label>

<div class="tab-panels box-shadow">
<section id="marzen" class="tab-panel">
Expand Down Expand Up @@ -131,6 +133,37 @@ <h2>Experience</h2>
</ul>
</div>
</section>
<section id="uiuc-ca" class="tab-panel">
<div class="resume-section">
<div class="header">
<div class="company-title">
<strong>University of Illinois at Urbana-Champaign</strong>
</div>
<div class="location">
<em>Champaign, IL</em>
</div>
</div>
<div class="role-duration">
<div class="role">
<em>Course Assistant (System Programming)</em>
</div>
<div class="duration">
<em>Aug 2024 - Current</em>
</div>
</div>
<ul class="responsibilities">
<li>
Providing individualized guidance on topics including memory allocation, multithreading, signals, and networking
</li>
<li>
Conducting weekly office hours and assisting in lab sessions to reinforce course concepts and troubleshoot coding issues
</li>
<li>
Developing and deploying a custom on-demand autograder for immediate student feedback
</li>
</ul>
</div>
</section>
<section id="rauchbier" class="tab-panel">
<div class="resume-section">
<div class="header">
Expand Down Expand Up @@ -259,7 +292,7 @@ <h2>Education</h2>
<div class="resume-section">
<div class="header">
<div class="company-title">
<strong>University of Illinois Urbana-Champaign</strong>
<strong>University of Illinois at Urbana-Champaign</strong>
</div>
</div>
<div class="degree-title">
Expand Down

0 comments on commit 6240d57

Please sign in to comment.