diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 42 |
1 files changed, 21 insertions, 21 deletions
@@ -15,15 +15,15 @@ </div> <header> - <h1>Matthew Kosarek</h1> - <nav> - <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> + <h1>Matthew Kosarek</h1> + <nav> + <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> </header> <section id='image_container'> <figure class='image_item'> @@ -44,15 +44,15 @@ Hanging with my friends, circa July 2019. </figcaption> </figure> - + </section> - <section> - <h2>About Me</h2> + <section> + <h2>About Me</h2> <p> My name is Matthew Kosarek. - I am a computer programmer from northern New Jersey and I currently live and work in Montreal, Quebec. - I keep my CV up to date on this website, and I also provide some links to the extracurriculars that I am up to. + I am a computer programmer from northern New Jersey and I currently live and work in Montreal, Quebec. + I keep my CV up to date on this website, and I also provide some links to the extracurriculars that I am up to. </p> </section> <section> @@ -64,16 +64,16 @@ </ul> </section> - <section> + <section> <h2>Theme</h2> <div id="theme_selector" class="hidden"> - <button id="theme_button_default">Default</button> - <button id="theme_button_autumn">🍁 Autumn</button> - <button id="theme_button_winter">⛄ Winter</button> - <button id="theme_button_spring">🐦 Spring</button> - <button id="theme_button_summer">🌻 Summer</button> + <button id="theme_button_default">Default</button> + <button id="theme_button_autumn">🍁 Autumn</button> + <button id="theme_button_winter">⛄ Winter</button> + <button id="theme_button_spring">🐦 Spring</button> + <button id="theme_button_summer">🌻 Summer</button> </div> - </section> + </section> </body> <script src='/index.js'></script> |