From f97d476b495126fd2474b8e3a2968658395d2a0f Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 13 Mar 2024 17:09:48 -0400 Subject: Complete restructure --- html/index.tmpl.html | 29 +++++++++++++++++++++++++++++ html/main/about.tmpl.html | 23 ----------------------- html/main/blog.tmpl.html | 17 ----------------- html/main/index.tmpl.html | 29 ----------------------------- html/main/projects.tmpl.html | 22 ---------------------- html/master.tmpl.html | 12 ++++++------ 6 files changed, 35 insertions(+), 97 deletions(-) create mode 100644 html/index.tmpl.html delete mode 100644 html/main/about.tmpl.html delete mode 100644 html/main/blog.tmpl.html delete mode 100644 html/main/index.tmpl.html delete mode 100644 html/main/projects.tmpl.html (limited to 'html') diff --git a/html/index.tmpl.html b/html/index.tmpl.html new file mode 100644 index 0000000..3bb171a --- /dev/null +++ b/html/index.tmpl.html @@ -0,0 +1,29 @@ +{{ define "title" }}Home{{end}} +{{ define "description" }}Homepage{{end}} +{{ define "keywords" }}home{{end}} + +{{ define "main" }} +

Design Projects

+
+
+ Highschool senior photo portrait of Alex next to Yerkes Observatory. +
+

My name is Alex Scerba, a Junior in the College for Creative Studies: Transportation Design program in Detroit, MI.

+

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.

+

In addition to sketching, rendering, and modeling, my hobby skills include programming (this website), bookbinding, and woodworking.

+

This summer, I hope to secure an internship to learn more skills in the design and manufacturing industry.

+

Connect with me on LinkedIn:
linkedin.com/in/ascerba

+

Email me@alexscerba.com

+

View my résumé +

+
+
+{{ range .Posts.Contents }} + + {{ .Image }} + {{ .Title }} + +{{ end }} +
+
+{{ end }} \ No newline at end of file diff --git a/html/main/about.tmpl.html b/html/main/about.tmpl.html deleted file mode 100644 index 1ea7e99..0000000 --- a/html/main/about.tmpl.html +++ /dev/null @@ -1,23 +0,0 @@ -{{ define "title" }}About{{end}} -{{ define "description" }}About me and my site.{{end}} -{{ define "keywords" }}about{{end}} -{{ define "canonical" }}/about{{end}} - -{{ define "main" }} -
-

About

- Highschool senior photo portrait of Alex next to Yerkes Observatory. -
-
-

My name is Alex Scerba, a Junior in the College for Creative Studies: Transportation Design program in Detroit, MI.

-

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.

-

In addition to sketching, rendering, and modeling, my hobby skills include programming (this website), bookbinding, and woodworking.

-
"It's just a machine. Open it up and see what's wrong."
-

This summer, I hope to secure an internship to learn more skills in the design and manufacturing industry.

-

Connect with me on LinkedIn: linkedin.com/in/ascerba

-

Contact me at me@alexscerba.com

-

View my résumé -

-
-
-{{ end }} \ No newline at end of file diff --git a/html/main/blog.tmpl.html b/html/main/blog.tmpl.html deleted file mode 100644 index 989743c..0000000 --- a/html/main/blog.tmpl.html +++ /dev/null @@ -1,17 +0,0 @@ -{{ define "title" }}Blog{{end}} -{{ define "description" }}Site blog featuring personal and project updates as well as anything random I want to share.{{end}} -{{ define "keywords" }}blog{{end}} -{{ define "canonical" }}/blog{{end}} - -{{ define "main" }} -

Blog

- -
-
-

Entries

-{{ range .Posts.Contents}} -

- {{ .Title }}

-{{ end }} -
-
-{{ end }} \ No newline at end of file diff --git a/html/main/index.tmpl.html b/html/main/index.tmpl.html deleted file mode 100644 index 3bb171a..0000000 --- a/html/main/index.tmpl.html +++ /dev/null @@ -1,29 +0,0 @@ -{{ define "title" }}Home{{end}} -{{ define "description" }}Homepage{{end}} -{{ define "keywords" }}home{{end}} - -{{ define "main" }} -

Design Projects

-
-
- Highschool senior photo portrait of Alex next to Yerkes Observatory. -
-

My name is Alex Scerba, a Junior in the College for Creative Studies: Transportation Design program in Detroit, MI.

-

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.

-

In addition to sketching, rendering, and modeling, my hobby skills include programming (this website), bookbinding, and woodworking.

-

This summer, I hope to secure an internship to learn more skills in the design and manufacturing industry.

-

Connect with me on LinkedIn:
linkedin.com/in/ascerba

-

Email me@alexscerba.com

-

View my résumé -

-
-
-{{ range .Posts.Contents }} - - {{ .Image }} - {{ .Title }} - -{{ end }} -
-
-{{ end }} \ No newline at end of file diff --git a/html/main/projects.tmpl.html b/html/main/projects.tmpl.html deleted file mode 100644 index 18ad060..0000000 --- a/html/main/projects.tmpl.html +++ /dev/null @@ -1,22 +0,0 @@ -{{ define "title" }}Projects{{end}} -{{ define "description" }}Porfolio projects.{{end}} -{{ define "keywords" }}projects{{end}} -{{ define "canonical" }}/projects{{end}} - -{{ define "main" }} -

Projects

- -
-
-

Completed

-{{ range .Posts.Contents }} -
- - {{ .Image }} -
{{ .Title }}
-
-
-{{ end }} -
-
-{{ end }} \ No newline at end of file diff --git a/html/master.tmpl.html b/html/master.tmpl.html index 8cd9e87..5843607 100644 --- a/html/master.tmpl.html +++ b/html/master.tmpl.html @@ -9,13 +9,13 @@ - - + +
- + Alex Scerba
@@ -35,11 +35,11 @@ -- cgit v1.2.3