aboutsummaryrefslogtreecommitdiff
path: root/html/about.tmpl.html
blob: 005d20b604f97fd692d6aed2de3488a507338c06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{{ define "title" }}About{{end}}
{{ define "description" }}About me.{{end}}
{{ define "keywords" }}info{{end}}

{{ 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>
        <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>
        </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 }}