monotreme.org/about/index.html

63 lines
1.9 KiB
HTML
Raw Normal View History

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>About 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-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>About monotreme.org</h2>
<p>Monotreme.org is dedicated to raising awareness and appreciation for one of the most fascinating and ancient groups of mammals on the planet: monotremes.</p>
<p>These creatures, including the famous platypus and the lesser-known echidnas, represent an evolutionary bridge between reptiles and mammals, offering a glimpse into the distant past of mammalian evolution.</p>
<p>Through our blog, articles, and resources, we aim to provide education and promote conservation efforts for these unique animals.</p>
<img src="../echidna.png" alt="echidna">
<img src="../platypus.png" alt="platypus">
</td>
</tr>
<!-- Footer -->
<tr>
<td colspan="2" class="footer">
<p>&copy; 2024 monotreme.org</p>
</td>
</tr>
</table>
</body>
</html>