summaryrefslogtreecommitdiff
path: root/pages/resources.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/resources.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/resources.html')
-rw-r--r--pages/resources.html70
1 files changed, 70 insertions, 0 deletions
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>