diff options
author | Alex <alex@scerba.org> | 2024-02-29 20:13:37 -0500 |
---|---|---|
committer | Alex <alex@scerba.org> | 2024-02-29 20:13:37 -0500 |
commit | c63aa3601539781e0b9abb8871d8ea487b9bab7e (patch) | |
tree | 899056b3f6356c551e82bfd425444f1439b2a379 /gallery.html | |
parent | 227ebef88fec5fb8d8d13efe5803f1ba5f0265d3 (diff) |
New blog posts and add site gallery.
Diffstat (limited to 'gallery.html')
-rw-r--r-- | gallery.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/gallery.html b/gallery.html index 862f30e..7d2ed36 100644 --- a/gallery.html +++ b/gallery.html @@ -25,7 +25,7 @@ <nav aria-labelledby="global-navigation" class="main-nav">
<a href="./index.html">Home</a>
<a href="./blog.html">Blog</a>
- <a href="./wip.html">Gallery</a>
+ <a href="./gallery.html">Gallery</a>
<a href="./about.html">About</a>
<a href="./faq.html">FAQ</a>
</nav>
@@ -37,9 +37,19 @@ <section>
<h1>Gallery</h1>
<p>A collection of images on the site.</p>
+ <p>Note: still under construction.</p>
</section>
<div class="gallery">
+ <img src="./static/media/20240229_Midterm-board_1000.jpg" alt="Skyline photo lightning in Detroit. Featuring the Fisher building." width="1000" height="563" />
+ <img src="./static/media/20240227_Detroit-weather_1000.jpg" alt="Skyline photo lightning in Detroit. Featuring the Fisher building." width="1000" height="563" />
+ <img src="./static/media/20240228_Y-wing_1000.jpg" alt="Clone Wars era LEGO Y-Wing model build out of 501st battle packs. Captain Rex minifigure in pilot seat." width="1000" height="563" />
<img src="./static/media/20240209_Bike-ride-group-sidex1000.jpg" alt="Group photo of my friends and our bicycles on the steps in front of the GM RenCen by the Detroit River." width="1000" height="750" />
+ <img src="./static/media/Jeep_CJ7_Turn_Signal_Repair/images/Before.webp" alt="Disassembled turn signal lamp assembly: housing, wire harness, contact that broke off wire, degraded rubber grommet, bulb, and lens cover." width="1280" height="960" />
+ <img src="./static/media/Jeep_CJ7_Turn_Signal_Repair/images/Cleaned_Bucket.webp" alt="Sanded and re-foamed turn signal bucket" width="1280" height="960" />
+ <img src="./static/media/Jeep_CJ7_Turn_Signal_Repair/images/Soldered_Harness.webp" alt="Soldered and repaired turn signal harness" width="1280" height="960" />
+ <img src="./static/media/Jeep_CJ7_Turn_Signal_Repair/images/Final_Front.webp" alt="Front of final lamp assembly" width="1280" height="960" />
+ <img src="./static/media/Jeep_CJ7_Turn_Signal_Repair/images/Final_Rear.webp" alt="Rear of final lamp assembly" width="1280" height="960" />
+ <video src="./static/media/Jeep_CJ7_Turn_Signal_Repair/images/Flasher_Test.mp4" alt="Turn signal test, and lamp flashes as expected" controls="" width="1920" height="1080"><a href="./static/media/Jeep_CJ7_Turn_Signal_Repair/images/Flasher_Test.mp4">CJ7 Signal Test</a></video>
</div>
</main>
|