-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
715 lines (574 loc) · 48.3 KB
/
index.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
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
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1">
<title>tathva '15 </title>
<script type="text/javascript" src="./assets2015/market/js/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="./assets2015/market/js/jquery-migrate.min.js"></script>
<script type="text/javascript" src="./assets2015/market/js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="./assets2015/market/js/particle.js"></script>
<link rel="stylesheet" href="./assets2015/market/css/bootstrap.min.css" type="text/css" media="screen" />
<link rel="stylesheet" href="./assets2015/market/css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="./assets2015/market/css/jquery.fancybox.css" type="text/css" media="screen" />
<script type="text/javascript" src="./assets2015/market/js/TweenMax.min.js"></script>
<script type="text/javascript" src="./assets2015/market/js/jquery.scrollmagic.js"></script>
<link rel="stylesheet" href="./assets2015/market/css/jquery.fancybox.css" type="text/css" media="screen" />
<script type="text/javascript" src="./assets2015/market/js/jquery.fancybox.pack.js?v=2.1.5"></script>
<script src="./assets2015/market/js/bjqs-1.3.js"></script>
<link type="text/css" rel="Stylesheet" href="./assets2015/market/css/bjqs.css" />
<link rel="stylesheet" type="text/css" href="./assets2015/market/css/menu_sideslide.css">
<link rel="icon" href="./assets2015/market/img/icon.png" type="image/png">
<link rel="shortcut icon" href="./assets2015/market/img/icon.png" type="image/png">
</head>
<body>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="menu-wrap">
<nav class="menu">
<div class="icon-list">
<a href="#home_page" class="sidebar-link"><i class="fa fa-fw "></i><span>Home</span></a>
<a href="#about_us_page" class="sidebar-link"><i class="fa fa-fw "></i><span>About Us</span></a>
<a href="#events_page" class="sidebar-link"><i class="fa fa-fw "></i><span>Events</span></a>
<a href="#why_page" class="sidebar-link"><i class="fa fa-fw "></i><span>Why sponsor us</span></a>
<a href="#t14_page" class="sidebar-link"><i class="fa fa-fw "></i><span style="font-family: fontastique">tathva '14</span></a>
<a href="#gallery_page" class="sidebar-link"><i class="fa fa-fw"></i><span>Gallery</span></a>
<a href="#media_page" class="sidebar-link"><i class="fa fa-fw "></i><span>Media</span></a>
<a href="#sponser_page" class="sidebar-link"><i class="fa fa-fw "></i><span>Previous Sponsors</span></a>
<a href="#contact_page" class="sidebar-link"><i class="fa fa-fw "></i><span>Contact Us</span></a>
</div>
</nav>
<button class="close-button" id="close-button">Close Menu</button>
</div><!--menu-wrap-->
<button class="menu-button" id="open-button">Open Menu</button><!--menu-button-->
<div class="content-wrap1">
<header id="topheader">
<nav class="special_nav">
<center><ul><li><a href="#home_page">Home</a></li>
<li><a href="#about_us_page">About us</a></li>
<li><a href="#t14_page" style="font-family: fontastique">tathva '14 </a></li>
<li><a href="#events_page">Events</a></li>
<li><a href="#why_page">Why sponsor us</a></li>
<li><a href="#gallery_page">Gallery</a></li>
<li><a href="#media_page">Media</a></li>
<li><a href="#sponser_page">Previous Sponsers</a></li>
<li><a href="#contact_page">Contact Us</a></li>
</ul></center>
</nav>
</header>
<div class="front-page" id="home_page" style="position:relative;min-height:500px">
<div class="hidden-xs hidden-sm">
<canvas id="canvas" width="1200" height="500" style="margin:0 auto;text-align:center"></canvas>
</div>
<div class="sidebox">
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-8 col-xs-12 col-sm-8 col-sm-offset-2">
<div class="fb-like" data-href="https://facebook.com/tathva/" data-layout="button_count" data-action="like" data-show-faces="true" data-share="true"></div>
<h1>tathva'15</h1>
<a href="#" class="brochure">Download Brochure</a>
<h2>ideate. illuminate. revolitionise</h2>
<img class="hidden-md hidden-lg" style="width:50%;margin-top: 15px" src="./assets2015/market/img/logo.png">
</div>
</div>
</div>
</div>
</div><!--front-page-->
<div class="about-page" id="about_us_page">
<h1>about us</h1>
<div class="about-sidebar">
<img src="./assets2015/market/img/logo.png">
</div>
<p>
At the dawn of this century, a group of enterprising students struck fire from flint and steel,
never imagining that those flames would grow into a firestorm – Tathva, the annual techno-management
festival of NIT Calicut. What started out as a humble symposium of intrigued minds has escalated to
become one of the biggest fiestas the nation witnesses. Tathva is the flight of a single banner that
draws countless followers each year, united in their quest for technical and artistic excellence.
</p>
<p>
Growing by epic proportions ever since its inception in 2002, Tathva aims to further the frontiers
of possibility through events, workshops and competitions that drive students to explore their
personal best. Beckoning forth an audience of thousands and judging panels composed of the nation’s
premiers, you will find the most stellar platform created for the outpour of sheer talent.
</p>
<p>
Tathva ’15 hurtles its way to reality at break-neck speed, hauling a staggering event list that proves
to enrapture every single one of its attendees. Be it the top-notch Robotics and Automobile display,
or the high-stakes Coder wars and Blitzkrieg, the festival will unleash the tech-wired genius in its
participants. Let the artistic realm of Adizya ravish your souls and the pulse of the competitions
resonate with the livewire in you. Come, join our joie de vivre.
Throw off the bowlines, sail away from the safe harbour of the normal, and set course for the experience
of a lifetime.
</p>
<p>
Ideate. Illuminate. Revolutionize.
</p>
</div><!--about-page-->
<div class="t14-page" id="t14_page" style="position:relative">
<div class="container-fluid">
<h1 style="font-family: fontastique">tathva 14</h1>
<div class="row">
<div class="col-md-8">
<p>The fond memories of Tathva ‘14 will remain immortal in the minds of the all those who took part. Tathva ‘14 was immeasurably bigger and better than its predecessors - the ultimate experience of technology and euphoria with participants competing for prizes worth Rs.1.8 million. Enlightening talks by Dr. Nupur Kohli , Varun Aggarwal, Dr. Rajeev Khosla, Bikash Sinha coupled with awe-inspiring exhibitions by the Indian Army and DRDO highlighted the fest.
The fourth edition of Aavishkaar scaled new heights with innovative projects-lighting up of houses in Malappuram, setting up a DTP centre in Koylandi and restoration of equipment at the Kozhikode Medical College. Clueless, the online game had everyone racking their brains to win the championship title. The artistic and aesthetic minds found their niche in Adizya which held the beautiful URAVU bamboo workshop and numerous lectures. Wheels thrilled the audience again with its audacious stunt-shows and state of the art automobiles.
The star studded proshows of Tathva ‘14 held the crowd enthralled as Jonita Gandhi, Girish and the Chronicles and DJ Nucleya escalated the crowds to new heights of musical rhapsody. Tathva ’14 took the standards of the techno-management symposium to a completely different level.
</p>
</div>
<div class="col-md-4" style="text-align: center;">
<a href="./2014/" target="_blank">tathva'14</a>
</div>
</div>
</div>
</div><!--t14-page-->
<div id="events_page">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 col-sm-12" >
<div class="details-col">
<div class="details-bar">
<img src="./assets2015/market/img/tileicons/events.png" >
<h1>Events</h1>
</div>
<p>Classroom learning is one thing, applying it is quite another. After all, actions prevail where words fail. Tathva'15 provides an ideal platform to interact with participants from the nation's premier institutions , as they compete for the prizes worth more than Rs 1.8 million. From racing remote cars to testing managerial skills, Tathva has them all.
Associate and interact with some of the brightest minds from across the country as they try their hand at coding, robotics, biotechnology, gaming and much more.</p>
</div>
</div><!--lectures-page-->
<div class="col-md-6 col-sm-12">
<div class="details-col" >
<div class="details-bar">
<img src="./assets2015/market/img/tileicons/lec.png">
<h1>Lectures</h1>
</div>
<p>Lectures need not always be boring. And at Tathva, they never are. The lecture series at Tathva has seen pioneers from multiple fields sharing their ideas and knowledge. Dr. A.P.J.Abdul Kalam, former President of India, Jimmy Wales,founder of Wikipedia, Richard Stallman, founder of GNU, Dr.Rajeev Khosla, renowned scientist, are just some of the distinguished personalities who have graced the Tathva stage. Tathva '15 promises to have an even more interesting array of lectures and lecturers alike to make this Tathva an unmissable event in your calendar.</p>
</div>
</div><!--lectures-page-->
</div>
<div class="row">
<div class="col-md-6 col-sm-12" >
<div class="details-col" >
<div class="details-bar" >
<img src="./assets2015/market/img/tileicons/workshop.png" >
<h1>Workshops</h1>
</div>
<p>True to its belief that one never learns unless one has experienced, Tathva aims to develop practical skills in a wide range of fields through its plethora of highly sought after workshops. The workshops explore a wide range of fields, engineering and otherwise, ranging from cyber security to mind dynamics. Feast your brain with all the knowledge you can get, for this Tathva, you'll have a bigger platter to choose from.
</p>
</div>
</div><!--lectures-page-->
<div class="col-md-6 col-sm-12">
<div class="details-col">
<div class="details-bar">
<img src="./assets2015/market/img/tileicons/exhibition.png" >
<h1>Exhibitions</h1>
</div>
<p>Witness the technical extravaganza at display at one of the finest exhibitions in the country. Previously, host to exhibits like the Indian Army’s barrage of weaponry that keep India safe, human emotion detecting robots Matilda, and NITC’s own Robotics Interest Groups’ contraptions, Tathva ’15 has a lot more in store for the enthusiastic tech fanatics!
</p>
</div>
</div><!--lectures-page-->
</div>
</div>
</div>
<div class="parallax-first parallax-holder">
<div class="parallax-image" style="transform: translate3d(0px, 0px, 0.01px); background-image: url(./assets2015/market/img/events.jpg);"></div>
</div> <!--parallax-first-->
<div class="container-fluid">
<div class="row">
<div class="col-md-6 col-sm-12" >
<div class="details-col">
<div class="details-bar" >
<img src="./assets2015/market/img/tileicons/aavishkaar.png">
<h1>Aavishkaar</h1>
</div>
<p>As a master of science, it is an engineer’s moral obligation to provide creative solutions to obstacles that the needy in our society face. Aavishkaar was conceived with that goal in mind. The social initiative of Tathva gives you the opportunity to use the ingenuity and knowledge that you have garnered from your classrooms for the betterment of society.
Aavishkaar is driven by the belief that to catalyze development in our nation, basic amenities like healthcare and drinking water be accessible to every individual in the community.
Over the past few years, Aavishkaar has grown into a revolution. Inventing a multifunctional wheelchair that can climb stairs, electrification of schools and villages in Wayanad and Malappuram, restoration of equipments in Kozhikode Medical College, setting up a DTP centre in Koylandi are some of the groundbreaking projects that have been undertaken by Aavishkaar. Join us this Tathva in taking forth the revolution.
</div>
</div><!--lectures-page-->
<div class="col-md-6 col-sm-12">
<div class="details-col" >
<div class="details-bar" >
<img src="./assets2015/market/img/tileicons/adizya.png">
<h1>Adizya</h1>
</div>
<p>At Tathva, where the best technical minds of the country meet to compete and learn, the artistically inclined have carved out a niche for themselves – Adizya. Adizya, organized by the architecture students of NIT-C, has grown to become a synonym for creative marvel in the realm of college fests by taking artistic talent and intent to higher levels of realization with each passing year. In its run, Adizya has broadened the horizons of the swell of students, with avant-garde workshops, as Adizya '14 exemplified with URAVU. The exclusive lecture series has seen the likes of Padmashree Ar: G Shankar who spearheaded the Green Architecture Revolution, grace the event. Adizya is the perfect avenue to nurture young talent, for art and technology to meet and find common ground, and for the creatively enterprising to be pitted against the best in the leagues.</p>
</div>
</div><!--lectures-page-->
</div>
<div class="row">
<div class="col-md-6 col-sm-12" >
<div class="details-col" >
<div class="details-bar" >
<img src="./assets2015/market/img/tileicons/wheels.png" style="width:80px;height:80px;left:0;top:-20px">
<h1>Wheels</h1>
</div>
<p>The annual auto-tech show of Tathva, with tons of exotic and vintage cars, off roaders, superbikes and vehicle component expo from all over the world, is back. Accelerate your adrenaline with the adventurous and thrilling bike stunt performances that Wheels offers. Feast your eyes on Harleys, Ferraris, Lamborghinis; displays by exclusive car clubs, wild choppers and stunt shows by professional stunt teams. Not just about ultra-modern motor vehicles, with Wheels you can also polish your knowledge of the automobile world with workshops, quizzes and talks.
For the automobile maniacs out there, Wheels brings to you the ultimate experience.
Get your energy boosted, and be there.</p>
</div>
</div><!--lectures-page-->
<div class="col-md-6 col-sm-12">
<div class="details-col">
<div class="details-bar" >
<img src="./assets2015/market/img/tileicons/proshow.png">
<h1 s>Proshows</h1>
</div>
<p>
Be a spectator for one of the grandest performances by the finest artists on the most vibrant stage in South India. Get ready to witness the ultimate in celebration at a fest that has witnessed Toronto’s Nightingale, Jonita Gandi’s enchanting melodies, DJ Nucleya’s ear-dilapidating party music, and GATC’s metal music lustre. Tathva ’15 will bring you something better than you’ve seen or heard before.
</p>
</div>
</div><!--lectures-page-->
</div>
</div>
<!--event end -->
<div class="why-page" id="why_page">
<div class="why-head">
<h1>Why Sponsor Us</h1>
</div>
<ul class="insights" >
<li class="insight-part1 active">
<div class="body res_body" style="">
<p>Over a bout of 13 years, Tathva has grown into one of the finest techno-management fests in the nation, enthralling a myriad of students, academia, corporates and enthusiasts from across the country for a 4 day long experience on edge. The wholly student organized endeavor having raced its way up to being South India’s 2nd largest techfest, is now ready to kick off its new edition.
</p><p>Enticing over 800 colleges, from the diverse expanse of India, Tathva '15 guarantees a multicultural gathering of minds, bringing about a turbocharged visibility of its associates nation-wide.</p>
</div>
<div class="item" style="transform: matrix(1, 0, 0, 1, 0, 0);">
<span class="image" style="background: #3B5998">
<img src="assets2015/market/img/tileicons/why_fb.png" style="width:100%">
</span>
</div>
</li>
<li class="insight-part2">
<div class="item" style="transform: matrix(1, 0, 0, 1, 0, 0);">
<span class="image" style="background:#00C853">
<img src="assets2015/market/img/tileicons/why_college.png" style="width:100%">
</span>
</div>
</li>
<li class="insight-part3">
<div class="body res_body" style="">
<p>Every edition of Tathva offers a plethora of popular flagship events – Aavishkaar, Wheels, Samasya, Clueless, Blitzkrieg; Lectures, Exhibitions, Workshops and Proshows, all of which receive the central attention of the masses.</p>
<p>Print and online media branding through national dailies and social networking websites.</p>
<p>Well-functioning stalls and kiosks exhibiting products and services, and promotional events throughout the length of the fest guarantee effective promotion among the target audience.
</p>
</div>
<div class="item" style="transform: matrix(1, 0, 0, 1, 0, 0);">
<span class="image" style="background:#F64747">
<img src="assets2015/market/img/tileicons/why_footfall.png" style="width:100%">
</span>
</div>
</li>
<li class="insight-part4">
<div class="item" style="transform: matrix(1, 0, 0, 1, 0, 0);">
<span class="image" style="background:#616161">
<img src="assets2015/market/img/tileicons/why_webs.png" style="width:100%">
</span>
</div>
</li>
<li class="insight-part5">
<div class="body res_body" >
<p>Wide scale promotion through posters sent to over 900 colleges across the nation, and through event posters displayed at prime view-points in Calicut city.</p>
<p>Massive brand impact on the youth crowd by means of banners, video advertisements and interactive sessions.</p>
<p>Everlasting association through the official Tathva T-shirt and other merchandise.</p>
</div>
<div class="item" style="transform: matrix(1, 0, 0, 1, 0, 0);">
<span class="image" style="background:#AA00FF">
<img src="assets2015/market/img/tileicons/why_events.png" style="width:100%">
</span>
</div>
</li>
<!--li class="insight-part6">
<div class="item" style="transform: matrix(1, 0, 0, 1, 0, 0);">
<span class="image" style="background:#F00"></span>
</div>
</li-->
</ul>
</div><!--why-page-->
<!--div style="display:block;clear:both;background:#000">.</div-->
<div class="gallery-page" id="gallery_page" >
<h1 style="font-size:2em;text-align:center;padding-top:5px;"> Gallery</h1>
<div id="galleryslideshow" class="slideshowwrap">
<ul class="bjqs container-fluid">
<li class="row">
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/1.jpg"><img src="./assets2015/market/img/gallery/thumbs/1.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/2.jpg"><img src="./assets2015/market/img/gallery/thumbs/2.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/3.jpg"><img src="./assets2015/market/img/gallery/thumbs/3.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/4.jpg"><img src="./assets2015/market/img/gallery/thumbs/4.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/5.jpg"><img src="./assets2015/market/img/gallery/thumbs/5.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/6.jpg"><img src="./assets2015/market/img/gallery/thumbs/6.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/7.jpg"><img src="./assets2015/market/img/gallery/thumbs/7.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/8.jpg"><img src="./assets2015/market/img/gallery/thumbs/8.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/9.jpg"><img src="./assets2015/market/img/gallery/thumbs/9.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/10.jpg"><img src="./assets2015/market/img/gallery/thumbs/10.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/11.jpg"><img src="./assets2015/market/img/gallery/thumbs/11.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/12.jpg"><img src="./assets2015/market/img/gallery/thumbs/12.jpg"/></a>
</li>
<li class="row">
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/13.jpg"><img src="./assets2015/market/img/gallery/thumbs/13.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/14.jpg"><img src="./assets2015/market/img/gallery/thumbs/14.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/15.jpg"><img src="./assets2015/market/img/gallery/thumbs/15.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/16.jpg"><img src="./assets2015/market/img/gallery/thumbs/16.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/17.jpg"><img src="./assets2015/market/img/gallery/thumbs/17.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/18.jpg"><img src="./assets2015/market/img/gallery/thumbs/18.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/19.jpg"><img src="./assets2015/market/img/gallery/thumbs/19.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/20.jpg"><img src="./assets2015/market/img/gallery/thumbs/20.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/21.jpg"><img src="./assets2015/market/img/gallery/thumbs/21.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/22.jpg"><img src="./assets2015/market/img/gallery/thumbs/22.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/23.jpg"><img src="./assets2015/market/img/gallery/thumbs/23.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/24.jpg"><img src="./assets2015/market/img/gallery/thumbs/24.jpg"/></a>
</li>
<li class="row">
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/25.jpg"><img src="./assets2015/market/img/gallery/thumbs/25.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/26.jpg"><img src="./assets2015/market/img/gallery/thumbs/26.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/27.jpg"><img src="./assets2015/market/img/gallery/thumbs/27.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/28.jpg"><img src="./assets2015/market/img/gallery/thumbs/28.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/29.jpg"><img src="./assets2015/market/img/gallery/thumbs/29.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/30.jpg"><img src="./assets2015/market/img/gallery/thumbs/30.jpg"/></a>
<a class="fancybox gallerythumb col-md-offset-1 col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/31.jpg"><img src="./assets2015/market/img/gallery/thumbs/31.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/32.jpg"><img src="./assets2015/market/img/gallery/thumbs/32.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/33.jpg"><img src="./assets2015/market/img/gallery/thumbs/33.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/34.jpg"><img src="./assets2015/market/img/gallery/thumbs/34.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/gallery/35.jpg"><img src="./assets2015/market/img/gallery/thumbs/35.jpg"/></a>
</li>
</ul>
</div>
</div> <!--gallery-page-->
<div class="parallax-second parallax-holder">
<div class="parallax-image" style="transform: translate3d(0px, 0px, 0.01px); background-image: url(./assets2015/market/img/image3.jpg);"></div>
</div> <!--parallax-second-->
<div class="media-page" id="media_page">
<h1 style="font-size:2em;text-align:center;padding-top:5px;"> Media </h1>
<div id="galleryslideshow2" class="slideshowwrap">
<ul class="bjqs container-fluid">
<li class="row">
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/media/1.jpg"><img src="./assets2015/market/img/media/thumbs/1.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/media/2.jpg"><img src="./assets2015/market/img/media/thumbs/2.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/media/3.jpg"><img src="./assets2015/market/img/media/thumbs/3.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/media/4.jpg"><img src="./assets2015/market/img/media/thumbs/4.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/media/5.png"><img src="./assets2015/market/img/media/thumbs/5.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/media/6.jpg"><img src="./assets2015/market/img/media/thumbs/6.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/media/7.jpg"><img src="./assets2015/market/img/media/thumbs/7.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/media/8.jpg"><img src="./assets2015/market/img/media/thumbs/8.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/media/9.jpg"><img src="./assets2015/market/img/media/thumbs/9.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/media/10.jpg"><img src="./assets2015/market/img/media/thumbs/10.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/media/11.JPG"><img src="./assets2015/market/img/media/thumbs/11.jpg"/></a>
<a class="fancybox gallerythumb col-md-2 col-xs-3" rel="group" href="./assets2015/market/img/media/12.JPG"><img src="./assets2015/market/img/media/thumbs/12.jpg"/></a>
</li>
</ul>
</div>
</div> <!--media-page-->
<div class="parallax-third parallax-holder">
<div class="parallax-image" style="transform: translate3d(0px, 0px, 0.01px); background-image: url(./assets2015/market/img/image2.jpg);"></div>
</div> <!--parallax-third-->
<div class="sponsors-page" id="sponser_page">
<h1 style="font-size:2em;text-align:center;padding-top:5px;"> Previous Sponsors</h1>
<div id="galleryslideshow3" class="slideshowwrap">
<ul class="bjqs container-fluid">
<li class="row">
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/01.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/02.png"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/03.png"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/04.png"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/05.png"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/06.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/07.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/08.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/09.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/010.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/011.png"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/012.png"/></a>
</li>
<li class="row">
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/1.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/2.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/3.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/4.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/5.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/6.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/7.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/8.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/9.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/10.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/11.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/12.jpg"/></a>
</li>
<li class="row">
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/13.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/14.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/15.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/16.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/17.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/18.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/19.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/20.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/21.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/22.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/23.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/24.jpg"/></a>
</li>
<li class="row">
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/25.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/26.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/27.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/28.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/29.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/30.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/31.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/32.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/33.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/34.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/35.jpg"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/36.png"/></a>
</li>
<li class="row">
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/37.png"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/38.png"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/39.png"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/40.png"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/41.png"/></a>
<a class="gallerythumb col-md-2 col-xs-3" rel="group" href=""><img src="./assets2015/market/img/sponsors/42.png"/></a>
</li>
</ul>
</div>
</div> <!--sponsor-page-->
<div class="parallax-fourth parallax-holder">
<div class="parallax-image" style="transform: translate3d(0px, 0px, 0.01px); background-image: url(./assets2015/market/img/image7.jpg);"></div>
</div> <!--parallax-forth-->
<div class="contact-page" id="contact_page" >
<h1 style="font-size:2em;text-align:center;padding-top:5px;">Contact Us</h1>
<div class="team">
<h2 style="text-align:center">Marketing</h2>
<ul class="member pointtwo">
<li>Balu Mathews</li>
<li>+91 9947660556</li>
<li><p>[email protected]</p></li>
</ul>
<ul class="member pointtwo">
<li>Albert Joseph</li>
<li>+91 9747973298</li>
<li><p>[email protected]</p></li>
</ul>
<ul class="member pointtwo">
<li>Azaan Nazer</li>
<li>+91 9605658996</li>
<li>[email protected]</li>
</ul>
<ul class="member pointtwo">
<li>Mukilan T M</li>
<li>+91 8129125500</li>
<li>[email protected]</li>
</ul>
</div>
<div class="team">
<div class="subteam fifty">
<h2 style="text-align:center">Public Relations</h2>
<ul class="member fifty">
<li>Anees Muhammed</li>
<li>+91 7560942204</li>
<li>[email protected]</li>
</ul>
<ul class="member fifty">
<li>M S Surya Narayan</li>
<li>+91 9605068839</li>
<li>[email protected]</li>
</ul>
</div>
<div class="subteam quarter">
<h2 style="text-align:center">Wheels</h2>
<ul class="member">
<li>Nihal K V</li>
<li>+91 9947790031</li>
<li>[email protected]</li>
</ul>
</div>
<div class="subteam quarter">
<h2 style="text-align:center">Aavishkaar</h2>
<ul class="member">
<li>Nihal V Latheef</li>
<li>+91 9567854575</li>
<li>[email protected]</li>
</ul>
</div>
</div>
<div class="team">
<div class="subteam fifty">
<h2 style="text-align:center">Workshops</h2>
<ul class="member fifty">
<li>Abby P Joby</li>
<li>+91 8089353817</li>
<li>[email protected]</li>
</ul>
<ul class="member fifty">
<li>Nakul P C</li>
<li>+91 9995847493</li>
<li>[email protected]</li>
</ul>
</div>
<div class="subteam quarter">
<h2 style="text-align:center">Lectures</h2>
<ul class="member">
<li>Anand Gopakumar</li>
<li>+91 9447343790</li>
<li>[email protected]</li>
</ul>
</div>
<div class="subteam quarter">
<h2 style="text-align:center">Exhibition</h2>
<ul class="member">
<li>A R Jobin</li>
<li>+91 9496120742</li>
<li>[email protected]</li>
</ul>
</div>
</div>
<div class="team">
<div class="subteam quarter">
<h2 style="text-align:center">Events</h2>
<ul class="member">
<li>Navaneeth Krishnan</li>
<li>+91 8907565695</li>
<li>[email protected]</li>
</ul>
</div>
<div class="subteam quarter">
<h2 style="text-align:center">Pro Nite</h2>
<ul class="member">
<li>Anirudh Sukumaran</li>
<li>+91 9495253535</li>
<li>[email protected]</li>
</ul>
</div>
<div class="subteam quarter">
<h2 style="text-align:center">Exhibition</h2>
<ul class="member">
<li>A R Jobin</li>
<li>+91 9496120742</li>
<li>[email protected]</li>
</ul>
</div>
</div>
</div> <!--contact-page-->
<div class="container-fluid">
<div class="row">
<div class="col-md-12" style="text-align:center;margin-bottom:9px;"> <a class="dbrochure" href="#">Download Brochure</a></div>
<div class="socialbuttons col-md-6 col-md-offset-3">
<a class="social" href="https://www.facebook.com/tathva" target="_blank"><img src="./assets2015/market/img/tileicons/facebook.png"/></a>
<a class="social" href="https://instagram.com/tathva" target="_blank"><img src="./assets2015/market/img/tileicons/Instagram.png"/></a>
<a class="social" href="https://twitter.com/tathva" target="_blank"><img src="./assets2015/market/img/tileicons/twitter.png"/></a>
<a class="social" href="https://www.youtube.com/tathvanit" target="_blank"><img src="./assets2015/market/img/tileicons/youtube.png"/></a>
</div>
</div>
</div>
<p style="text-align:center;font-size:1.2em;padding-top:25px">For any other queries, contact us at [email protected]</p>
</div>
<script src="./assets2015/market/js/pagescript.js"></script>
<script src="./assets2015/market/js/classie.js"></script>
<script src="./assets2015/market/js/main.js"></script>
</body>
</html>