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 | |
parent | 6b538ab26396d463a65682003b4ef3d4b029fc69 (diff) |
Update for modern style
Diffstat (limited to 'data')
-rw-r--r-- | data/blog/FirstPost.html | 8 | ||||
-rw-r--r-- | data/projects/CCSEntryPortfolio.html | 16 | ||||
-rw-r--r-- | data/projects/CCSSophomoreInterior.html | 14 |
3 files changed, 18 insertions, 20 deletions
diff --git a/data/blog/FirstPost.html b/data/blog/FirstPost.html index a867384..2130e0f 100644 --- a/data/blog/FirstPost.html +++ b/data/blog/FirstPost.html @@ -3,14 +3,12 @@ <title>First Post</title> <meta name="description" content="Blog entry"> {{br}} - <section> - <p>- <a href="/blog/FirstPost">First Post</a></p> - </section> + <p>- <a href="/blog/FirstPost">First Post</a></p> {{br}} - <h1>First Post</h1> <section> + <h2>First Post</h2> <p>This is my first post on the new site! I am very excited to have the new system set up and mostly functional. There is still plenty of work to be done, but this is a great start.</p> - <p>I have moved to Golang for all server side scripting web serving, and it's been a fun language to learn so far. I have had a lot of encouragement from my friend over at <a href="https://www.angel-castaneda.com" target="_blank" rel="noopener noreferrer">www.angel-castaneda.com</a> so go check out his page to see what he is working on.</p> + <p>I have moved to Golang for all server side scripting and web serving, and it's been a fun language to learn so far. I have had a lot of encouragement from my friend over at <a href="https://www.angel-castaneda.com" target="_blank" rel="noopener noreferrer">www.angel-castaneda.com</a> so go check out his page to see what he is working on.</p> <p> The new site structure should be as follows: <ul> 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> |