diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2021-10-13 07:29:09 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-10-13 07:29:09 -0400 |
commit | f6fe40e125a99bd3ea47c476f6a95b6e820a51aa (patch) | |
tree | 0c4675c30d9b2aa556594c3a0e697388269006de /index.html | |
parent | 2074f6be3096386fb543f040dec314290f6eb920 (diff) |
Adding square leaves to the tree
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -18,7 +18,7 @@ <ul> <li><a href='/'>🏡 Home</a></li> <li><a href='/resume.html'>📘 CV</a></li> - <li><a href='/posts.html'>📝 Posts</a></li> + <li style="display: none;"><a href='/posts.html'>📝 Posts</a></li> </ul> </nav> </header> @@ -52,7 +52,8 @@ </p> <p> - My name is Matthew Kosarek. I am a computer programmer currently living in New Jersey. I keep my CV up to date on this website. I also write some posts about computers when I find something particularly interesting. You can find a link to my Github <a href='https://github.com/mattkae'>here</a>. I am also building a website about physics simulation in video games which you can find <a href='https://physicsforgames.com/'>here</a>. + My name is Matthew Kosarek. I am a computer programmer currently living in Montreal. I keep my CV up to date on this website. + You can find a link to my Github <a href='https://github.com/mattkae'>here</a>. I am also building a website about physics simulation in video games which you can find <a href='https://physicsforgames.com/'>here</a>. </p> <br/> </section> |