summaryrefslogtreecommitdiff
path: root/entries/index.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 /entries/index.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 'entries/index.html')
-rw-r--r--entries/index.html48
1 files changed, 0 insertions, 48 deletions
diff --git a/entries/index.html b/entries/index.html
deleted file mode 100644
index b1557b7..0000000
--- a/entries/index.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <title>The Woman in my Eye</title>
- {head-common}
- <meta name="description"
- content=
- "The woman in your eye is a transgender blog from the perspective of the author. She tries her best to provide information to hopefully help or entertain her readers who may also be struggling with their gender identity">
-</head>
-<body>
- <header>
- <h1>Hello, the Woman in my Eye</h1>
- </header>
- <nav title="site menu">
- <ul>
- <li>
- <a href='resources'>resources</a>
- </li>
- <li>
- <a href='/about'>about</a>
- </li>
- <li>
- <a href='/blog'>blog</a>
- </li>
- </ul>
- </nav>
- <main>
- <article>
- <h2>Introduction</h2>
- <p>Welcome to my blog. I am a 30 something transgender woman.
- This blog focuses on my journey transitioning and discovering my gender.
- I am not a medical professional or an expert on the subject.
- I am simply a girl trying to share her story in the hopes it
- might actually help someone else find themselves...or entertain; either
- works!</p>
- </article>
- <article>
- <h2>Notice: I am barely setup!</h2>
- <p>Hey, thanks for visiting my website. I decided to take on this
- initiative basically right before I had to leave my house for a few days.
- So hopefully I can get this up and running soon after. For posterity I
- wrote this on <time datetime="2023-06-22T01:34:00Z">June 21st,
- 2023</time>, so when you&#39;re seeing this in 2030 we can all laugh.</p>
- </article>
- </main>
- {footer}
-</body>
-</html>