diff options
author | mattkae <mattkae@protonmail.com> | 2022-08-26 08:51:17 -0400 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2022-08-26 08:51:17 -0400 |
commit | 2465084be4fe15f9337a1baa5ea91ceae4ff1631 (patch) | |
tree | b2d75d845dbde81e8c286b265058f480bb58baad /index.html | |
parent | 338efd3e797b1b74fe65755e67b2c235b86cbe3d (diff) |
Removed the carousel
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 53 |
1 files changed, 23 insertions, 30 deletions
@@ -24,37 +24,30 @@ </ul> </nav> </header> - <section id='landing_page'> - + <section id='image_container'> + <figure class='image_item'> + <img src='images/portrait-min.jpg' /> + <figcaption> + Me in front of my desktop, circa August 2021. + </figcaption> + </figure> + <figure class='image_item'> + <img src='images/dog_and_me-min.jpg' /> + <figcaption> + Hanging with my dog named Rizzy, circa May 2020. + </figcaption> + </figure> + <figure class='image_item'> + <img src='images/friends-min.jpg' /> + <figcaption> + Hanging with my friends, circa July 2019. + </figcaption> + </figure> + </section> + <section> + <h2>About Me</h2> <p> - <div id='carousel'> - <div id='image_container'> - <figure class='carousel_image'> - <img src='images/portrait-min.jpg' /> - <figcaption> - Me in front of my desktop, circa August 2021. - </figcaption> - </figure> - <figure class='carousel_image'> - <img src='images/dog_and_me-min.jpg' /> - <figcaption> - Hanging with my dog named Rizzy, circa May 2020. - </figcaption> - </figure> - <figure class='carousel_image'> - <img src='images/friends-min.jpg' /> - <figcaption> - Hanging with my friends, circa July 2019. - </figcaption> - </figure> - </div> - <button id='carousel_left'>←</button> - <button id='carousel_right'>→</button> - </div> - </p> - - <p style='padding-left: 2rem; padding-right: 2rem;'> - Hello! My name is Matthew Kosarek. + 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. In my spare time, I build some graphics scenes in C++/OpenGL, compile them via <code>emcc</code> and post them here as "themes". |