diff options
Diffstat (limited to 'resume.html')
-rwxr-xr-x | resume.html | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/resume.html b/resume.html index b645791..90e4acc 100755 --- a/resume.html +++ b/resume.html @@ -27,33 +27,32 @@ 📥 </a> </div> - - <header> + <header id="resume_header"> <h1>Matthew Kosarek</h1> - - <div> - <span><i>🖦</i>Computer Programmer</span> - <span><i>📞</i> +1-201-400-2699</span> + <div id="resume_header_contact"> + <span><i>🖦</i> Computer Programmer</span> + <span><i>☎️</i> +1-201-400-2699</span> <span><i>📧</i> mkosare1@gmail.com</span> + <span><i>🇺🇸</i> United States Citizen</span> </div> </header> <section class='resume_section'> <h2>Skills</h2> - <div> + <div class="resume_section_content"> <div class="skill-section"> - <b>Languages & Tech</b><div>C/C++, C#, TypeScript/JavaScript, HTML & CSS, Java, OpenGL, ASP.NET, ReactJS, WebGL, SQL</div> + <b>Languages & Tech</b><div>C/C++, C#, TypeScript/JavaScript, ReactJS, HTML & CSS, Java, OpenGL, ASP.NET, Linux</div> </div> <div class="skill-section"> - <b>Tools</b><div>Git, Visual Studio Professional, Unity, npm, Webpack, TeamCity, NuGet, AWS</div> + <b>Tools</b><div>git, npm, Webpack Visual Studio Professional, Visual Studio Code, Unity, TeamCity, NuGet, Emacs</div> </div> </div> </section> <section class='resume_section'> <h2>Experience</h2> - <div> + <div class="resume_section_content"> <div class="experience-item"> <div class="experience-header"> <div> @@ -67,13 +66,16 @@ </div> <ul> <li> - Led the MachineApps team in the development of a robust infrastructure for industrial software applications + Led a small team in developing a robust infrastructure for customer-facing industrial software applications + </li> + <li> + Developed and shipped a number of time-sensitive client projects, including palletizing and path-following software applications </li> <li> - Developed and shipped a number of time-sensitive client projects, including palletizing and path-following software applications + Interacted extensively with other teams to align on specific business goals and meet expectations </li> <li> - Interacted extensively with other teams to align on specific business goals and meet expectations + Planned and organized project tasks for the team via Github tickets </li> <li> Implemented new features in both the engine and frontend of MachineLogic, which is the company's code-free programming language @@ -174,7 +176,7 @@ <section class='resume_section'> <h2>Education</h2> - <div> + <div class="resume_section_content"> <div class="experience-item"> <div class="experience-header"> <div> |