aboutsummaryrefslogtreecommitdiff
path: root/html/about.tmpl.html
blob: 420b4d3fe9aa986b7a1f1bc4238eb587b3bb4bc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{{ 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>
        <p>Check out my friends:</p>
        <ul>
          <li><a href="https://ac2.no" target="_blank" rel="noopener noreferrer">Ángel</a> - Social glue &lpar;<a href="https://acsq.me" target="_blank" rel="noopener noreferrer">old site</a>&rpar;</li>
          <li><a href="https://chelsearogers.xyz" target="_blank" rel="noopener noreferrer">Chelsea</a> - Graphic designer and a bit more</li>
          <li><a href="https://rexjo.com" target="_blank" rel="noopener noreferrer">Rex</a> - Digital sculptor and motorcycle convert</li>
          <li><a href="https://www.youtube.com/@venturekustomsgarage" target="_blank" rel="noopener noreferrer">Ben</a> - Bicycle aficionado, Volvo 240 owner, American car appreciator, RC hobbyist</li>
          <li><a href="https://www.behance.net/davidbauman1" target="_blank" rel="noopener noreferrer">David</a> - Automotive designer, music producer &lpar;but you'll have to ask him to share&rpar;</li>
          <li><a href="https://www.behance.net/nicholaspyle" target="_blank" rel="noopener noreferrer">Nicholas</a> - Automotive designer, retro bicycle collector and rider</li>
        </ul>
        <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 }}