69 lines
3.0 KiB
PHP
69 lines
3.0 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta charset="utf-8">
|
|
<title>who is emma</title>
|
|
<link rel="icon" type="image/x-icon" href="../img/site/assets/favicon.ico">
|
|
<link rel="stylesheet" href="../style/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<?php include "../includes/header.php" ?>
|
|
<?php include "../includes/nav.php" ?>
|
|
<main>
|
|
<section>
|
|
<h1>who is emma?</h1>
|
|
<p>
|
|
the purpose of this page is to provide 5 things i am and 5 things i am not, along with a brief explanation. the idea being that as i change and grow as a person, the words i once chose as describing me and not describing me should change as well
|
|
</p>
|
|
|
|
<p>
|
|
at this time i don't plan on keeping a history of changes to this page other than what the git revision history of it would provide. if you wanted to implement something like this, by all means keep previous pages as history for yourself, perhaps link them to your main who page to provide a look back at yourself for you and visitors
|
|
</p>
|
|
<h3>emma is</h3>
|
|
<ul>
|
|
<li>
|
|
<strong>loving</strong> - by default i choose to love, even if it gets me in trouble sometimes
|
|
</li>
|
|
<li>
|
|
<strong>tender</strong> - i have a hard time with conflict and tension, even if i am not involved in it
|
|
</li>
|
|
<li>
|
|
<strong>understanding</strong> - i want to try to understand rather than push away, i do not wish to live in fear of what i do not understand
|
|
</li>
|
|
<li>
|
|
<strong>helpful</strong> - i love helping others just as much as learning from them. i feel my purpose in life is to be a helper
|
|
</li>
|
|
<li>
|
|
<strong>courageous</strong> - i have navigated life in times of happienss, in times of sadness, in times of hardship. my intutition tells me to push forward
|
|
</li>
|
|
</ul>
|
|
|
|
<h3>emma is not</h3>
|
|
<ul>
|
|
<li>
|
|
<strong>social</strong> - i try very hard to be becuase it helps me stay happy, but it is very tough and i don't understand a lot of it. it is easy to be overwhelmed
|
|
</li>
|
|
<li>
|
|
<strong>consistent</strong> - i have a hard time forming any type of routine. so much that i would say my routine is chaos. i have let others down because of this, something i am not proud of
|
|
</li>
|
|
<li>
|
|
<strong>comfortable</strong> - i am in a situation where i cannot be the person i truly am, this causes frustration, but i hold hope towards the future
|
|
</li>
|
|
<li>
|
|
<strong>calm</strong> - most times my mind is filled with too much, much of it not worth my time. even knowing this it is hard to slow down, and i've never felt a truly quiet mind
|
|
</li>
|
|
<li>
|
|
<strong>lost</strong> - though i may paint a sad picture here, i know where i am headed, i know what i must do to change parts of this page. with time, i know this will happen. i deserve this
|
|
</li>
|
|
</ul>
|
|
<p>this page was last updated on - Dec 11th, 2024</p>
|
|
</section>
|
|
</main>
|
|
<?php include "../includes/footer.php" ?>
|
|
</body>
|
|
</html>
|
|
|
|
|