summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html18
1 files changed, 11 insertions, 7 deletions
diff --git a/index.html b/index.html
index 647d95b..86c83c5 100644
--- a/index.html
+++ b/index.html
@@ -42,7 +42,9 @@
<figcaption>
Hanging with my friends, circa July 2019.
</figcaption>
- </figure>
+ </figure>
+
+
</section>
<section>
<h2>About Me</h2>
@@ -62,13 +64,15 @@
</ul>
</section>
- <h2>Theme</h2>
- <div id="theme_selector" class="hidden">
- <button id="theme_button_default">Default</button>
- <button id="theme_button_autumn">Autumn</button>
+ <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>
- </div>
+ <button id="theme_button_spring">Spring</button>
+ </div>
+ </section>
</body>
<script src='/index.js'></script>