Skip to content

Commit

Permalink
Update timeline for 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaseC99 committed Jan 30, 2022
1 parent f4adce4 commit c667881
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 2 deletions.
5 changes: 5 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,11 @@ nav a:link, nav a:visited {
margin-bottom: 0;
color: inherit;
}

.timeline-link {
color: gray;
}

.timeline-body {
display: none;
}
Expand Down
Binary file added img/timeline-icons/amazon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions img/timeline-icons/ctc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/timeline-icons/icssc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 84 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,88 @@ <h3>Hi, I'm Chase 👋🏼</h3>

<div class="container">
<ul class="timeline">
<li>
<div class="timeline-year">2022</div>
</li>
<li class="timeline-inverted">
<div class="timeline-panel" onclick="toggleDescription('desc12')">
<div class="timeline-header">
<img class="company-icon" src="img/timeline-icons/icssc.png">
<div class="timeline-heading">
<h4 class="timeline-title">ICS Student Council</h4>
<h5 class="timeline-title">Projects Committee Co-Chair</h5>
</div>
</div>
<div class="timeline-body" id="desc12">
<p>September 2021 - Present</p>
<p>
Oversee the development of 4 large scale open-source projects:
<a href="https://antalmanac.com" target="_blank" class="timeline-link">AntAlmanac</a>,
<a href="https://peterportal.org" target="_blank" class="timeline-link">Peter Portal</a>,
<a href="https://api.peterportal.org" target="_blank" class="timeline-link">Peter Portal API</a>,
<a href="https://zotistics.com" target="_blank" class="timeline-link">Zotistics</a>.
</p>
</div>
</div>
</li>
<li>
<div class="timeline-panel" onclick="toggleDescription('desc11')">
<div class="timeline-header">
<img class="company-icon" src="img/timeline-icons/ctc.svg">
<div class="timeline-heading">
<h4 class="timeline-title">Commit the Change</h4>
<h5 class="timeline-title">Co-President</h5>
</div>
</div>
<div class="timeline-body" id="desc11">
<p>September 2021 - Present</p>
<p>
Commit the Change is an organization at UC Irvine that delivers high quality software for non-profit organizations while providing meaningful opportunities for students to develop tech with purpose.
</p>
<p>
As Co-President, I help grow the club to 150 members who worked across 4 NPO projects and 8 additional social good projects.
</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-panel" onclick="toggleDescription('desc10')">
<div class="timeline-header">
<img class="company-icon" src="img/timeline-icons/amazon.png">
<div class="timeline-heading">
<h4 class="timeline-title">Amazon</h4>
<h5 class="timeline-title">Software Development Engineer Intern</h5>
</div>
</div>
<div class="timeline-body" id="desc10">
<p>May 2021 - August 2021</p>
<p>
Worked on Alexa's emergency services capabilities.
</p>
<p>
Created a side channel notification system to alert emergency service providers when a customer uses Alexa to call for help.
This systems serves as a critical redundancy in a scenario where the main call fails to reach the provider.
</p>
</div>
</div>
</li>
<li>
<div class="timeline-panel" onclick="toggleDescription('desc9')">
<div class="timeline-header">
<img class="company-icon" src="img/timeline-icons/khan.png">
<div class="timeline-heading">
<h4 class="timeline-title">Khan Academy</h4>
<h5 class="timeline-title">Software Engineer Intern</h5>
</div>
</div>
<div class="timeline-body" id="desc9">
<p>January 2021 - April 2021</p>
<p>
Outlined and began to implement a plan to port Khan Academy's existing Computer Science content from a Python monolithic server to a Go microservice.
</p>
</div>
</div>
</li>
<li>
<div class="timeline-year">2021</div>
</li>
Expand All @@ -87,7 +169,7 @@ <h5 class="timeline-title">Logistics Organizer</h5>
<p>September 2020 - Present</p>
<p>
Plan and organize HackUCI, the largest collegiate hackathon in Orange County with over 600 attendees.
Facilitate weekly workshops and "HackNights", to help UCI students improve their software development skills.
Facilitate weekly workshops and "HackNights" to help UCI students improve their software development skills.
</p>
</div>
</div>
Expand Down Expand Up @@ -203,7 +285,7 @@ <h5 class="timeline-title">Software Engineer Intern</h5>
<p>
Backend developer working with C#, ASP.NET Core, SQL Databases, and Microsoft Azure.
Created the backend for promotional codes and referrals on the Koder Platform.
Implemented email, push, and feed notifications with Koders iOS app.
Implemented email, push, and feed notifications with Koder's iOS app.
Worked on additional API endpoints and Azure Functions.
</p>
<p>
Expand Down

0 comments on commit c667881

Please sign in to comment.