diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 09:39:22 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 09:39:22 -0500 |
commit | f8a73dfd854802b2866c32b9fe6acbd94d98c44c (patch) | |
tree | ac63559de3237265ced9dd991093d66b739ba051 /data/projects | |
parent | 6b538ab26396d463a65682003b4ef3d4b029fc69 (diff) |
Update for modern style
Diffstat (limited to 'data/projects')
-rw-r--r-- | data/projects/CCSEntryPortfolio.html | 16 | ||||
-rw-r--r-- | data/projects/CCSSophomoreInterior.html | 14 |
2 files changed, 15 insertions, 15 deletions
diff --git a/data/projects/CCSEntryPortfolio.html b/data/projects/CCSEntryPortfolio.html index 7bf39ae..cdf5012 100644 --- a/data/projects/CCSEntryPortfolio.html +++ b/data/projects/CCSEntryPortfolio.html @@ -3,15 +3,15 @@ <title>CCS Entry Portfolio</title> <meta name="description" content="Project post"> {{br}} - <section> - <figure> + <figure class="thumbnail"> + <a href="/projects/CCSEntryPortfolio"> <img src="/static/media/Sketch Portfolio early 2021/SL350_Bobber_720p.jpg" alt="Side view Honda SL350 bobber sketch."> - <figcaption><a href="/projects/CCSEntryPortfolio">My 2021 CCS Entry Portfolio</a></figcaption> - </figure> - </section> + <figcaption>My 2021 CCS Entry Portfolio</figcaption> + </a> + </figure> {{br}} - <h1>CCS Entry Portfolio early 2021</h1> - <section class="imgGrid"> + <h2>CCS Entry Portfolio early 2021</h2> + <div class="imgGrid"> <img src="/static/media/Sketch Portfolio early 2021/Arai_Helmet_720p.jpg" alt="Arai helmet sketch."> <img src="/static/media/Sketch Portfolio early 2021/Bernie_720p.jpg" alt="Cat, Bernie, sketch."> <img src="/static/media/Sketch Portfolio early 2021/Peacock_Portrait2_Zoom_720p.jpg" alt="Zoomed peacock sketch with feathers out."> @@ -20,4 +20,4 @@ <img src="/static/media/Sketch Portfolio early 2021/SL350_Bobber_720p.jpg" alt="Side view Honda SL350 bobber sketch."> <img src="/static/media/Sketch Portfolio early 2021/Peacock_Portrait_720p.jpg" alt="Peakcock sketch with feathers tucked."> <img src="/static/media/Sketch Portfolio early 2021/Dorm_Setup_720p.jpg" alt="Sketch of my dorm setup at the Milwaukee School of Engineering."> - </section>
\ No newline at end of file + </div>
\ No newline at end of file diff --git a/data/projects/CCSSophomoreInterior.html b/data/projects/CCSSophomoreInterior.html index ba8a0a9..a18c436 100644 --- a/data/projects/CCSSophomoreInterior.html +++ b/data/projects/CCSSophomoreInterior.html @@ -3,15 +3,15 @@ <title>CCS Sophomore Interior</title> <meta name="description" content="Project post"> {{br}} - <section> - <figure> - <!--Move to 720p Image--> + <figure class="thumbnail"> + <!--Move to 720p Image--> + <a href="/projects/CCSSophomoreInterior"> <img src="/static/media/DTR-232-D-Final_Board-Scerba.jpg" alt="Sophomore interior studio project HONDA S-30."> - <figcaption><a href="/projects/CCSSophomoreInterior">HONDA S-30 - Sophomore Interior</a></figcaption> - </figure> - </section> + <figcaption>HONDA S-30 - Sophomore Interior</figcaption> + </a> + </figure> {{br}} - <h1>CCS Sophomore Interior</h1> + <h2>CCS Sophomore Interior</h2> <figure> <img src="/static/media/DTR-232-D-Final_Board-Scerba.jpg" alt="Sophomore interior studio project HONDA S-30."> <figcaption>Final board for DTR.232.D interior studio class.</figcaption> |