-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
742 lines (678 loc) · 47 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
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="theme-color" content="#20FDC3">
<meta name="msapplication-TileColor" content="#2C1B3D">
<link rel="icon" type="image/png" sizes="96x96" href="/images/icons/favicon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/icons/favicon.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/icons/favicon.png">
<link rel="icon" type="image/png" sizes="192x192" href="/images/icons/favicon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/icons/favicon.png">
<link rel="apple-touch-icon" sizes="152x152" href="/images/icons/favicon.png">
<link rel="apple-touch-icon" sizes="144x144" href="/images/icons/favicon.png">
<link rel="apple-touch-icon" sizes="120x120" href="/images/icons/favicon.png">
<link rel="apple-touch-icon" sizes="114x114" href="/images/icons/favicon.png">
<link rel="apple-touch-icon" sizes="76x76" href="/images/icons/favicon.png">
<link rel="apple-touch-icon" sizes="72x72" href="/images/icons/favicon.png">
<link rel="apple-touch-icon" sizes="60x60" href="/images/icons/favicon.png">
<link rel="apple-touch-icon" sizes="57x57" href="/images/icons/favicon.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="google" content="notranslate">
<meta name="theme-color" content="#ffffff">
<link rel="mask-icon" color="#2C1B3D">
<title>Techkshetra | Rajagiri</title>
<meta name="description" content="Techkshetra, this year Techkshetra 2k19, the biennial technical festival of Rajagiri School of Engineering and Technology, Kakkanad, Kerala is a
treasure trove of a wide range of events that bring together students of all fields for a day like no other.
With a wide variety of events which encompass every wavelength and aspect of a student, participants
get a chance to witness and be part of something extraordinary. From drones to artificial intelligence,
we have it all. Not to mention, the cultural programs that make up a large part of the event. Come, be a
part of something bigger; a place where all outdated rules go out of the window and you are free to
create and discover your passion as you please. Techkshetra 2k19" />
<meta name="keywords"
content="Techskehtra, Techkshetra 2k19, techkshetra 2019, this year Techkshetra 2k19, techfest kochi, techkshetra rajagiri, techkshetra Rajagiri, Techkshetra 2k19, Techkshetra 2k19 Rajagiri, techfest in Kochi, techkshetra 2k19, Rajagiri, Abhiyanthriki, Rajagiri School of Engineering & Technology, RSET, Kakkanad, Fight for Future, Kochi Techfest, techfest, technical events, rajagiri, rajagiri society, non-tech events, APJ KTU, engineering, cryptic hunts, deadlock, prizes, cash prize, karthik menon, Applied Electronics, Electroncis & Communication, Electronics & Electrical Engineering, Computer Science, Information Technology, Mechanical Engineering, Civil Engineering, IT, CSE, ME, CE, EEE, ECE, AEI, rajagiri tech fest, abhiyanthriki, A3K, techfest@Kochi, techkshetra 2k19, techskhetra 2k18, techkshetra 2k17" />
<meta property="og:title" content="Techkshetra | Rajagiri" />
<meta property="og:description" content="Techkshetra, the biennial technical festival of Rajagiri School of Engineering and Technology, Kakkanad, Kerala is a
treasure trove of a wide range of events that bring together students of all fields for a day like no other.
With a wide variety of events which encompass every wavelength and aspect of a student, participants
get a chance to witness and be part of something extraordinary. From drones to artificial intelligence,
we have it all. Not to mention, the cultural programs that make up a large part of the event. Come, be a
part of something bigger; a place where all outdated rules go out of the window and you are free to
create and discover your passion as you please." />
<meta property="og:site_name" content="Techkshetra | Rajagiri" />
<meta property="og:url" content="https://www.techkshetra.tech" />
<link rel="canonical" href="https://www.techkshetra.tech">
<style>
body {
background-color: #2c1b3d;
}
.site-container {
opacity: 0;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-144718643-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-144718643-2');
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"name": "techkshetra 2k19",
"startDate": "2019-11-16T9:00",
"endDate": "2019-11-16T18:00",
"location": {
"@type": "Place",
"name": "Rajagiri School of Engineering & Technology",
"address": {
"@type": "PostalAddress",
"streetAddress": "Rajagiri School of Engineering & Technology",
"addressLocality": "Rajagiri Valley Rd, Kakkanad, Kerala",
"postalCode": "682039",
"addressRegion": "Kakkanad",
"addressCountry": "Kerala"
}
},
"image": [
"https://techkshetra.tech/images/logo/techkshetra-dark.png",
"https://techkshetra.tech/images/about/about-1.jpeg",
"https://techkshetra.tech/images/about/about-2.jpeg"
],
"description": "Techkshetra, this year Techkshetra 2k19, the biennial technical festival of Rajagiri School of Engineering and Technology, Kakkanad, Kerala is a
treasure trove of a wide range of events that bring together students of all fields
for a day like no other.With a wide variety of events which encompass every wavelength and aspect of
a student,
participants get a chance to witness and be part of something extraordinary
.From drones to artificial intelligence,
we have it all.Not to mention,
the cultural programs that make up a large part of the event.Come,
be a part of something bigger;a place where all outdated rules go out of
the window and you are free to create and discover your passion as you please.
",
"offers": {
"@type": "Offer",
"url": "https://www.example.com/event_offer/12345_201803180430",
"price": "5",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"validFrom": "2019-11-09T12:00"
},
"performer": {
"@type": "PerformingGroup",
"name": "Rajagiri"
}
} {
"@context": "https://schema.org",
"@type": "Organization",
"url": "https://www.techkshetra.tech",
"logo": "https://www.techkshetra.tech/images/logo/techkshetra-dark.png"
}
</script>
</head>
<body>
<div class="loader"></div>
<div class="site-container">
<header>
<div class="navbar navbar-default">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="navbar-header">
<button type="button" class="navbar-toggle">
<span class="sr-only">Toggle navigation</span>
<span id="icon-bar-first" class="icon-bar"></span>
<span id="icon-bar-middle" class="icon-bar"></span>
<span id="icon-bar-last" class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><span class="techkshetra-logo"><img
src="/./images/logo/techkshetra.png" height="50px" alt="Techkshetra 2k19"></span></a>
</div>
</div>
</div>
</div>
</div>
<nav id="menu-main" class="height-full vertical">
<ul class="vertical-middle">
<li
class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-5 menu-item-5">
<a href="#homepage">Home</a>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-99 menu-item-99">
<a target="_blank" href="./about/index.html">About</a>
</li>
<li
class="menu-item menu-item-type-post_type_archive menu-item-object-service menu-item-59 menu-item-59">
<a href="#section-departments">Departments</a>
</li>
<li
class="menu-item menu-item-type-post_type_archive menu-item-object-service menu-item-59 menu-item-59">
<a target="_blank" href="./workshops/index.html">Workshops</a>
</li>
<li
class="menu-item menu-item-type-post_type_archive menu-item-object-service menu-item-59 menu-item-59">
<a target="_blank" href="https://blog.techkshetra.tech/">Techkshetra Blog</a>
</li>
<li
class="menu-item menu-item-type-post_type_archive menu-item-object-portfolio menu-item-122 menu-item-122">
<a target="_blank" href="./events/index.html">Events</a>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-61 menu-item-61">
<a target="_blank" href="./contact/index.html">Contact</a>
</li>
<li id="menu-main-social">
<ul>
<li>
<a href="#"><span class="fa fa-facebook"></span> <span
class="sr-only">Facebook</span></a>
</li>
<li>
<a href="https://instagram.com/techkshetra19?igshid=1uat2j1tm6gpc"><span
class="fa fa-instagram"></span>
<span class="sr-only">Instagram</span></a>
</li>
</ul>
</li>
</ul>
</nav>
</header>
<main id="homepage">
<div id="skrollr-body">
<section id="section-waves" class="section-blackcurrant vertical height-full">
<object id="spaceship-mission" data="/vectors/spaceship-mission.svg" type="image/svg+xml">
<div id="fallback-svg-spaceship-mission" class="fallback-svg"></div>
</object>
<canvas id="waves-canvas" data-paper-resize="true" data-paper-keepalive="false"></canvas>
<div id="title-home" class="vertical-middle text-center">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-10 col-lg-offset-1">
<!-- <h1></h1> -->
<img src="./images/logo/techkshetra-nocap.png" class="img-responsive"
id="homepage-logo" alt="Techkshetra 2k19, Rajagiri School of Engineering & Technology">
<!-- <p class="paragraph-default">Fight for Future.</p> -->
</div>
</div>
</div>
</div>
<!-- <a class="btn-viewport-discover btn-scroll-auto" href="#"
data-100="opacity: 1; transform: scale(1) translate(0%, 0%)"
data-800="opacity: 0; transform: scale(0) translate(0%, 500%)">
<span class="ion ion-ios-arrow-down"></span>
</a> -->
</section>
<section id="section-sponsors" class="section-white section-overflow">
<div class="title-category">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1 col-sm-12 col-xs-12">
<h1 style="display:none; visibility: hidden;">Techkshetra 2k19 | Rajagiri School of Engineering & Technology</h1>
<h2>Overall Championship Trophy</h2>
<!-- <p class="paragraph-default">Is your college the best ?</p> -->
<p class="paragraph-deafult" style="font-size:2rem;">You want some ? Come get some !
If you believe you got it in you, it's undoubtedly worth a try !
'Cuz the champions get a <strong>prize money of Rs 15000</strong> And of course,
a chance of raising the <strong>overall championship trophy !</strong>
The stage is set ! Do you have it in you to be hailed as champions ? Come, prove
it fellas !</p>
<p class="paragraph-deafult" style="font-size:2rem;">Head to our <strong><a
target="_blank" href="https://blog.techkshetra.tech"
style="color: #54fed8">blog</a></strong> section</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-xs-12 sol-sm-12 col-md-12 col-lg-10 col-lg-offset-1">
</div>
</div>
</div>
</section>
<!-- <section id="section-sponsors" class="section-white section-overflow">
<div class="title-category">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1 col-sm-12 col-xs-12">
<h2>Sponsors</h2>
<p class="paragraph-default">Our Powerhouses</p>
</div>
</div>
</div>
</div> -->
<!-- <div class="container">
<div class="row">
<div class="col-xs-12 sol-sm-12 col-md-12 col-lg-10 col-lg-offset-1">
<div class="lSAction">
<a class="prev" href="#"><span class="fa fa-arrow-left"></span></a>
<a class="next" href="#"><span class="fa fa-arrow-right"></span></a>
</div>
<ul class="slider slider-baloon row">
<li class="slide col-lg-6 col-md-6 col-sm-6 col-xs-12">
<object data="./images/sponsors/RSET-alumni-black.png" type="image/png">
<div id="fallback-svg-go-worldwide" class="fallback-svg"></div>
</object>
<h3>RSET Alumni</h3> -->
<!-- <p class="paragraph-default">text</p> -->
<!-- </li>
<li class="slide col-lg-6 col-md-6 col-sm-6 col-xs-12">
<object data="./images/sponsors/BPCL.png" type="image/png">
<div id="fallback-svg-shape-digital-partners" class="fallback-svg"></div>
</object> -->
<!-- <h3>Bharat Petroleum Corporation Limited</h3> -->
<!-- <p class="paragraph-default">text</p> -->
<!-- </li> -->
<!-- <li class="slide col-lg-6 col-md-6 col-sm-6 col-xs-12">
<object data="./images/sponsors/Cucumber-City.png" type="image/png">
<div id="fallback-svg-shape-social-human" class="fallback-svg"></div>
</object>
<h3>Cucumber City</h3> -->
<!-- <p class="paragraph-default">text</p> -->
<!-- </li> -->
<!-- <li class="slide col-lg-6 col-md-6 col-sm-6 col-xs-12">
<object data="./images/sponsors/yepdesk.png" type="image/png"
class="img-responsive">
<div id="fallback-svg-shape-open-source-freedom" class="fallback-svg"></div>
</object>
<h3>Official Ticketing Partner</h3> -->
<!-- <p class="paragraph-default">text<i>text</i></p> -->
<!-- </li> -->
<!-- <li class="slide col-lg-6 col-md-6 col-sm-6 col-xs-12">
<object data="./images/sponsors/yepdesk.png" type="image/png">
<div id="fallback-svg-shape-photo-video" class="fallback-svg"></div>
</object>
<h3>Official Ticketing Partner</h3> -->
<!-- <p class="paragraph-default">text<i>text</i></p> -->
<!-- </li> -->
<!-- <li class="slide col-lg-6 col-md-6 col-sm-6 col-xs-12">
<object data="./images/sponsors/Snapchat.png" type="image/png">
<div id="fallback-svg-shape-photo-video" class="fallback-svg"></div>
</object>
<h3>Official Camera Partner</h3> -->
<!-- <p class="paragraph-default">text<i>text</i></p> -->
<!-- </li> -->
<!-- <li class="slide col-lg-6 col-md-6 col-sm-6 col-xs-12">
<object data="" type="image/png">
<div id="fallback-svg-shape-photo-video" class="fallback-svg"></div>
</object>
<h3>Official Printing Sponsors</h3> -->
<!-- <p class="paragraph-default">text<i>text</i></p> -->
<!-- </li>
<li class="slide col-lg-6 col-md-6 col-sm-6 col-xs-12">
<object data="" type="image/png">
<div id="fallback-svg-shape-photo-video" class="fallback-svg"></div>
</object>
<h3>Official T-Shirt Sponsors</h3> -->
<!-- <p class="paragraph-default">text<i>text</i></p> -->
<!-- </li> -->
<!-- </ul>
</div>
</div>
</div>
</section> -->
<section id="section-galaxy" class="section-blackcurrant">
<div id="vector-galaxy" data-400="transform: translate3d(0%, -10%, 0);"
data-2160="transform: translate3d(0%, 5%, 0);">
<object width="100%" data="/vectors/shape-vector-galaxy.svg" type="image/svg+xml">
<div id="fallback-svg-vector-galaxy" class="fallback-svg"></div>
</object>
</div>
<div id="shape-spaceship" data-1000="transform: translate3d(0%, 0%, 0) rotate(45deg) scale(.5);"
data-2250="transform: translate3d(510%, -100%, 0) rotate(0deg) scale(1)">
<div>
<object data="/vectors/shape-spaceship.svg" type="image/svg+xml">
<div id="fallback-svg-vector-spaceship" class="fallback-svg"></div>
</object>
</div>
</div>
<div class="vertical galaxy-content-text"
data-401="@class:vertical galaxy-content-text title-quote-hide"
data-1100="@class:vertical galaxy-content-text title-quote-revealed" id="section-about">
<div class="vertical-middle">
<div class="container">
<div class="row">
<div
class="col-xs-12 col-sm-12 col-md-7 col-lg-5 col-md-offset-5 col-lg-offset-7 title-quote">
<h3>About</h3>
<p class="paragraph-default">Techkshetra, the biennial technical festival of
Rajagiri School of Engineering and Technology, is a
treasure trove of a wide range of events that bring together students of all
fields for a day like no other.
With a wide variety of events which encompass every wavelength and aspect of
a student, participants
get a chance to witness and be part of something extraordinary. From
drones....
</p>
<a class="btn btn-tkr btn-tkr-outline btn-elastic btn-elastic-sm"
href="./about/index.html">
<span class="morph-shape"
data-morph-active="M286,113c0,0-68.8-5-136-5c-78.2,0-137,5-137,5s5-15.802,5-50.5C18,33.999,13,12,13,12s59,5,137,5c85,0,136-5,136-5s-5,17.598-5,52C281,96.398,286,113,286,113z">
<svg width="100%" height="60px" viewBox="0 0 300 125"
preserveAspectRatio="none">
<path
d="M286,113c0,0-68.8,0-136,0c-78.2,0-137,0-137,0s0-15.802,0-50.5C13,33.999,13,12,13,12s59,0,137,0c85,0,136,0,136,0s0,17.598,0,52C286,96.398,286,113,286,113z"
vector-effect="non-scaling-stroke"></path>
</svg>
</span>
<span class="btn-tkr-text">Read More</span>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="title-category">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1 col-sm-12 col-xs-12">
<h2>
Departments
</h2>
<p class="paragraph-default">Unveiling the divisions that rule our world !</p>
</div>
</div>
</div>
</div>
<section id="section-departments" class="section-blackcurrant section-overflow">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<svg id="shape-services-grid" width="100%" viewBox="0 0 781 473" version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="root" transform="matrix(1,0,0,1,0,-1)" stroke="none" stroke-width="1"
fill="none" fill-rule="evenodd">
<g id="analytics" class="tile" transform="matrix(1,0,0,1,255.658,290.5)">
<a xlink:href="./departments/IT.html" data-loader-skip="true">
<path
d="M75,87.31 L25,87.31 L0,44.01 L25,0.71 L75,0.71 L100,44.01 L75,87.31 Z"
fill="#255C61"></path>
<text font-family="Open Sans" font-size="10" font-weight="600"
fill="#FFFFFF" style="pointer-events: none;">
<tspan x="22" y="42">Information</tspan>
<tspan x="22" y="56">Technology</tspan>
</text>
</a>
</g>
<g id="computer-science" class="tile" transform="matrix(1,0,0,1,425.87,289.33)">
<a xlink:href="./departments/CSE.html" data-loader-skip="true">
<path
d="M100,44.01 L75,87.31 L25,87.31 L0,44.01 L25,0.71 L75,0.71 L100,44.01 L100,44.01 Z"
fill="#255C61"></path>
<text font-family="Open Sans" font-size="10" font-weight="600"
fill="#FFFFFF" style="pointer-events: none;">
<tspan x="26" y="42.17">Computer</tspan>
<tspan x="32" y="56.17">Science</tspan>
</text>
</a>
</g>
<g id="mechanical-engineering" class="tile"
transform="matrix(1,0,0,1,255.658,193.9)">
<a xlink:href="./departments/ME.html" data-loader-skip="true">
<path
d="M75,87.31 L25,87.31 L0,44.01 L25,0.71 L75,0.71 L100,44.01 L75,87.31 Z"
fill="#219E87"></path>
<text font-family="Open Sans" font-size="10" font-weight="600"
fill="#FFFFFF" style="pointer-events: none;">
<tspan x="21.0411016" y="42.23">Mechanical</tspan>
<tspan x="20" y="56.23">Engineering</tspan>
</text>
</a>
</g>
<g id="applied-electronics" class="tile"
transform="matrix(1,0,0,1,425.87,192.73)">
<a xlink:href="./departments/AEI.html" data-loader-skip="true">
<path
d="M100,44.01 L75,87.31 L25,87.31 L0,44.01 L25,0.71 L75,0.71 L100,44.01 L100,44.01 Z"
fill="#255C61"></path>
<text font-family="Open Sans" font-size="10" font-weight="600"
fill="#FFFFFF" style="pointer-events: none;">
<tspan x="31" y="41.7">Applied</tspan>
<tspan x="25" y="55.7">Electronics</tspan>
</text>
</a>
</g>
<g id="ECE" class="tile" transform="matrix(1,0,0,1,255.658,97.3)">
<a xlink:href="./departments/ECE.html" data-loader-skip="true">
<path
d="M100,44.01 L75,87.31 L25,87.31 L0,44.01 L25,0.71 L75,0.71 L100,44.01 L100,44.01 Z"
fill="#255C61"></path>
<text font-family="Open Sans" font-size="10" font-weight="600"
fill="#FFFFFF" style="pointer-events: none;">
<tspan x="18" y="42">Electronics & </tspan>
<tspan x="12" y="57">Communication</tspan>
</text>
</a>
</g>
<g id="EEE" class="tile" transform="matrix(1,0,0,1,170.621,244.7)">
<a xlink:href="./departments/EEE.html" data-loader-skip="true">
<path
d="M75,87.31 L25,87.31 L0,44.01 L25,0.71 L75,0.71 L100,44.01 L75,87.31 Z"
fill="#219E87"></path>
<text font-family="Open Sans" font-size="10" font-weight="600"
fill="#FFFFFF" style="pointer-events: none;">
<tspan x="17" y="42">Electronics &</tspan>
<tspan x="17" y="52">Electrical</tspan>
<tspan x="17" y="62">Engineering</tspan>
</text>
</a>
</g>
<g id="Civil-Engineering" class="tile"
transform="matrix(1,0,0,1,510.864,241.03)">
<a xlink:href="./departments/Civil.html" data-loader-skip="true">
<path
d="M75,87.31 L25,87.31 L0,44.01 L25,0.71 L75,0.71 L100,44.01 L75,87.31 Z"
fill="#219E87"></path>
<text font-family="Open Sans" font-size="10" font-weight="600"
fill="#FFFFFF" style="pointer-events: none;">
<tspan x="37" y="43">Civil</tspan>
<tspan x="23" y="58">Engineering</tspan>
</text>
</a>
</g>
<g id="Non-Tech" class="tile" transform="matrix(1,0,0,1,340.843,337.63)">
<a xlink:href="./departments/non-tech.html" data-loader-skip="true">
<path
d="M75,87.31 L25,87.31 L0,44.01 L25,0.71 L75,0.71 L100,44.01 L75,87.31 Z"
fill="#255C61"></path>
<text font-family="Open Sans" font-size="10" font-weight="600"
fill="#FFFFFF" style="pointer-events: none;">
<tspan x="26.5520938" y="48.8">Non Tech</tspan>
</text>
</a>
</g>
<g class="tile tile-disabled" transform="translate(341.000000, 434.000000)">
<g>
<path
d="M75,87.31 L25,87.31 L0,44.01 L25,0.71 L75,0.71 L100,44.01 L75,87.31 L75,87.31 Z"
id="Shape" fill="#255C61"></path>
</g>
</g>
<g id="Deadlock" class="tile tile-disabled"
transform="matrix(1,0,0,1,509.899,144.43)">
<a xlink:href="#" data-loader-skip="true">
<path
d="M101,44.01 L76,87.31 L26,87.31 L1,44.01 L26,0.71 L76,0.71 L101,44.01 L101,44.01 Z"
fill="#255C61"></path>
<text font-family="Open Sans" font-size="10" font-weight="600"
fill="#FFFFFF" style="pointer-events: none;">
<!-- <tspan x="28.319" y="48.6">Deadlock</tspan> -->
</text>
</a>
</g>
<g id="disabled" class="tile tile-disabled"
transform="matrix(1,0,0,1,340.878,144.43)">
<a xlink:href="#" data-loader-skip="true">
<path
d="M75,87.31 L25,87.31 L0,44.01 L25,0.71 L75,0.71 L100,44.01 L75,87.31 Z"
fill="#219E87"></path>
</a>
</g>
<g id="Techkshetra-2k19" transform="matrix(1,0,0,1,340.843,241.03)">
<a xlink:href="#" data-loader-skip="true">
<path
d="M100,44.01 L75,87.31 L25,87.31 L0,44.01 L25,0.71 L75,0.71 L100,44.01 L100,44.01 Z"
stroke="#20FDC3" stroke-width="0" fill="#2C1B3D"></path>
<text font-family="Open Sans" font-size="14" font-weight="bold"
fill="#FFFFFF" style="pointer-events: none;">
<tspan x="10.1442344" y="45.38">Techkshetra</tspan>
<tspan x="32.1442344" y="60.38">2k19</tspan>
</text>
</a>
</g>
<g id="disabled-d" class="tile" transform="matrix(1,0,0,1,425.87,96.13)">
<a xlink:href="#" data-loader-skip="true">
<path
d="M75,87.31 L25,87.31 L0,44.01 L25,0.71 L75,0.71 L100,44.01 L75,87.31 Z"
fill="#255C61"></path>
</a>
</g>
<g class="tile tile-disabled" transform="matrix(1,0,0,1,85.658,290.5)">
<path d="M100,44.01L75,87.31L25,87.31L0,44.01L25,0.71L75,0.71L100,44.01Z"
style="fill:rgb(43,39,67);" />
</g>
<g class="tile tile-disabled" transform="matrix(1,0,0,1,255.658,386.02)">
<path d="M100,44.01L75,87.31L25,87.31L0,44.01L25,0.71L75,0.71L100,44.01Z"
style="fill:rgb(44,55,75);" />
</g>
<g class="tile tile-disabled-sm" transform="matrix(1,0,0,1,425.87,385.93)">
<path d="M100,44.01L75,87.31L25,87.31L0,44.01L25,0.71L75,0.71L100,44.01Z"
style="fill:rgb(44,55,75);" />
</g>
<g class="tile tile-disabled" transform="matrix(1,0,0,1,595.923,192.73)">
<path d="M100,44.01L75,87.31L25,87.31L0,44.01L25,0.71L75,0.71L100,44.01Z"
style="fill:rgb(37,92,97);" />
</g>
<g class="tile tile-disabled-sm" transform="matrix(1,0,0,1,85.658,97.3)">
<path d="M100,44.01L75,87.31L25,87.31L0,44.01L25,0.71L75,0.71L100,44.01Z"
style="fill:rgb(43,39,67);" />
</g>
<g class="tile tile-disabled" transform="matrix(1,0,0,1,255.658,0.7)">
<path d="M100,44.01L75,87.31L25,87.31L0,44.01L25,0.71L75,0.71L100,44.01Z"
style="fill:rgb(44,55,75);" />
</g>
<g class="tile tile-disabled" transform="matrix(1,0,0,1,595.923,96.13)">
<path d="M100,44.01L75,87.31L25,87.31L0,44.01L25,0.71L75,0.71L100,44.01Z"
style="fill:rgb(44,55,75);" />
</g>
<g class="tile tile-disabled-sm" transform="matrix(1,0,0,1,0.622,242.2)">
<path d="M100,44.01L75,87.31L25,87.31L0,44.01L25,0.71L75,0.71L100,44.01Z"
style="fill:rgb(44,55,75);" />
</g>
<g class="tile tile-disabled" transform="matrix(1,0,0,1,170.621,341.3)">
<path d="M100,44.01L75,87.31L25,87.31L0,44.01L25,0.71L75,0.71L100,44.01Z"
style="fill:rgb(44,55,75);" />
</g>
<g class="tile tile-disabled" transform="matrix(1,0,0,1,510.864,337.63)">
<path d="M100,44.01L75,87.31L25,87.31L0,44.01L25,0.71L75,0.71L100,44.01Z"
style="fill:rgb(44,55,75);" />
</g>
<g class="tile tile-disabled" transform="matrix(1,0,0,1,170.656,148.1)">
<path d="M100,44.01L75,87.31L25,87.31L0,44.01L25,0.71L75,0.71L100,44.01Z"
style="fill:rgb(44,55,75);" />
</g>
<g class="tile tile-disabled-sm" transform="matrix(1,0,0,1,680.96,144.43)">
<path d="M100,44.01L75,87.31L25,87.31L0,44.01L25,0.71L75,0.71L100,44.01Z"
style="fill:rgb(43,39,67);" />
</g>
<g class="tile tile-disabled" transform="matrix(1,0,0,1,510.899,47.833)">
<path d="M100,44.01L75,87.31L25,87.31L0,44.01L25,0.71L75,0.71L100,44.01Z"
style="fill:rgb(44,55,75);" />
</g>
<g class="tile tile-disabled" transform="matrix(1,0,0,1,340.878,47.833)">
<path d="M100,44.01L75,87.31L25,87.31L0,44.01L25,0.71L75,0.71L100,44.01Z"
style="fill:rgb(37,92,97);" />
</g>
</g>
</svg>
</div>
</div>
</div>
</section>
</div>
</main>
<footer>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-10 col-lg-10 col-md-offset-1 col-lg-offset-1 footer-menu">
<ul class="row">
<li
class="col-xs-12 col-sm-4 col-md-4 col-lg-4 menu-item menu-item-type-post_type menu-item-object-page menu-item-109 menu-item-109">
<a target="_blank" href="https://www.rajagiritech.ac.in/Home/Index.asp">Rajagiri</a>
</li>
<li
class="col-xs-12 col-sm-4 col-md-4 col-lg-4 menu-item menu-item-type-post_type_archive menu-item-object-portfolio menu-item-124 menu-item-124">
<a target="_blank" href="https://blog.techkshetra.tech">Techkshetra Blog</a>
</li>
<li
class="col-xs-12 col-sm-4 col-md-4 col-lg-4 menu-item menu-item-type-post_type_archive menu-item-object-service menu-item-123 menu-item-123">
<a href="#homepage">Home</a>
</li>
<li
class="col-xs-12 col-sm-4 col-md-4 col-lg-4 menu-item menu-item-type-post_type menu-item-object-page menu-item-320 menu-item-320">
<a href="#section-about">About</a>
</li>
<li
class="col-xs-12 col-sm-4 col-md-4 col-lg-4 menu-item menu-item-type-post_type menu-item-object-page menu-item-110 menu-item-110">
<a href="#section-events">Events</a>
</li>
<li
class="col-xs-12 col-sm-4 col-md-4 col-lg-4 menu-item menu-item-type-custom menu-item-object-custom menu-item-180 menu-item-180">
<a href="./contact/index.html" target="_blank">Contact</a>
</li>
</ul>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<ul class="row">
<li id="footer-social-menu-item" class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<a href="https://instagram.com/techkshetra19?igshid=1uat2j1tm6gpc" target="_blank">
<span class="fa fa-instagram"></span>
</a>
<a href="https://github.com/mojojojo20" target="_blank">
<span class="fa fa-github"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<a href="#" id="btn-scroll-to-top" class="btn btn-tkr btn-tkr-mint btn-scroll-auto">
<span class="fa fa-arrow-up"></span>
</a>
</div>
<link rel="stylesheet" href="/css/bootstrap.min.css" media="screen">
<link rel="stylesheet" href=" https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/assets/lightslider/dist/css/lightslider.min.css" media="screen">
<link rel="stylesheet" href="/css/style.min.css" media="screen">
<script src="/assets/jquery/dist/jquery.min.js"></script>
<script src="/assets/bootstrap-sass/assets/javascripts/bootstrap.min.js"></script>
<script src="/assets/lightslider/dist/js/lightslider.min.js"></script>
<script src="/assets/skrollr/dist/skrollr.min.js"></script>
<script src="/assets/snap.svg/dist/snap.svg-min.js"></script>
<script src="/assets/gsap/src/minified/TweenMax.min.js"></script>
<script src="/assets/matchMedia/matchMedia.js"></script>
<script src="/assets/matchMedia/matchMedia.addListener.js"></script>
<script src="/js/modernizr-custom.min.js"></script>
<script src="/js/theme.min.js"></script>
<script src="/assets/particles.js/particles.min.js"></script>
<script src="/assets/paper/dist/paper-full.min.js"></script>
<script src="/js/main-home-waves.js" type="text/x-paperscript" data-paper-canvas="waves-canvas"></script>
<script src="/js/homepage.min.js"></script>
<script>
(function ($) {
$(document).ready(function () {
particlesJS.load('section-waves', '/js/particles.json');
});
})(jQuery);
</script>
<noscript>
<link rel="stylesheet" href="/css/noscript.min.css" media="screen">
</noscript>
</body>
</html>