aboutsummaryrefslogtreecommitdiff
path: root/html/projects/Modeling.tmpl.html
diff options
context:
space:
mode:
authorAlex Scerba <alex@scerba.org>2025-05-28 20:22:45 -0400
committerAlex Scerba <alex@scerba.org>2025-05-28 20:22:45 -0400
commitb4559533fd4e22687be3423c6862cb20a33d41ee (patch)
tree80e34652b5634b77fa0aa251e7a5711f8ecac08d /html/projects/Modeling.tmpl.html
parentbd4cb97b92d0eca9229bfb72a3cd23c94a71119b (diff)
rename to digital modelingHEADmasterdevelop
Diffstat (limited to 'html/projects/Modeling.tmpl.html')
-rw-r--r--html/projects/Modeling.tmpl.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/html/projects/Modeling.tmpl.html b/html/projects/Modeling.tmpl.html
deleted file mode 100644
index bc91852..0000000
--- a/html/projects/Modeling.tmpl.html
+++ /dev/null
@@ -1,24 +0,0 @@
-{{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" />
- <img src="/static/media/Modeling/modeling8.jpg" width="2000" height="1000" />
- </article>
-</div>
-{{end}}