From 6dce041b11bc9dd6e78045c1bb31a94ba458b685 Mon Sep 17 00:00:00 2001
From: Alex Scerba <alex@scerba.org>
Date: Fri, 15 Mar 2024 17:52:31 -0400
Subject: Add dimensions to image

---
 about.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/about.html b/about.html
index 1b734b1..a91ddb4 100644
--- a/about.html
+++ b/about.html
@@ -39,7 +39,7 @@
         <h2>TL; DR - An Intro</h2>
         <p>My name is Alex Scerba, and I am an undergrad design student at the College for Creative Studies (CCS) in Detroit, MI. I enjoy drawing, web development, bicycles, motorcycles, and just overall messing around/tinkering with products and objects.</p>
         <p>I use this site to practice graphic design and web development as well as share what I'm doing with friends, family, and whoever else is interested.</p>
-        <img src="./static/media/alex_profile_512.jpg" alt="Black and white portrait of Alex." style="display: block; margin-left: auto; margin-right: auto;"/>
+        <img src="./static/media/alex_profile_512.jpg" alt="Black and white portrait of Alex." style="display: block; margin-left: auto; margin-right: auto;" width="511" height="512"/>
         <h2>Long Story Long</h2>
         <h3>Higher Education Journey</h3>
         <p>Initially on track to be a software developer or computer scientist, I spent most of high school learning about computers and programming. My first year of school was at the Milwaukee Schoool of Engineering (MSOE) for a degree in computer science in 2020-2021, the first full school year durring the pandemic. Not a great year for school. By the end, I decided that a CS degree wasn't for me. I didn't want to work at a software dev company, and some of the advanced math didn't get me excited.</p>
-- 
cgit v1.2.3