Create website for a-Z fisheries Mass volume harvesting campaign
<!DOCTYPE html><html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <meta name="description" content="A-Z Fisheries: Combating invasive carp and restoring ecological balance through innovative, sustainable fishing practices.">
  <title>A-Z Fisheries | Fighting Invasive Carp</title>
  <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap">
  <style>
    body {
      margin: 0;
      font-family: 'Roboto', sans-serif;
      background: #f0f8ff;
      color: #333;
    }
    header {
      background: #004080;
      color: white;
      padding: 1em;
      text-align: center;
    }
    nav {
      display: flex;
      justify-content: center;
      background: #0066cc;
    }
    nav a {
      color: white;
      text-decoration: none;
      padding: 1em;
      transition: background 0.3s;
    }
    nav a:hover {
      background: #004d99;
    }
    section {
      padding: 2em;
      max-width: 1000px;
      margin: auto;
    }
    footer {
      text-align: center;
      background: #004080;
      color: white;
      padding: 1em;
    }
    .highlight {
      color: #007acc;
      font-weight: bold;
    }
    .hero {
      background: url('https://images.unsplash.com/photo-1617957749376-30c51ab2e493?fit=crop&w=1600&q=80') no-repeat center center;
      background-size: cover;
      color: white;
      text-align: center;
      padding: 6em 1em;
    }
    .hero h1 {
      font-size: 3em;
      margin: 0;
    }
    .contact, .donate {
      background: #e0f7fa;
      padding: 1.5em;
      margin-top: 2em;
      border-left: 6px solid #007acc;
    }
  </style>
</head>
<body>
  <header>
    <h1>A-Z Fisheries</h1>
    <p>Restoring balance. Reviving rivers. Removing invasive carp.</p>
  </header>  <nav>
    <a href="#mission">Mission</a>
    <a href="#technology">Technology</a>
    <a href="#impact">Impact</a>
    <a href="#donate">Support Us</a>
    <a href="#contact">Contact</a>
  </nav>  <div class="hero">
    <h1>Fighting Invasive Carp</h1>
    <p>With innovation, urgency, and determination.</p>
  </div>  <section id="mission">
    <h2>Our Mission</h2>
    <p>
      At <span class="highlight">A-Z Fisheries</span>, our mission is to protect U.S. rivers from the devastating impact of invasive Asian carp. Using a revolutionary harvesting method, we're able to remove large volumes of carp quickly, affordably, and sustainably — without disrupting native fish populations.
    </p>
  </section>  <section id="technology">
    <h2>Our Technology</h2>
    <p>
      We've developed a <strong>patent-pending innovation</strong> that streamlines carp removal like never before. It's snagless, scalable, and cost-efficient — ideal for expanding removal operations across multiple states.
    </p>
  </section>  <section id="impact">
    <h2>Our Impact</h2>
    <ul>
      <li>Caught 170,000+ lbs of Asian carp in a single season</li>
      <li>Demonstrated ability to scale across river systems</li>
      <li>Collaborated with government & environmental partners</li>
      <li>Mobilizing action for the 2025 fishing season</li>
    </ul>
  </section>  <section id="donate" class="donate">
    <h2>Support Our Work</h2>
    <p>
      We urgently need equipment and funding. Used but functional fishing gear, conveyor belts, grain trucks, and Jon boats are all welcome. Financial contributions and tax-deductible business donations can be a game-changer.
    </p>
    <p>Email: <a href="mailto:swanandy381@gmail.com">swanandy381@gmail.com</a></p>
    <p>Phone: 217-323-0439</p>
  </section>  <section id="contact" class="contact">
    <h2>Contact</h2>
    <p><strong>Andrew R. Swan</strong></p>
    <p>Address: 900 Canal St, Beardstown, IL 62618</p>
    <p>Email: <a href="mailto:swanandy381@gmail.com">swanandy381@gmail.com</a></p>
    <p>Phone: 217-323-3085 | Cell: 217-491-4977</p>
  </section>  <footer>
    <p>© 2025 A-Z Fisheries. All rights reserved.</p>
  </footer>
</body>
</html>
