-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsponsorship.html
More file actions
278 lines (252 loc) · 13.3 KB
/
sponsorship.html
File metadata and controls
278 lines (252 loc) · 13.3 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!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="Sponsorship Opportunities - Sanket'26, ECEA NITC">
<title>Sponsorship - Sanket'26</title>
<!-- Favicon -->
<link rel="icon" type="image/jpeg" href="ecea-logo.png">
<!-- Stylesheets -->
<link rel="stylesheet" href="styles.css">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
</head>
<body>
<!-- Announcement Bar -->
<div class="announcement-bar">
<div class="announcement-content">
<div class="scrolling-text">
Sanket'26 - The Annual Department Event by ECEA, NIT Calicut - 31st January 2026 - Event Registration Now Open!
</div>
</div>
</div>
<!-- Navigation -->
<nav id="navbar">
<ul class="sidebar" id="sidebar">
<li onclick="hideSidebar()">
<a href="#">
<img src="close_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg" alt="Close" width="26" height="26">
</a>
</li>
<li><a class="hoverStyle" href="./index.html#home">Home</a></li>
<li><a class="hoverStyle" href="./index.html#about">About</a></li>
<li><a class="hoverStyle" href="./index.html#timeline">Timeline</a></li>
<li><a class="hoverStyle" href="./index.html#events">Events</a></li>
<li><a class="hoverStyle" href="./index.html#registrations">Registrations</a></li>
<li><a class="hoverStyle" href="./index.html#contact">Contact</a></li>
<li><a href="./index.html#registrations"><button class="button">Register Now</button></a></li>
</ul>
<ul class="navbar">
<li>
<a href="./index.html">
<img class="logo" src="ecea-logo.png" alt="ECEA Logo">
</a>
</li>
<li class="hideOnMobile hoverStyle"><a href="./index.html#home">Home</a></li>
<li class="hideOnMobile hoverStyle"><a href="./index.html#about">About</a></li>
<li class="hideOnMobile hoverStyle"><a href="./index.html#timeline">Timeline</a></li>
<li class="hideOnMobile hoverStyle"><a href="./index.html#events">Events</a></li>
<li class="hideOnMobile hoverStyle"><a href="./index.html#registrations">Registrations</a></li>
<li class="hideOnMobile hoverStyle"><a href="./index.html#contact">Contact</a></li>
<li class="hideOnMobile">
<a href="./index.html#registrations"><button class="button">Register Now</button></a>
</li>
<li class="menu-button" onclick="showSidebar()">
<a href="#">
<img src="menu_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg" alt="Menu" width="26" height="26">
</a>
</li>
</ul>
</nav>
<!-- Main Content -->
<div class="background-color">
<section class="sponsorship-content">
<div class="container">
<!-- Main Heading -->
<h1 class="sponsorship-main-heading">Sponsorship Opportunities</h1>
<!-- Introduction -->
<div style="max-width: 1000px; margin: 0 auto 80px;">
<h2 class="sponsorship-sub-heading">Become a Sponsor of Sanket'26</h2>
<p class="sponsorship-description">
Sanket'26 offers an exceptional opportunity for organizations to showcase their commitment
to technical education, innovation, and the advancement of electronics and communication
engineering. As a sponsor, your organization will gain visibility among a diverse audience
of students, faculty, and industry professionals from NIT Calicut and beyond.
</p>
<p class="sponsorship-description">
With a strong focus on hands-on learning, emerging technologies, and collaborative knowledge
sharing, Sanket serves as a vibrant platform to engage with future innovators and technical
leaders shaping India's technology landscape.
</p>
</div>
<!-- Sponsorship Benefits -->
<div style="max-width: 1000px; margin: 0 auto 80px;">
<h2 class="sponsorship-sub-heading">Why Sponsor Sanket'26?</h2>
<div class="events-container" style="margin-top: 40px;">
<div class="event-card">
<div class="event-card-content">
<h3 class="event-card-title">Brand Visibility</h3>
<p class="event-card-desc">
Gain prominent brand exposure through event materials, banners, social media,
and direct interaction with students and faculty from premier institutions.
</p>
</div>
</div>
<div class="event-card">
<div class="event-card-content">
<h3 class="event-card-title">Talent Acquisition</h3>
<p class="event-card-desc">
Connect with talented engineering students and identify potential recruits
for internships and full-time positions at your organization.
</p>
</div>
</div>
<div class="event-card">
<div class="event-card-content">
<h3 class="event-card-title">Industry Connect</h3>
<p class="event-card-desc">
Strengthen your connection with NIT Calicut's ECE department and contribute
to the development of future technology leaders.
</p>
</div>
</div>
</div>
</div>
<!-- Sponsorship Tiers -->
<div class="sponsor-tiers-wrapper">
<h2 class="sponsor-tiers-title">Sponsorship Tiers</h2>
<div class="sponsor-tiers">
<div class="sponsor-tier">
<span>Platinum Sponsor</span>
<span>₹2,00,000</span>
</div>
<div class="sponsor-tier">
<span>Gold Sponsor</span>
<span>₹1,00,000</span>
</div>
<div class="sponsor-tier">
<span>Silver Sponsor</span>
<span>₹50,000</span>
</div>
<div class="sponsor-tier">
<span>Bronze Sponsor</span>
<span>₹25,000</span>
</div>
</div>
</div>
<!-- Benefits Breakdown -->
<div style="max-width: 1000px; margin: 80px auto;">
<h2 class="sponsorship-sub-heading">Sponsorship Benefits</h2>
<div class="registration-info" style="text-align: left;">
<h3 style="text-align: center; margin-bottom: 30px;">What You Get</h3>
<ul>
<li>Logo placement on event website and promotional materials</li>
<li>Social media mentions and acknowledgment</li>
<li>Opportunity to set up recruitment/information stalls</li>
<li>Access to student database for recruitment purposes</li>
<li>Speaking opportunities during the event</li>
<li>Branding on event merchandise (for higher tiers)</li>
<li>Dedicated sessions or workshops (for Platinum sponsors)</li>
<li>Direct interaction with students and faculty</li>
</ul>
<p style="margin-top: 30px; text-align: center;">
Benefits vary by sponsorship tier. Contact us for detailed sponsorship packages and
customized opportunities.
</p>
</div>
</div>
<!-- Contact Section -->
<div style="max-width: 1000px; margin: 80px auto 60px;">
<h2 class="sponsorship-sub-heading" style="text-align: center;">
Contact for Sponsorship
</h2>
<p class="sponsorship-description" style="text-align: center; margin-bottom: 40px;">
For sponsorship inquiries and partnership opportunities, please contact:
</p>
<div class="committee-grid" style="max-width: 600px; margin: 0 auto;">
<div class="committee-card">
<h4 style="color: var(--primary-orange); font-size: 1.5rem; margin-bottom: 15px;">
Sai
</h4>
<p style="color: var(--text-white); font-size: 1.1rem; margin-bottom: 10px;">
Sponsorship Coordinator
</p>
<p style="color: var(--primary-orange); font-size: 1rem;">
Phone: <a href="tel:+918089370282" style="color: var(--primary-orange); text-decoration: none;">8089370282</a>
</p>
</div>
<div class="committee-card">
<h4 style="color: var(--primary-orange); font-size: 1.5rem; margin-bottom: 15px;">
Email Us
</h4>
<p style="color: var(--text-white); font-size: 1.1rem; margin-bottom: 10px;">
General Inquiries
</p>
<p style="color: var(--primary-orange); font-size: 1rem;">
<a href="mailto:ecea@nitc.ac.in" style="color: var(--primary-orange); text-decoration: none;">ecea@nitc.ac.in</a>
</p>
</div>
</div>
<div style="text-align: center; margin-top: 50px;">
<a href="./index.html#contact">
<button class="button" style="font-size: 1.1rem; padding: 15px 35px;">
Get in Touch
</button>
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="footer-divider"></div>
<div class="footer-content">
<div class="footer-item">
<h4>Contact - Sai</h4>
<p><a href="tel:+918089370282">8089370282</a></p>
</div>
<div class="footer-item">
<h4>Contact - Sabin</h4>
<p><a href="tel:+919446978544">9446978544</a></p>
</div>
<div class="footer-item">
<h4>Email</h4>
<p><a href="mailto:ecea@nitc.ac.in">ecea@nitc.ac.in</a></p>
</div>
</div>
<p class="copyright">© Copyright 2026 ECEA, NIT Calicut. All rights reserved.</p>
</footer>
</div>
<!-- JavaScript -->
<script>
function showSidebar() {
const sidebar = document.getElementById('sidebar');
sidebar.style.display = 'flex';
}
function hideSidebar() {
const sidebar = document.getElementById('sidebar');
sidebar.style.display = 'none';
}
// Close sidebar when clicking outside
document.addEventListener('click', function(event) {
const sidebar = document.getElementById('sidebar');
const menuButton = document.querySelector('.menu-button');
if (!sidebar.contains(event.target) && !menuButton.contains(event.target)) {
sidebar.style.display = 'none';
}
});
// Add scroll effect to navbar
window.addEventListener('scroll', function() {
const navbar = document.getElementById('navbar');
if (window.scrollY > 50) {
navbar.classList.add('scrolled');
} else {
navbar.classList.remove('scrolled');
}
});
</script>
</body>
</html>