summaryrefslogtreecommitdiff
path: root/pages
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
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')
-rw-r--r--pages/about-her.html34
-rw-r--r--pages/about.html40
-rw-r--r--pages/error.html38
-rw-r--r--pages/index.html48
-rw-r--r--pages/resources.html70
-rw-r--r--pages/template.html39
6 files changed, 269 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>
diff --git a/pages/about.html b/pages/about.html
new file mode 100644
index 0000000..4cabb87
--- /dev/null
+++ b/pages/about.html
@@ -0,0 +1,40 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>About the Woman in my Eye</title>
+ {head-common}
+ <meta name="description"
+ content="About the webpage and its author">
+</head>
+<body>
+ <header>
+ <h1>About 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='/blog'>blog</a>
+ </li>
+ </ul>
+ </nav>
+ <main>
+ <article>
+ <h2>About me, the author</h2>
+ <p>
+ Hello, I am a 30s something transgender woman from the north east coast United States. I transitioned at the age of 31 after years of struggling with my gender. I'm sure you'll find out more of that here in my posts. I started this site to try and just make a resource for folks who are questioning their gender or struggling during their own transitions. For some context at the time of starting this site the internet was in a bit of a crossroads. Multiple websites that were places for communities to grow started to struggle as leadership was changing or forcing the direction of the sites in a way that pushes outs its communities. So I wanted to have a place in my own control to aggregate resources and share my own stories for folks to find.
+ </p>
+ <p>
+ Now that's a bit ambitious of course. I understand that. Realistically, I plan to write my personal journey here as a resource first and share any resources I've come across in the meantime. Heck, this will also do wonders, with my short memory, acting as almost a universal bookmark!
+ </p>
+ </article>
+ {about-her}
+ </main>
+ {footer}
+</body>
+</html>
diff --git a/pages/error.html b/pages/error.html
new file mode 100644
index 0000000..f044bda
--- /dev/null
+++ b/pages/error.html
@@ -0,0 +1,38 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ {head-common}
+ <title>The Woman in my Eye</title>
+ <meta name="description"
+ content="Page request not found">
+</head>
+<body>
+ <header>
+ <h1>The page requested is not found!</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>
+ <article>
+ <h2>Oops, someone screwed up?</h2>
+ <p>The page you&#39;ve requested does not exist. Sorry about that! Please
+ <a href="/">return to the homepage</a>.</p>
+ </article>
+ </main>
+ {footer}
+</body>
+</html>
diff --git a/pages/index.html b/pages/index.html
new file mode 100644
index 0000000..b1557b7
--- /dev/null
+++ b/pages/index.html
@@ -0,0 +1,48 @@
+<!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>
diff --git a/pages/resources.html b/pages/resources.html
new file mode 100644
index 0000000..04afd1f
--- /dev/null
+++ b/pages/resources.html
@@ -0,0 +1,70 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>The Woman in my Eye</title>
+ {head-common}
+ <meta name="description"
+ content="A webpage of a lot of good transgender resources.
+ Mostly links out to other websites">
+</head>
+<body>
+ <header>
+ <h1>Help me, the Woman in my Eye</h1>
+ </header>
+ <nav title="site menu">
+ <ul>
+ <li>
+ <a href='/'>home</a>
+ </li>
+ <li>
+ <a href='/about'>about</a>
+ </li>
+ <li>
+ <a href='/blog'>blog</a>
+ </li>
+ </ul>
+ </nav>
+ <main>
+ <article>
+ <h2>Resources</h2>
+ <p>
+ Please take a look at these resources. Hopefully they can answer any of the questions you may have about transitioning or transgender life in general.
+ </p>
+ <ol>
+ <li>
+ <a href="https://genderdysphoria.fyi/"
+ rel="external noopener noreferrer" target="_blank">
+ https://genderdysphoria.fyi
+ </a>
+ - a great resource on understanding the various types of dysphoria</li>
+ <li>
+ <a href="https://stainedglasswoman.substack.com"
+ rel="external noopener noreferrer">
+ Stained Glass Woman
+ </a>
+ - A blog from a transgender woman with way more knowledge and experience than myself. She covers topics similar to this site but frankly written much better and you should definitely read this over.
+ </li>
+ <li>
+ <a href="https://www.reddit.com/r/transvoice/wiki/index"
+ rel="external noopener noreferrer" target="_blank">
+ /r/transvoice wiki index
+ </a>
+ - The trans voice subreddit wiki. Check the comments of some of the linked posts for how up to date everything is. But this subreddit, and it's wiki, is an excellent resource to start voice training.
+ </ol>
+ <aside>
+ <p>I intend to add links here as I find them with a brief description for what the link is.
+ Assuming I do not rearrange these to be in alphabetical order they'll be in order of addition; ascending. This page likely isn't going to be updated frequently so an older date here doesn't mean the linked sites are out of date necessarily.</p>
+ </aside>
+ <footer>
+ <p>
+ This list was last updated at on
+ <em><time datetime="2023-06-25T19:40:00+00:00">June 25, 2023</time></em>.
+ If you find any links that are broken you can reach out to me at:
+ <em>dear[at]thewomaninmyeye[dot]org</em>.
+ </p>
+ </footer>
+ </article>
+ </main>
+ {footer}
+</body>
+</html>
diff --git a/pages/template.html b/pages/template.html
new file mode 100644
index 0000000..4b70d9d
--- /dev/null
+++ b/pages/template.html
@@ -0,0 +1,39 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>The Woman in my Eye</title>
+ {head-common}
+ <meta name="description"
+ content="ADD DESC">
+</head>
+<body>
+ <header>
+ <h1>SOMETHING CLEVER, 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>
+ <article>
+ <h2>Entry Title</h2>
+ <p>
+ BODY
+ </p>
+ </article>
+ </main>
+ {footer}
+</body>
+</html>