2024-09-21 08:34:23 +01:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2024-09-22 02:01:01 +01:00
< title > Contact us! - monotreme.org< / title >
2024-09-21 08:34:23 +01:00
< link rel = "stylesheet" href = "../styles.css" >
< / head >
< body >
< table >
<!-- Header -->
< tr >
< td colspan = "2" class = "header" >
< h1 > Save the monotremes< / h1 >
< / td >
< / tr >
<!-- Navigation -->
< tr >
< td colspan = "2" class = "nav" >
< a href = "/" > Home< / a >
2024-09-21 08:40:28 +01:00
< a href = "/about/" > About< / a >
< a href = "/blog/" > Blog< / a >
< a href = "/contact/" > Contact< / a >
2024-09-22 19:07:54 +01:00
< a href = "/login/" > Login< / a >
2024-09-21 08:34:23 +01:00
< / td >
< / tr >
<!-- Main Content and Sidebar -->
< tr >
<!-- Sidebar -->
< td class = "sidebar" >
< p > < strong > Quick Links< / strong > < / p >
< ul >
2024-09-21 08:40:28 +01:00
< li > < a href = "/platypus/" > The Noble Platypus< / a > < / li >
< li > < a href = "/echidna/" > The Royal Echidna< / a > < / li >
< li > < a href = "/monotremes/" > About Monotremes< / a > < / li >
2024-09-21 08:34:23 +01:00
< / ul >
< / td >
<!-- Main Content Area -->
< td class = "content" >
< h2 > Contact us here at monotreme.org< / h2 >
< div class = "contact" >
< p > We would love to hear from you! Whether you're curious about monotremes, want to contribute to our blog, or have a question, feel free to reach out.< / p >
< p > < strong > Email:< / strong > < a href = "mailto:info@monotreme.org" > info@monotreme.org< / a > < / p >
< p > < strong > Phone:< / strong > < a href = "tel:+16624268432" > +1 (662) 426-8432< / a > < / p >
< p > < strong > Address:< / strong > < / p >
< p > Monotreme Conservation Initiative< br >
3924 Stewart Street< br >
Franklin, Indiana 46131< br >
United States
< / p >
< p > You can also reach out via our social media channels once they're created in the following days. A form is coming as well!< / p >
< / div >
< img src = "../echidna.png" alt = "echidna" >
< img src = "../platypus.png" alt = "platypus" >
< / td >
< / tr >
<!-- Footer -->
< tr >
< td colspan = "2" class = "footer" >
< p > © 2024 monotreme.org< / p >
< / td >
< / tr >
< / table >
< / body >
< / html >