Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# assignment_html_resume
Build an HTML5 resume to jump start your job search
Richard Lahaie
187 changes: 187 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,187 @@
<!DOCTYPE html>

<html>
<!--Main Header--->
<header>
<h1>Richard Lahaie | Systems Administrator</h1>
<p>21360 H Street
<br>
Elkhorn, NE 68022
<br>
<a href='mailto:stork66722@gmail.com'>Stork66722@gmail.com</a></p>
</header>
<hr>

<!--Career Goals--->
<section>
<h2>Goals</h2>
<p>To pursue my passion and continued education with a job in the information and technology field.</p>
</section>
<!--Skills-->
<section>
<h2>Skills</h2>
<h3>Programming Languages</h3>
<ol>
<li>HTML5</li>
<li>CSS3</li>
<li>SASS</li>
<li>Ruby</li>
<li>Javascript</li>
<li>PHP</li>
</ol>
<h3>Databases</h3>
<ol>
<li>Microsoft Access</li>
<li>MySQL</li>
</ol>
<h3>Version Control</h3>
<ol>
<li>Git</li>
</ol>
<h3>Operating Systems</h3>
<ol>
<li>MAC OS X</li>
<li>Widnows</li>
<li>IOS</li>
</ol>
<h3>Other Tools</h3>
<ol>
<li>Atom</li>
<li>Github</li>
<li>Trello</li>
<li>Balsamiq</li>
<li>Browerstack</li>
<li>Code Pen</li>
</ol>
<h3>Soft Skills</h3>
<ol>
<li>Communication</li>
<li>Critical Thinking</li>
<li>Teamwork</li>
<li>Work Ethic</li>
</ol>
</section>

<!--Work Experience-->
<section>
<h2>Work Experience</h2>
<table>
<thead>
<tr>
<th>Time</th>
<th>Name</th>
<th>Location</th>
<th>Position Title</th>
<th>Responsibilities</th>
<th>Contact Info</th>
</tr>
</thead>
<tbody>
<tr>
<td>May 2017 - Current</td>
<td>AdjusterPro, LLC.</td>
<td>Tempe, AZ</td>
<td>Systems Administrator</td>
<td>Improve internal efficiency in the maintenance and enhancement of all of our systems, especially the online classrooms.</td>
<td>214-329-9030</td>
</tr>
<tr>
<td>June 2013 - May 2017</td>
<td>CSI Solutions, LLC.</td>
<td>Scottsdale, AZ</td>
<td>Manager</td>
<td>Manage a team of 15 people including scheduling, development, and employee engagement. Daily duties include end of day cash handling, inventory management, ordering, web content management, and payments. Customer service oriented and specialize in resolving escalated customer issues. Run weekly and monthly business analysis reports for accounting review. Responsible for hiring and onboarding of all new employees. Proficient in Google Drive, MJ Freeway, Microsoft Excel, Microsoft Word, and AZDHS Verification website.</td>
<td>480-420-3300</td>
</tr>
<tr>
<td>July 2010 - June 2013</td>
<td>Live Nation Worldwide, INC.</td>
<td>Phoenix, AZ</td>
<td>Customer Service/ Ticket Sales</td>
<td>Customer service. Working in the box office processing ticket sales in person, online, and over the phone. Proficient in Ticketmaster host system.</td>
<td>602-379-2800</td>
</tr>
<tr>
<td>August 2004 – July 2010</td>
<td>US Airways Center</td>
<td>Phoenix, AZ</td>
<td>Assistant Ticket Manager </td>
<td>Managed part-time ticketing staff of 15 during events including cash balancing, scheduling, and customer satisfaction. Processed season ticket holder sales and group orders in person, online, and over the phone. Overall customer service with the responsibility of handling all escalated customer issues. Proficient in Ticketmaster host, Ticketmaster Archtics, and Microsoft CRM.</td>
<td>602-379-2000</td>
</tr>
</tbody>
</table>
</section>

<!--Education-->
<section>
<h2>Education</h2>
<table>
<thead>
<tr>
<th>Time</th>
<th>School</th>
<th>Location</th>
<th>Major/Degree</th>
</tr>
</thead>
<tbody>
<tr>
<td>August 1998- May 2001</td>
<td>Papillion-LaVista Senior High School</td>
<td>Papillion, NE</td>
<td>General Studies/High School Diploma</td>
</tr>
<tr>
<td>August 2010 - May 2012 and January 2017 - May 2017</td>
<td>Estrella Mountain Comminity College</td>
<td>Avondale, AZ</td>
<td>Arts/Associate of Arts</td>
</tr>
<tr>
<td>January 2020 - Current</td>
<td>Arizona State University</td>
<td>Tempe, AZ</td>
<td>B.S. of Information Technology</td>
</tr>
</tbody>
</table>
</section>

<!--Community Involvement -->
<section>
<h2>Community Involvement </h2>
<p>Volunteer for A Hope and a Future, St. Vincent de Paul, and other local charities. Active in the local community.</p>
</section>

<!--Hobbies-->
<section>
<h2>Hobbies</h2>
<ul>
<li>Golfing</li>
<li>Singing</li>
<li>Playing the Guitar</li>
<li>Coding</li>
<li>Running</li>
</ul>
</section>

<!--References-->
<section>
<h2>References</h2>
<p>Available upon request</p>
</section>

<!--Footer-->
<footer>
<strong>Richard Lahaie | Systems Administrator
<p>5423 S College Ave
<br>
Tempe, AZ 85283
<br>
<a href='mailto:stork66722@msn.com'>Stork66722@msn.com</a></p>
</strong>
</footer>


</html>