diff options
Diffstat (limited to 'contact.html')
| -rw-r--r-- | contact.html | 43 |
1 files changed, 25 insertions, 18 deletions
diff --git a/contact.html b/contact.html index 74aba6a..ceebcea 100644 --- a/contact.html +++ b/contact.html @@ -1,5 +1,6 @@ <!DOCTYPE html> -<html><head> +<html> + <head> <link rel="stylesheet" href="britons.css"> <meta http-equiv="content-type" content="text/html; charset=windows-1252"> <meta name="author" content="Jodian Buenaventura" > @@ -7,30 +8,36 @@ <meta name="description" content="Contact information for the owner of El Arriero."> <title>El Arriero - Contact</title> </head> + <body> <header role="banner"> - <a class="title" href="https://elarriero.org/" title="The Muleteer">El Arriero</a> + <a class="title" href="index.html" title="The Muleteer">El Arriero</a> <i class="tagline">Home of the Britishly Mediocre</i> <div class="navbar" role="navigation"> <a href="contact.html">Contact</a> <a href="https://wiki.elarriero.org/">Wiki</a> </div> </header> + <hr> + + <h2>How to Contact Me</h2> + The best way is through my email: <a href="mailto:parliamentman@elarriero.org">parliamentman@elarriero.org</a> + <img src="icons/mail--arrow.png" alt="Mail Address">. + <b>Don't use Outlook or Gmail.</b> + These providers are hostile to my service, and will reject outgoing and incoming mail to/from this place. + Instead, use <a href="https://proton.me/mail">Proton Mail</a> or <a href="https://cock.li/">cock.li</a>. + I check my email frequently, so please do send me something. I love responding to you guys <img src="icons/heart.png" alt="Heart">. + <br> + Alternatively, I idle in my IRC server. + <ul> + <li>Address: irc.elarriero.org</li> + <li>Port: 6697</li> + <li>Channel: <i>#lounge</i></li> + <li><b>SSL ONLY!</b></li> + Suggested Clients: <a href="https://hexchat.github.io/">Hexchat (Windows/Linux)</a> <img src="icons/globe--arrow.png" alt="Outgoing Link"> + </ul> - <div class="content" role="main"> - <h2>Email</h2> - <p>I'd love to hear from you guys. You can contact me on my own <a href="mailto:parliamentman@elarriero.org" title="My homegrown email">email</a>, but some big providers like gmail/outlook will refuse to send mail there. I also have this <a href="mailto:parliamentman@tfwno.gf">alternate mail</a>, which should work with larger providers.</p> - <h2>IRC</h2> - <p>I also have an IRC server: irc.elarriero.org [Access only allowed on port 6697 (SSL)]. - <br> - </p> - </div> - - - - </div> - - - -</body></html> + <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> + </body> +</html> |
