-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
946 lines (817 loc) · 43.2 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
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
<!DOCTYPE html>
<html lang="en" xmlns:fb="http://ogp.me/ns/fb#">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>MSHacks 2.0 | MSTC LPU - A annual Flagship Hackathon</title>
<meta name="title" content ="MS Hacks 2.0 - A Hackathon that converts coffee to code and passion to victory.">
<!-- Generated Favicon Meta -->
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta property="og:image" content="assets/images/poster.jpeg"/>
<meta property="og:image:width" content="1280"/>
<meta property="og:image:height" content="750"/>
<!-- End -->
<!-- Generated Meta -->
<META NAME="author" CONTENT="Rohit Swami">
<META NAME="subject" CONTENT="Technology">
<META NAME="Description" CONTENT="MS Hacks 2.0 is one of the biggest event that is conducted by Microsoft Student Technical Community of LPU. The sole aim of this hackathon is to provide a competitive environment where students from all the domains come together and build something innovative. We encourage the students to build problems that can solve real-life challenges for users. We aim to build better future with Technology. Are you in? Register Now ...">
<META NAME="Classification" CONTENT="MS Hacks 2.0 is one of the biggest event that is conducted by Microsoft Student Technical Community of LPU. The sole aim of this hackathon is to provide a competitive environment where students from all the domains come together and build something innovative. We encourage the students to build problems that can solve real-life challenges for users. We aim to build better future with Technology. Are you in? Register Now ...">
<META NAME="Geography" CONTENT="Lovely Professional University,Punjab,India">
<META NAME="Language" CONTENT="English">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="PUBLIC">
<META NAME="Copyright" CONTENT="MSTC LPU">
<META NAME="Designer" CONTENT="Rohit Swami">
<META NAME="Publisher" CONTENT="MSTC LPU">
<META NAME="distribution" CONTENT="Global">
<META NAME="Robots" CONTENT="INDEX,FOLLOW">
<META NAME="zipcode" CONTENT="144411">
<META NAME="city" CONTENT="Jalandhar">
<META NAME="country" CONTENT="India">
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Event",
"name": "MS Hacks 2.0",
"description": "MS Hacks 2.0 is one of the biggest event that is conducted by Microsoft Student Technical Community of LPU. The sole aim of this hackathon is to provide a competitive environment where students from all the domains come together and build something innovative. We encourage the students to build problems that can solve real-life challenges for users. We aim to build better future with Technology. Are you in?",
"startDate": "2018-08-26",
"endDate": "2018-08-28",
"location": {
"@type": "Place",
"name": "Lovely professional university",
"address": {
"streetAddress": "Near Cheru Station, On GT Road",
"addressLocality": "Phagwara",
"addressRegion": "Punjab"
}
}
}
</script>
<!-- End -->
<!-- Mobile Specific Metas
================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!--Favicon-->
<link rel="shortcut icon" href="assets/media/favicon.ico" type="image/x-icon">
<link rel="icon" href="assets/media/favicon.ico" type="image/x-icon">
<!-- CSS
================================================== -->
<!-- Bootstrap -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Template styles-->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Responsive styles-->
<link rel="stylesheet" href="assets/css/responsive.css">
<!-- FontAwesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Animation -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- Colorbox -->
<link rel="stylesheet" href="assets/css/colorbox.css">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="body-inner">
<div class="preload"></div>
<!-- Header start -->
<header id="header" class="header header-transparent">
<div class="container">
<div class="row">
<div class="navbar-header">
<div class="logo container-fluid">
<a href="index.html">
<img src="assets/media/logo.png" alt="Microsoft Technical Community LPU Logo" height="100">
</a>
</div><!-- logo end -->
</div><!-- Navbar header end -->
<div class="site-nav-inner">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<nav class="collapse navbar-collapse navbar-responsive-collapse pull-right">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">About </a> </li>
<li><a href="#ts-speaker">Organiser</a></li>
<li><a href="#contact">Contact</a></li>
<li class="header-ticket">
<a class="ticket-btn" href="#ts-event">Events</a>
</li>
</ul><!--/ Nav ul end -->
</nav><!--/ Collapse end -->
</div><!-- Site nav inner end -->
</div><!-- Row end -->
</div><!-- Container end -->
<style type="text/css">
.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 100%;
}
.card:hover {
box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.2), 0 25px 50px 0 rgba(0, 0, 0, 0.19);
-ms-transform: scale(1.1); /* IE 9 */
-webkit-transform: scale(1.1); /* Safari 3-8 */
transform: scale(1.1);
}
</style>
</header><!--/ Header end -->
<section id="banner">
<div class="banner-item" style="background-image:url(assets/media/banner-bg.jpg)">
<div class="container">
<div class="banner-content text-center" >
<h1 class="banner-title "><span>Be a part of </span>MSHacks 2.0</h1>
<h4 style="color:inherit;">Associate Sponsor GitHub</h4>
<h2 class="banner-desc "><span class="first">26-28 August</span><span>Lovely Professional University</span><span>2018 Edition</span></h2>
</div>
</div><!-- Container end -->
<img src="assets/media/banner-bottom-img.png" alt="img" class="banner-bottom-img" />
</div><!-- Banner item end -->
</section><!-- Section banner end -->
<section class="countdown-area">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="countdown">
<div class="counter-day">
<span class="days">00</span>
<div class="smalltext">Days</div>
</div>
<div class="counter-hour">
<span class="hours">00</span>
<div class="smalltext">Hours</div>
</div>
<div class="counter-minute">
<span class="minutes">00</span>
<div class="smalltext">Minutes</div>
</div>
<div class="counter-second">
<span class="seconds">00</span>
<div class="smalltext">Seconds</div>
</div>
</div><!-- Countdown end -->
</div><!-- Col end -->
</div><!-- Row end -->
</div><!-- Container end -->
</section><!-- Countdown end -->
<section id="about" class="ts-intro">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="intro-content">
<h2 class="intro-title">MS Hacks - Innovation is Power</h2>
<p class="intro-desc lead">MS Hacks is one of the biggest event that is conducted by Microsoft Student Technical Community of LPU. The sole aim of this hackathon is to provide a competitive environment where students from all the domains come together and build something innovative. We encourage the students to build problems that can solve real-life challenges for users. We aim to build better future with Technology. Are you in? Register Now ...</p>
<div class="gap-20"></div>
<p>
<a href="https://hacksociety.tech/attend/hackathon/44" target="_blank" class="btn btn-primary">Registrations are open <i class="fa fa-long-arrow-right"></i></a>
</p>
</div><!-- Intro content -->
</div><!-- Col end -->
<div class="col-sm-6">
<div class="featured-tab">
<ul class="nav nav-tabs">
<li class="active">
<a class="animated fadeIn" href="#tab_a" data-toggle="tab">
<span class="tab-head">
<i class="fa fa-microphone"></i>
<span class="tab-text-title">Great Exposure</span>
</span>
</a>
</li>
<li>
<a class="animated fadeIn" href="#tab_b" data-toggle="tab">
<span class="tab-head">
<i class="fa fa-stack-overflow"></i>
<span class="tab-text-title">Networking</span>
</span>
</a>
</li>
<li>
<a class="animated fadeIn" href="#tab_c" data-toggle="tab">
<span class="tab-head">
<i class="fa fa-smile-o"></i>
<span class="tab-text-title">Have Fun</span>
</span>
</a>
</li>
</ul>
<div class="tab-content">
<div class="">
</div>
<div class="tab-pane active animated fadeInRight" id="tab_a">
<img class="about-tab-img pull-left" src="assets/media/tab-img1.png" height="180" alt="" />
<h3 class="tab-content-title">A great opportunity to showcase your skills.</h3>
</div><!-- Tab pane 1 end -->
<div class="tab-pane animated fadeInRight" id="tab_b">
<img class="about-tab-img pull-right" src="assets/media/tab-img2.png" height="180" alt="" />
<h3 class="tab-content-title">Great opportunity to network</h3>
<p>A great opportunity to network with people from different fields.</p>
</div><!-- Tab pane 2 end -->
<div class="tab-pane animated fadeInLeft" id="tab_c">
<img class="about-tab-img pull-left" src="assets/media/tab-img3.png" height="180" alt="" />
<h3 class="tab-content-title">Food and drinks are provided for all participants.</h3>
</div><!-- Tab pane 3 end -->
</div><!-- tab content -->
</div><!-- Featured tab end -->
</div><!-- Col end -->
</div><!-- Content Row end -->
</div><!-- Container end -->
</section><!-- Intro area end -->
<!-- Header start -->
<header id="header" class="header header-transparent">
<div class="container">
<div class="row">
<div class="navbar-header">
<div class="logo container-fluid">
<a href="index.html">
<img src="assets/media/logo.png" alt="Microsoft Technical Community LPU Logo" height="100">
</a>
</div><!-- logo end -->
</div><!-- Navbar header end -->
<div class="site-nav-inner">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<nav class="collapse navbar-collapse navbar-responsive-collapse pull-right">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">About </a> </li>
<li><a href="#ts-speaker">Organiser</a></li>
<li><a href="#contact">Contact</a></li>
<li class="header-ticket">
<a class="ticket-btn" href="#ts-event">Events</a>
</li>
</ul><!--/ Nav ul end -->
</nav><!--/ Collapse end -->
</div><!-- Site nav inner end -->
</div><!-- Row end -->
</div><!-- Container end -->
<style type="text/css">
.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 100%;
}
.card:hover {
box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.2), 0 25px 50px 0 rgba(0, 0, 0, 0.19);
-ms-transform: scale(1.1); /* IE 9 */
-webkit-transform: scale(1.1); /* Safari 3-8 */
transform: scale(1.1);
}
</style>
</header><!--/ Header end -->
<section id="facts" class="facts-area">
<div class="container">
<div class="row">
<div class="facts-wrapper">
<div class="col-sm-3 ts-facts">
<div class="ts-facts-content">
<h2 class="ts-facts-num"><span class="counterUp">200</span></h2>
<h3 class="ts-facts-title">Participants</h3>
</div>
<div class="ts-facts-icon">
<i class="fa fa-users"></i>
</div>
</div><!-- Col 1 end -->
<div class="col-sm-3 ts-facts">
<div class="ts-facts-content">
<h2 class="ts-facts-num"><span class="counterUp">5</span></h2>
<h3 class="ts-facts-title">Speakers</h3>
</div>
<div class="ts-facts-icon">
<i class="fa fa-microphone"></i>
</div>
</div><!-- Col 2 end -->
<div class="col-sm-3 ts-facts">
<div class="ts-facts-content">
<h2 class="ts-facts-num"><span class="counterUp">10</span></h2>
<h3 class="ts-facts-title">Sessions</h3>
</div>
<div class="ts-facts-icon">
<i class="fa fa-calendar"></i>
</div>
</div><!-- Col 3 end -->
<div class="col-sm-3 ts-facts">
<div class="ts-facts-content">
<h2 class="ts-facts-num"><span class="counterUp">15</span></h2>
<h3 class="ts-facts-title">Sponsors</h3>
</div>
<div class="ts-facts-icon">
<i class="fa fa-windows"></i>
</div>
</div><!-- Col 4 end -->
</div><!-- Facts end -->
</div><!--/ Content row end -->
</div><!--/ Container end -->
</section><!-- Facts end -->
<section id="diversity" class="container">
<div class="row text-center">
<span class="icon-wrap"><i class="fa fa-users"></i></span>
<h2 class="section-title">Diversity at Heart</h2>
</div>
<div class="gap-20"></div>
<div class="gap-20"></div>
<div class="row text-center">
<div class="col-md-4">
<img class="img-responsive" src="assets/media/community.jpg">
</div>
<div class="col-md-8">
<p class="intro-desc lead">
At MSHACKS, we create an environment that brings developers together irrespective of their gender, race, sexual orientation, socioeconomic background or ethnicity. Ever since its inception, MSHACKS has been extremely devoted to the cause of celebrating diversity among its participants and organisers. Over the years, we have strived to make sure that women get a chance to showcase their experience with all fairness.
<br>
In MSHACKS 2.0, the best performing girls’ team will receive special prizes and swags from our side as a token of appreciation for their remarkable efforts in leu of increasing girl participation. In this year we even have organisations and NGOs supporting us in this mission.
</p>
</div>
</div>
<div class="row diversityContainer">
<div class="col-md-4">
<div class="card">
<img src="assets/media/azure.jpg" alt="diversityImg" style="width:100%">
<div class="container">
<h4><b>Microsoft Azure Bootcamp</b></h4>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img src="assets/media/registration.jpeg" alt="diversityImg" style="width:100%">
<div class="container">
<h4><b>Registrations of MSHacks 1.0</b></h4>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img src="assets/media/judges.jpeg" alt="diversityImg" style="width:100%">
<div class="container">
<h4><b>Judges from Microsoft & Infosys</b></h4>
</div>
</div>
</div>
</div>
<div class="row diversityContainer2">
<div class="col-md-4">
<div class="card">
<img src="assets/media/imagine_camp.jpeg" alt="diversityImg" style="width:100%">
<div class="container">
</div>
</div>
</div>
<div class="col-md-4 ">
<div class="card">
<img src="assets/media/msp.jpeg" alt="diversityImg" style="width:100%">
<div class="container">
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img src="assets/media/participant.jpeg" alt="diversityImg" style="width:100%">
<div class="container">
</div>
</div>
</div>
</div>
</section>
<section id="ts-sponsors" class="ts-sponsors">
<div class="container">
<div class="row text-center">
<span class="icon-wrap"><i class="fa fa-handshake-o"></i></span>
<h2 class="section-title">Sponsors & Partners</h2>
<p class="section-sub-title">They are helping us make this event possible.</p>
</div><!--/ Title row end -->
<div class="row text-center">
<div class="col-xs-12 col-sm-4 col-md-4"></div>
<div class="col-xs-12 col-sm-4 col-md-4">
<a href="https://github.com/" target="_blank" class="sponsor-logo highlight">
<img class="img-responsive" width="800px" src="assets/media/sponsors/GitHub_Logo.png" alt="GitHub"/>
<p>Associate Sponsor</p>
</a>
</div><!-- Col 3 end -->
<div class="col-xs-12 col-sm-4 col-md-4"></div>
</div>
<div class="row text-center">
<div class="col-xs-12 col-sm-4 col-md-4">
<a href="https://www.mozilla.org/en-US" target="_blank" class="sponsor-logo highlight">
<img class="img-responsive align-css" width="200" src="assets/media/sponsors/mozilla.jpg" alt="mozilla"/>
<p style="margin-top:40px;">Open Source Sponsor</p>
</a>
</div><!-- Col 1 end -->
<div class="col-xs-12 col-sm-4 col-md-4">
<a href="https://developers.facebook.com/developercircles/" target="_blank" class="sponsor-logo highlight">
<img class="img-responsive" width="200" src="assets/media/sponsors/developer_circle.png" alt="developer circle"/>
<p style="margin-top:42px;">Community Partner</p>
</a>
</div><!-- Col 2 end -->
<div class="col-xs-12 col-sm-4 col-md-4">
<a href="http://hacksociety.tech/" target="_blank" class="sponsor-logo highlight">
<img class="img-responsive" width="200" src="assets/media/sponsors/hacksociety.png" alt="hacksociety"/>
<p>Hackathon Partner</p>
</a>
</div><!-- Col 3 end -->
</div><!--/ Content row 1 end -->
<div class="row text-center">
<div class="col-xs-12 col-sm-4 col-md-4">
<a href="https://girlscriptsummit.tech/" target="_blank" class="sponsor-logo highlight">
<img class="img-responsive " width="200" style="margin-left:20px" src="assets/media/sponsors/gslogo.png" alt="girls script"/>
<p>Open Source and Diversity Partner</p>
</a>
</div><!-- Col 1 end -->
<div class="col-xs-12 col-sm-4 col-md-4">
<a href="https://www.jetbrains.com/" target="_blank" class="sponsor-logo highlight">
<img class="img-responsive" width="200" src="assets/media/sponsors/Jetbrains.png" alt="jetbrains"/>
<p>IDE Sponsor</p>
</a>
</div><!-- Col 2 end -->
<div class="col-xs-12 col-sm-4 col-md-4">
<a href="https://gitlab.com/" target="_blank" class="sponsor-logo highlight">
<img class="img-responsive " width="200" src="assets/media/sponsors/gitlab.png" alt="GitLab"/>
<p style="margin-top:14px">Diversity Sponsor</p>
</a>
</div><!-- Col 3 end -->
</div><!-- Content row 2 end -->
<div class="row text-center">
<div class="col-xs-12 col-sm-4 col-md-4">
<a href="https://balsamiq.com/" target="_blank" class="sponsor-logo highlight">
<img class="img-responsive " width="200" src="assets/media/sponsors/balasmiq.png" alt="balsamiq"/>
<p>Silver Sponsor</p>
</a>
</div><!-- Col 1 end -->
<div class="col-xs-12 col-sm-4 col-md-4">
<a href="http://advantedge.vc/" target="_blank" class="sponsor-logo highlight">
<img class="img-responsive " width="200" src="assets/media/sponsors/AdvantEdge.png" alt="AdvantEdge"/>
<p>VC Support</p>
</a>
</div><!-- Col 2 end -->
<div class="col-xs-12 col-sm-4 col-md-4">
<a href="https://www.get.tech/" target="_blank" class="sponsor-logo highlight">
<img class="img-responsive align-css" width="200" src="assets/media/sponsors/tech.png" alt=".tech"/>
<p>Domain Sponsor</p>
</a>
</div><!-- Col 3 end -->
</div><!-- Content row 3 end -->
<div class="row text-center">
<div class="col-xs-12 col-sm-4 col-md-4">
<a href="https://www.wittyfeed.com/" target="_blank" class="sponsor-logo highlight">
<img class="img-responsive align-css" width="200" src="assets/media/sponsors/wittyfeed.png" alt="wittyfeed"/>
<p style="margin-top:32px">Powered By</p>
</a>
</div><!-- Col 1 end -->
<div class="col-xs-12 col-sm-4 col-md-4">
<a href="https://www.hackerearth.com/" target="_blank" class="sponsor-logo highlight">
<img class="img-responsive align-css" width="200" src="assets/media/sponsors/HE.png" alt="Hackerearth"/>
<p style="margin-top:56px">Platform Sponsor</p>
</a>
</div><!-- Col 2 end -->
<div class="col-xs-12 col-sm-4 col-md-4">
<a href="https://codingblocks.com/" target="_blank" class="sponsor-logo highlight">
<img class="img-responsive " width="200" src="assets/media/sponsors/codingBlocks.png" alt="Coding Blocks"/>
<p>Platinum Sponsor</p>
</a>
</div><!-- Col 3 end -->
</div><!-- Content row 4 end -->
<div class="row text-center">
<div class="col-xs-12 col-sm-4 col-md-4">
<a href="https://zulipchat.com/" target="_blank" class="sponsor-logo highlight">
<img class="img-responsive " width="144" src="assets/media/sponsors/zulip.png" alt="Zulip"/>
<p>Chat Partner</p>
</a>
</div><!-- Col 1 end -->
<div class="col-xs-12 col-sm-4 col-md-4">
<a href="https://www.interviewcake.com/" target="_blank" class="sponsor-logo highlight">
<img class="img-responsive " width="200" src="assets/media/sponsors/interviewCake.png" alt="Interview Cake"/>
<p>Education Partner</p>
</a>
</div><!-- Col 2 end -->
<div class="col-xs-12 col-sm-4 col-md-4">
</div><!-- Col 3 end -->
</div><!-- Content row 5 end -->
<div class="row text-center">
<h3 class="sponsor-title">Patrons</h3>
<div class="col-xs-12 col-sm-3 col-md-3">
<a class="sponsor-logo">
<img class="img-responsive " style="margin-top:110px" src="assets/media/sponsors/temboo.png" alt="temboo" />
</a>
</div><!-- Col 1 end -->
<div class="col-xs-12 col-sm-3 col-md-3">
<a class="sponsor-logo">
<img class="img-responsive" src="assets/media/sponsors/digitalocean.png" alt="digitalocean" />
</a>
</div><!-- Col 2 end -->
<div class="col-xs-12 col-sm-3 col-md-3">
<a class="sponsor-logo">
<img class="img-responsive" style="margin-top:70px" src="assets/media/sponsors/oyo.gif" alt="oyo" />
</a>
</div><!-- Col 3 end -->
<div class="col-xs-12 col-sm-3 col-md-3">
<a class="sponsor-logo">
<img class="img-responsive" style="margin-top:40px" src="assets/media/sponsors/inkmonk.png" alt="inkmonk" />
</a>
</div><!-- Col 4 end -->
</div><!--/ Content row 1 end -->
<div class="row text-center">
<div class="col-xs-12 col-sm-3 col-md-4">
<a class="sponsor-logo">
<img class="img-responsive" style="margin-top:20px" src="assets/media/sponsors/wolframalpha.png" alt="WolframAlpha" />
</a>
</div><!-- Col 1 end -->
<div class="col-xs-12 col-sm-3 col-md-4">
<a class="sponsor-logo">
<img class="img-responsive" style="margin-top:20px;" width="150px" src="assets/media/sponsors/npm.png" alt="npm" />
</a>
</div><!-- Col 2 end -->
<div class="col-xs-12 col-sm-3 col-md-4">
<a class="sponsor-logo">
<img class="img-responsive" style="margin-top:-50px" width="200px" src="assets/media/sponsors/startupSuccess.jpg" alt="Startup Success Stories" />
</a>
</div><!-- Col 3 end -->
</div><!--/ Content row 2 end -->
<div class="row">
<div class="general-btn text-center">
<a class="btn btn-primary" href="https://www.shortto.com/AJ" target="_blank">Become our Sponsor</a>
</div>
</div><!--/ Content row 3 end -->
</div><!--/ Container end -->
</div>
</section><!-- Sponsors end -->
<section id="ts-speaker" class="ts-speakers">
<div class="container">
<div class="row text-center">
<span class="icon-wrap"><i class="fa fa-microphone"></i></span>
<h2 class="section-title title-white">Organizer</h2>
</div><!--/ Title row end -->
<div class="row">
<div class="col-xs-6 col-sm-3 col-md-2"></div>
<div class="col-xs-12 col-sm-6 col-md-4">
<div class="ts-speaker transparent">
<div class="ts-speaker-image">
<img class="img-responsive" src="assets/media/ravi.jpg" alt="raviMSP" />
<ul class="social-links">
<li><a href="https://instagram.com/zneroravi" target="_blank"><i class="fa fa-instagram"></i></a></li>
<li><a ><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://facebook.com/windstormfire" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/zneroravi" target="_blank"><i class="fa fa-twitter"></i></a></li>
</ul>
</div><!--Image end -->
<div class="ts-speaker-info text-center">
<h3 class="ts-speaker-name"><a href="#">Ravikant Goswami</a></h3>
<p class="ts-speaker-designation">MSP</p>
<p class="ts-speaker-num">+91 84392 91909</p>
</div><!-- Info end -->
</div><!-- Speaker end -->
</div><!-- Speaker Col 1 end -->
<div class="col-xs-12 col-sm-6 col-md-4">
<div class="ts-speaker transparent">
<div class="ts-speaker-image">
<img class="img-responsive" src="assets/media/sanu.jpg" alt="soumyajitMSP" />
<ul class="social-links">
<li><a href="https://www.instagram.com/sanudatta11/" target="_blank"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://linkedin.com/in/soumyajit-dutta-coder" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.facebook.com/stuxnet.guy" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a ><i class="fa fa-twitter"></i></a></li>
</ul>
</div><!--Image end -->
<div class="ts-speaker-info text-center">
<h3 class="ts-speaker-name"><a href="#">Soumyajit Dutta</a></h3>
<p class="ts-speaker-designation">MSP</p>
<p class="ts-speaker-num"> +91 95019 25559 </p>
</div><!-- Info end -->
</div><!-- Speaker end -->
</div><!-- Speaker Col 2 end -->
<div class="col-xs-6 col-sm-3 col-md-2"></div>
</div><!-- Content row 1 end -->
</div><!--/ Container end -->
</section><!-- Speakers end -->
<section id="ts-event" class="ts-venue">
<div class="container">
<div class="row text-center">
<span class="icon-wrap"><i class="fa fa-calendar-check-o"></i></span>
<h2 class="section-title title-white">Events</h2>
<p class="section-sub-title">Successful events from the past</p>
</div><!--/ Title row end -->
<div class="row venu-info rowOverflow">
<div class="col-md-4">
<div class="venu-info-content event1">
</div><!-- Venu content end -->
<div class="hover-content">
<h3 class="venu-info-title">Meetups</h3>
<div class="event-detail">
<span class="venu-info-icon"><i class="fa fa-map-marker"></i></span>
<p class="venu-info-text">
Block 34 Room.111</p>
</div>
</div>
</div><!-- Col 1 end -->
<div class="col-md-4">
<div class="venu-info-content event2">
</div><!-- Venu content end -->
<div class="hover-content">
<h3 class="venu-info-title">Session</h3>
<div class="event-detail">
<span class="venu-info-icon"><i class="fa fa-map-marker"></i></span>
<p class="venu-info-text">
Block 34 Room.111
<br>
Sessions are taken by MSTC very frequently to make the students aware
of the latest technologies up in the market.
In the session the students are guided to code, learn and innovate</p>
</div>
</div>
</div><!-- Col 2 end -->
<div class="col-md-4">
<div class="venu-info-content event3">
</div><!-- Venu content end -->
<div class="hover-content">
<h3 class="venu-info-title">Microsoft Hackathon</h3>
<div class="event-detail">
<span class="venu-info-icon"><i class="fa fa-map-marker"></i></span>
<p class="venu-info-text">
Bits Pilani</p>
</div>
</div>
</div><!-- Col 3 end -->
<div class="col-md-4">
<div class="venu-info-content event4">
</div><!-- Venu content end -->
<div class="hover-content">
<h3 class="venu-info-title">Git and GitHub Workshop</h3>
<div class="event-detail">
<span class="venu-info-icon"><i class="fa fa-map-marker"></i></span>
<p class="venu-info-text">Lovely Professional University
<br>
GitHub has always been in trend when it comes to software or an app.
We as part of Microsoft make the students aware of the VCS
and help them deploy their apps on it.
</p>
</div>
</div>
</div><!-- Col 3 end -->
<div class="col-md-4">
<div class="venu-info-content event5">
</div><!-- Venu content end -->
<div class="hover-content">
<h3 class="venu-info-title">Imagine Talks</h3>
<div class="event-detail">
<span class="venu-info-icon"><i class="fa fa-map-marker"></i></span>
<p class="venu-info-text">Bits Pilani
<br>
Microsoft Imagine Cup has been the biggest event till
date. Mentors from Microsoft came to enlighten the
students with their knowledge. Students gained a lot
of knowledge on the Cloud Platform.
</p>
</div>
</div>
</div><!-- Col 3 end -->
<div class="col-md-4">
<div class="venu-info-content event6">
</div><!-- Venu content end -->
<div class="hover-content">
<h3 class="venu-info-title">Competitve Programming BootCamp</h3>
<div class="event-detail">
<span class="venu-info-icon"><i class="fa fa-map-marker"></i></span>
<p class="venu-info-text">Lovely Professional University</p>
</div>
</div>
</div><!-- Col 3 end -->
</div><!-- Content row end -->
</div><!-- Container end -->
<div id="map" class="map"></div>
</section><!-- Map end -->
<footer id="footer" class="footer">
<div class="copyright text-center">
<div class="container">
<div class="row">
<div class="col-md-12">
<img src="assets/media/logo.png" height="120" alt="mstcLPU logo">
<div class="gap-20"></div>
<div class="footer-menu">
<ul class="nav unstyled">
<li><a href="#about">About</a></li>
<li><a href="#ts-speaker">Organizer</a></li>
<li><a href="#ts-event">Events</a></li>
</ul>
</div><!-- Footer menu end -->
<br>
<p>© 2017-2018 All Right Reserved<br>
Microsoft Technical Community, LPU
</p>
<div id="contact" class="footer-social">
<ul>
<li><a href="https://www.facebook.com/mstclpu" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/mstclpu" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/company/mstclpu" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.instagram.com/mstclpu/" target="_blank"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://plus.google.com/u/1/communities/114043285727179316695" target="_blank"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div><!-- Footer social end -->
<div class="gap-20"></div>
<p>Made with <i style="color: #2970FB;" class="fa fa-2x fa-heart"></i> By <a href="https://rohitswami.com/" target="_blank"> Rohit Swami </a> & <a href="https://github.com/pranav0408/" target="_blank"> Pranav Singh</a></p>
</div><!-- Col end -->
</div><!-- Copyright Row end -->
<div id="back-to-top" data-spy="affix" data-offset-top="10" class="back-to-top affix">
<button class="btn btn-primary" title="Back to Top">
<i class="fa fa-angle-double-up"></i>
</button>
</div>
</div><!-- Copyright Container end -->
</div><!-- Copyright end -->
<img class="footer-pattern" src="assets/media/footer-pattern.png" alt="footer pattern">
</footer><!-- Footer end -->
</div><!-- Body inner end -->
<!-- Javascript Files
================================================== -->
<!-- initialize jQuery Library -->
<script type="text/javascript" src="assets/js/jquery.js"></script>
<!-- Bootstrap jQuery -->
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<!-- Counter -->
<script type="text/javascript" src="assets/js/jquery.counterup.min.js"></script>
<!-- Countdown -->
<script type="text/javascript" src="assets/js/jquery.jCounter.js"></script>
<!-- Waypoints -->
<script type="text/javascript" src="assets/js/waypoints.min.js"></script>
<!-- Color box -->
<script type="text/javascript" src="assets/js/jquery.colorbox.js"></script>
<!-- Google Map -->
<script type="text/javascript" src="//maps.googleapis.com/maps/api/js?key=AIzaSyCsa2Mi2HqyEcEnM1urFSIGEpvualYjwwM"></script>
<!-- Doc https://developers.google.com/maps/documentation/javascript/get-api-key -->
<!-- For latitude and longitude use http://www.latlong.net/ -->
<script type="text/javascript" src="assets/js/gmap3.js"></script>
<script type="text/javascript">
/* Event counter */
$(".countdown").jCounter({
date: '26 August 2018 12:00:00',
fallback: function() { console.log("count finished!") }
});
/* Google Map */
$(function () {
$('#map')
.gmap3({
address:"Lovely Professional University, Punjab, India",
zoom: 13,
center:[31.253603,75.7014803],
mapTypeId : google.maps.MapTypeId.ROADMAP,
scrollwheel: false
})
.marker([
{position:[31.253603,75.7014803]},
{icon: "http://maps.google.com/mapfiles/marker_grey.png"}
])
});
</script>
<script type="text/javascript">
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
</script>
<!-- Template custom -->
<script type="text/javascript" src="assets/js/custom.js"></script>
<script type="text/javascript">
//This is the "Offline copy of pages" service worker
//Add this below content to your HTML page, or add the js file to your page at the very top to register sercie worker
if (navigator.serviceWorker.controller) {
console.log('[PWA Builder] active service worker found, no need to register')
} else {
//Register the ServiceWorker
navigator.serviceWorker.register('sw.js', {
scope: './'
}).then(function(reg) {
console.log('Service worker has been registered for scope:'+ reg.scope);
});
}
</script>
</body>
</html>