71 lines
2.1 KiB
HTML
71 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>monotreme.org</title>
|
|
<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>
|
|
<a href="/about/">About</a>
|
|
<a href="/blog/">Blog</a>
|
|
<a href="/contact/">Contact</a>
|
|
</td>
|
|
</tr>
|
|
|
|
<!-- Main Content and Sidebar -->
|
|
<tr>
|
|
<!-- Sidebar -->
|
|
<td class="sidebar">
|
|
<p><strong>Quick Links</strong></p>
|
|
<ul>
|
|
<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>
|
|
</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>
|