aboutsummaryrefslogtreecommitdiff
path: root/html/projects/CCS_Sophomore_Interior.tmpl.html
blob: 6e99cfa2043d59a67757daf64f55fc6454d01cfa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{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>
    <article class="postContent">
      <h2>{{.Post.Title}}</h2>
      <p>Honda S-30 project at CCS</p>
      <img src="/static/media/DTR-232-D-Final_Board-Scerba.jpg" class="mainImage" alt="Sophomore interior studio project HONDA S-30." />
      <p>Uploaded: <time datetime="2022-06-17">2022-06-17</time></p>
    </article>
{{end}}