diff options
author | mattkae <mattkae@protonmail.com> | 2022-02-13 10:37:46 -0500 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2022-02-13 10:37:46 -0500 |
commit | 74e3c0442c196b9cb7fadf7ddc4d49944f1270af (patch) | |
tree | 6762a39bd98c1aadbdde4f0249bf35b869ab0a92 /resume.html | |
parent | c3c2451232bfeeaa0d5fc200e4a5a27e13c258d2 (diff) |
Adding some new content and fixing spacing issues
Diffstat (limited to 'resume.html')
-rwxr-xr-x | resume.html | 44 |
1 files changed, 24 insertions, 20 deletions
diff --git a/resume.html b/resume.html index b075a6e..0abcaa9 100755 --- a/resume.html +++ b/resume.html @@ -17,7 +17,7 @@ <li style="display: none;"><a href='/posts.html'>📝 Posts</a></li> </ul> </nav> - </header> + </header> <section id='resume'> <div id='resume_button_container'> <button id='full_screen_button' title='Toggle Fullscreen'> @@ -31,11 +31,11 @@ <header> <h1>Matthew Kosarek</h1> - <h3>Software Engineer</h3> - + <div> - <span><b>📞</b> +1-201-400-2699</span> - <span><b>📧</b> mkosare1@gmail.com</span> + <span><i>🖦</i>Computer Programmer</span> + <span><i>📞</i> +1-201-400-2699</span> + <span><i>📧</i> mkosare1@gmail.com</span> </div> </header> @@ -43,13 +43,13 @@ <h2>Skills</h2> <div> <div class="skill-section"> - <b>Programming 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, HTML & CSS, Java, OpenGL, ASP.NET, ReactJS, WebGL, SQL</div> </div> <div class="skill-section"> <b>Tools</b><div>Git, Visual Studio Professional, Unity, npm, Webpack, TeamCity, NuGet, AWS</div> </div> </div> - </section> + </section> <section class='resume_section'> <h2>Experience</h2> @@ -66,15 +66,15 @@ </div> </div> <ul> - <li> - Led the MachineApps team in the development of a robust infrastructure for industrial software applications - </li> - <li> - Developed and shipped a number of time-sensitive client projects - </li> - <li> - Interacted extensively with other teams to align on specific business goals and meet client deadlines - </li> + <li> + Led the MachineApps team in the development of a robust infrastructure for industrial software applications + </li> + <li> + Developed and shipped a number of time-sensitive client projects + </li> + <li> + Interacted extensively with other teams to align on specific business goals and meet client deadlines + </li> <li> Implemented new features and fixed bugs in both the engine and frontend of a code-free programming language </li> @@ -102,6 +102,9 @@ Designed, built, and maintained a live operations scheduling and publishing web application for <i>DomiNations</i> </li> <li> + Implemented a localization system for <i>Arcane Showdown</i> which allowed the game to be released in different languages + </li> + <li> Implemented game features on all parts of the stack, including tools, Unity client, and game servers </li> <li> @@ -169,8 +172,9 @@ </li> </ul> </div> - </p> - </div> + </div> + </section> + <section class='resume_section'> <h2>Education</h2> <div> @@ -189,7 +193,7 @@ B.S. in Computer Engineering (Magna Cum Laude) </li> <li> - 3.53 GPA + 3.53 GPA (Cumulative) </li> <li> <i>Relevant Coursework</i>: Computer Graphics, Object Oriented Software Engineering, Linear Algebra, Video Game Engines and Design, Operating Systems, Data Structures, Introduction to Renewable Energy Engineering @@ -198,7 +202,7 @@ </div> </div> </section> + </section> </body> - <script src='/resume.js'></script> </html> |