From 2782bafcfdb69ef7b69a51a717a6bd35095e9369 Mon Sep 17 00:00:00 2001 From: Alex Scerba Date: Fri, 27 Sep 2024 18:56:29 -0400 Subject: Add base files --- html/about.tmpl.html | 16 ++++++++++++ html/index.tmpl.html | 17 +++++++++++++ html/master.tmpl.html | 47 +++++++++++++++++++++++++++++++++++ html/projects/Husqvarna_Val.tmpl.html | 22 ++++++++++++++++ 4 files changed, 102 insertions(+) create mode 100644 html/about.tmpl.html create mode 100644 html/index.tmpl.html create mode 100644 html/master.tmpl.html create mode 100644 html/projects/Husqvarna_Val.tmpl.html (limited to 'html') 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" }} +

About

+

Who I Am

+

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.

+

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 FAQ for more info.

+
+ Close up of Alex standing in front of red brick wall wearing a medium gray button down. +
Portrait, 2023. Credits: Chelsea Rogers
+
+

Future Plans

+

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.

+{{ end }} diff --git a/html/index.tmpl.html b/html/index.tmpl.html new file mode 100644 index 0000000..582bc24 --- /dev/null +++ b/html/index.tmpl.html @@ -0,0 +1,17 @@ +{{ define "title" }}Home{{end}} +{{ define "description" }}Homepage{{end}} +{{ define "keywords" }}home{{end}} + +{{ define "main" }} +

Design Projects

+
+
+{{ 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 new file mode 100644 index 0000000..275ea40 --- /dev/null +++ b/html/master.tmpl.html @@ -0,0 +1,47 @@ + + + + + + + + {{block "title" .}}Page{{end}} - Chelsea Rogers + + + + + + + +
+ + + Chelsea Rogers + Communication Designer + +
+ +
+ + {{ template "main" . }} + +
+ + + + diff --git a/html/projects/Husqvarna_Val.tmpl.html b/html/projects/Husqvarna_Val.tmpl.html new file mode 100644 index 0000000..ab32eb2 --- /dev/null +++ b/html/projects/Husqvarna_Val.tmpl.html @@ -0,0 +1,22 @@ +{{define "title"}}{{.Post.Title}}{{end}} +{{define "description"}}Husqvarna Val CCS unsponsored project.{{end}} +{{define "uploaded-on"}}2024-05-08{{end}} +{{define "keywords"}}project CCS{{end}} +{{ define "canonical" }}/projects{{end}} + +{{define "main"}} +

Project

+
+
+

{{.Post.Title}}

+

Husqvarna Val powersports project. Extend electric range through the sidecar for longer and more remote adventures.

+

Final Deliverable: Digital model and animation.

+
+ Husqvarna Val UI. +
+ Husqvarna Val sidecar motorcycle project. + + +
+
+{{end}} \ No newline at end of file -- cgit v1.2.3