<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Iram Woolley - A Voice for the People</title>
<!-- Add your CSS file here -->
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Header -->
<header>
<nav>
<a href="#" class="logo">Iram Woolley</a>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#campaign">Campaign</a></li>
<li><a href="#testimonials">Testimonials</a></li>
<li><a href="#merch">Merch</a></li>
<li><a href="#donate">Donate</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<a href="#donate" class="donate-btn">Donate Now</a>
</nav>
</header>
<!-- Home Section -->
<section id="home">
<!-- Add banner, introduction, and CTA buttons here -->
</section>
<!-- About Section -->
<section id="about">
<!-- Add detailed biography and other information about Iram Woolley here -->
</section>
<!-- Campaign Section -->
<section id="campaign">
<!-- Add campaign information, map, and events here -->
</section>
<!-- Testimonials Section -->
<section id="testimonials">
<!-- Add testimonials from constituents, colleagues, and community members here -->
</section>
<!-- Merch Section -->
<section id="merch">
<!-- Add gallery of available merchandise and ordering system here -->
</section>
<!-- Donate Section -->
<section id="donate">
<!-- Add donation information and form here -->
</section>
<!-- Contact Section -->
<section id="contact">
<!-- Add contact form and contact information here -->
</section>
<!-- Footer -->
<footer>
<!-- Add footer content, such as copyright information and links to social media profiles here -->
</footer>
<!-- Add your JavaScript file here -->
<script src="script.js"></script>
</body>
</html>