34 lines
1.5 KiB
PHP
34 lines
1.5 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="about-section">
|
|
<h1>About this website and why I made it.</h1>
|
|
<p>
|
|
quite simply, i made this website because i love my cat. there's no other reason for me.
|
|
this page used to tell you a little about my history with websites, and staking your space on the web to get away from social media. but i was never on social media, not in the way people who are leaving it for the personal web are. so for me, this website, is about love. it is about showing the world this wonderful cat i'm so lucky to call mine
|
|
</p>
|
|
<h3>other baxter and cat-related projects</h3>
|
|
<ul>
|
|
<li>
|
|
<a href="https://baxter.emmas.place/v1" target="_blank">Baxter's previous homepage</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://retro-baxter.emmas.place" target="_blank">Baxter's retro photo gallery</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://onecatper.day" target="_blank">One cat per day - cats via the web or RSS!</a>
|
|
</li>
|
|
</section>
|
|
</main>
|
|
</body>
|
|
</html>
|