summaryrefslogtreecommitdiff
path: root/pages/index.html
blob: 6e69e1c065c50dd182b444314e83763cdca45217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!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>Recent Post</h2>
      {finding-a-safe-space}
    </article>
  </main>
  {footer}
</body>
</html>