diff options
Diffstat (limited to 'html/projects/CCS_Sophomore_Interior.tmpl.html')
-rw-r--r-- | html/projects/CCS_Sophomore_Interior.tmpl.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/html/projects/CCS_Sophomore_Interior.tmpl.html b/html/projects/CCS_Sophomore_Interior.tmpl.html index 6e99cfa..91897fa 100644 --- a/html/projects/CCS_Sophomore_Interior.tmpl.html +++ b/html/projects/CCS_Sophomore_Interior.tmpl.html @@ -5,10 +5,12 @@ {{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> + <div class="postBackground"> + <article class="projectContent"> + <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> + </div> {{end}}
\ No newline at end of file |