aboutsummaryrefslogtreecommitdiff
path: root/html/index.tmpl.html
blob: bdecdc6e23d1bff71dbe36beed5720e1d7e6557f (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
24
25
26
27
28
29
{{ define "title" }}Home{{end}}
{{ define "description" }}Homepage{{end}}
{{ define "keywords" }}home{{end}}

{{ define "main" }}
      <h1>Design Projects</h1>
      <div class="home">
        <div class="projects">
{{ range .Posts.Contents }}
          <a href="/projects/{{ .FileName }}" class="project-thumbnail">
            <div class="project" style="background-image: url(/static/media/{{ .FileName }}/thumbnail.png); background-size: cover;">
            <span class="project-title">{{ .Title }}</span>
              {{ .Image }}
            </div>
          </a>
{{ end }}
        </div>
        <div class="side-info">
          <img src="/static/media/alex_profile_512.jpg" alt="Highschool senior photo portrait of Alex next to Yerkes Observatory." style="margin-bottom: 2.5rem;" width="511" height="512" />
          <p>My name is Alex Scerba, and I'm a recent graduate of the College for Creative Studies: Transportation Design program in Detroit, MI. Currently working in Chicago, IL and looking for new opportunities.</p>
          <p>Growing up in Lake Geneva, WI, I developed a passion for making and tinkering which lead me down the path of industrial design. I love working with my hands, fixing up and riding motorcycles and cars, and learning new skills.</p>
          <!--<p>In addition to sketching, rendering, and modeling, my hobby skills include programming (<a href="https://github.com/ascerba/personal-website" target="_blank" rel="noopener noreferrer">this website</a>), bookbinding, and woodworking.</p>-->
          <p>Connect with me on LinkedIn: <br><a href="https://linkedin.com/in/ascerba" target="_blank" rel="noopener noreferrer"><b>linkedin.com/in/ascerba</b></a></p>
          <p>Email <a href="mailto:me@alexscerba.com"><b>me@alexscerba.com</b></a></p>
          <p>View my <a href="/static/Resume_Scerba.pdf" target="_blank"><b>résumé</b></a>
          <p>Download my <a href="/static/Portfolio_Scerba.pdf" download><b>portfolio</b></a>
        </div>
      </div>
{{ end }}