diff options
Diffstat (limited to 'html/about.tmpl.html')
| -rw-r--r-- | html/about.tmpl.html | 16 | 
1 files changed, 16 insertions, 0 deletions
| diff --git a/html/about.tmpl.html b/html/about.tmpl.html new file mode 100644 index 0000000..dda674c --- /dev/null +++ b/html/about.tmpl.html @@ -0,0 +1,16 @@ +{{ define "title" }}About{{end}}
 +{{ define "description" }}About me.{{end}}
 +{{ define "keywords" }}info{{end}}
 +
 +{{ define "main" }}
 +      <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>
 +{{ end }}
 | 
