FEAT: Added experiences section.

This commit is contained in:
MajorDroolz
2022-12-25 18:37:41 -05:00
parent 30f3c69d32
commit de831dbea3
3 changed files with 91 additions and 18 deletions

View File

@@ -122,16 +122,26 @@
</section>
<section id="my-experience" class="card">
<div id="my-experience-back"></div>
<h2>My Experience</h2>
<p>
I've had varied experiences: from <strong>mentoring fellow undergrads
</strong> to performing in fast-paced settings where <strong>communication
and innovation</strong> are key.
</p>
<div>
<img src="/res/avatar.svg" width="300" height="300">
<a href="/projects/freshmanual">View Resume →</a>
<h2 id="my-experience__title">My<br>Experience</h2>
<div id="my-experience__text-outer">
<div id="my-experience__text">
<div id="my-experience__back" class="card-back">
<div id="my-experience-inner" class="card-back-inner">
<div class="fade-text fade1" data-t="My Experience"></div>
<div class="fade-text fade2" data-t="My Experience"></div>
<div class="fade-text fade3" data-t="My Experience"></div>
</div>
</div>
<p>
I've had varied experiences: from <strong>mentoring fellow undergrads
</strong> to performing in fast-paced settings where <strong>communication
and innovation</strong> are key.
</p>
</div>
<div id="my-experience__resume">
<img id="my-experience__resume-img" src="/res/avatar.svg" width="300" height="300">
<a id="my-experience__resume-button" href="/projects/freshmanual">View Resume →</a>
</div>
</div>
</section>