aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorAlex Scerba <alex@scerba.org>2025-02-06 10:32:07 -0500
committerAlex Scerba <alex@scerba.org>2025-02-06 10:32:07 -0500
commit05179c2a25b7efb4fffc493dd965cda5e6c09214 (patch)
tree6f2ad60c51a42f44f1252eac2912904148033bf0 /html
parent1ee9aa0e40bb88cb519e422872a305b9e30f7766 (diff)
Create modeling page
Diffstat (limited to 'html')
-rw-r--r--html/projects/Modeling.tmpl.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/html/projects/Modeling.tmpl.html b/html/projects/Modeling.tmpl.html
new file mode 100644
index 0000000..bd0783c
--- /dev/null
+++ b/html/projects/Modeling.tmpl.html
@@ -0,0 +1,23 @@
+{{define "title"}}{{.Post.Title}}{{end}}
+{{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 "canonical" }}{{end}}
+
+{{define "main"}}
+<h1>Project</h1>
+<div class="postBackground">
+ <article class="projectContent">
+ <h2>{{.Post.Title}}</h2>
+ <p>Digital modeling works focusing on Autodes Alias and Blender hybrid models.</p>
+ <img src="/static/media/Modeling/modeling1.jpg" width="2000" height="1000" />
+ <img src="/static/media/Modeling/modeling2.jpg" width="2000" height="1000" />
+ <img src="/static/media/Modeling/modeling3.jpg" width="2000" height="1000" />
+ <img src="/static/media/Modeling/modeling4.jpg" width="2000" height="1000" />
+ <img src="/static/media/Modeling/modeling5.jpg" width="2000" height="1000" />
+ <img src="/static/media/Modeling/modeling6.jpg" width="2000" height="1000" />
+ <img src="/static/media/Modeling/modeling7.jpg" width="2000" height="1000" />
+ </article>
+</div>
+{{end}}