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>
|
|
|
|
<section class="about-section">
|
2025-01-03 18:42:13 +00:00
|
|
|
<h1>About this website and why I made it.</h1>
|
2024-07-25 13:25:03 +00:00
|
|
|
<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>
|
|
|
|
</section>
|
|
|
|
</main>
|
|
|
|
</body>
|
2025-01-01 01:37:39 +00:00
|
|
|
</html>
|