<!DOCTYPE html>
<html>
<head>
<title>Blank Page</title>
<link type="text/css" rel="stylesheet" href="styles.css"/>
<meta charset="utf-8"/>
</head>
<body>
  <header>
     <nav>
     <ul>
  <li><a href="index.html">Home</a></li>
  <li><a href="sanctuaries.html">Bird Sanctuaries</a></li>
    <li>Conservation</li>
    <li><a href="birds.html">Protected Birds</a></li>
 
    
    </ul>
    </nav>
    
    
  </header>
  <main>
    <article>
      <section>
    <h1>Conservation Efforts</h1>
    <p>Various kinds of work are carried out across the UK in order to protect bird species.</p>
    <section class="topDivider">
    </section>
    <section>
    <h2>Research and monitoring</h2>
    <p>An essential part of bird conservation is monitoring and recording information about the species such as their numbers, breeding habits, etc.</p>
      <p>Scientific research may be carried out to determine whether a species is in decline and how to address the problem.</p>
      <section class="topDivider">
    </section>
    <section>
    <h2>Habitat protection</h2>
    <p>The destruction of habitat is a serious threat to many birds and therefore protecting habitats is crucial to protecting the species.</p>
      <p>One example of this is the preservation of wetlands in Ireland.</p>
      <section class="topDivider">
    </section>
    <section>
      <h2>Control invasive plants and animals</h2>
    <p> Mink and rats are a predator that threaten many bird species, for example by eating their eggs.</p>
      <p>Rhododendron is an example of an invasive plant. If left unchecked it can take over large areas, overrunning other native plants and disrupting the biodiversity, which can lead to lower observed numbers of some bird species in those areas.</p>
    <img src="rhododendron.jfif" alt="Rhododendron" width="198px" />
    </section>
    
    
    </article>
  </main>
  <footer>
    
  </footer>
</body>
</html>
 
 
<!DOCTYPE html>
<html>
<head>
<title>Blank Page</title>
<link type="text/css" rel="stylesheet" href="styles.css"/>
<meta charset="utf-8"/>
</head>
<body>
  <header>
     <nav>
     <ul>
  <li><a href="index.html">Home</a></li>
  <li><a href="sanctuaries.html">Bird Sanctuaries</a></li>
  <li><a href="conservation.html">Conservation</a></li>
    <li>Protected birds</li>
    
    </ul>
  </header>
  <main>
    <h1>Protected birds</h1>
    <div class="cardbig">
    <img src="barn-owl.png" class="Picture">
    <h3>Barn Owl</h3>
    <p>Habitat: farmland, grassland. The barn owl is the most common owl and is found in most parts of the world. It has seen a huge decline in Europe in recent years. They are ghostly pale and strictly nocturnal. They specialize in hunting animals on the ground, primarily small mammals. Barn owls mate for life unless one of the pair is killed.</p>
  <section class="topDivider">
    
    <div class="cardbig">
    <img src="Henharrier.jpg" class="Picture">
    <h3>Hen harrrier</h3>
    <p>Habitat: tundra, moorland, plains, grassland. The Hen Harrier is the most intensely persecuted of all the UK's birds of prey. It once preyed on free-range fowl, which gave it its present name. But, in recent times, its effect on the number of grouse available to shoot has lead to conflict and a threat to its survival in some parts of the UK.</p>
    <section class="topDivider">
      
  <div class="cardbig">
    <img src="yellowhammer.jpg" class="Picture">
    <h3>Yellow hammmer</h3>
    <p>Habitat: dry, open country. The yellowhammer is a large bunting with a yellow head and a streaked brown back. Yellowhammers hide their nests in low bushes to prevent nest predation. It is closely related to the pine bunting and will interbreed. Their songs also sound almost identical to each other.</p>
    <section class="topDivider">
      
    <div class="cardbig">
    <img src="curlew.jpg" class="Picture">
    <h3>Curlew</h3>
    <p>Habitat: moorland, grassland, bogs. The Curlew is the largest European wading bird, found on estuaries in winter and moors in summer. Look for its down-curved bill, brown upperparts, long legs and listen for its evocative, bubbling, call.</p>
    <section class="topDivider">
  </main>
  <footer>
    
  </footer>
</body>
</html>