emmas.place/life/self.php

48 lines
2.4 KiB
PHP

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="icon" type="image/x-icon" href="/img/site/assets/favicon.ico">
<title>category of emma's life</title>
<link rel="stylesheet" href="/style/style.css">
</head>
<body>
<?php include "../includes/header.php" ?>
<?php include "../includes/nav.php" ?>
<main>
<h1>emma's self - category</h1>
<section>
<p>
this category page contains pages related to emma and what being her means in general. pages here are considered to be core to emma and her identity and sense of self. to understand emma better, one would want to read these pages
</p>
<ul>
<li>
<a href="./emmas-self/pets.php">emma's pets</a> - pets are core to emma, as they show the same love and understanding hat she would show to anyone in her life
</li>
<li>
<a href="./emmas-self/picrew.php">emma's picrews</a> - emma's picrew page has allowerd her to explore her identity through the online image creator picrew. the picrews provided represent how emma sees herself one day, each with qualities she may already have, or ones she may want to explore as part of her expression of gender
</li>
<li>
<a href="./emmas-self/goals.php">emma's goals</a> - a list of goals that are very important to emma. all with a timeframe of sooner rather than later. they range from learning skills to exploring gender identity, and all are a part of how emma would like to one day see herself
</li>
<li>
<a href="./emmas-self/todo.php">emma's things to do</a> - unlike emma's personal goals. this todo list is meant to serve as a resource list for things any one may have an interest in doing, and might like a link or a resoure to use to get started with. most of them are based around the topic of web development at the moment
</li>
<li>
<a href="./emmas-self/postroll.php">emma's postroll</a> - this postroll contains a list of posts that emma considers quite important to her. each post was either a good read, changed the way she thought about something, or left her better understand the person who had written the post
</li>
</ul>
<p>
this category will grow with time, much as emma will herself
</p>
</section>
</main>
<?php include "../includes/footer.php" ?>
</body>
</html>