Source Code: Helika Siriwardhana

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <title>Endangered Species</title>
    <link rel="stylesheet" href="style.css">
</head>

<body>

    <header>
        <h1>Endangered Species</h1>
        <p>Protecting Nature, Preserving Life</p>
    </header>

    <nav>
        <a href="index.html" class="currentpage">Home</a>
        <a href="info.html">Information</a>
        <a href="gallery.html">Images</a>
        <a href="media.html">Videos</a>
    </nav>

    <main>
        <section class="card">
            <h2>Who are Endangered Species?</h2>
            <p>
                <a href="https://en.wikipedia.org/wiki/Endangered_species" target="_blank">
                    <strong>Endangered species</strong>
                </a> are animals, plants, or other organisms that are at serious risk of extinction. 
                Causes include population decline, habitat destruction, overhunting, pollution, and climate change.
            </p>
            <img src="images/endangered species.avif" alt="Endangered Species">
        </section>

        <section class="card">
            <h2>Why Species Become Endangered</h2>
            <ul>
                <li><strong>Habitat loss</strong> - deforestation, farming, urban growth.</li>
                <li><strong>Climate change</strong> - rising temperatures and extreme weather.</li>
                <li><strong>Pollution</strong> - plastics, chemicals, and industrial waste.</li>
                <li><strong>Poaching</strong> - illegal hunting and trade.</li>
                <li><strong>Invasive species</strong> - outsiders competing with native life.</li>
            </ul>
        </section>

        <section class="card">
            <h2>Examples of Endangered Species</h2>
            <p>Some well-known endangered species include:</p>
            <div class="species-list">
                <span>Tigers</span>
                <span>Asian Elephants</span>
                <span>Giant Pandas</span>
                <span>Sea Turtles</span>
                <span>Blue Whales</span>
            </div>
        </section>

        <section class="card">
            <h2>How Can We Help?</h2>
            <p>
                Protecting endangered species requires global effort. 
                We can help by <strong>supporting conservation programs</strong>, 
                <strong>reducing plastic use</strong>, 
                <strong>planting trees</strong>, and <strong>spreading awareness</strong>. 
                Governments and organizations must also protect habitats and stop illegal trade.
            </p>
        </section>
    </main>

    <footer>
        <p>&copy; 2025 Helika Siriwardhana | Together for Nature</p>
    </footer>
</body>

</html>