emmas.place/life/sunshine.php
zepp 0aead1445c rays of sunshine category work
added partial to go back to category
added template pages for two topics to work on
added the two topics to the category page
2025-02-03 00:47:20 -05:00

36 lines
1.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 rays of sunshine - category</h1>
<section>
<p>
links in this category are things that bring me happiness or help me find it. other items that could fit in other categories may find themselves here because their primary goal is to bring me happiness or help me find it. a link may be here because it was also helpful in discovering something that brought me happiness
</p>
<ul>
<li>
<a href="./sunshine/journal.php">keeping a journal</a> - this category is about my journal keeping habits. i also show my journal and talk about the role it plays in my life
</li>
<li>
<a href="./sunshine/traits.php">a list of positive traits</a> - this is a list of positive traits that was provided to my by my therapist. i thought i'd share it here too. i also talk about how you can approach these if you are unsure
</li>
</ul>
</section>
</main>
<?php include "../includes/footer.php" ?>
</body>
</html>