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

{{ define "main" }}
      <section class="main-bg">
        <h1>About</h1>
        <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 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>
      </section>
{{ end }}