1
0
Fork 0

tag cleanup in index.php with focus on semantic HTML

This commit is contained in:
emma 2024-12-31 22:34:24 -05:00
parent d28e152200
commit 52a4b47dc3
1 changed files with 19 additions and 17 deletions

View File

@ -33,7 +33,7 @@
</div> </div>
</section> </section>
<section> <section>
<h2>Baxter facts!</h2> <h3>Baxter facts!</h3>
<div class="quick-facts"> <div class="quick-facts">
<div class="baxter-is"> <div class="baxter-is">
<p>Baxter is:</p> <p>Baxter is:</p>
@ -77,28 +77,30 @@
</div> </div>
</section> </section>
<section> <section>
<h2>My favorite photos of Baxter</h2> <h3>My favorite photos of Baxter</h3>
<div class="photo-gallery"> <figure>
<div class="gallery-card">
<img src="./img/posed-baxter.jpg" alt="My cat Baxter laying on my chest over a blanket in bed looking at the camera. The many details and patterns of his mackeral tabby fur pattern are fully visible"> <img src="./img/posed-baxter.jpg" alt="My cat Baxter laying on my chest over a blanket in bed looking at the camera. The many details and patterns of his mackeral tabby fur pattern are fully visible">
<p>A very fancy photo of a very fancy cat!</p>
</div> <figcaption>A very fancy photo of a very fancy cat!</figcaption>
<div class="gallery-card"> </figure>
<figure>
<img src="./img/curious-baxter.jpg" alt="My cat Baxter inspecting the camera lens. His nose is the closest part of him to the lens as he inspects it by smelling as would be typical for a cat inspecting something unfamiliar"> <img src="./img/curious-baxter.jpg" alt="My cat Baxter inspecting the camera lens. His nose is the closest part of him to the lens as he inspects it by smelling as would be typical for a cat inspecting something unfamiliar">
<p>A curious baxter inspects the camera lens</p>
</div> <figcaption>A curious baxter inspects the camera lens</figcaption>
<div class="gallery-card"> </figure>
<figure>
<img src="img/gallery-card-three.webp" alt="My cat Baxter as a kitten strecthed out enjoying the sun coming through a window."> <img src="img/gallery-card-three.webp" alt="My cat Baxter as a kitten strecthed out enjoying the sun coming through a window.">
<p>Did I mention he loves sunbathing too?</p>
</div> <figcaption>Did I mention he loves sunbathing too?</figcaption>
<div class="gallery-card"> </figure>
<figure>
<img src="img/gallery-card-two.webp" alt="My cat Baxter looking out from behind a window blind."> <img src="img/gallery-card-two.webp" alt="My cat Baxter looking out from behind a window blind.">
<p>Looking shy but owning the look at the same time, he's a natural!</p>
</div> <figcaption>Looking shy but owning the look at the same time, he's a natural!</figcaption>
</div> </figure>
</section> </section>
<section class="goodbye"> <section class="goodbye">
<h2>Come back anytime!</h2> <h3>Come back anytime!</h3>
<p> <p>
I hope you've enjoyed your visit and learned about Baxter and just I hope you've enjoyed your visit and learned about Baxter and just
how much he means to me. If you haven't please check out the other pages on this site. how much he means to me. If you haven't please check out the other pages on this site.