diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -51,7 +51,7 @@ <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 some extracurriculars that I am up to. + 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> @@ -67,9 +67,10 @@ <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_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> </body> |