summaryrefslogtreecommitdiff
path: root/resume.html
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-10-27 08:54:41 -0400
committermattkae <mattkae@protonmail.com>2022-10-27 08:54:41 -0400
commit84d48b12d27becbd2d9f0691cc8fedefa2bbed67 (patch)
tree53f58ba62be7fbf1e4ca4ae7a9b2e4d6219b5cba /resume.html
parent87db360d34b5b46a5641b59171e23d41079321a3 (diff)
Improving link discoverability and personal projects
Diffstat (limited to 'resume.html')
-rwxr-xr-xresume.html15
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='/'>&#127969; Home</a></li>
<li><a href='/resume.html'>&#128216; CV</a></li>
+ <li><a href="https://www.linkedin.com/in/matthew-kosarek/">🏒 LinkedIn</a></li>
<li style="display: none;"><a href='/posts.html'>&#128221; 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>