Skip to content

Commit

Permalink
Added experiences to page
Browse files Browse the repository at this point in the history
  • Loading branch information
PipoAT committed May 26, 2023
1 parent fb526ab commit f3d936c
Showing 1 changed file with 30 additions and 10 deletions.
40 changes: 30 additions & 10 deletions experience.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,43 +28,63 @@
<a class="nav-link" href="aboutme.html">About Me</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Resume
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Resume
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item" href="resume.html">Resume</a></li>
<li><a class="dropdown-item" href="experience.html">Experience</a></li>
<li><a class="dropdown-item" href="resume.html">Resume</a></li>
<li><a class="dropdown-item" href="experience.html">Experience</a></li>
</ul>
</li>
</li>
</ul>
</div>
</div>
</nav>
<div class="cover-image">
<div class="content">
<h1>My Experience</h1>
<p><a class="nav-link" href="css/assets/Pipo_Andrew_Resume_2023.pdf"><span class="link-icon">&#128279;</span>Download Resume (PDF)</a></p>
<p><a class="nav-link" href="css/assets/Pipo_Andrew_Resume_2023.pdf"><span
class="link-icon">&#128279;</span>Download Resume (PDF)</a></p>
<br>
<div class="row">
<div class="col-sm-6">
<div class="section">
<!-- Experience 1-->
<h4>ATech Training</h4>
<h6>January 2023 - Current</h6>
<p><b><i>Embedded Software Engineer Co-op</i></b></p>
<p>Developing Android Applications for efficiency.</p>
<p>Developed diagnostic software and GUIs.</p>
</div>
<hr>
<div class="section">
<!-- Experience 2-->
<h4>Staples</h4>
<h6>May 2022 - August 2022</h6>
<p><b><i>Retail Associate/Print and Marketing Associate</i></b></p>
<p>Assisted Customers in locating products.</p>
<p>Restocked shelves on a frequent basis.</p>
<p>Developed and printed customer print orders</p>
</div>
</div>
<div class="col-sm-6">
<div class="section">
<div class="section">
<!-- Experience 3-->
<h4>University of Cincinnati CEAS</h4>
<h6>August 2022 - December 2022</h6>
<p><b><i>ENED1100 Peer-TA</i></b></p>
<p>Collaborated with professor to acheive active classroom.</p>
<p>Faciliated Peer Mentoring Sessions.</p>
</div>
</div>
<hr>
<div class="section">
<div class="section">
<!-- Experience 4-->
<h4>CodeBlue, LLC</h4>
<h6>November 2020 - October 2021</h6>
<p><b><i>First Notice and Response Representative</i></b></p>
<p>Guided customers in filing new claims.</p>
<p>Supported customers in locating mitigation contractors.</p>
<p>Trained coworkers in using Office 2019 and general procedures.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit f3d936c

Please sign in to comment.