diff options
| author | ParliamentMan <parliamentman@tfwno.gf> | 2026-04-23 23:49:33 -0700 |
|---|---|---|
| committer | ParliamentMan <parliamentman@tfwno.gf> | 2026-04-23 23:49:33 -0700 |
| commit | 1c39b4808341ee6b37411f01857172927991f884 (patch) | |
| tree | 2e1c73d9732823b7e946671d02468b18ea18af84 /contact.html | |
| parent | 779736a96746cd5d4d1b6d1e628a592ad663c1c5 (diff) | |
Redesigned CSS, HTML, and added little detail.
Diffstat (limited to 'contact.html')
| -rw-r--r-- | contact.html | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/contact.html b/contact.html index bcaf49e..74aba6a 100644 --- a/contact.html +++ b/contact.html @@ -9,17 +9,14 @@ </head> <body> <header role="banner"> - <a href="https://elarriero.org/" title="The Muleteer">El Arriero</a> - <br> - <i>Home of the Britishly Mediocre</i> + <a class="title" href="https://elarriero.org/" 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> - <ul class="navbar" role="navigation"> - <li><a href="https://wiki.elarriero.org/" title="Under construction">Mediocre Wiki</a></li> - <li><a href="https://press.elarriero.org/" title="Currently empty">Mediocre Press</a></li> - <li><a href="https://elarriero.org/contact.html" title="Motivations and contact info">Contact</a></li> - </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> |
