diff options
author | Alex Scerba <alex@scerba.org> | 2025-02-10 10:35:52 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2025-02-10 10:35:52 -0500 |
commit | b13f78946d86f67426b3a25b46eb6bffa67eabf5 (patch) | |
tree | db8939b277e859c553f927697536c69c297330e1 /html | |
parent | d3b0359b86e3cdebc7c0467958414596184c36b8 (diff) |
Add MacBook uncovered pics to gallery
Diffstat (limited to 'html')
-rw-r--r-- | html/gallery.tmpl.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/html/gallery.tmpl.html b/html/gallery.tmpl.html index f38205e..be154b8 100644 --- a/html/gallery.tmpl.html +++ b/html/gallery.tmpl.html @@ -9,6 +9,8 @@ <p>Note: still under construction.</p>
</section>
<div class="gallery">
+ <img src="/static/media/MacBook_Pro/MBP_Swollen_1000.jpg" alt="Profile shot of the battery highlighting the swollen cells." width="750" height="1000" />
+ <img src="/static/media/MacBook_Pro/MBP_Uncovered_1000.jpg" alt="Insides of a mid 2015 A1398 MacBook Pro filled with dust, dirt, and a swollen battery." width="1000" height="750" />
<img src="/static/media/GT630/GPU_Installed_1000.jpg" alt="GT 630 installed in computer. Fan controller screwed into rear PCI slot mount parallel with the expansion cards." width="1000" height="750" />
<img src="/static/media/GT630/GT630_Fan_Mod_1000.jpg" alt="EVGA GT 630 video card with external fan controller connected to its cooling fan." width="1000" height="750" />
<img src="/static/media/MacBook_Pro_15_At_Work_1000.jpg" alt="Picture of my Mid 2015 MacBook Pro 15-inch on a woodworking bench with VS Codium open on-screen editing this article." width="1000" height="1000" />
|