diff options
author | mattkae <mattkae@protonmail.com> | 2022-10-27 08:54:41 -0400 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2022-10-27 08:54:41 -0400 |
commit | 84d48b12d27becbd2d9f0691cc8fedefa2bbed67 (patch) | |
tree | 53f58ba62be7fbf1e4ca4ae7a9b2e4d6219b5cba /index.html | |
parent | 87db360d34b5b46a5641b59171e23d41079321a3 (diff) |
Improving link discoverability and personal projects
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,6 +20,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> @@ -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> |