summaryrefslogtreecommitdiff
path: root/download/resume_dl.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 /download/resume_dl.html
parent87db360d34b5b46a5641b59171e23d41079321a3 (diff)
Improving link discoverability and personal projects
Diffstat (limited to 'download/resume_dl.html')
-rw-r--r--download/resume_dl.html20
1 files changed, 17 insertions, 3 deletions
diff --git a/download/resume_dl.html b/download/resume_dl.html
index aafe63d..48c12c5 100644
--- a/download/resume_dl.html
+++ b/download/resume_dl.html
@@ -40,6 +40,10 @@ header {
padding-bottom: 1rem;
}
+#resume a {
+ color: #343231;
+}
+
#resume_header {
width: 100%;
display: flex;
@@ -56,7 +60,7 @@ header {
}
#resume_header_contact {
- font-size: 12px;
+ font-size: 10px;
}
#resume_header_contact span {
@@ -174,7 +178,7 @@ img.emoji {
<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>
@@ -231,7 +235,7 @@ img.emoji {
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>
@@ -363,6 +367,16 @@ img.emoji {
</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>