diff options
| author | ElDoc-s <A01255172@tec.mx> | 2026-07-03 00:19:43 -0700 |
|---|---|---|
| committer | ElDoc-s <A01255172@tec.mx> | 2026-07-03 00:19:43 -0700 |
| commit | 03eb6013a2bf3f26249ceede4a79b4d4b8e5c201 (patch) | |
| tree | ce5b87fe4731b789a2cc8c6704e2f85f8ad73d44 /contact.html | |
| parent | 401c1c4eecb54d54b1aa95b929a38edb79097d31 (diff) | |
Major site redesign
Diffstat (limited to 'contact.html')
| -rw-r--r-- | contact.html | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/contact.html b/contact.html index 38ab246..df54d6c 100644 --- a/contact.html +++ b/contact.html @@ -1,42 +1,45 @@ <!DOCTYPE html> <html> <head> - <link rel="stylesheet" href="britons.css?v=6"> + <link rel="stylesheet" href="/britons.css?v=7"> <meta http-equiv="content-type" content="text/html; charset=windows-1252"> <meta name="author" content="Jodian Buenaventura"> <meta name="keywords" content="/hmofa/, furry, hmofa, tech, writing, index"> <meta name="description" content="Contact information for the owner of El Arriero."> - <link rel="icon" type="image/x-icon" href="fig.ico"> + <link rel="icon" type="image/x-icon" href="/fig.ico"> <title>El Arriero - Contact</title> </head> <header> - <h1><a class="title" href="index.html">El Arriero</a><i>Fig, to my heart, you are the eternal hope.</i></h1> + <h1> + <a href="/index.html">El Arriero</a> + </h1> + <i class="tagline">Fig, to my heart, you are the eternal hope.</i> </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> + <a href="/about.html"><img src="/icons/user-business.png" alt="User Business"> About Me</a> + <a href="/fig/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> + <dt>Write to my <a href="mailto:yorkshirefigs@posteo.uk">Email <img src="/icons/mail--pencil.png" alt="Email Write!"></a></dt> <dd>I check my email multiple times a day, but responses may take a day or two to come in. I like responding to your messages, so please send me lots!</dd> - <dt>Contact Suggestions <img src="icons/question-balloon.png" alt="Question balloon"></dt> + <dt>Contact Suggestions <img src="/icons/question-balloon.png" alt="Question balloon"></dt> <dd>I want people to have the option to contact me many ways, but most options violate our <a href="https://www.gnu.org/philosophy/free-sw.en.html">freedom</a>, or are too inconvenient. If you'd like to suggest a contact method then I'd be glad to look into it.</dd> </ul> - <a title="Oh, you're a cute one ain'tcha, Anonie?" href="media/figsmoke.png"><img src="media/smoke.webp" alt="Fig" class="fig"></a> + <a title="Oh, you're a cute one ain'tcha, Anonie?" href="/media/figsmoke.png"><img src="/media/smoke.webp" alt="Fig" class="fig"></a> <a href="https://www.restorebritain.org.uk/" title="Visit to save Britain from the Thousand Year Starmerreich!"> - <img src="media/restorebritain.gif" alt="RESTORE BRITAIN!"> + <img src="/media/restorebritain.gif" alt="RESTORE BRITAIN!"> </a> <a href="https://www.youtube.com/watch?v=5iyxJ72G0lM" title="Brexit means Brexit"> - <img src="media/eu_anim.gif" alt="EUistan Flag"> + <img src="/media/eu_anim.gif" alt="EUistan Flag"> </a> </main> </body> |
