diff options
Diffstat (limited to 'html/blog/2024-10-09+Digital_Painting+art.tmpl.html')
-rw-r--r-- | html/blog/2024-10-09+Digital_Painting+art.tmpl.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/html/blog/2024-10-09+Digital_Painting+art.tmpl.html b/html/blog/2024-10-09+Digital_Painting+art.tmpl.html new file mode 100644 index 0000000..a0748b9 --- /dev/null +++ b/html/blog/2024-10-09+Digital_Painting+art.tmpl.html @@ -0,0 +1,12 @@ +{{ define "article" }}
+<article>
+ <h2>{{ .Title }}</h2>
+ <p>I've been having low self confidence with "just doing" lately. Just the standard self-doubt before starting any project. It's been a while since I've rendered anything, so I opened a Photoshop document and started painting shapes. Eventually I ended up with this.</p>
+ <figure>
+ <img src="/static/media/ship_1000.jpg" alt="Concept digital painting depicting red wedge shaped space ship flying over a distant planet." width="1000" height="647" />
+ <figcaption>Practice digital painting.</figcaption>
+ </figure>
+ <p>It's quite rough, but it's given me a bit more confidence for my actual assignments.</p>
+ <p><b>Created:</b> {{ .Date }}</p>
+</article>
+{{ end }}
\ No newline at end of file |