add who page to project
This commit is contained in:
parent
999cede99a
commit
d70da4d86d
|
@ -0,0 +1,60 @@
|
|||
<!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="stylesheet" href="../style/style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include "../includes/nav.php" ?>
|
||||
<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>
|
||||
|
||||
<h3>emma is</h3>
|
||||
<ul>
|
||||
<li>
|
||||
loving - by default i choose to love, even if it gets me in trouble sometimes
|
||||
</li>
|
||||
<li>
|
||||
tender - i have a hard time with conflict and tension, even if i am not involved in it
|
||||
</li>
|
||||
<li>
|
||||
understanding - 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>
|
||||
advocate - though i fear conflict, i will stand up for myself and others when i feel it is best to, especially when i feel someone is afraid to stand up for themselves
|
||||
</li>
|
||||
<li>
|
||||
courageous - 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>
|
||||
social - 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>
|
||||
consistent - i have a hard time forming any type of routine. so much that i would say my routine is chaos. i try very hard, but have not so far been succesful with routines. i have let others down because of this, something i am not proud of
|
||||
</li>
|
||||
<li>
|
||||
comfortable - 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>
|
||||
calm - 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>
|
||||
lost - 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 1st, 2024</p>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
Reference in New Issue