diff options
author | Steph Enders <steph@senders.io> | 2023-06-26 19:13:54 -0400 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2023-06-26 19:13:54 -0400 |
commit | ba718f82395d98b502b70028ad2b80d54e1ee11a (patch) | |
tree | fac3af6e5a937f8904708fed2e5f35f582090818 /entries/about-her.html | |
parent | 4fa76601350d453bd2a559f9403d9f946fdbdbac (diff) |
Add about page(s)
I created an about page and "about-her" subpage that can get isolated if
I wish to expand up on this at a further date.
Diffstat (limited to 'entries/about-her.html')
-rw-r--r-- | entries/about-her.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/entries/about-her.html b/entries/about-her.html new file mode 100644 index 0000000..b3a3117 --- /dev/null +++ b/entries/about-her.html @@ -0,0 +1,34 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <title>The Woman in my Eye</title> + {head-common} + <meta name="description" + content="About the woman in my eye - the woman who I saw as a child and who I've become."> +</head> +<body> + <header> + <h1>About her; the Woman in my Eye</h1> + </header> + <nav title="site menu"> + <ul> + <li> + <a href='/'>home</a> + </li> + <li> + <a href='/resources'>resources</a> + </li> + <li> + <a href='/about'>about</a> + </li> + <li> + <a href='/blog'>blog</a> + </li> + </ul> + </nav> + <main> + {about-her} + </main> + {footer} +</body> +</html> |