summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--download/cv.pdfbin74267 -> 77272 bytes
-rw-r--r--download/resume_dl.css6
-rw-r--r--download/resume_dl.html20
-rw-r--r--index.html3
-rwxr-xr-xresume.css4
-rwxr-xr-xresume.html15
6 files changed, 41 insertions, 7 deletions
diff --git a/download/cv.pdf b/download/cv.pdf
index a81cea8..42dbac3 100644
--- a/download/cv.pdf
+++ b/download/cv.pdf
Binary files differ
diff --git a/download/resume_dl.css b/download/resume_dl.css
index b9d277e..1ef20ef 100644
--- a/download/resume_dl.css
+++ b/download/resume_dl.css
@@ -31,6 +31,10 @@ header {
padding-bottom: 1rem;
}
+#resume a {
+ color: #343231;
+}
+
#resume_header {
width: 100%;
display: flex;
@@ -47,7 +51,7 @@ header {
}
#resume_header_contact {
- font-size: 12px;
+ font-size: 10px;
}
#resume_header_contact span {
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>
diff --git a/index.html b/index.html
index efa3bb8..d8be651 100644
--- a/index.html
+++ b/index.html
@@ -20,6 +20,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>
@@ -59,7 +60,7 @@
<ul>
<li><a href="https://github.com/mattkae">Github</a>: my personal github with most of my projects</li>
<li><a href="https://git.matthewkosarek.xyz">CGit</a>: my self-hosted git instance with a few of my projects</li>
- <li><a href="https://physicsforgames.com">physicsforgames.com</a>: a project that I'm currently working on in my spare time where I explore the world of realtime physics</li>
+ <li style="display: none;"><a href="https://physicsforgames.com">physicsforgames.com</a>: a project that I'm currently working on in my spare time where I explore the world of realtime physics</li>
</ul>
</section>
diff --git a/resume.css b/resume.css
index 3e3b339..a706f31 100755
--- a/resume.css
+++ b/resume.css
@@ -28,6 +28,10 @@ header {
padding-bottom: 1rem;
}
+#resume a {
+ color: #343231;
+}
+
#resume_header {
width: 100%;
display: flex;
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>