70 lines
2.5 KiB
PHP
70 lines
2.5 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>emma's place</title>
|
|
<link rel="stylesheet" href="./style/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<?php include "./includes/header.php" ?>
|
|
<main>
|
|
<?php include "./includes/nav.php" ?>
|
|
<section>
|
|
<h1>welcome to emma's place</h1>
|
|
<p>
|
|
you're at emma's place. coffee or your choice of tea are waiting for you. my cat baxter loves pets if you'd like to say hello. there's a little bit of eveything that is me here. there's no rush, you can be here for as little or as long as you'd like. you can just take it easy here. if all of this somehow brings you some happiness or makes you feel like maybe there's another human on the other side of your screen then i've done my job. have a look around, don't forget to grab a beverage
|
|
</p>
|
|
|
|
<h3>latest status</h3>
|
|
<script src="https://status.lol/emma.js?time&link&fluent&pretty" defer></script>
|
|
|
|
<h3>site news</h3>
|
|
<ul>
|
|
<li>
|
|
11-26-2024 - a want for my personal home on the web was sparked, and so i began creating it
|
|
</li>
|
|
<li>
|
|
12-12-2024 - i've finished the cotent phase of the site. i will now focus on design and fix small things like typos as i go
|
|
</li>
|
|
</ul>
|
|
|
|
<h3>news about emma</h3>
|
|
<ul>
|
|
<li>
|
|
11-28-2024 - i've begun feeling better as i navigate depression, i'm slowly but surely remembering that <strong>i</strong> matter
|
|
</li>
|
|
<li>
|
|
12-05-2024 - i've begun using picrew to explore my identity and sense of self. while creating this site i added a picrew page with a few images of how i see myself. with time i will certainly add more
|
|
</li>
|
|
</ul>
|
|
|
|
<h2>other things of mine you might like</h2>
|
|
|
|
<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>
|
|
</section>
|
|
</main>
|
|
<?php include "./includes/footer.php" ?>
|
|
</body>
|
|
</html>
|