aboutsummaryrefslogtreecommitdiff
path: root/html/blog/2024-02-29+Midterms+shool.tmpl.html
blob: c6a62971cb3bb7224d135cabe745be32afdc2774 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{{ define "article" }}
<article>
  <h2>{{ .Title }}</h2>
  <p>We had our midterm presentation in studio earlier this week. It went well with lots of great feedback from Joe Dentale (Ford Creative Design) and Matt Tandrup (Livewire Creative Director). I think this is one of the best classes so far. Lots to still improve on, but I have a direction now.</p>
  <figure>
    <img src="/static/media/20240229_Midterm-board_1000.jpg" alt="Midterm design project board." width="1000" height="563" />
    <figcaption>Midterm board. <a href="./static/media/20240229_Midterm-board.jpg">Full-size image.</a></figcaption>
  </figure>
  <p>I'm looking forward to fleshing out the details and getting a good start on the model over break.</p>
  <p><b>Created:</b> {{ .Date }}</p>
</article>
{{ end }}