diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-11-11 17:30:03 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-10-29 13:19:59 -0400 |
commit | b07229df97287d4d6c85bde2b5e08083afe073b4 (patch) | |
tree | 4514219c1485a1ba838784a0e8822b7e88e13a5b /html/projects/Honda_S-30.tmpl.html | |
parent | c1bda6eba8cfb3d9176a09527b0049e23c4b30bb (diff) |
New style and add sketchbook post
Diffstat (limited to 'html/projects/Honda_S-30.tmpl.html')
-rw-r--r-- | html/projects/Honda_S-30.tmpl.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/html/projects/Honda_S-30.tmpl.html b/html/projects/Honda_S-30.tmpl.html new file mode 100644 index 0000000..733e6df --- /dev/null +++ b/html/projects/Honda_S-30.tmpl.html @@ -0,0 +1,16 @@ +{{define "title"}}{{.Post.Title}}{{end}} +{{define "description"}}My entry portfolio for the College for Creative Studies.{{end}} +{{define "keywords"}}project CCS{{end}} +{{ define "canonical" }}/projects{{end}} + +{{define "main"}} + <h1>Project</h1> + <div class="postBackground"> + <article class="projectContent"> + <h2>{{.Post.Title}}</h2> + <p>Honda S-30 project at CCS.</p> + <p><b>Final Deliverable:</b> Full-scale Autodesk Alias model rendered in VRED.</p> + <img src="/static/media/DTR-232-D-Final_Board-Scerba_1.5k.jpg" class="mainImage" alt="Sophomore interior studio project HONDA S-30." /> + </article> + </div> +{{end}}
\ No newline at end of file |