FEAT: Added experiences section.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user