aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/index.tmpl.html31
-rw-r--r--html/master.tmpl.html1
-rw-r--r--html/projects/Digital_Modeling.tmpl.html2
3 files changed, 15 insertions, 19 deletions
diff --git a/html/index.tmpl.html b/html/index.tmpl.html
index 9c4393a..bdecdc6 100644
--- a/html/index.tmpl.html
+++ b/html/index.tmpl.html
@@ -4,31 +4,26 @@
{{ define "main" }}
<h1>Design Projects</h1>
- <div class="uneven-column">
- <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 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>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" target="_blank"><b>résumé</b></a>
- <p>Download my <a href="/static/Portfolio_Scerba.pdf" download><b>portfolio</b></a>
- </div>
- </div>
- <div class="projects even-2-col-grid">
+ <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>
+ <span class="project-title">{{ .Title }}</span>
{{ .Image }}
</div>
</a>
{{ end }}
- <!--<div class="empty-thumbnail"></div>
- <div class="empty-thumbnail"></div>-->
+ </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 }}
diff --git a/html/master.tmpl.html b/html/master.tmpl.html
index 9027d8c..a3eadd4 100644
--- a/html/master.tmpl.html
+++ b/html/master.tmpl.html
@@ -11,6 +11,7 @@
<link rel="canonical" href="https://www.alexscerba.com{{block "canonical" .}}{{end}}">
<link rel="stylesheet" href="/static/assets/style.css" />
<link rel="shortcut icon" href="/static/assets/favicon.ico" type="image/x-icon" />
+ {{block "img-comparison-slider" .}}{{end}}
</head>
<body>
<header>
diff --git a/html/projects/Digital_Modeling.tmpl.html b/html/projects/Digital_Modeling.tmpl.html
index c8d9457..1653a91 100644
--- a/html/projects/Digital_Modeling.tmpl.html
+++ b/html/projects/Digital_Modeling.tmpl.html
@@ -2,7 +2,7 @@
{{define "description"}}Digital modeling portfolio.{{end}}
{{define "uploaded-on"}}2023-12-31{{end}}
{{define "keywords"}}project digital modeling autodesk alias blender CCS{{end}}
-{{define "thumbnail"}}<img src="/static/media/Modeling/alias-thumbnail.jpg" class="mainImage" />{{end}}
+{{define "thumbnail"}}<img src="/static/media/Digital_Modeling/alias-thumbnail.jpg" class="mainImage" />{{end}}
{{ define "canonical" }}{{end}}
{{define "main"}}