Pigeon-buddies-website / index.html
index.html
Raw
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <!--the favicon-->
    <link rel="shortcut icon" href="media/blue bird.png" />
    <!--end-->
    <link href="Page-Styling.CSS" rel="stylesheet" type="text/css" />
    <!-- google fonts here -->
    <link rel="preconnect" href="https://fonts.googleapis.com" />
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
    <link
      href="https://fonts.googleapis.com/css2?family=Edu+SA+Beginner:wght@500&family=Mali:wght@500&display=swap"
      rel="stylesheet" />
    <title>Pigeons buddies</title>
  </head>
  <body>
    <div class="container">
      <h1>Why Pigeons Make The Best Pets!</h1>

      <img
        class="img1"
        src="https://animals.net/wp-content/uploads/2018/10/Pigeon-6-650x425.jpg"
        alt="Pigeon on the streets"
        title="Pigeon on the streets" />

      <ol>
        <li>
          <strong class="bullet">They are the only domestic birds!</strong>
          <p>
            Pigeons were domesticated over 5,000 years ago and have helped
            people. Notably in World War II to send messages across different
            operations within the AAF.
          </p>
        </li>

        <li>
          <strong class="bullet"> They are quiet low-cost pets </strong>
          <p>
            They are birds that love to socialise and don't need a lot of toys
            to be entertained. Being in their caretaker's presence is enough for
            these feathered friends! As they are very affectionate and loyal
            creatures. They also are quiet birds, making them an ideal pet for
            any size house.
          </p>
        </li>

        <li>
          <strong class="bullet">Pigeons are very intelligent</strong>
          <p>
            Just like dogs they also can learn tricks. However, they can
            recongise people and are the very few animals that can recognise
            themselves in a mirror.
          </p>
        </li>

        <li>
          <strong class="bullet">They are hygienic</strong>
          <p>
            No need to worry about washing your bird or high water bills.
            Pigeons take care of cleaning themselves and do so often! Just a
            shallow water tray and they're good to go.
          </p>
        </li>

        <li>
          <strong class="bullet">There are many varieties!</strong>
          <p>
            Just like any other pet, there are different breeds of pigeons.
            There are five major breeds but over 300 species. Pigeons come in
            all shapes and sizes <br />Click the bird to learn more!
          </p>
          <a
            class="breed"
            href="https://www.thevetexpert.com/45-most-common-pigeon-breeds-of-the-world-you-should-know/"
            >🕊️
          </a>
        </li>
      </ol>

      <img
        class="footpath"
        src="https://petkeen.com/wp-content/uploads/2020/07/bird-paw.webp"
        alt="trail of footprint Hr" />

      <button type="button" class="button">Adopt a Pigeon</button>
      <footer>
        Coded by Brooklin Wai -
        <a
          class="gitLink"
          href="https://gitfront.io/r/Brook-W/QX8HDWP1R1vZ/flower-article/"
          >View Source Code</a
        >
      </footer>
    </div>
    <script src="page-pet-script.js"></script>
  </body>
</html>