diff options
| author | ElDoc-s <A01255172@tec.mx> | 2026-07-02 01:16:58 -0700 |
|---|---|---|
| committer | ElDoc-s <A01255172@tec.mx> | 2026-07-02 01:16:58 -0700 |
| commit | 401c1c4eecb54d54b1aa95b929a38edb79097d31 (patch) | |
| tree | 69225b92e63731976523238220b51ded5c5bcf84 /contact.html | |
| parent | c02d32517d1f72b6dda6ac9bb9d2b6424e79bd38 (diff) | |
Major Redesign
Diffstat (limited to 'contact.html')
| -rw-r--r-- | contact.html | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/contact.html b/contact.html index 7650e74..38ab246 100644 --- a/contact.html +++ b/contact.html @@ -9,18 +9,19 @@ <link rel="icon" type="image/x-icon" href="fig.ico"> <title>El Arriero - Contact</title> </head> - - <body> - <header> + <header> <h1><a class="title" href="index.html">El Arriero</a><i>Fig, to my heart, you are the eternal hope.</i></h1> - </header> - <nav> - <a href="about.html"><img src="icons/user-business.png" alt="User Business"> About</a> - <a href="contact.html"><img src="icons/mail.png" alt="Mail Arrow"> Contact</a> - <a href="changelog.html"><img src="icons/new-text.png" alt="NEW!"> Changelog</a> - <a href="https://wiki.elarriero.org/"><img src="icons/book-open-text-image.png" alt="Encyclopedia"> Wiki</a> - <a href="https://press.elarriero.org"><img src="icons/newspaper.png" alt="Newspaper"> Writing</a> - </nav> + </header> + <nav> + <a href="about.html"><img src="icons/user-business.png" alt="User Business"> About Me</a> + <a href="fig.html"><img src="icons/user-green-female.png" alt="Green Female">About Fig</a> + <a href="contact.html" class="selected"><img src="icons/mail.png" alt="Mail Arrow"> Contact</a> + <a href="changelog.html"><img src="icons/new-text.png" alt="NEW!"> Changelog</a> + <a href="https://wiki.elarriero.org/"><img src="icons/book-open-text-image.png" alt="Encyclopedia"> Wiki</a> + <a href="https://press.elarriero.org"><img src="icons/newspaper.png" alt="Newspaper"> Writing</a> + </nav> + <body> + <main> <h2>How to Contact Me</h2> <ul> <dt>Write to my <a href="mailto:yorkshirefigs@posteo.uk">Email <img src="icons/mail--pencil.png" alt="Email Write!"></a></dt> @@ -37,6 +38,7 @@ <a href="https://www.youtube.com/watch?v=5iyxJ72G0lM" title="Brexit means Brexit"> <img src="media/eu_anim.gif" alt="EUistan Flag"> </a> + </main> </body> </html> |
