summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-10-09 15:11:13 -0400
committermattkae <mattkae@protonmail.com>2022-10-09 15:11:13 -0400
commitcc8bbef4bc8257b65757396e4431e2ca9b5f30ff (patch)
tree08a821eb6ac514b44703a7093dd61f411af0651e /index.html
parentf6f3a4bad025e65542cd518b551ba0cc3e1898b3 (diff)
At least I have a working sun theme, but this will have to wait until next summer I suppose
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/index.html b/index.html
index 664c4a4..efa3bb8 100644
--- a/index.html
+++ b/index.html
@@ -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>