diff options
Diffstat (limited to 'resume.html')
-rwxr-xr-x | resume.html | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/resume.html b/resume.html index 31fc339..e28129d 100755 --- a/resume.html +++ b/resume.html @@ -17,6 +17,7 @@ <ul> <li><a href='/'>🏡 Home</a></li> <li><a href='/resume.html'>📘 CV</a></li> + <li><a href="https://www.linkedin.com/in/matthew-kosarek/">π’ LinkedIn</a></li> <li style="display: none;"><a href='/posts.html'>📝 Posts</a></li> </ul> </nav> @@ -35,7 +36,7 @@ <div id="resume_header_contact"> <span><i>π₯οΈ</i> Computer Programmer</span> - <span><i>βοΈ</i> +1-201-400-2699</span> + <span><i>π</i> <a href="https://matthewkosarek.xyz">matthewkosarek.xyz</a></span> <span><i>π§</i> mkosare1@gmail.com</span> <span><i>πΊπΈ</i> United States Citizen</span> </div> @@ -92,7 +93,7 @@ Planned, scoped, and organized daily tasks and long-term projects </li> <li> - Individually contributed across many levels of the codebase, from firmware to the application layer + Individually contributed across many aspects of the codebase, from firmware to the application layer </li> </ul> </div> @@ -224,6 +225,16 @@ </div> </div> </section> + + <section class="resume_section"> + <h2>Projects</h2> + <ul> + <li>My <b>self-hosted personal website</b> where I do small projects in WebAssembly and OpenGL: <a href="https://matthewkosarek.xyz">https://matthewkosarek.xyz</a> + <li>A <b>game engine</b> that I built from scrach in C++ and OpenGL: <a href="https://github.com/mattkae/MatteEngine"">https://github.com/mattkae/MatteEngine</a></li> + <li>My <b>self-installing emacs configuration</b>: <a href="https://git.matthewkosarek.xyz/emacs_config/">https://git.matthewkosarek.xyz/emacs_config/</a> </li> + <li>Unfinished website about <b>realtime physics in video games</b>: <a href="https://physicsforgames.com/">https://physicsforgames.com/</a> </li> + </ul> + </section> </section> </body> </html> |