diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2024-01-13 18:58:07 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2024-01-13 18:58:07 -0600 |
commit | 82b787e494b077ad0295561549842d05b9b60ad1 (patch) | |
tree | 732801ed0ada7ca319e3fedf98be044c16ad7653 /about.html | |
parent | 58ac5795be2e6b5269fcb2815aa6badb13185fe2 (diff) |
added portait to about page.
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -2,8 +2,9 @@ <html> <head> - <title>chrhodgden - About</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>chrhodgden - About</title> + <link rel="icon" type="image/svg+xml" href="img/favicon.svg"> <link rel="stylesheet" href="style.css"/> <style> :root { @@ -19,6 +20,13 @@ </div> <h1>About Me</h1> + + <img + class="self-portrait" + src="img/self_portrait.jpg" + alt="Self Portrait" + height="300" + > <p> My name is Christian Hodgden. |