-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathsponsors1.php
678 lines (596 loc) · 32.2 KB
/
sponsors1.php
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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
<?php
include("./backend/user/functions/init.php");
$loggedIn = logged_in();
$celestaid=""; $access_token="";
if(logged_in()){
$celestaid = $_SESSION['celestaid'];
$access_token=$_SESSION['access_token'];
}
?>
<!DOCTYPE html>
<html lang="en" class="is-loading">
<meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="google-site-verification" content="CFwZqO_hmY2DPIR13xESIkBHT2_aBi8DzFyv306yz8Q" />
<link rel="apple-touch-icon" sizes="57x57" href="assets/meta-icons/apple-icon-57x57.html">
<link rel="apple-touch-icon" sizes="60x60" href="assets/meta-icons/apple-icon-60x60.html">
<link rel="apple-touch-icon" sizes="72x72" href="assets/meta-icons/apple-icon-72x72.html">
<link rel="apple-touch-icon" sizes="76x76" href="assets/meta-icons/apple-icon-76x76.html">
<link rel="apple-touch-icon" sizes="114x114" href="assets/meta-icons/apple-icon-114x114.html">
<link rel="apple-touch-icon" sizes="120x120" href="assets/meta-icons/apple-icon-120x120.html">
<link rel="apple-touch-icon" sizes="144x144" href="assets/meta-icons/apple-icon-144x144.html">
<link rel="apple-touch-icon" sizes="152x152" href="assets/meta-icons/apple-icon-152x152.html">
<link rel="apple-touch-icon" sizes="180x180" href="assets/meta-icons/apple-icon-180x180.html">
<link rel="icon" type="image/png" sizes="32x32" href="assets/meta-icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/meta-icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/meta-icons/favicon-16x16.png">
<meta name="application-name" content="McBride" />
<meta name="msapplication-square70x70logo" content="msapplication-square70x70logo.html" />
<meta name="msapplication-square150x150logo" content="msapplication-square150x150logo.html" />
<meta name="msapplication-square310x310logo" content="msapplication-square310x310logo.html" />
<meta name="msapplication-TileColor" content="#0b202b" />
<title>Celesta'19</title>
<meta name='description'
content='We are a passionate group of creative professionals who work across conceptional design, interior design, and architectural design.' />
<link rel='canonical' href='sponsors.php' />
<meta property='og:locale' content='en_us' />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-151382188-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-151382188-1');
</script>
<!-- / Sprout SEO Craft CMS plugin -->
<link rel="preload" href="assets/fonts/Neutraface2Text-Book.html" as="font" type="font/woff2" crossorigin="">
<link rel="preload" href="assets/fonts/Neutraface2Text-Demi.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="preload" href="assets/fonts/Neutraface2Text-Light.html" as="font" type="font/woff2" crossorigin="">
<style>
.nav_more_links{
color:grey;
font-size:15px;
}
@font-face {
font-family: "Neutraface Book";
src: url('assets/fonts/Neutraface2Text-Book.html') format('woff2'),
url('assets/fonts/Neutraface2Text-Book-2.html') format('woff');
}
@font-face {
font-family: "Neutraface Demi";
src: url('assets/fonts/Neutraface2Text-Demi.woff2') format('woff2'),
url('assets/fonts/Neutraface2Text-Demi.html') format('woff');
}
@font-face {
font-family: "Neutraface Light";
src: url('assets/fonts/Neutraface2Text-Light.html') format('woff2'),
url('assets/fonts/Neutraface2Text-Light-2.html') format('woff');
}
</style>
<link rel="stylesheet" href="_compiled/app.css">
</head>
<body>
<a class="sr" href="#barba-wrapper">Skip to Main Content</a>
<header class="site--header js-header">
<div href="#" class="menu-btn js-menu-btn o-media__icon no-barba">
<span class="icon x is--inactive"></span>
<span class="tx--caption">Menu</span>
</div>
<span class="logo-wrapper js-logo">
<a href="./" class="c-logo">
<svg class="c-logo__svg" width="48" height="41" viewBox="0 0 48 41" fill="none" xmlns="http://www.w3.org/2000/svg"></svg>
<img src="logo.png" style="width: 100px; position: relative; transform: translateY(-3px)">
<div class="c-logo__txt">
<span>A </span><span>Stellar Trek</span>
</div>
</a>
<div class="loading-content">
<p>Get TechXited</p>
</div>
</span>
<a href="./events.php" class="projects-btn o-media__icon tx--gray-light">
<span class="tx--caption">Events</span>
<svg class="icon icon-projects" width="19" height="18" fill="none">
<circle cx="1.5" cy="1.5" r="1.5" fill="currentColor" transform="translate(0 6)" />
<circle cx="1.5" cy="1.5" r="1.5" fill="currentColor" transform="translate(16 6)" />
<circle cx="1.5" cy="1.5" r="1.5" fill="currentColor" transform="translate(8 8)" />
<circle cx="1.5" cy="1.5" r="1.5" fill="currentColor" transform="translate(8)" />
<circle cx="1.5" cy="1.5" r="1.5" fill="currentColor" transform="translate(3 15)" />
<circle cx="1.5" cy="1.5" r="1.5" fill="currentColor" transform="translate(13 15)" />
</svg> </a>
</header>
<div class="site-nav js-nav">
<div class="nav-container">
<nav class="main-nav">
<ul>
<li>
<a class="main-nav__link tx--title-3 first" href="./" title="Home">Home</a>
</li>
<?php if(!$loggedIn) { ?>
<li>
<a class="main-nav__link tx--title-3" href="./backend/user/register.php" target="_blank" title="Register">Register</a>
</li>
<li>
<a class="main-nav__link tx--title-3" href="./backend/user/login.php" target="_blank" title="Login">Login</a>
</li>
<?php } else { ?>
<li>
<a class="main-nav__link tx--title-3" href="./backend/user/profile.php" target="_blank" title="Profile">Profile</a>
</li>
<?php } ?>
<li>
<a class="main-nav__link tx--title-3" href="./ca/ca.php" target="_blank" title="Gallery">Campus Ambassador</a>
</li>
<li>
<a class="main-nav__link tx--title-3" href="events.php" title="Events">Events</a>
</li>
<li>
<a class="main-nav__link tx--title-3 active" href="sponsors.php" title="Our Sponsors">Our Sponsors</a>
</li>
<li>
<a class="main-nav__link tx--title-3" href="gallery/gallery.php" target="_blank" title="Gallery">Gallery</a>
</li>
<li>
<a class="main-nav__link tx--title-3" href="team.php" title="Our Team">Our Team</a>
</li>
<li>
<a class="main-nav__link tx--title-3" href="connect.php" title="Contact Us">Contact Us</a>
</li>
<li>
<a class="main-nav__link tx--title-3" href="stepstoreg.php" title="Steps to Register">Steps to Register</a>
</li>
<!-- <li>
<a class="main-nav__link tx--title-3" href="careers.html" title="Careers">Careers</a>
</li> -->
</ul>
</nav>
<nav class="more-nav">
<span class="more-nav__label tx--callout nav_more_links">MORE</span>
<ul class="more-nav__list">
<span>
<li>
<a class="no-barba tx--caption first" href="https://www.facebook.com/CelestaIITP/" title="Facebook"
target="_blank">Facebook</a>
</li>
<li>
<a class="no-barba tx--caption" href="https://twitter.com/" title="Twitter"
target="_blank">Twitter</a>
</li>
<li>
<a class="no-barba tx--caption" href="https://www.instagram.com/celestaiitp_official/" title="Instagram"
target="_blank">Instagram</a>
</li>
<li>
<a class="no-barba tx--caption" href="https://www.youtube.com/channel/UCd8RpmJktBOwqT4OehcCjjg" title="Youtube"
target="_blank">Youtube</a>
</li>
<li>
<a class="no-barba tx--caption" href="https://www.linkedin.com/in/celesta-iit-patna-3722b6166/"
title="Linkedin" target="_blank">Linkedin</a>
</li>
</span>
<span>
<li>
<a class="main-nav__link" href="developers.php" title="Developers">Core Developers</a>
</li>
<!-- <li>
<a class="no-barba tx--caption" href="#" title="Site Credits" target="_blank">Link</a>
</li> -->
</span>
</ul>
</nav>
</div>
</div>
<main id="barba-wrapper" class="main">
<div class="barba-container" data-namespace="prismFaded" data-prismstroke="true">
<ul class="viewport-links">
<li class="left ">
<a href="./backend/user/register.php" target="_blank" title="Register" class="tx--caption">Register</a>
</li>
<li class="right ">
<a href="connect.php" title="Contact Us" class="tx--caption">Contact Us</a>
</li>
</ul>
<section id="company" class="company-section js-company">
<p class="company-intro__text">Our Sponsors</p>
<!-- <br><br><br><br><br>
<div class="company-intro">
<picture class="company-intro__image poly-3">
<source srcset="/assets/images/company/_2000x2000_fit_center-center_100/company-2.jpeg"
media="(min-width: 1200px)" />
<source
srcset="/assets/images/company/_1600x1600_fit_center-center_100/company-2.jpeg 1x, /assets/images/company/_2000x2000_fit_center-center_100/company-2.jpeg 2x"
media="(min-width: 800px)" />
<div class="company-intro__image-inner">
<img srcset="assets/images/company/universal-3.svg" style="width: 25%" alt="Company 2">
</div>
</picture>
</div> -->
<div class="brands-slider">
<!-- <h1 style="text-align: center" class="tx--aqua-bright">
Title 1
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17L14 11.5L9 6" stroke="currentColor" stroke-width="2"></path>
</svg>
</h1>
<div class="slider index-1"
data-flickity-options='{ "initialIndex": 2, "lazyLoad": 4, "wrapAround": true, "pageDots": false, "autoPlay": 4000, "prevNextButtons": false }'>
<picture>
<img class="carousel-cell-image"
data-flickity-lazyload-src="assets/images/company/cartoon-network-1.svg" />
</picture>
<picture>
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/company/crayola-1.svg" />
</picture>
</div>
<h1 style="text-align: center" class="tx--aqua-bright">
Title 2
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17L14 11.5L9 6" stroke="currentColor" stroke-width="2"></path>
</svg>
</h1>
<div class="slider index-1"
data-flickity-options='{ "initialIndex": 0, "lazyLoad": 4, "wrapAround": false, "pageDots": false, "autoPlay": 4000, "prevNextButtons": false }'>
<picture>
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/company/ideal-image.png" />
</picture>
<picture>
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/company/ideal-image.png" />
</picture>
<picture>
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/company/ideal-image.png" />
</picture>
</div> -->
<h1 style="text-align: center" class="tx--aqua-bright">
Associate Sponsor
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17L14 11.5L9 6" stroke="currentColor" stroke-width="2"></path>
</svg>
</h1>
<div class="slider index-1"
data-flickity-options='{ "initialIndex": 0, "lazyLoad": 4, "wrapAround": false, "pageDots": false, "autoPlay": 4000, "prevNextButtons": false }'>
<picture>
<a href="http://www.bsedc.bihar.gov.in/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/beltron.png" width="100%" />
</a>
</picture>
<picture>
<a href="http://www.rubanpatliputrahospital.com/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/ruban.png" width="100%" />
</a>
</picture>
</div>
<h1 style="text-align: center" class="tx--aqua-bright">
Power Sponsor
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17L14 11.5L9 6" stroke="currentColor" stroke-width="2"></path>
</svg>
</h1>
<div class="slider index-1"
data-flickity-options='{ "initialIndex": 0, "lazyLoad": 4, "wrapAround": false, "pageDots": false, "autoPlay": 4000, "prevNextButtons": false }'>
<picture>
<a href="https://www.onlinesbi.com/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/sbi.png" style="height:70px" />
</a>
</picture><picture>
<a href="https://www.axisbank.com/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/axis.png" style="height:70px" />
</a>
</picture><picture>
<a href="https://www.ntpc.co.in/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/ntpc.png" />
</a>
</picture>
</div>
<h1 style="text-align: center" class="tx--aqua-bright">
Event Sponsor
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17L14 11.5L9 6" stroke="currentColor" stroke-width="2"></path>
</svg>
</h1>
<div class="slider index-1"
data-flickity-options='{ "initialIndex": 0, "lazyLoad": 4, "wrapAround": false, "pageDots": false, "autoPlay": 4000, "prevNextButtons": false }'>
<picture>
<a href="http://icetl.com/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/icetl.png" />
</a>
</picture>
<picture>
<a href="https://www.engconvo.com/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/engconvo.png" />
</a>
</picture>
</div>
<h1 style="text-align: center" class="tx--aqua-bright">
Workshop Partner
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17L14 11.5L9 6" stroke="currentColor" stroke-width="2"></path>
</svg>
</h1>
<div class="slider index-1"
data-flickity-options='{ "initialIndex": 0, "lazyLoad": 4, "wrapAround": false, "pageDots": false, "autoPlay": 4000, "prevNextButtons": false }'>
<picture>
<a href="https://techobytes.com/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/techobyte.png" />
</a>
</picture>
</div>
<h1 style="text-align: center" class="tx--aqua-bright">
Key Partner
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17L14 11.5L9 6" stroke="currentColor" stroke-width="2"></path>
</svg>
</h1>
<div class="slider index-1"
data-flickity-options='{ "initialIndex": 0, "lazyLoad": 4, "wrapAround": false, "pageDots": false, "autoPlay": 4000, "prevNextButtons": false }'>
<picture>
<a href="https://www.heromotocorp.com/en-in/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/hero.png" />
</a>
</picture>
</div>
<h1 style="text-align: center" class="tx--aqua-bright">
Strategic Partner
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17L14 11.5L9 6" stroke="currentColor" stroke-width="2"></path>
</svg>
</h1>
<div class="slider index-1"
data-flickity-options='{ "initialIndex": 0, "lazyLoad": 4, "wrapAround": false, "pageDots": false, "autoPlay": 4000, "prevNextButtons": false }'>
<picture>
<a href="http://www.startup.bihar.gov.in/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/startupbihar.png" />
</a>
</picture>
</div>
<h1 style="text-align: center" class="tx--aqua-bright">
Advisory Partner
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17L14 11.5L9 6" stroke="currentColor" stroke-width="2"></path>
</svg>
</h1>
<div class="slider index-1"
data-flickity-options='{ "initialIndex": 0, "lazyLoad": 4, "wrapAround": false, "pageDots": false, "autoPlay": 4000, "prevNextButtons": false }'>
<picture>
<a href="https://eventomindia.jimdofree.com/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/eventom.png" style="height:70px;width:100px" />
</a>
</picture>
</div>
<h1 style="text-align: center" class="tx--aqua-bright">
Hospitality Partner
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17L14 11.5L9 6" stroke="currentColor" stroke-width="2"></path>
</svg>
</h1>
<div class="slider index-1"
data-flickity-options='{ "initialIndex": 0, "lazyLoad": 4, "wrapAround": false, "pageDots": false, "autoPlay": 4000, "prevNextButtons": false }'>
<picture>
<a href="http://www.amalfigrand.com/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/AmalfiGrand.png" style="height:70px" />
</a>
</picture>
</div>
<h1 style="text-align: center" class="tx--aqua-bright">
Coding Partner
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17L14 11.5L9 6" stroke="currentColor" stroke-width="2"></path>
</svg>
</h1>
<div class="slider index-1"
data-flickity-options='{ "initialIndex": 0, "lazyLoad": 4, "wrapAround": false, "pageDots": false, "autoPlay": 4000, "prevNextButtons": false }'>
<picture>
<a href="https://www.hackerearth.com/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/hackerearth_new.png" />
</a>
</picture>
</div>
<h1 style="text-align: center" class="tx--aqua-bright">
Implementation Partner
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17L14 11.5L9 6" stroke="currentColor" stroke-width="2"></path>
</svg>
</h1>
<div class="slider index-1"
data-flickity-options='{ "initialIndex": 0, "lazyLoad": 4, "wrapAround": false, "pageDots": false, "autoPlay": 4000, "prevNextButtons": false }'>
<picture>
<a href="http://www.techprolabz.com/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/techprolabz.png" style="transform: scale(2);" />
</a>
</picture>
<picture>
<a href="http://sybytech.com/?fbclid=IwAR1Yk3rLW8pPPHm-YQz_isoJZyWsBAjA6U5f-7dvMJj69VpKI6PASytOFz4">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/sybyline.png" style="transform: scale(2);" />
</a>
</picture>
<picture>
<a href="https://www.facebook.com/Eduquis-Technology-114371789937992/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/eduquis.png" style="height:70px;width:70px" />
</a>
</picture>
</div>
<h1 style="text-align: center" class="tx--aqua-bright">
Beverage Partner
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17L14 11.5L9 6" stroke="currentColor" stroke-width="2"></path>
</svg>
</h1>
<div class="slider index-1"
data-flickity-options='{ "initialIndex": 0, "lazyLoad": 4, "wrapAround": false, "pageDots": false, "autoPlay": 4000, "prevNextButtons": false }'>
<picture>
<a href="https://www.coca-colaindia.com/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/coca.png" style="height:80px" />
</a>
</picture>
</div>
<h1 style="text-align: center" class="tx--aqua-bright">
Audio Partner
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17L14 11.5L9 6" stroke="currentColor" stroke-width="2"></path>
</svg>
</h1>
<div class="slider index-1"
data-flickity-options='{ "initialIndex": 0, "lazyLoad": 4, "wrapAround": false, "pageDots": false, "autoPlay": 4000, "prevNextButtons": false }'>
<picture>
<a href="https://zebronics.com/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/zebronics2.png" />
</a>
</picture>
</div>
<h1 style="text-align: center" class="tx--aqua-bright">
Merchandise Partner
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17L14 11.5L9 6" stroke="currentColor" stroke-width="2"></path>
</svg>
</h1>
<div class="slider index-1"
data-flickity-options='{ "initialIndex": 0, "lazyLoad": 4, "wrapAround": false, "pageDots": false, "autoPlay": 4000, "prevNextButtons": false }'>
<picture>
<a href="http://www.layyon.com/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/layyon.png" style="height:80px" />
</a>
</picture>
</div>
<h1 style="text-align: center" class="tx--aqua-bright">
Media Partner
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17L14 11.5L9 6" stroke="currentColor" stroke-width="2"></path>
</svg>
</h1>
<div class="slider index-1"
data-flickity-options='{ "initialIndex": 0, "lazyLoad": 4, "wrapAround": false, "pageDots": false, "autoPlay": 4000, "prevNextButtons": false }'>
<picture>
<a href="http://patnaites.com/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/patnaites.png" style="height:80px" />
</a>
</picture>
<picture>
<a href="https://www.facebook.com/AmazingBiharJharkhand/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/ABJ.png" />
</a>
</picture>
<picture>
<a href="https://www.hindustantimes.com/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/hindustantimes.png" width="100%" />
</a>
</picture>
</div>
<h1 style="text-align: center" class="tx--aqua-bright">
Radio Partner
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17L14 11.5L9 6" stroke="currentColor" stroke-width="2"></path>
</svg>
</h1>
<div class="slider index-1"
data-flickity-options='{ "initialIndex": 0, "lazyLoad": 4, "wrapAround": false, "pageDots": false, "autoPlay": 4000, "prevNextButtons": false }'>
<picture>
<a href="https://www.redfmindia.in/patna">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/redfm.png" style="height:80px" />
</a>
</picture>
</div>
<h1 style="text-align: center" class="tx--aqua-bright">
Management Partner
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17L14 11.5L9 6" stroke="currentColor" stroke-width="2"></path>
</svg>
</h1>
<div class="slider index-1"
data-flickity-options='{ "initialIndex": 0, "lazyLoad": 4, "wrapAround": false, "pageDots": false, "autoPlay": 4000, "prevNextButtons": false }'>
<picture>
<a href="">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/CommunityEvents.png" style="height:70px;width:100px" />
</a>
</picture>
</div>
<h1 style="text-align: center" class="tx--aqua-bright">
Gifting Partner
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17L14 11.5L9 6" stroke="currentColor" stroke-width="2"></path>
</svg>
</h1>
<div class="slider index-1"
data-flickity-options='{ "initialIndex": 0, "lazyLoad": 4, "wrapAround": false, "pageDots": false, "autoPlay": 4000, "prevNextButtons": false }'>
<picture>
<a href="https://www.thesouledstore.com/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/thesouledstore.png" style="height:80px" />
</a>
</picture>
</div>
<h1 style="text-align: center" class="tx--aqua-bright">
Online Savings Partner
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17L14 11.5L9 6" stroke="currentColor" stroke-width="2"></path>
</svg>
</h1>
<div class="slider index-1"
data-flickity-options='{ "initialIndex": 0, "lazyLoad": 4, "wrapAround": false, "pageDots": false, "autoPlay": 4000, "prevNextButtons": false }'>
<picture>
<a href="https://www.grabon.in/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/grabon.png" />
</a>
</picture>
</div>
<h1 style="text-align: center" class="tx--aqua-bright">
Privilege Partner
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17L14 11.5L9 6" stroke="currentColor" stroke-width="2"></path>
</svg>
</h1>
<div class="slider index-1"
data-flickity-options='{ "initialIndex": 0, "lazyLoad": 4, "wrapAround": false, "pageDots": false, "autoPlay": 4000, "prevNextButtons": false }'>
<picture>
<a href="https://www.swiggy.com/">
<img class="carousel-cell-image" data-flickity-lazyload-src="assets/images/sponsors/swiggy.png" style="height:70px;width:100px" />
</a>
</picture>
</div>
</div>
</section>
</div>
</main>
<div class="site-bg js-site-bg">
<svg class="site-bg__base" width="391" height="443" viewBox="0 0 391 443" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path id="base-1"
d="M263.271 0L38.182 14.4553L0.126221 74.5177L72.5441 122.478L17.699 193.746L57.9998 333.87L160.632 389.621L256.219 354.099L272.113 290.899L339.158 269.833L374.08 218.399L383.034 97.0412L263.271 0Z"
fill="#061923" />
</svg>
<svg class="site-bg__prism" width="520" height="520" viewBox="0 0 520 520" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g class="site-bg__prism-paths" fill="url(#prism-gradient)" stroke="url(#prism-stroke)">
<path opacity="0.1"
d="M514.866 109.292L438.382 14.8205L350.185 0.444092L288.748 14.7573L211.834 21.9358L127.705 19.2287L60.4896 58.5935L0.649414 171.596L6.45021 361.159L84.8981 469.475L180.303 502.738L312.331 475.688L385.241 432.514L449.25 354.119L494.213 260.279L521.272 162.775L514.866 109.292Z" />
<path opacity="0.2"
d="M455.868 255.512L464.687 152.614L448.838 96.1473L391.329 38.7099L197.838 37.3079L95.7332 54.7909L4.70752 210.801L27.3383 362.114C27.3383 362.114 109.838 457.628 107.337 456.479H296.338L434.338 314.114L455.868 255.512Z" />
<path opacity="0.3"
d="M402.586 295.972L409.891 151.972L366.586 83.9716L250.086 61.4716L123.586 61.4716L22.5864 193.972L77.0864 412.972L244.586 439.972L402.586 314.972V295.972Z" />
<path opacity="0.4"
d="M360.932 328.762L358.099 147.269L249.38 91.3844L153.889 77.351L37.5862 176.972L55.9904 384.147L195.667 422.738L348.275 345.182L360.932 328.762Z" />
<path opacity="0.5"
d="M323.95 304.021L304.092 148.712L206.901 110.288L125.052 106.567L43.7476 195.102L72.3455 378.019L193.851 398.916L323.95 314.972V304.021Z" />
<path opacity="0.6"
d="M297.338 299.114L279.613 165.114L185.392 131.765L116.586 127.101L49.8015 205.165L76.8651 369.824L179.267 390.602L279.613 321.005L297.338 299.114Z" />
<path
d="M271.338 263.472L246.113 168.411L174.338 138.972L118.586 144.972L66.0864 201.972L96.0864 346.472L174.338 373.472L271.338 306.972V263.472Z" />
</g>
<defs>
<linearGradient id="prism-gradient" x1="521.272" y1="167" x2="15" y2="378" gradientUnits="userSpaceOnUse">
<stop stop-color="#3850CF" />
<stop offset="1" stop-color="#00FFEE" />
</linearGradient>
<linearGradient id="prism-stroke" x1="521.272" y1="167" x2="15" y2="378" gradientUnits="userSpaceOnUse">
<stop stop-color="#3850CF" />
<stop offset="1" stop-color="#00FFEE" />
</linearGradient>
</defs>
</svg>
</div>
<script src="_compiled/vendor.js" async></script>
<script src="_compiled/app.js" async></script>
</body>
<!-- Mirrored from mcbridedesign.com/company by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 20 Aug 2019 12:01:22 GMT -->
</html>