diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 11:34:57 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 11:34:57 -0500 |
commit | 801e32abaa9169b2e156bd0fb6369bef66d0b757 (patch) | |
tree | 990f6f1467e4a35190286f97dad9817ab9cfe9f0 | |
parent | 067a0f2e96e21c11cdf2aea9ecaaae995f13b853 (diff) |
Add profile picture
-rw-r--r-- | templates/about.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/about.html b/templates/about.html index 9f8fcab..6e1d3d7 100644 --- a/templates/about.html +++ b/templates/about.html @@ -5,6 +5,11 @@ {{ define "main" }} <h1>alexscerba.com/about</h1> <section class="postContent"> + <h2>About</h2> + <figure> + <img src="/static/media/alex_profile_512.jpg" alt="Highschool senior photo portrait of Alex next to Yerkes Observatory."> + <figcaption>Highschool senior photo.</figcaption> + </figure> <p>My name is Alex Scerba, and I am a design student at the College for Creative Studies in Detroit, MI.</p> <blockquote>"It's just a machine. Open it up and see what's wrong."</blockquote> <p>This phrase is mostly what my life revolves around. Tinkering, making, repairing, and improving the world through these outlets is what I strive to do in my lifetime.</p> |