46 lines
1.3 KiB
PHP
46 lines
1.3 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta charset="utf-8">
|
|
<title>other emma things</title>
|
|
<link rel="icon" type="image/x-icon" href="../img/site/assets/favicon.ico">
|
|
<link rel="stylesheet" href="../style/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<?php include "../includes/header.php" ?>
|
|
<?php include "../includes/nav.php" ?>
|
|
|
|
<main>
|
|
<section>
|
|
<h1>other things of mine you might like</h1>
|
|
|
|
<h3>cat-related website projects</h3>
|
|
<ul>
|
|
<li>
|
|
<a href="https://thiscat.rocks" target="_blank">baxter's homepage</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://alternate.thiscat.rocks" target="_blank">a photo gallery of baxter with a retro twist</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://onecatper.day" target="_blank">an image of a cat in your web browser or via rss</a>
|
|
</li>
|
|
</ul>
|
|
<p>
|
|
to say my love of cats drives a passion to create is an understatement <3
|
|
</p>
|
|
|
|
<h3>a blog about my life in general</h3>
|
|
<ul>
|
|
<li><a href="https://blog.hypertext.city" target="_blank">walk with me for a moment</a></li>
|
|
</ul>
|
|
|
|
<p class="teaser-text">you can certainly expect more here with time <3</p>
|
|
</section>
|
|
</main>
|
|
<?php include "../includes/footer.php" ?>
|
|
</body>
|
|
</html>
|