-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSponsorship.html
284 lines (258 loc) · 14.2 KB
/
Sponsorship.html
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
279
280
281
282
283
284
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css" />
<link rel="stylesheet" type="text/css" href="icomoon/icomoon.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/vendor.css">
<link rel="stylesheet" type="text/css" href="style.css">
<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=Jost:wght@400;600;700&family=Roboto+Slab&display=swap"
rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gray-100 text-gray-800">
<!-- Header -->
<nav class="main-menu d-flex navbar fixed-top navbar-expand-lg p-2 py-3 p-lg-4 py-lg-4 ">
<div class="container-fluid">
<div class="main-logo">
<a href="index.html">
<img style="height: 80px;" src="images/logo.gif" alt="logo" class="img-fluid">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar"
aria-controls="offcanvasNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasNavbar"
aria-labelledby="offcanvasNavbarLabel">
<div class="offcanvas-header">
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body justify-content-end">
<ul class="navbar-nav menu-list list-unstyled align-items-lg-center d-flex gap-md-3 mb-0">
<li class="nav-item dropdown">
<a class="nav-link mx-2 dropdown-toggle align-items-center" role="button" id="pages"
data-bs-toggle="dropdown" aria-expanded="false">Information of Authors</a>
<ul class="dropdown-menu" aria-labelledby="pages">
<li><a href="crucialdates.html" class="dropdown-item">Crucial Dates</a></li>
<li><a href="callforpapers.html" class="dropdown-item">Call for Papers</a></li>
<li><a href="manuscriptsubmission.html" class="dropdown-item">Manusript Submission</a>
</li>
<li><a href="registrationdetails.html" class="dropdown-item">Registration Details</a>
</li>
<li><a href="awards.html" class="dropdown-item">Awards</a></li>
</ul>
</li>
<li class="nav-item">
<a href="organizingcommittee.html" class="nav-link mx-0.8">Organizing Committee</a>
</li>
<li class="nav-item">
<a href="keynotespeakers.html" class="nav-link mx-0.8">Keynote Speakers</a>
</li>
<li class="nav-item">
<a href="technicalprogramcommittee.html" class="nav-link mx-0.8">Technical Program
Committee</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link mx-2 dropdown-toggle align-items-center" role="button" id="shop"
data-bs-toggle="dropdown" aria-expanded="false">More</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="shop">
<li><a href="sponsorship.html" class="dropdown-item">Technical/Financial Sponsorship</a></li>
<li><a href="venue.html" class="dropdown-item">Conference Venue</a></li>
<li><a href="confprogram.html" class="dropdown-item">Conference Program</a></li>
<li><a href="contact.html" class="dropdown-item">Contact Us</a></li>
</ul>
</li>
</ul>
<div class="d-none d-lg-flex align-items-center ms-5">
<ul class="d-flex justify-content-end list-unstyled m-0">
</ul>
</div>
</div>
</div>
</div>
<div class="container-fluid d-lg-none">
<div class="d-flex align-items-end mt-3">
</div>
</div>
</nav>
<!-- Main Content -->
<main class="flex-grow p-10 bg-white">
<!-- Welcome Message -->
<section class="mb-10 text-center">
<h2 class="text-4xl text-blue-500 mb-4 mt-24 font-bold">Welcome!</h2>
<p class="text-gray-600 max-w-3xl mx-auto">
We are thrilled to have your support for the NIT Jamshedpur Conference! Your sponsorship will help us
make this event a success while contributing to the growth of innovation and collaboration. Explore the
various sponsorship opportunities below.
</p>
</section>
<!-- Technical Sponsorship -->
<section class="mb-10 text-center">
<h2 class="text-2xl text-blue-500 mb-4">Technical Sponsorship</h2>
<p class="text-gray-600 max-w-3xl mx-auto">
Support the conference with technical resources such as software tools, platform access, hardware
devices, and more. Your contribution will enable participants to have hands-on experience during
workshops and events.
</p>
</section>
<!-- Financial Sponsorship -->
<section class="text-center">
<h2 class="text-2xl text-blue-500 mb-4">Financial Sponsorship</h2>
<p class="text-gray-600 max-w-3xl mx-auto">
Help us ensure the smooth functioning of the conference through financial support. Choose from the
following sponsorship levels:
</p>
<div class="flex flex-wrap gap-6 justify-center mt-8">
<!-- Gold Sponsorship -->
<div class="bg-gray-100 border-2 border-yellow-400 rounded-lg shadow-lg p-6 w-72 text-center">
<h3 class="text-lg bg-yellow-400 text-black py-2 rounded-md">Gold Sponsor</h3>
<p class="text-gray-600 mt-4">
Contribute above ₹5,00,000 and enjoy benefits like:
</p>
<ul class="list-disc text-left text-gray-600 mt-4 pl-6">
<li>Branding on event materials and banners.</li>
<li>Logo featured on the main website.</li>
<li>Priority access to speak during sessions.</li>
</ul>
</div>
<!-- Silver Sponsorship -->
<div class="bg-gray-100 border-2 border-gray-400 rounded-lg shadow-lg p-6 w-72 text-center">
<h3 class="text-lg bg-gray-400 text-black py-2 rounded-md">Silver Sponsor</h3>
<p class="text-gray-600 mt-4">
Contribute ₹3,00,000 - ₹5,00,000 and enjoy benefits like:
</p>
<ul class="list-disc text-left text-gray-600 mt-4 pl-6">
<li>Branding on select event materials.</li>
<li>Logo on the sponsors' page of the website.</li>
</ul>
</div>
<!-- Bronze Sponsorship -->
<div class="bg-gray-100 border-2 border-[#cd7f32] rounded-lg shadow-lg p-6 w-72 text-center">
<h3 class="text-lg bg-[#cd7f32] text-white py-2 rounded-md">Bronze Sponsor</h3>
<p class="text-gray-600 mt-4">
Contribute below ₹3,00,000 and enjoy benefits like:
</p>
<ul class="list-disc text-left text-gray-600 mt-4 pl-6">
<li>Logo featured in thank-you sections.</li>
<li>Social media mentions as a sponsor.</li>
</ul>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer id="footer">
<div class="container padding-medium ">
<div class="row">
<div class="col-md-4 my-3">
<h5 class="text-uppercase fw-bold mb-4">Contact us</h5>
<p><iconify-icon class="social-icon text-primary fs-5 me-2" icon="mdi:location"
style="vertical-align:text-bottom"></iconify-icon> <span class="fw-bold">Address: </span> 30
E Lake St,
Chicago, USA</p>
<p><iconify-icon class="social-icon text-primary fs-5 me-2" icon="solar:phone-bold"
style="vertical-align:text-bottom"></iconify-icon> <span class="fw-bold">Phone: </span>
(510) 710-3464</p>
<p><iconify-icon class="social-icon text-primary fs-5 me-2" icon="ic:baseline-email"
style="vertical-align:text-bottom"></iconify-icon> <span class="fw-bold">Email: </span>
</p>
</div>
<div class="col-md-2 my-3">
<div class="footer-menu">
<h5 class="text-uppercase fw-bold mb-4">Links</h5>
<ul class="menu-list list-unstyled">
<li class="menu-item mb-2">
<a href="index.html" class="footer-link">Home</a>
</li>
<li class="menu-item mb-2">
<a href="#" class="footer-link">About us</a>
</li>
<li class="menu-item mb-2">
<a href="#" class="footer-link">Contact</a>
</li>
</ul>
</div>
</div>
<div class="col-md-2 my-3">
<div class="footer-menu">
<h5 class="text-uppercase fw-bold mb-4">support</h5>
<ul class="menu-list list-unstyled">
<li class="menu-item mb-2">
<a href="#" class="footer-link">FAQs</a>
</li>
<li class="menu-item mb-2">
<a href="#" class="footer-link">Support</a>
</li>
</ul>
</div>
</div>
<div class="col-md-3 my-3">
<div class="footer-menu">
<h5 class="text-uppercase fw-bold mb-4">Follow us</h5>
<div class="social-links mt-4">
<ul class="d-flex list-unstyled gap-3">
<li class="social">
<a href="#">
<iconify-icon class="social-icon fs-4 me-2"
icon="ri:facebook-fill"></iconify-icon>
</a>
</li>
<li class="social">
<a href="#">
<iconify-icon class="social-icon fs-4 me-2"
icon="ri:twitter-fill"></iconify-icon>
</a>
</li>
<li class="social">
<a href="#">
<iconify-icon class="social-icon fs-4 me-2"
icon="ri:pinterest-fill"></iconify-icon>
</a>
</li>
<li class="social">
<a href="#">
<iconify-icon class="social-icon fs-4 me-2"
icon="ri:instagram-fill"></iconify-icon>
</a>
</li>
<li class="social">
<a href="#">
<iconify-icon class="social-icon fs-4 me-2"
icon="ri:youtube-fill"></iconify-icon>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<div id="footer-bottom">
<hr class="m-0 text-black-50">
<div class="container py-3">
<div class="row mt-3">
<div class="col-md-6 copyright">
<p>© 2024 EPREC. All rights reserved.</p>
</div>
</div>
</div>
</div>
<script src="js/jquery-1.11.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe"
crossorigin="anonymous"></script>
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<script src="https://code.iconify.design/iconify-icon/1.0.7/iconify-icon.min.js"></script>
</body>
</html>