54 lines
2.5 KiB
HTML
54 lines
2.5 KiB
HTML
|
<!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="stylesheet" href="style/style.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<header id="top">
|
||
|
<img src="img/baxter-hero.webp" alt="A picture of my cat Baxter looking at the camera.">
|
||
|
<div class="header-content">
|
||
|
<h1>This cat rocks!</h1>
|
||
|
<p>A homepage for my fine feline friend, Baxter</p>
|
||
|
<nav>
|
||
|
<a href="index.html">Home</a>
|
||
|
<a href="loveletter.html">Love you, Baxter</a>
|
||
|
<a href="behavior.html">Baxter's behaviors</a>
|
||
|
<a href="about.html">About this site</a>
|
||
|
</nav>
|
||
|
</div>
|
||
|
</header>
|
||
|
<main>
|
||
|
<section class="about-section">
|
||
|
<h2>About this website and why I made it.</h2>
|
||
|
<div class="about-section-text">
|
||
|
<p>
|
||
|
When I was a kid there was s service called Freewebs where you could make
|
||
|
your own website about whatever really. I used it for a gaming group I was a part of
|
||
|
to show screenshots of our games and post results of matches we had. I never really quite
|
||
|
knew how special all of that was at the time, you know with being younger and all. That I had made a small
|
||
|
place on the web for something that was important to me and my friends. That allowed us to keep track of good moments
|
||
|
and memories surrounding our shared intrerest of video games.
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
As I've grown older, I and many others see great positives to making our own spaces on the internet. Even if that space is for your cat!
|
||
|
There's no purpose to this other than we want to, or possibly want to share our world with others in a way you just can't through the lens of
|
||
|
social media. We aren't trying to go viral or max out our views or ad conversions, it is simply for the love of the web.
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
So dear reader, I hope you'll consider the same, and think about what your space on the web might look like. Because it can exist if you'd like it to!
|
||
|
Thanks for checking out a website about my cat, and reading my little soapbox here about the importance of the personal web too!
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
Take care intenet stranger, I hope you make something great!
|
||
|
</p>
|
||
|
</div>
|
||
|
</section>
|
||
|
</main>
|
||
|
</body>
|
||
|
</html>
|