diff options
author | Alex Scerba <alex@scerba.org> | 2024-10-18 11:07:08 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-10-18 11:07:08 -0400 |
commit | ac1cfa296df42fe7b3d3556eb21c717ff92045e8 (patch) | |
tree | 4b9869c2c89bc81cbe54f78c425372812c7ffc9a /html/gallery.tmpl.html | |
parent | 57dffb9ca07e43daf85f935feeb0fed39f3c476a (diff) |
Add digital painting to gallery
Diffstat (limited to 'html/gallery.tmpl.html')
-rw-r--r-- | html/gallery.tmpl.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/gallery.tmpl.html b/html/gallery.tmpl.html index 66161f8..9927dd6 100644 --- a/html/gallery.tmpl.html +++ b/html/gallery.tmpl.html @@ -9,6 +9,7 @@ <p>Note: still under construction.</p>
</section>
<div class="gallery">
+ <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" />
<img src="./static/media/Evolv_Close_Up.jpg" alt="Tight shot on custom watercooling loop. EK Fluid Gaming components on GTX Titan Xp (2017) and Ryzen 5 3600. Build has an overall black parts theme with an amber light scheme. Parts are tightly framed by three brightly lit Corsair LL120 fans. Two are above on a radiator, the other is on the exhaust." width="1000" height="750" />
<img src="./static/media/Drawer_From_Scrap/Inside_Detail_1000.jpg" alt="Bent sheet metal handle with sandblasted finish attached to face of drawer. Inside shot." width="1000" height="750" />
<img src="./static/media/Drawer_From_Scrap/Outside_Detail_1000.jpg" alt="Bent sheet metal handle with sandblasted finish attached to face of drawer." width="1000" height="750" />
|