<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EBC House of Development — Sponsorship Levels</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
line-height: 1.6;
color: #1a1a1a;
}
h1 {
font-size: 1.6em;
margin-bottom: 0.4em;
}
h2 {
font-size: 1.05em;
text-transform: uppercase;
letter-spacing: 0.06em;
color: #444;
border-bottom: 2px solid #e0e0e0;
padding-bottom: 6px;
margin-top: 2.4em;
margin-bottom: 1.2em;
}
.level {
margin-bottom: 2em;
}
.level-title {
font-size: 1.15em;
font-weight: 700;
margin-bottom: 0.3em;
}
.carryover {
font-style: italic;
color: #666;
margin: 0.2em 0 0.4em;
}
ul {
margin: 0.3em 0 0;
padding-left: 1.3em;
}
li {
margin-bottom: 0.25em;
}
p {
margin: 0.6em 0;
}
</style>
</head>
<body>
<h1><strong>EBC House of Development</strong></h1>
<p>You may have noticed we're expanding our programming into the space next door! We're creating a one-of-a-kind athlete development space that brings together basketball training, speed and agility, strength development, recovery, and injury prevention all under one roof.</p>
<p>Your support will help fund the build-out of this new space and equip it with state-of-the-art performance and recovery technology that will immediately impact EBC teams and athletes this season.</p>
<p>Together, we're creating a <strong>House of Development</strong> — a place where athletes are equipped to reach their highest potential on the court, in competition, and in life.</p>
<h2>Sponsorship Levels</h2>
<div class="level">
<div class="level-title">$50 — Supporter</div>
<ul>
<li>EBC Founding Supporter Sticker Pack</li>
</ul>
</div>
<div class="level">
<div class="level-title">$100 — Founding Supporter</div>
<p class="carryover">Everything in the previous level, plus:</p>
<ul>
<li>Exclusive EBC Founding Supporter T-Shirt (special design not available to the public)</li>
</ul>
</div>
<div class="level">
<div class="level-title">$500 — Founding Member</div>
<p class="carryover">Everything in the previous levels, plus:</p>
<ul>
<li>EBC Founding Supporter Hoodie</li>
<li>Recognition on Digital Donor Wall</li>
</ul>
</div>
<div class="level">
<div class="level-title">$1,000 — Founding Champion</div>
<p class="carryover">Everything in the previous levels, plus:</p>
<ul>
<li>Recognition Plaque inside the House of Development</li>
</ul>
</div>
<div class="level">
<div class="level-title">$2,500 — House of Development Partner</div>
<p class="carryover">Everything in the previous levels, plus:</p>
<ul>
<li>Private Grand Opening Event</li>
</ul>
</div>
<div class="level">
<div class="level-title">$5,000 — House of Development Builder</div>
<p class="carryover">Everything in the previous levels, plus:</p>
<ul>
<li>Equipment Station Naming Rights (permanent recognition inside the facility)</li>
<li>Featured Founding Supporter Spotlight on EBC Social Media, directed by EBC In House Media</li>
</ul>
</div>
<div class="level">
<div class="level-title">$10,000 — Legacy Founder</div>
<p class="carryover">Everything in the previous levels, plus:</p>
<ul>
<li>Named Scholarship Fund in Your Family's Name</li>
<li>Premier Logo Placement inside the House of Development</li>
</ul>
</div>
</body>
</html>