From 3d5538069c3b2f43ddf170d641feb926175db529 Mon Sep 17 00:00:00 2001 From: Alex Scerba Date: Mon, 21 Oct 2024 18:17:48 -0400 Subject: Udpate to latest portfolio version --- html/archive/Honda_S-30.tmpl.html | 17 +++++++++ .../MCTS_Personal_Transit_Concept.tmpl.html | 40 ++++++++++++++++++++++ html/archive/Sketchbook_-_Motorcycles.tmpl.html | 26 ++++++++++++++ 3 files changed, 83 insertions(+) create mode 100644 html/archive/Honda_S-30.tmpl.html create mode 100644 html/archive/MCTS_Personal_Transit_Concept.tmpl.html create mode 100644 html/archive/Sketchbook_-_Motorcycles.tmpl.html (limited to 'html/archive') diff --git a/html/archive/Honda_S-30.tmpl.html b/html/archive/Honda_S-30.tmpl.html new file mode 100644 index 0000000..ec4a3c9 --- /dev/null +++ b/html/archive/Honda_S-30.tmpl.html @@ -0,0 +1,17 @@ +{{define "title"}}{{.Post.Title}}{{end}} +{{define "description"}}My entry portfolio for the College for Creative Studies.{{end}} +{{define "uploaded-on"}}2022-12-18{{end}} +{{define "keywords"}}project CCS{{end}} +{{ define "canonical" }}/projects{{end}} + +{{define "main"}} +

Project

+
+
+

{{.Post.Title}}

+

Honda S-30 project at CCS.

+

Final Deliverable: Full-scale Autodesk Alias model rendered in VRED.

+ Sophomore interior studio project HONDA S-30. +
+
+{{end}} \ No newline at end of file diff --git a/html/archive/MCTS_Personal_Transit_Concept.tmpl.html b/html/archive/MCTS_Personal_Transit_Concept.tmpl.html new file mode 100644 index 0000000..60e57f2 --- /dev/null +++ b/html/archive/MCTS_Personal_Transit_Concept.tmpl.html @@ -0,0 +1,40 @@ +{{define "title"}}{{.Post.Title}}{{end}} +{{define "description"}}Mobility project centered around Milwaukee, WI.{{end}} +{{define "uploaded-on"}}2023-05-15{{end}} +{{define "keywords"}}project Milwaukee CCS mobility{{end}} +{{ define "canonical" }}/projects{{end}} + +{{define "main"}} +

Project

+
+
+

{{.Post.Title}}

+

Design Theory II: Mobility project at CCS focused on Milwaukee in 2050.

+

Final Deliverable: Photoshop renderings.

+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+{{end}} \ No newline at end of file diff --git a/html/archive/Sketchbook_-_Motorcycles.tmpl.html b/html/archive/Sketchbook_-_Motorcycles.tmpl.html new file mode 100644 index 0000000..68fcf15 --- /dev/null +++ b/html/archive/Sketchbook_-_Motorcycles.tmpl.html @@ -0,0 +1,26 @@ +{{define "title"}}{{.Post.Title}}{{end}} +{{define "description"}}Personal design sketchbook.{{end}} +{{define "uploaded-on"}}2023-11-04{{end}} +{{define "keywords"}}project sketchbook CCS design{{end}} +{{define "thumbnail"}}{{end}} +{{ define "canonical" }}{{end}} + +{{define "main"}} +

Project

+
+
+

{{.Post.Title}}

+

Various motorcycle sketches from my off-time.

+ + + + + + + + + + +
+
+{{end}} -- cgit v1.2.3