summaryrefslogtreecommitdiff
path: root/pages/about-her.html
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2023-06-26 19:49:02 -0400
committerSteph Enders <steph@senders.io>2023-06-26 19:49:02 -0400
commit522a9e55821d46e084be43c15e5819594bbee220 (patch)
tree590e6ebfebfaaf4da583652583738efa09a2fa20 /pages/about-her.html
parent8651853a781f114d9d354264d977105b0028e68a (diff)
Move entries to pages and rearrange files
Some minor spellchecking also involved here. But basically the intention is to do: pages/ More permanent pages entries/ These are just the articles themselves templates/ These are page snippets to include around The intention for splitting out entries is for if I host this also on gemini the entries are what I can do the processing against vs the page itself which contains the boilerplate template
Diffstat (limited to 'pages/about-her.html')
-rw-r--r--pages/about-her.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/pages/about-her.html b/pages/about-her.html
new file mode 100644
index 0000000..94b930d
--- /dev/null
+++ b/pages/about-her.html
@@ -0,0 +1,34 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>About her: 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>