-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
executable file
·739 lines (652 loc) · 22.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="img/logo-image.png">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>GOF-2018</title>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,700,900" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Owl Carousel -->
<link type="text/css" rel="stylesheet" href="css/owl.carousel.css" />
<link type="text/css" rel="stylesheet" href="css/owl.theme.default.css" />
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="css/style.css" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Header -->
<header id="header" class="transparent-navbar">
<!-- container -->
<div class="container">
<!-- navbar header -->
<div class="navbar-header">
<!-- Logo -->
<div class="navbar-brand">
<a class="logo" href="index.html">
<h3 style="color:white;"> GOF-2018
<br/>@ TechnoJam</h3>
<!--<img class="logo-img" src="./img/logo.png" alt="logo">
//<img class="logo-alt-img" src="./img/logo-alt.png" alt="logo">
-->
</a>
</div>
<!-- /Logo -->
<!-- Mobile toggle -->
<button class="navbar-toggle">
<i class="fa fa-bars"></i>
</button>
<!-- /Mobile toggle -->
</div>
<!-- /navbar header -->
<!-- Navigation -->
<nav id="nav">
<ul class="main-nav nav navbar-nav navbar-right">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#speakers">Prizes</a></li>
<li><a href="#sponsors">Rules</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="blog.html">Repositories</a></li>
<li><a href="leaderboard.html">Leaderboard</a></li>
</ul>
</nav>
<!-- /Navigation -->
</div>
<!-- /container -->
</header>
<!-- /Header -->
<!-- Home -->
<div id="home">
<!-- background image -->
<div class="section-bg" style="background-image:url(./img/background01.jpg)" data-stellar-background-ratio="0.5"></div>
<!-- /background image -->
<!-- home wrapper -->
<div class="home-wrapper">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- home content -->
<div class="col-md-8 col-md-offset-2">
<div class="home-content">
<h1>GALGOTIAS OPEN FEST - 2018</h1>
<h4 class="lead">TechnoJam and Developers Student Club brings to you the first edition of Galgotias Universities Open Source Challenge.</h4>
<!-- <a href="http://bit.ly/2Ru64Rv" target="_blank" class="main-btn">Register Here</a> -->
</div>
</div>
<!-- /home content -->
</div>
<!-- /row -->
</div>
<!-- /container -->
</div>
<!-- /home wrapper -->
</div>
<!-- /Home -->
<!-- About -->
<div id="about" class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- section title -->
<div class="section-title">
<h3 class="title"><span>About</span> <span style="color: #dd0a37;">GOF-2018</span></h3>
</div>
<!-- /section title -->
<div class="col-md-8 col-md-offset-2 text-center">
<!-- about content -->
<div class="about-content">
<p>Hackoctober contest is running wild and people are contributing very passionately to it. To encourage the participation of student in this event TechnoJam brings to you the GOF-2018.<br/>
Contribute to the DSC Repositories and Shoot up the LeaderBoard to will exciting prizes other then the one which you will be getting after completing the Hackoctober challenge.
</p>
</div>
<!-- /about content -->
<!-- Numbers -->
<div id="numbers">
<!-- row -->
<div class="row">
<!-- number -->
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="number">
<h3><span class="counter" data-from="0" data-to="10" data-speed="1500">0</span>+</h3>
<p>Repositories</p>
</div>
</div>
<!-- /number -->
<!-- number -->
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="number">
<h3><span class="counter" data-from="0" data-to="40" data-speed="1500">0</span>+</h3>
<p>Open Issues</p>
</div>
</div>
<!-- /number -->
<!-- number -->
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="number">
<h3><span class="counter" data-from="0" data-to="20" data-speed="1500">0</span></h3>
<p>Student Mentors</p>
</div>
</div>
<!-- /number -->
<!-- number -->
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="number">
<h3><span class="counter" data-from="0" data-to="1" data-speed="1500">0</span></h3>
<p>Goal - Open Source</p>
</div>
</div>
<!-- /number -->
</div>
<!-- /row -->
</div>
<!-- /Numbers -->
</div>
</div>
<!-- row -->
</div>
<!-- /container -->
</div>
<!-- /About -->
<!-- Galery -->
<div id="galery">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- galery owl -->
<div id="galery-owl" class="owl-carousel owl-theme">
<!-- galery item -->
<div class="galery-item">
<img src="./img/1.JPG" alt="">
</div>
<!-- /galery item -->
<!-- galery item -->
<div class="galery-item">
<img src="./img/5.jpg" alt="">
</div>
<!-- /galery item -->
<!-- galery item -->
<div class="galery-item">
<img src="./img/2.jpg" alt="">
</div>
<!-- /galery item -->
<!-- galery item -->
<div class="galery-item">
<img src="./img/3.jpg" alt="">
</div>
<!-- /galery item -->
<!-- galery item -->
<div class="galery-item">
<img src="./img/6.jpg" alt="">
</div>
<!-- /galery item -->
<!-- galery item -->
<div class="galery-item">
<img src="./img/4.jpg" alt="">
</div>
<!-- /galery item -->
</div>
<!-- /galery owl -->
</div>
<!-- /row -->
</div>
<!-- /container -->
</div>
<!-- /Galery -->
<!-- Video CTA
<div id="video-cta" class="section">
<div class="section-bg" style="background-image:url(./img/background02.jpg)" data-stellar-background-ratio="0.5"></div>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="cta-content text-center">
<a class="video-play" href="#">
<i class="fa fa-play"></i>
</a>
<h2>Watch this video</h2>
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
</div>
</div>
</div>
</div>
-->
<!-- Event Schedule -->
<div id="schedule" class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- section title -->
<div class="section-title">
<h3 class="title"><span>Event</span> <span style="color: #dd0a37;">Schedule</span></h3>
</div>
<!-- /section title -->
<div class="col-md-8 col-md-offset-2">
<div class="events-wrapper">
<!-- event -->
<div class="event">
<div class="event-day">
<div>
<span class="day">15</span>
<span class="year">Oct, 2018</span>
</div>
</div>
<div class="event-content">
<p class="event-time"><i class="fa fa-clock-o"></i> 12 : 00 AM</p>
<h3 class="event-title">Regitrations Starts</h3>
<p> Lets start your journey in GOF-2018 by registering for the event
<a href="#" target="_blank">here</a></p>
<!--<p>By <a href="#">John Doe</a></p> -->
</div>
</div>
<!-- /event -->
<!-- event -->
<div class="event">
<div class="event-hour"></div>
<div class="event-content">
<p class="event-time"><i class="fa fa-clock-o"></i>15 oct </p>
<h3 class="event-title">Android Repository goes live.</h3>
<p>The source code for the android app designed for TehnoJam Club goes live our our <a href="https://github.com/DSC-Galgotias" target="_blank">DSC Repository</a></p>
</div>
</div>
<!-- /event -->
<!-- event -->
<div class="event">
<div class="event-hour"></div>
<div class="event-content">
<p class="event-time"><i class="fa fa-clock-o"></i> 20 oct </p>
<h3 class="event-title">TechnoJam Website</h3>
<p>The dynamic website for the Club designed using Java, Spring Boot, Hibernate and other technologies goes live.</p>
</div>
</div>
<!-- /event -->
<!-- event -->
<div class="event">
<div class="event-day">
<div>
<span class="day">22</span>
<span class="year">October, 2018</span>
</div>
</div>
<div class="event-content">
<p class="event-time"><i class="fa fa-clock-o"></i> 12 : 00 AM</p>
<h3 class="event-title">LeaderBoard goes Live</h3>
<p>We will be releasing the leaderboard for the GOF-2018.<br/>This repository will be updated on daily. See the event rules for more details. </p>
</div>
</div>
<!-- /event -->
<!-- event -->
<div class="event">
<div class="event-hour"></div>
<div class="event-content">
<p class="event-time"><i class="fa fa-clock-o"></i> 22 oct </p>
<h3 class="event-title">React and Progressive Web App goes live</h3>
<p> The react app and the pwa designed by Technojam team for the Magic Cafe goes live. </p>
</div>
</div>
<!-- /event -->
<!-- event -->
<div class="event">
<div class="event-day">
<div>
<span class="day">14</span>
<span class="year">Nov, 2018</span>
</div>
</div>
<div class="event-content">
<p class="event-time"><i class="fa fa-clock-o"></i> 11 : 59 PM</p>
<h3 class="event-title">Curtain Closes for GOF-2018</h3>
<p>Yes, end to a month long competition.</p>
</div>
</div>
<!-- /event -->
<!-- event -->
<div class="event">
<div class="event-hour"></div>
<div class="event-content">
<p class="event-time"><i class="fa fa-clock-o"></i> 16 Nov - 23 Nov </p>
<h3 class="event-title">Prize Distribution and Contributors Facilitation </h3>
<p>We will be organizing a facilitation ceremony for all our open source contributors those who contributed during the event in any way possible.</p>
</div>
</div>
<!-- /event -->
</div>
<!--
<div class="download-btn">
<a href="#" class="main-btn">Download Schedule</a>
</div>
-->
</div>
</div>
<!-- /row -->
</div>
<!-- /container -->
</div>
<!-- /Event Schedule -->
<!-- Speakers -->
<div id="speakers" class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- section title -->
<div class="section-title">
<h3 class="title"><span></span> <span style="color: #dd0a37;">PRIZES</span></h3>
</div>
<!-- section title -->
<h4>*Click to know more</h4>
<!-- speaker -->
<div class="col-md-4 col-sm-6">
<div class="speaker" data-toggle="modal" data-target="#speaker-modal-1">
<div class="speaker-img">
<img src="./img/blog06.jpg" alt="">
</div>
<div class="speaker-body">
<div class="speaker-social">
<a href="https://github.com/DSC-Galgotias"><i class="fa fa-github"></i></a>
</div>
<div class="speaker-content">
<h2>Early Bird</h2><br/>
<h4>First Major Merged Pull Request</h4>
<span>T Shirt + Swags</span>
</div>
</div>
</div>
</div>
<!-- /speaker -->
<!-- speaker -->
<div class="col-md-4 col-sm-6">
<div class="speaker" data-toggle="modal" data-target="#speaker-modal-1">
<div class="speaker-img">
<img src="./img/blog04.jpg" alt="">
</div>
<div class="speaker-body">
<div class="speaker-social">
<a href="https://github.com/DSC-Galgotias/"><i class="fa fa-github"></i></a>
</div>
<div class="speaker-content">
<h2>Community Choice</h2>
<h4>Most Influential Work <br/><h6>* will be decided by TechnoJam and DSC Galgtoias Community</h6></h4>
<span>DSC Pen drive + T Shirt + Swags</span>
</div>
</div>
</div>
</div>
<!-- /speaker -->
<!-- speaker -->
<div class="col-md-4 col-sm-6">
<div class="speaker" data-toggle="modal" data-target="#speaker-modal-1">
<div class="speaker-img">
<img src="./img/blog05.jpg" alt="">
</div>
<div class="speaker-body">
<div class="speaker-social">
<a href="https://github.com/DSC-Galgotias/"><i class="fa fa-github"></i></a>
</div>
<div class="speaker-content">
<h2>Leaderboard Topper</h2>
<h4>Top 10 on the Leaderboard <br/><h6>* Top 3 will recieve addition accessories.</h6></h4>
<span>T Shirt + Swags</span>
</div>
</div>
</div>
</div>
<!-- /speaker -->
<!-- speaker modal -->
<div id="speaker-modal-1" class="speaker-modal modal fade">
<div class="modal-dialog">
<div class="modal-content">
<button type="button" class="speaker-modal-close" data-dismiss="modal"></button>
<div class="modal-body">
<div class="row">
<div class="col-md-5">
<div class="speaker-modal-img">
<img src="./img/t.jpg" alt="">
</div>
</div>
<div class="col-md-7">
<div class="speaker-modal-content">
<h2 class="speaker-name">GOF-2018</h2>
<span class="speaker-job">- @ TechnoJam</span>
<p>Additional Details</p>
<div class="speaker-website">
<h4>Website</h4>
<a href="#">www.technojam.tech</a>
</div>
<div class="speaker-social">
<h4>Social Profile</h4>
<a href="https://www.facebook.com/technojam-scse" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://github.com/DSC-Galgotias/" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.instagram.com/technojam_galgotias/" target="_blank"><i class="fa fa-instagram"></i></a>
</div>
<!--
<div class="speaker-events">
<h4>Sessions</h4>
<div class="speaker-event">
<span><strong>Day 1 -</strong> February 20, 2018 8 : 00 AM - 11 : 00 AM</span>
<p>His id altera fabellas facilisis. Has eros assueverit cu</p>
</div>
<div class="speaker-event">
<span><strong>Day 2 -</strong> February 20, 2018 8 : 00 AM - 11 : 00 AM</span>
<p>At mucius deserunt delicatissimi eam, labitur detraxit ut sit</p>
</div>
</div>
-->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /speaker modal -->
</div>
<!-- /row -->
<h4>Note : There is a additional opportunity to feature as a Speaker/Guest during the upcoming TechnoJam Events. <br/>And if you are a Galgotias University student you get to join the club.</h4>
</div>
<!-- /container -->
</div>
<!-- /Speakers -->
<!-- Sponsors -->
<div id="sponsors" class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- section title -->
<div class="section-title">
<h3 class="title"><span>Rules / </span> <span style="color: #dd0a37;">Guidelines</span></h3>
</div>
<!-- /section title -->
<!--
<div class="col-md-3 col-sm-4 col-xs-6">
<a href="#" class="sponsor">
<img src="./img/sponsor.png" alt="">
</a>
</div>
<div class="col-md-3 col-sm-4 col-xs-6">
<a href="#" class="sponsor">
<img src="./img/sponsor.png" alt="">
</a>
</div>
<div class="col-md-3 col-sm-4 col-xs-6">
<a href="#" class="sponsor">
<img src="./img/sponsor.png" alt="">
</a>
</div>
<div class="col-md-3 col-sm-4 col-xs-6">
<a href="#" class="sponsor">
<img src="./img/sponsor.png" alt="">
</a>
</div>
<div class="col-md-3 col-sm-4 col-xs-6">
<a href="#" class="sponsor">
<img src="./img/sponsor.png" alt="">
</a>
</div>
<div class="col-md-3 col-sm-4 col-xs-6">
<a href="#" class="sponsor">
<img src="./img/sponsor.png" alt="">
</a>
</div>
<div class="col-md-3 col-sm-4 col-xs-6">
<a href="#" class="sponsor">
<img src="./img/sponsor.png" alt="">
</a>
</div>
<div class="col-md-3 col-sm-4 col-xs-6">
<a href="#" class="sponsor">
<img src="./img/sponsor.png" alt="">
</a>
</div>
-->
<h4> Q. Which repositories are counted for contribution?<br/> <br/>A. All the repositories on the DSC page are eligible for points. But the issues with the Hactoctober fest label have higher points assosiated with them.<br/></h4><br/><br/>
<h4> Q. So Points only for solving the issues mentioned?<br/> <br/>A. Your contribution can be in form of pull requests, reporting bugs, creating issues, writting tests, designing posters and others as well.<br/></h4><br/><br/>
<h4> Q. I want my repository up for this contest. What should I do?<br/> <br/>A. Each one of you who wants DSC club to promote their repositories can contact us through any medium. We would love to host your repository given that you are up there to mentain that.<br/></h4><br/><br/>
<h4> Q. I still have some doubt.<br/> <br/>A. Contact us through any of the mentioned medium.<br/></h4><br/><br/>
</div>
<!-- /row -->
</div>
<!-- /container -->
</div>
<!-- /Sponsors -->
<!-- CTA -->
<div id="cta" class="section">
<!-- background image -->
<div class="section-bg" style="background-image:url(./img/background03.jpg)" data-stellar-background-ratio="0.5"></div>
<!-- /background image -->
<!-- container -->
<div class="container">
<!-- container -->
<div class="row">
<!-- cta content -->
<div class="col-md-8 col-md-offset-2">
<div class="cta-content text-center">
<h2>Not Registered Yet!</h2>
<p class="lead"></p>
<a href="http://bit.ly/2Ru64Rv" target="_blank" class="main-btn">Register Here</a>
</div>
</div>
<!-- /cta content -->
</div>
<!-- /row -->
</div>
<!-- /container -->
</div>
<!-- /CTA -->
<!-- Contact -->
<div id="contact" class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- section title -->
<div class="section-title">
<h3 class="title"><span>Contact</span> <span style="color: #dd0a37;">Info</span></h3>
</div>
<!-- /section title -->
<!-- contact -->
<div class="col-sm-4">
<div class="contact">
<h3>Honey Sharma</h3>
<p>[email protected]</p>
<p>9821443576</p>
</div>
</div>
<!-- /contact -->
<!-- contact -->
<div class="col-sm-4">
<div class="contact">
<h3>Kaustubh Rai</h3>
<p>[email protected]</p>
<p>8318075212</p>
</div>
</div>
<!-- /contact -->
<!-- contact -->
<div class="col-sm-4">
<div class="contact">
<h3>JOIN US ON</h3>
<p><a href="https://join.slack.com/t/gudevs/shared_invite/enQtNDI4ODY5ODM4NzI3LTg3ZTNkYzhiODIyYmU5Y2VmMGRjMDBjZTQxOTI4NGE2NTZlMzQwZjhmOWFmMmIyMGEwNDNjOTE5YTQ4MDk4MjI" target="_blank" >Slack</p>
<p><a href="https://chat.whatsapp.com/8KQi05Jte7I3rXoTDXCysT" target="_blank">WhatsApp</a></p>
</div>
</div>
<!-- /contact -->
</div>
<!-- /row -->
</div>
<!-- /container -->
<!-- Map -->
<div id="map"></div>
<!-- /Map -->
</div>
<!-- /Contact -->
<!-- Footer -->
<footer id="footer">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- footer logo -->
<div class="col-md-4 col-md-push-4">
<div class="footer-brand">
<a class="logo" href="index.html">
<!--<img class="logo-img" src="./img/logo.png" alt="logo">
-->
<h3> GOF-2018 <br/>Welcome@TechnoJam</h3>
</a>
</div>
</div>
<!-- /footer logo -->
<!-- contact social -->
<div class="col-md-4 col-md-push-4">
<div class="contact-social">
<i><b>Follow us on: </b></i>
<a href="https://www.facebook.com/technojam-scse" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/technojam_galgotias/" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://github.com/DSC-Galgotias" target="_blank"><i class="fa fa-github"></i></a>
</div>
</div>
<!-- /contact social -->
<!-- copyright -->
<div class="col-md-4 col-md-pull-8">
<span class="copyright"><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | TechnoJam
<br/>Designed with <i class="fa fa-heart-o" aria-hidden="true"></i> using <a href="https://colorlib.com" target="_blank">Colorlib Themes</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></span>
</div>
<!-- /copyright -->
</div>
<!-- /row -->
</div>
<!-- /container -->
</footer>
<!-- /Footer -->
<!-- jQuery Plugins -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script src="js/google-map.js"></script>
<script src="js/jquery.countTo.js"></script>
<script src="js/main.js"></script>
</body>
</html>