2024-07-25 13:25:03 +00:00
<! DOCTYPE html >
< html lang = " en " >
< head >
< title > This cat rocks !</ title >
< meta charset = " utf-8 " >
< meta name = " viewport " content = " width=device-width, initial-scale=1.0 " >
2025-01-01 01:37:39 +00:00
< link rel = " icon " href = " ./site-resources/assets/favicon.svg " >
2024-07-25 13:25:03 +00:00
< link rel = " stylesheet " href = " style/style.css " >
</ head >
< body >
2025-01-01 02:35:04 +00:00
< ? php include " ./includes/nav.php " ?>
2024-07-25 13:25:03 +00:00
< main >
2025-01-02 11:39:28 +00:00
< section class = " growing-up " >
< h3 > Oh how you ' ve grown through the years ...</ h3 >
2024-07-25 13:25:03 +00:00
< p >
As a kitten , home for the very first time . You were full of curiosity and energy .
Every moment , taking in new information . The look of learning never leaving your eyes .
Though you caused much mischeif , there were loving moments in those early years .
Small showcases of the love that was to be ever present as you grew .
</ p >
2025-01-02 11:39:28 +00:00
< div >
< figure >
< img class = " cards " src = " img/card-one.webp " alt = " A young kitten era photo of Baxter. Laying his head against the arm of the couch. " >
</ figure >
< figure >
2025-01-02 12:03:20 +00:00
< img class = " cards " src = " ./img/baxter-window.jpg " alt = " A young kitten era photo of baxter. He is lodged between the window and the screen for the window while it is open on a summer day. " >
2025-01-02 11:39:28 +00:00
</ figure >
< figure >
< img class = " cards " src = " img/card-two.webp " alt = " A young kitten era photo of Baxter. Flopped upside down on the couch and semi curled up. " >
</ figure >
< figure >
< img class = " cards " src = " img/card-three.webp " alt = " A young kitten era photo of Baxter. Partialy curled up sleeping on the couch. " >
</ figure >
</ div >
2024-07-25 13:25:03 +00:00
</ section >
< section >
< h2 > Stuck in the middle with you ...</ h2 >
< div class = " middle-years-text " >
< p >
As you reached a young adult , more of who you really were started to show . When we got our own place I saw so many
new sides of you I had never yet seen . You loved sunbathing in the windows in the morning , I ' d have my cup of coffee
while you got your valuable suntime . You started a collection of boxes and I jokingly called you a real - estate investor .
When the world got uncertain , I knew you were always at home waiting for me . When I was uncertain about life , I always knew
you were the reason to keep going , to keep the fire lit .
</ p >
</ div >
< div class = " middle-years-pictures " >
< img class = " cards " src = " img/card-five.webp " alt = " My cat Baxter laying against a wall looking at the camera. " >
< img class = " cards " src = " img/card-six.webp " alt = " My cat Baxter laying in bed tucked under a blanket sleeping. " >
< img class = " cards " src = " img/card-seven.webp " alt = " My cat Baxter curled up in a box looking up at the camera. " >
< img class = " cards " src = " img/card-eight.webp " alt = " My cat Baxter stretched out on the floor flipped upside down, exposing his stomach. " >
</ div >
</ section >
< section >
< h2 > And here we are ...</ h2 >
< div class = " current-years-text " >
< p >
Through a good bit of my life at this point , you ' ve been with me . I look forward to our future toegether , because I know
that as long as you are in it , it is a good one . You ' ve grown into such a loving and caring cat . Wanting more pets and cuddles ,
and being sure to return the love with your wonderful purrs and headbumps . We work together to keep an eye on each other , and always
look out for one another when we need to . You are the most amazing being I have had the pleasure of welcoming into my life .
I am forever thankful for it .
</ p >
</ div >
< div class = " current-years-pictures " >
< img class = " cards " src = " img/card-nine.webp " >
< img class = " cards " src = " img/card-ten.webp " >
< img class = " cards " src = " img/card-eleven.webp " >
< img class = " cards " src = " img/card-twelve.webp " >
</ div >
</ section >
< section class = " love-you " >
< div class = " love-you-baxter " >
< h2 > Love you Baxter !</ h2 >
< img src = " img/cat.webp " alt = " My cat baxter laying in bed looking at the camera. " >
< a href = " #top " > Top of page </ a >
</ div >
</ section >
</ main >
</ body >
2025-01-01 01:37:39 +00:00
</ html >