diff options
author | Alex Scerba <alex@scerba.org> | 2025-03-31 08:52:04 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2025-03-31 08:52:04 -0400 |
commit | f5244aef38bc663e74541b5cd2b610dc01dc01d9 (patch) | |
tree | e1df5d69e87936523d55a98e318dc60a6d009644 /html | |
parent | 402f40f804cf8682c9ae9733dd4d2df26583dfe5 (diff) |
Update description and add link to credit site
Diffstat (limited to 'html')
-rw-r--r-- | html/about.tmpl.html | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/html/about.tmpl.html b/html/about.tmpl.html index 005d20b..70f3f1a 100644 --- a/html/about.tmpl.html +++ b/html/about.tmpl.html @@ -5,14 +5,10 @@ {{ define "main" }}
<section class="main-bg">
<h1>About</h1>
- <h2>Who I Am</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. It's a place to share what I'm up to. Check out the <a href="/faq">FAQ</a> for more info.</p>
+ <p>My name is Alex Scerba, and I'm an art and design student with a passion for technology in its many advanced and primitive forms. I love things with two wheels. Four or more are alright, too.</p>
<figure>
- <img src="./static/media/alex_profile_512.jpg" alt="Close up of Alex standing in front of red brick wall wearing a medium gray button down." width="511" height="512"/>
- <figcaption>Portrait, 2023. Credits: Chelsea Rogers</figcaption>
+ <img src="/static/media/alex_profile_512.jpg" alt="Close up of Alex standing in front of a red brick wall wearing a medium gray button down shirt." width="511" height="512" />
+ <figcaption>Portrait, 2023. Credits: <a href="https://chelsearogers.xyz" target="_blank" rel="noopener noreferrer">Chelsea Rogers</a></figcaption>
</figure>
- <h2>Future Plans</h2>
- <p>I hope to start my own business designing, manufacturing, and selling custom parts for cars and motorcycles after spending time in the automotive and powersports industry as a designer or digital sculptor.</p>
</section>
{{ end }}
|