diff options
author | Steph Enders <steph@senders.io> | 2023-06-26 19:49:02 -0400 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2023-06-26 19:49:02 -0400 |
commit | 522a9e55821d46e084be43c15e5819594bbee220 (patch) | |
tree | 590e6ebfebfaaf4da583652583738efa09a2fa20 /entries/about.html | |
parent | 8651853a781f114d9d354264d977105b0028e68a (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/about.html')
-rw-r--r-- | entries/about.html | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/entries/about.html b/entries/about.html deleted file mode 100644 index eff9f28..0000000 --- a/entries/about.html +++ /dev/null @@ -1,40 +0,0 @@ -<!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 journery 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> |