2024-12-23 16:57:58 +00:00
<! 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 >
2025-01-11 02:14:34 +00:00
< link rel = " icon " type = " image/x-icon " href = " /img/site/assets/favicon.ico " >
< link rel = " stylesheet " href = " /style/style.css " >
2024-12-23 16:57:58 +00:00
</ head >
< body >
2025-01-11 02:14:34 +00:00
< ? php require_once ( $_SERVER [ 'DOCUMENT_ROOT' ] . '/includes/header.php' ); ?>
< ? php require_once ( $_SERVER [ 'DOCUMENT_ROOT' ] . '/includes/nav.php' ); ?>
2024-12-23 16:57:58 +00:00
< main >
< section >
2025-01-11 02:14:34 +00:00
< h1 id = " top " > emma ' s goals </ h1 >
< ? php require_once ( $_SERVER [ 'DOCUMENT_ROOT' ] . '/includes/self-category.php' ); ?>
2024-12-23 16:57:58 +00:00
< p >
2024-12-24 12:19:24 +00:00
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 timeframe of " sooner rather than later "
2024-12-23 16:57:58 +00:00
</ 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 >
2025-01-11 02:14:34 +00:00
< p > back to the < a href = " #top " > top of the page </ a ></ p >
2024-12-23 16:57:58 +00:00
</ section >
</ main >
2025-01-11 03:34:36 +00:00
< ? php require_once ( $_SERVER [ 'DOCUMENT_ROOT' ] . '/includes/footer.php' ); ?>
2024-12-23 16:57:58 +00:00
</ body >
</ html >