-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSponsorship.html
More file actions
141 lines (133 loc) · 8.37 KB
/
Sponsorship.html
File metadata and controls
141 lines (133 loc) · 8.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>South Brunswick Aerospace Team</title>
<link rel="stylesheet" href="style.css">
<script src="main.js" defer></script>
<!-- Google Search Console Verification -->
<meta name="google-site-verification" content="0g-zsXxK22qk61NeeSB49EWUDqOBXFYPFuvx8hd41Es">
<!-- Primary Meta Tags -->
<title>South Brunswick Aerospace Team</title>
<meta name="title" content="South Brunswick Aerospace Team">
</head>
<body>
<header id="header" role="banner">
<div class="header-container">
<div class="logo">
<img src="./assets/logo/gold-logo.png"
alt="South Brunswick Aerospace Team Logo - Gold rocket emblem" width="50" height="50">
<div class="logo-text">SB Aerospace</div>
</div>
<button class="mobile-nav-toggle" id="mobileNavToggle" aria-label="Toggle mobile navigation menu"
aria-expanded="false">☰</button>
<nav role="navigation" aria-label="Main navigation">
<ul id="navMenu">
<li><a href="Home.html" aria-label="Go to homepage">Home</a></li>
<li><a href="AboutUs.html" aria-label="Learn about our team">About Us</a></li>
<li><a href="Showcase.html" aria-label="View our aerospace projects">Our Work</a></li>
<li><a href="Achievements.html" aria-label="Explore our specialized teams">Teams</a></li>
<li><a href="Sponsorship.html" aria-label="Become a team sponsor">Sponsor</a></li>
<li><a href="Donation.html" aria-label="Make a donation">Donate</a></li>
<li><a href="Contact.html" aria-label="Contact our team">Contact</a></li>
<!--<li><a href="Legal.html" aria-label="View our legal documents">Legal</a></li>-->
</ul>
</nav>
</div>
</header>
<main>
<section class="sponsorship" id="sponsorship" aria-labelledby="sponsorship-heading">
<div class="container">
<div class="section-title">
<h2 id="sponsorship-heading">Partnership & Sponsorship Opportunities</h2>
<p class="section-subtitle">Partner with us to support the next generation of aerospace
engineers</p>
</div>
<div class="sponsorship-grid">
<article class="tier-card" style="background-color: #A97142;">
<div class="tier-name">Bronze Sponsor</div>
<div class="tier-price">$50-99</div>
<ul class="tier-features">
<li style="color: black;">Website recognition and acknowledgment</li>
<li style="color: black;">Social media and competition media acknowledgment
</li>
<li style="color: black;">Credits in team presentations and reports</li>
</ul>
<a href="Contact.html" class="btn"
aria-label="Contact us to become a Bronze sponsor">Get Started</a>
</article>
<article class="tier-card popular" style="background-color: #C0C0C0;">
<div class="tier-name">Silver Sponsor</div>
<div class="tier-price">$100-199</div>
<ul class="tier-features">
<li style="color: black;">Company logo placement on team equipment</li>
<li style="color: black;">Featured mentions across social media platforms</li>
<li style="color: black;">Regular newsletter updates on team progress</li>
<li style="color: black;">Exclusive annual team meetup invitation</li>
</ul>
<a href="Contact.html" class="btn"
aria-label="Contact us to become a Silver sponsor">Get Started</a>
</article>
<article class="tier-card" style="background-color: gold;">
<div class="tier-name">Gold Sponsor</div>
<div class="tier-price">$200+</div>
<ul class="tier-features">
<li style="color: black;">Prominent company decal on competition rockets</li>
<li style="color: black;">Featured placement on team website homepage</li>
<li style="color: black;">Full recognition in all media appearances</li>
<li style="color: black;">Access to 100K+ audience reach across platforms</li>
</ul>
<a href="Contact.html" class="btn"
aria-label="Contact us to become a Gold sponsor">Get
Started</a>
</article>
</div>
<div class="custom-info">
<p>Need a custom partnership package? Let's discuss your specific interests and goals.</p>
<a href="Contact.html" class="btn"
aria-label="Contact us for custom sponsorship opportunities">Contact Us</a>
</div>
</div>
</section>
</main>
<footer role="contentinfo">
<div class="footer-grid">
<div class="footer-column">
<h3>South Brunswick Aerospace Team</h3>
<p>Pushing aerospace engineering boundaries through innovation, teamwork, and dedication in
competitive rocketry and STEM education.</p>
</div>
<div class="footer-column">
<h3>Site Navigation</h3>
<nav aria-label="Footer navigation">
<ul class="footer-links">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#showcase">Our Work</a></li>
<li><a href="#achievements">Teams</a></li>
<li><a href="#sponsorship">Sponsor</a></li>
<li><a href="#donation">Donate</a></li>
</ul>
</nav>
</div>
<div class="footer-column">
<h3>Connect With Us</h3>
<nav aria-label="Social media navigation">
<ul class="footer-links">
<li><a href="#" rel="noopener">Facebook</a></li>
<li><a href="#" rel="noopener">Instagram</a></li>
<li><a href="#" rel="noopener">LinkedIn</a></li>
<li><a href="#" rel="noopener">YouTube</a></li>
</ul>
</nav>
</div>
</div>
<div class="copyright">
<p>© 2025 South Brunswick Aerospace Team. All Rights Reserved. Developed by <a
href="https://github.com/samuel-asefa" target="_blank" rel="noopener"
style="color: var(--gold);">Sammy</a>.</p>
</div>
</footer>
</body>
</html>