Skip to content

Commit

Permalink
Add start of Apex card
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykaus authored Dec 7, 2023
1 parent d5e3a3c commit 2d9bbc3
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,48 @@ <h2 class="article-header">
<span class="pound">#</span>work experience
</h2>

<!-- Apex Fintech Solutions Card -->
<section class="work-card">
<p class="work-card__date">July – Dec 2023</p>
<div>
<header class="section-header">
<div>
<h3 class="work-card__position">Software Backend Engineering Intern</h3>
<a
class="link"
href="https://apexfintechsolutions.com/"
target="_blank"
>
Apex Fintech Solutions
</a>
</div>
<p class="work-card__location">
<i class="fa-solid fa-earth-americas"></i> Portland, OR
</p>
</header>
<p class="description">
I am a work in progress :D
</p>
<ul class="skill-list">
<li class="skill">Go</li>
<li class="skill">SQL Server</li>
<li class="skill">Python</li>
<li class="skill">Bash Script</li>
<li class="skill">Tidal Automation</li>
<li class="skill">Git</li>
<li class="skill">Jira</li>
</ul>
</div>
</section>

<!-- Jama Software Card -->
<section class="work-card">
<p class="work-card__date">Jan – June 2023</p>
<div>
<header class="section-header">
<div>
<h3 class="work-card__position">Software Engineering Intern</h3>
<h3 class="work-card__position">Software Frontend Engineering Intern</h3>
<a
class="link"
Expand Down

0 comments on commit 2d9bbc3

Please sign in to comment.