summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2023-06-26 09:40:32 -0400
committerSteph Enders <steph@senders.io>2023-06-26 09:40:32 -0400
commit7c617b9a9711feba073291ab0b3262ab1cd1232f (patch)
tree205624111598dc146ba8bb7f98246d692923640d
parentca7dca1dc8c1899c7c4fbc44ff99ea91a79a7ae5 (diff)
Created resources page
It's still boilerplate but we'll have something here vs a dead link
-rw-r--r--entries/resources.html70
-rwxr-xr-xmake.sh1
2 files changed, 71 insertions, 0 deletions
diff --git a/entries/resources.html b/entries/resources.html
new file mode 100644
index 0000000..1471496
--- /dev/null
+++ b/entries/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 definetly 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/make.sh b/make.sh
index 8698520..9b729f3 100755
--- a/make.sh
+++ b/make.sh
@@ -1,6 +1,7 @@
# Render pages
./render.sh entries/index.html www/index.html
./render.sh entries/error.html www/error.html
+./render.sh entries/resources.html www/resources.html
# copy static files
cp -r static/* www