add goals.php

This commit is contained in:
emma 2024-12-23 11:57:58 -05:00
parent 2a6e24f029
commit d5f2250cb3
1 changed files with 70 additions and 0 deletions

70
life/goals.php Normal file
View File

@ -0,0 +1,70 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<title>emma's goals</title>
<link rel="stylesheet" href="../style/style.css">
</head>
<body>
<?php include "../includes/header.php" ?>
<?php include "../includes/nav.php" ?>
<main>
<section>
<h1> emma's goals</h1>
<p>
this is a collection of goals that are personal to me. i list them here because i want to show that i am a work in progress, much like anyone else. that i have things i wish to accomplish over no particular timeframe. for most of them i will give them a timeframee of "sooner rather than later"
</p>
<ul>
<li>
i want to continue sharpening my HTML, CSS and Javascript skills
</li>
<li>
i want to learn the backend web development language PHP
</li>
<li>
i want to pay off several large bills and no longer live in fear of them
</li>
<li>
i want to continue growing my home here on the personal web
</li>
<li>
i want to feel comfortable interacting with others on the web more, by signing guestbooks and sending emails
</li>
<li>
i want to begin fem presenting, in the safety of my home for the time being
</li>
<li>
i want to get one very nice wig, my natural hair will let me down with my goals, i want a wig that makes me feel beautiful
</li>
<li>
i want to explore the world of makeup and personal beauty, and find things that work with my sensitive skin
</li>
<li>
i want to find clothing and accessories that make me feel cute
</li>
<li>
i want to feel like a princess rather than a knight (gender neutral) in shining armor
</li>
<li>
i want to love someone and actually feel that love in return
</li>
<li>
i want to see if i can work part time like my psychiatrist believes i can
</li>
<li>
i want to get better in terms of my mental health, and remember what a beautiful, happy woman i can be
</li>
<li>
i want to add more goals as they come to this page. as i complete some of these goals, they may be worth a blog post. sometimes completing them will be satisfaction enough. i'll remove things i feel are complete, and add more as i think of them
</li>
</ul>
<p>
this page was last updated on - 12-23-2024
</p>
</section>
</main>
<?php include "../includes/footer.php" ?>
</body>
</html>