diff options
Diffstat (limited to 'html/index.tmpl.html')
-rw-r--r-- | html/index.tmpl.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/html/index.tmpl.html b/html/index.tmpl.html index f717550..bf16cfc 100644 --- a/html/index.tmpl.html +++ b/html/index.tmpl.html @@ -8,13 +8,13 @@ <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"/> <div style="grid-column-start: 1;"> - <p>My name is Alex Scerba, a Junior in the College for Creative Studies: Transportation Design program in Detroit, MI.</p> + <p>My name is Alex Scerba, a Senior in the College for Creative Studies: Transportation Design program in Detroit, MI.</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>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>This summer, I hope to secure an internship to learn more skills in the design and manufacturing industry.</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"><b>résumé</b></a> + <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> @@ -25,6 +25,8 @@ <span class="title">{{ .Title }}</span> </a> {{ end }} + <div class="empty-thumbnail"></div> + <div class="empty-thumbnail"></div> </div> </div> {{ end }} |