1
0
Fork 0
thiscat.rocks/index.php

115 lines
4.7 KiB
PHP

<!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">
<link rel="icon" href="./site-resources/assets/favicon.svg">
<link rel="stylesheet" href="style/style.css">
</head>
<body>
<?php include "./includes/nav.php" ?>
<main>
<section class="welcome-section">
<img src="img/baxter-welcome.webp" alt="My cat Baxter, sitting in a cardboard box looking at the camera.">
<h1>Welcome to the homepage of all things Baxter!</h1>
<p>
Baxter is a domestic shorthair cat, with a distinct Mackerel Tabby fur pattern.
His broken stripes together with a long thick stripe down his back resemble that of a tiger!
He'd certainly like to think he's a tiger, but in reality he is a little cuddle bug who loves pets, food, and sleep.
I hope you enjoy your brief stop here to learn about my wonderful cat, and I hope if you have a pet in your life you may
be encouraged to make a spot for them here on the web too!
</p>
<p>
At 9 years old, Baxter is still full of energy and always ready to play. Though most days he prefers to relax.
That doesn't stop his kitten like curiosity from striking sometimes, causing him to burst into high energy and enjoy
his favorite toys for playtime. In addition to his normal food, Baxter loves his treats and occasional catnip.
Baxter is a fan of sleeping when I am, and often lays on a favorite blanket by my bed. Though we occasionally cuddle together
in bed and fall asleep, typically during the colder months.
</p>
</section>
<section class="baxter-info">
<h3 class="facts-header">Baxter facts!</h3>
<div class="baxter-is">
<p>Baxter is:</p>
<ul>
<li>A cat</li>
<li>Loving to those he knows</li>
<li>The fastest gun in the West</li>
<li>Always comfy</li>
</ul>
<p>Baxter is not:</p>
<ul>
<li>A dog</li>
<li>Automatically friendly to everyone</li>
<li>A fan of changes in routine</li>
<li>Anything other than amazing</li>
</ul>
</div>
<div class="baxter-loves">
<p>Baxter loves:</p>
<ul>
<li>Pets</li>
<li>Places to cuddle</li>
<li>Food</li>
<li>The people who care about him most</li>
</ul>
<p>Baxter hates:</p>
<ul>
<li>Loud noises</li>
<li>Loud people</li>
<li>Closed doors</li>
<li>Not getting enough cuddle time</li>
</ul>
</div>
</section>
<section class="favorite-baxter-photos">
<h3>My favorite photos of Baxter</h3>
<figure>
<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">
<figcaption>A very fancy photo of a very fancy cat!</figcaption>
</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">
<figcaption>A curious baxter inspects the camera lens</figcaption>
</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.">
<figcaption>Did I mention he loves sunbathing too?</figcaption>
</figure>
<figure>
<img src="img/gallery-card-two.webp" alt="My cat Baxter looking out from behind a window blind.">
<figcaption>Looking shy but owning the look at the same time, he's a natural!</figcaption>
</figure>
</section>
<section class="goodbye">
<h3>Come back anytime!</h3>
<p>
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.
They are accessible through the navbar at the <a href="#top">top of the page</a>. I hope you'll consider making a website, just for the sake of it.
Whether for your cat, bird, dog, or just because you can. Alright, later gator!
</p>
</section>
</main>
</body>
</html>