diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 47 |
1 files changed, 30 insertions, 17 deletions
diff --git a/www/index.html b/www/index.html index 0f42c4b..655ebeb 100644 --- a/www/index.html +++ b/www/index.html @@ -5,6 +5,8 @@ <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0"> <title>The Woman in my Eye</title> + <link rel="icon" href="favicon.ico"> + <link rel="license" href="#license"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" @@ -23,8 +25,13 @@ line-height: 1.5em; background-color: var(--bgcolor); } + p { margin: 0; } header { text-align: center; + margin: 32px 0; + } + nav > a { + padding: 4px; } footer { display: flex; @@ -33,10 +40,10 @@ } article { background-color: white; + padding: 16px; } .content article { margin: auto auto; - padding: 16px; max-width: 1000px; border-radius: 8px; margin-bottom: 32px; @@ -69,17 +76,14 @@ </head> <body> <header> - <h1>Hello, the woman in my eye</h1> + <h1>Hello,</h1> + <h1>The Woman in my Eye</h1> + <nav> + <a href='/bio'>bio</a> + <a href='/resources'>resources</a> + <a href='/blogs'>blog</a> + </nav> </header> - <section> - <div class='transflag'> - <div class='blue'></div> - <div class='pink'></div> - <div class='white'></div> - <div class='pink'></div> - <div class='blue'></div> - </div> - </section> <section class='content'> <article> <p>Welcome to my blog. My name is Steph and 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> @@ -88,12 +92,21 @@ <p>This would be where my first article would be... if I didn't just start this site! Please look forward to it.</p> </article> </section> - <footer> - <p> - © 2023 thewomaninmyeye dot org - <a rel="license external noopener noreferrer" - target="_blank" - href="https://creativecommons.org/licenses/by/4.0/">CC BY-SA 4.0</a> - unless otherwise noted. + <section> + <div class='transflag'> + <div class='blue'></div> + <div class='pink'></div> + <div class='white'></div> + <div class='pink'></div> + <div class='blue'></div> + </div> + </section> + <footer> + <p> + © 2023 thewomaninmyeye dot org - <a id="license" rel="license external noopener noreferrer" + target="_blank" + href="https://creativecommons.org/licenses/by/4.0/">CC BY-SA 4.0</a> + unless otherwise noted. </p> </footer> </body> |