diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/public/index.html b/public/index.html index 27712df..ffe78b7 100644 --- a/public/index.html +++ b/public/index.html @@ -29,9 +29,14 @@ <main> <article> <picture> - <source type="image/webp" srcSet="images/main.webp 650w" sizes="350px" height="350" width="350"/> - <img src="images/main.png" sizes="350px" height="350" width="350" alt="Picture of Kevin Hoerr"/> -</picture> + <source type="image/webp" srcset="/images/RmbDV6rubS-350.webp 350w, /images/RmbDV6rubS-550.webp 550w, /images/RmbDV6rubS-650.webp 650w" sizes="350px"> + <source type="image/png" srcset="/images/RmbDV6rubS-350.png 350w, /images/RmbDV6rubS-550.png 550w, /images/RmbDV6rubS-650.png 650w" sizes="350px"> + <img + src="/images/RmbDV6rubS-350.png" + width="350" + height="350" + alt="Picture of Kevin Hoerr"> + </picture> <section><h1>Hello!</h1></section> <section> <p>I'm a computer science and math graduate from Millersville University. I work as a Solutions Architect and specialize in development operations and systems validation for web applications.</p> @@ -60,7 +65,7 @@ </section> </article> <footer> - <span>©2023 kjhoerr@https://submelon.dev/:wD.c.o.8.K-0</span> + <span>©2023 kjhoerr@https://submelon.dev/:wD.c.o.a.n-0</span> </footer> </main> </body> |
