summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-10-28 09:20:52 -0400
committermattkae <mattkae@protonmail.com>2022-10-28 09:20:52 -0400
commita17411cbb8e8a67ff9c4815bd96cdd4ddb1a1ddb (patch)
treea1e79f4661f25ec7e6aeaf27ed8a4db63a8baf7c /index.html
parent84d48b12d27becbd2d9f0691cc8fedefa2bbed67 (diff)
Indentation
Diffstat (limited to 'index.html')
-rw-r--r--index.html42
1 files changed, 21 insertions, 21 deletions
diff --git a/index.html b/index.html
index d8be651..50b8cbf 100644
--- a/index.html
+++ b/index.html
@@ -15,15 +15,15 @@
</div>
<header>
- <h1>Matthew Kosarek</h1>
- <nav>
- <ul>
- <li><a href='/'>&#127969; Home</a></li>
- <li><a href='/resume.html'>&#128216; CV</a></li>
- <li><a href="https://www.linkedin.com/in/matthew-kosarek/">🏢 LinkedIn</a></li>
- <li style="display: none;"><a href='/posts.html'>&#128221; Posts</a></li>
- </ul>
- </nav>
+ <h1>Matthew Kosarek</h1>
+ <nav>
+ <ul>
+ <li><a href='/'>&#127969; Home</a></li>
+ <li><a href='/resume.html'>&#128216; CV</a></li>
+ <li><a href="https://www.linkedin.com/in/matthew-kosarek/">🏢 LinkedIn</a></li>
+ <li style="display: none;"><a href='/posts.html'>&#128221; 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>