<!DOCTYPE html>
<html>
<head>
<title>EMS Week Foundation</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Donate</a></li>
<li><a href="#">Get Involved</a></li>
<li><a href="#">News & Events</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</nav>
</header>
<section class="hero">
<h1>Support EMS Week</h1>
<p>Join us in raising funds to honor and support our EMS heroes</p>
<a href="#" class="btn-donate">Donate Now</a>
</section>
<section class="about">
<h2>About Us</h2>
<!-- Add content about the foundation -->
</section>
<section class="donate">
<h2>Donate</h2>
<!-- Add content about donation options -->
</section>
<section class="get-involved">
<h2>Get Involved</h2>
<!-- Add content about volunteer opportunities and fundraising -->
</section>
<section class="news-events">
<h2>News & Events</h2>
<!-- Add content about news, events, and blog -->
</section>
<section class="contact">
<h2>Contact Us</h2>
<!-- Add content for contact information and form -->
</section>
<footer>
<!-- Add footer content -->
</footer>
</body>
</html>