-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
768 lines (725 loc) · 41.5 KB
/
index.html
File metadata and controls
768 lines (725 loc) · 41.5 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Techspace USICT | GGSIPU</title>
<!-- <link rel="stylesheet" type="text/css" href="style.css"> -->
<link href="https://fonts.googleapis.com/css?family=Comfortaa|Righteous|Do+Hyeon|Lobster+Two|Quicksand|Ubuntu|Raleway|Roboto|Roboto+Mono|Titillium+Web" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" href="./img/TS-1.jpg">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/card.css">
<link rel="stylesheet" href="./css/timeline.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css"
integrity="sha384-OHBBOqpYHNsIqQy8hL1U+8OXf9hH6QRxi0+EODezv82DfnZoV7qoHAZDwMwEJvSw"
crossorigin="anonymous">
<meta name="viewport" content="width=device-width">
</head>
<body>
<nav class="navbar navbar-expand-sm sticky-top navbar-light flex-nowrap">
<div class="navbar-collapse collapse w-100 order-1 order-sm-0 dual-collapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Community</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Events</a>
</li>
<li class="nav-item">
<a class="nav-link scrollTo" href="#clubs">Clubs @Techspace</a>
</li>
<li class="nav-item">
<a class="nav-link scrollTo" href="#contact">Contact Us</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="#"></a>
</li> -->
</ul>
</div>
<button class="navbar-toggler mr-2" type="button" data-toggle="collapse" data-target=".dual-collapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-auto order-0">
<a class="navbar-brand mx-auto" href="#"><img src="img/TS-1.jpg" class="nav-logo"></a>
</div>
<!-- <span class="navbar-brand w-100">Navbar 5</span> -->
<div class="navbar-collapse collapse order-3 order-sm-2 w-100 dual-collapse d-none d-sm-block">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<button class="btn-wire-dark">Sign in</button>
</li>
</ul>
</div>
<div class="w-75 d-block d-sm-none spacer"><!-- spacer --></div>
</nav>
<!-- THE TOP PART OF THE WEBPAGE -->
<div id="particles-js">
<div class="back"></div>
<div class="container-fluid content-top">
<div class="row align-items-center" style="height: 100%">
<div class="col-md-1 d-none d-sm-block"></div>
<div class="col-xs-12 col-md-5">
<h1 class="text-white techspace-title">Techspace <br>USICT</h1>
<p class="text-white" style="font-family: 'Quicksand'">Best place to nurture yourself.</p>
<br>
<h4 style="font-family: 'Quicksand'"><a href="#" class="btn-wire">Let's Join Hands</a></h4>
</div>
<div class="col-md-5 d-none d-sm-block">
<img class="img-fluid img-thumbnail" src="img/3.jpg">
</div>
<div class="col-xs-12 col-md-12 text-center">
<a href="#about" class="scrollToAbout"><i class="icon fa fa-chevron-down fa-2x text-white" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<!-- ABOUT SECTION -->
<div class="container-fluid about-section">
<!-- <div class="row slant-heading" id="about">
<div class="col p-2 text-center"><h1 class="section-heading">About us</h1></div>
</div> -->
<div class="row" id="about">
<div class="col-12 col-md-6" style="padding: 3rem; padding-bottom: 0">
<h4 class="small-heading">About Us
<div class="hr"></div>
</h4>
<p class="about-para" style="font-family: 'Quicksand'">
Techspace is the “Of the students, By the students, For the students” technical society of USICT that works towards promoting discussion, creative collaboration, research and skill development.<!-- providing students with opportunities to grow outside -->
<br>
We aim to provide an environment where students can tinker with ideas, experiment and capitalize on the power of a strong community.<br>
<br><h5><span style="border-bottom: 2px dotted #f29260;">Our vision is:</h5>
<ul class="about-list" style="font-family: 'Quicksand'">
<li>To inculcate the culture of sharing knowledge and values</li>
<li>To be the best place to nurture oneself</li>
</ul>
</p>
<h4 class="pt-3"><a href="#clubs" class="btn-wire-dark scrollTo">Join Hands</a></h4>
<br>
</div>
<div id="about-bg-diagonal" class="bg-parallax d-none d-md-block"></div>
<div class="col-12 col-md-6 p-4 d-none d-sm-block">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="img/3.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/3.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/3.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
<!-- CLUBS SECTION -->
<div class="container-fluid about-section pt-5" style="min-height: 100%;" id="clubs">
<div class="row slant-heading d-md-none">
<div class="col p-2 text-center"><h1 class="section-heading">Clubs @Techspace</h1></div>
</div>
<div class="content container-fluid" style="height: 100%; background-color: #f7f7f7;" id="root">
<div class="row">
<div class="col-md-3 d-none d-md-block">
<div class="sticky">
<div class="row slant-heading">
<div class="col p-2 text-center"><h2 class="section-heading" style="margin-top: 1rem">Clubs @Techspace</h2></div>
</div>
<div class="list-group" id="list-clubs">
<a href="#codeschool" class="list-group-item list-group-item-action active scrollTo">Codeschool</a>
<a href="#cogitans" class="list-group-item list-group-item-action scrollTo">Cogitans</a>
<a href="#droid" class="list-group-item list-group-item-action scrollTo">Droid Club</a>
<a href="#electrotech" class="list-group-item list-group-item-action scrollTo">Electrotech</a>
<a href="#oslc" class="list-group-item list-group-item-action scrollTo">Open Source Learning Club</a>
<a href="#ecell" class="list-group-item list-group-item-action scrollTo">Zenith E-Cell</a>
<a href="#turing" class="list-group-item list-group-item-action scrollTo">Turing AI</a>
<a href="#unity" class="list-group-item list-group-item-action scrollTo">Unity Game-Dev</a>
</div>
</div>
</div>
<div class="col-md-9">
<!--Begin club row-->
<div class="row content-club" id="codeschool">
<div class="col-xs-4 col-md-4 wow fadeIn" data-wow-offset="100">
<div class="box-wrapper">
<div class="card-image" style="background: url('https://www.setaswall.com/wp-content/uploads/2017/06/Programming-Wallpapers-30-1280-x-720-768x432.jpg');background-repeat: none; background-size: cover" alt="code school"></div>
<div class="box-content p-4">
<a class="buy" href="javascript:void(0)"><span><i class="fa fa-code"></i></span></a>
<div class="title">CODE SCHOOL</div>
<div class="desc">Competitive Coding</div>
<br>
<a href="#" class="btn-wire-dark" target="_blank">Visit page</a>
<div class="p-3 d-md-none"></div>
</div>
</div>
</div>
<div class="col-xs-8 col-md-8 d-none d-md-block" >
<div class="row about-club">
<h3>Codeschool</h3>
<p>Coddeschool welcomes you to the world of competitive programming and grow with us. As the situation changes the Competion of getting a job in Google,Microsoft are getting harder we will provide the right platform to beat the challenges. </p>
</div>
<div class="row">
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
</div>
</div>
</div>
<!--End club row-->
<!--Begin club row-->
<div class="row content-club" id="cogitans">
<div class="col-xs-8 col-md-8 d-none d-md-block">
<div class="row about-club">
<h3>Cogitans</h3>
<p>Cogitans are the Web DEv Commuinty which provides the exact information and the current trends in this world. And you can make their own Customized website by Yourself which helps you to make a better portfolio Happy Coding. </p>
</div>
<div class="row">
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
</div>
</div>
<div class="col-xs-4 col-md-4 wow fadeIn text-right" data-wow-offset="100">
<div class="box-wrapper">
<div class="card-image" style="background: url('https://udemy-images.udemy.com/course/750x422/260756_bac8_3.jpg');background-repeat: none; background-size: cover"></div>
<div class="box-content p-4">
<a class="buy" href="javascript:void(0)"><span><i class="fab fa-html5"></i></span></a>
<div class="title">COGITANS</div>
<div class="desc">The Web Dev Club</div>
<br>
<a href="#" class="btn-wire-dark" target="_blank">Visit page</a>
<div class="p-3 d-md-none"></div>
</div>
</div>
</div>
</div>
<!--End club row-->
<!--Begin club row-->
<div class="row content-club" id="droid">
<div class="col-xs-4 col-md-4 wow fadeIn" data-wow-offset="100">
<div class="box-wrapper">
<div class="card-image" style="background: url('https://i.pinimg.com/originals/8d/51/8f/8d518fbf62bfe6b2d895646ebd0422a0.jpg');background-repeat: none; background-size: cover" alt="code school"></div>
<div class="box-content p-4">
<a class="buy" href="javascript:void(0)"><span><i class="fab fa-android"></i></span></a>
<div class="title">Droid Club</div>
<div class="desc">Android Developement</div>
<br>
<a href="#" class="btn-wire-dark" target="_blank">Visit page</a>
<div class="p-3 d-md-none"></div>
</div>
</div>
</div>
<div class="col-xs-8 col-md-8 d-none d-md-block">
<div class="row about-club">
<h3>Droid Club</h3>
<p>This Club is For Android Geeks and who are keen to make their own Apps and making money by placing it on playstore. So if you want to make a game Come and Join us. Welcome to have you </p>
</div>
<div class="row">
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
</div>
</div>
</div>
<!--End club row-->
<!--Begin club row-->
<div class="row content-club" id="electrotech">
<div class="col-xs-8 col-md-8 d-none d-md-block">
<div class="row about-club">
<h3>Electrotech</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="row">
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
</div>
</div>
<div class="col-xs-4 col-md-4 wow fadeIn text-right" data-wow-offset="100">
<div class="box-wrapper">
<div class="card-image" style="background: url('https://images6.alphacoders.com/388/thumb-1920-388041.jpg');background-repeat: none; background-size: cover"></div>
<div class="box-content p-4">
<a class="buy" href="javascript:void(0)"><span><i class="fab fa-html5"></i></span></a>
<div class="title">Electrotech</div>
<div class="desc">Electronics</div>
<br>
<a href="#" class="btn-wire-dark" target="_blank">Visit page</a>
<div class="p-3 d-md-none"></div>
</div>
</div>
</div>
</div>
<!--End club row-->
<!--Begin club row-->
<div class="row content-club" id="oslc">
<div class="col-xs-4 col-md-4 wow fadeIn" data-wow-offset="100">
<div class="box-wrapper">
<div class="card-image" style="background: url('http://linux-2-day.com/wp-content/uploads/2015/03/github-universe1.jpg');background-repeat: none; background-size: cover" alt="code school"></div>
<div class="box-content p-4">
<a class="buy" href="javascript:void(0)"><span><i class="fa fa-code"></i></span></a>
<div class="title">OSLC</div>
<div class="desc">Open Source Learning</div>
<br>
<a href="#" class="btn-wire-dark" target="_blank">Visit page</a>
<div class="p-3 d-md-none"></div>
</div>
</div>
</div>
<div class="col-xs-8 col-md-8 d-none d-md-block" >
<div class="row about-club">
<h3>Open Source Learning Center</h3>
<p>This is one of the Best Club which helps you to introduce the real world of coding and getting the chance to work with other company's projects and gaining the Experince is the reward from this club to you. Welcome!! and Join Us !! </p>
</div>
<div class="row">
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
</div>
</div>
</div>
<!--End club row-->
<!--Begin club row-->
<div class="row content-club" id="ecell">
<div class="col-xs-8 col-md-8 d-none d-md-block">
<div class="row about-club">
<h3>Zenith E-Cell</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="row">
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
</div>
</div>
<div class="col-xs-4 col-md-4 wow fadeIn text-right" data-wow-offset="100">
<div class="box-wrapper">
<div class="card-image" style="background: url('http://www.printawallpaper.com/upload/designs/idea_d.jpg');background-repeat: none; background-size: cover"></div>
<div class="box-content p-4">
<a class="buy" href="javascript:void(0)"><span><i class="fab fa-html5"></i></span></a>
<div class="title">Zenith E-Cell</div>
<div class="desc">Entrepreneurship Cell</div>
<br>
<a href="#" class="btn-wire-dark" target="_blank">Visit page</a>
<div class="p-3 d-md-none"></div>
</div>
</div>
</div>
</div>
<!--End club row-->
<!--Begin club row-->
<div class="row content-club" id="turing">
<div class="col-xs-4 col-md-4 wow fadeIn" data-wow-offset="100">
<div class="box-wrapper">
<div class="card-image" style="background: url('https://techcrunch.com/wp-content/uploads/2015/12/shutterstock_228897490.png');background-repeat: none; background-size: cover" alt="code school"></div>
<div class="box-content p-4">
<a class="buy" href="javascript:void(0)"><span><i class="fa fa-code"></i></span></a>
<div class="title">Turing AI</div>
<div class="desc">Machine Learning, Deep learning, Neural Networks</div>
<br>
<a href="#" class="btn-wire-dark" target="_blank">Visit page</a>
<div class="p-3 d-md-none"></div>
</div>
</div>
</div>
<div class="col-xs-8 col-md-8 d-none d-md-block" >
<div class="row about-club">
<h3>Turing AI</h3>
<p>This Club is for Futurists and kind off tough but Interesting and learning the new stuff before they came to the market. Simply means this club is Connected to the ELon Musk (just kidding).If you want to make yourself as a Elon Musk or Btter then him :) come and Join Us </p>
</div>
<div class="row">
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
</div>
</div>
</div>
<!--End club row-->
<!--Begin club row-->
<div class="row content-club" id="unity">
<div class="col-xs-8 col-md-8 d-none d-md-block">
<div class="row about-club">
<h3>RenderedSpace USICT</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="row">
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
<div class="col-xs-4 col-md-2 text-center">
<div class="circle-img" style="background: url('./img/14.jpg');background-size: cover;"></div>
<p>Member 1</p>
</div>
</div>
</div>
<div class="col-xs-4 col-md-4 wow fadeIn text-right" data-wow-offset="100">
<div class="box-wrapper">
<div class="card-image" style="background: url('https://wordpress-storage.nyc3.digitaloceanspaces.com/2018/03/Unity-1024x579.jpg');background-repeat: none; background-size: cover"></div>
<div class="box-content p-4">
<a class="buy" href="javascript:void(0)"><span><i class="fab fa-html5"></i></span></a>
<div class="title">Unity GameDev</div>
<div class="desc">AR/VR, Game Development</div>
<br>
<a href="#" class="btn-wire-dark" target="_blank">Visit page</a>
<div class="p-3 d-md-none"></div>
</div>
</div>
</div>
</div>
<!--End club row-->
</div>
</div>
</div>
<div class="p-4"></div>
</div>
<div class="container-fluid about-section" style="min-height: 100%;">
<div class="row">
<div class="col-md-6 col-xs-12">
<div class="row slant-heading d-block d-sm-none" id="timeline" style="background-color: #f7f7f7; z-index: 1">
<div class="col p-2 text-center"><h1 class="section-heading">JOURNEY TILL NOW</h1><p class="cd-timeline__date">THE TECHSPACE STORY</p></div>
</div>
<section class="cd-timeline js-cd-timeline">
<div class="cd-timeline__container">
<div class="cd-timeline__block js-cd-block">
<div class="cd-timeline__img cd-timeline__img--picture js-cd-img">
<!-- <img src="img/cd-icon-picture.svg" alt="Picture"> -->
</div> <!-- cd-timeline__img -->
<div class="cd-timeline__content js-cd-content">
<h4>Foundation (September, 2014)</h4>
<p class="cd-timeline__date">Jan 14</p>
<br>
<a href="#0" class="btn-wire-dark">Read more</a>
</div> <!-- cd-timeline__content -->
</div> <!-- cd-timeline__block -->
<div class="cd-timeline__block js-cd-block">
<div class="cd-timeline__img cd-timeline__img--movie js-cd-img">
<!-- <img src="img/cd-icon-movie.svg" alt="Movie"> -->
</div> <!-- cd-timeline__img -->
<div class="cd-timeline__content js-cd-content">
<h4>Orientation 1.0 on engineer’s day (2nd November, 2015)</h4>
<p class="cd-timeline__date">Jan 18</p>
<img class="img-fluid" src="img/14.jpg">
<br>
<br>
<a href="#0" class="btn-wire-dark">Read more</a>
<br>
</div> <!-- cd-timeline__content -->
</div> <!-- cd-timeline__block -->
<div class="cd-timeline__block js-cd-block">
<div class="cd-timeline__img cd-timeline__img--picture js-cd-img">
<!-- <img src="img/cd-icon-picture.svg" alt="Picture"> -->
</div> <!-- cd-timeline__img -->
<div class="cd-timeline__content js-cd-content">
<h4>Infoxpression 2016 </h4>
<p class="cd-timeline__date">Jan 24</p>
<br>
<a href="#0" class="btn-wire-dark">Read more</a>
</div> <!-- cd-timeline__content -->
</div> <!-- cd-timeline__block -->
<div class="cd-timeline__block js-cd-block">
<div class="cd-timeline__img cd-timeline__img--location js-cd-img">
<!-- <img src="img/cd-icon-location.svg" alt="Location"> -->
</div> <!-- cd-timeline__img -->
<div class="cd-timeline__content js-cd-content">
<h4>UHack</h4>
<p class="cd-timeline__date">Feb 14</p>
<br>
<a href="#0" class="btn-wire-dark">Read more</a>
</div> <!-- cd-timeline__content -->
</div> <!-- cd-timeline__block -->
<div class="cd-timeline__block js-cd-block">
<div class="cd-timeline__img cd-timeline__img--movie js-cd-img">
<!-- <img src="img/cd-icon-location.svg" alt="Location"> -->
</div> <!-- cd-timeline__img -->
<div class="cd-timeline__content js-cd-content">
<h2>TODAY</h2>
<p class="cd-timeline__date">Feb 18</p>
<p>From 12 clubs, 25 members in 2015 to 8 clubs, 200 members</p>
<br>
<a href="#0" class="btn-wire-dark">Read more</a>
</div> <!-- cd-timeline__content -->
</div> <!-- cd-timeline__block -->
</div>
</section>
</div>
<div class="col-md-6 col-xs-12 text-center sticky" style="z-index: 2">
<div class="sticky pt-2">
<div class="row slant-heading d-none d-sm-block" id="timeline" style="background-color: #f7f7f7; z-index: 1">
<div class="col p-2 text-center"><h1 class="section-heading">JOURNEY TILL NOW</h1><p class="cd-timeline__date">THE TECHSPACE STORY</p></div>
</div>
<h3 class="small-heading" >Faculty Board</h3>
<br>
<div class="row" id="facultyBoard" style="font-family: 'Quicksand'">
<div class="col col-md-4 col-xs-4">
<img src="img/14.jpg" class="faculty-img">
<p>Dr. Arvinder Kaur <br> <em>Dean USICT</em></p>
<p>Chairperson</p>
</div>
<div class=" col col-md-4 col-xs-4">
<img src="img/14.jpg" class="faculty-img">
<p>Mr. Shiv Ram Meena <br> <em>Asstt. Prof. USICT</em></p>
<p>Chief Faculty Advisor</p>
</div>
<div class="col col-md-4 col-xs-4">
<img src="img/14.jpg" class="faculty-img">
<p>Mr. Chakresh Kumar <br> <em>Asstt. Prof. USICT</em></p>
<p>Faculty Advisor</p>
</div>
</div>
<!-- <div class="row" id="facultyBoard" style="font-family: 'Quicksand'">
<div class="col col-md-4 col-xs-4">
<img src="img/14.jpg" class="faculty-img">
<p>Dr. Arvinder Kaur <br> <em>Dean USICT</em></p>
<p>Chairperson</p>
</div>
<div class=" col col-md-4 col-xs-4">
<img src="img/14.jpg" class="faculty-img">
<p>Mr. Shiv Ram Meena <br> <em>Asstt. Prof. USICT</em></p>
<p>Chief Faculty Advisor</p>
</div>
<div class="col col-md-4 col-xs-4">
<img src="img/14.jpg" class="faculty-img">
<p>Mr. Chakresh Kumar <br> <em>Asstt. Prof. USICT</em></p>
<p>Faculty Advisor</p>
</div>
</div> -->
<br>
<h3 class="small-heading" >Student Body</h3>
<br>
</div>
</div>
</div>
</div>
<div class="container-fluid content-blog"><!--
<div class="row">
<div class="col-xs-12 col-md-6">
<h4 class="small-heading">Upcoming Events
<div class="hr"></div>
</h4>
<ul>
<li>
<h5>Post example</h5>
<h6 class="blog-date">06 Jul 2018</h6>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ...</p>
</li>
<li>
<h5>Post example</h5>
<h6 class="blog-date">06 Jul 2018</h6>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ...</p>
</li>
</ul>
<div class="text-right"><a href="#" class="btn-wire-dark">See all</a></div>
<br>
<br>
<h4 class="small-heading">Archives
<div class="hr"></div>
</h4>
<ul>
<li>
<h5>Post example</h5>
<h6 class="blog-date">06 Jul 2018</h6>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ...</p>
</li>
</ul>
<br>
<br>
<h4 class="small-heading">External Links
<div class="hr"></div>
</h4>
<ul>
<li>
<h5>Post example</h5>
<h6 class="blog-date">06 Jul 2018</h6>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ...</p>
</li>
</ul>
</div>
<div class="col-xs-12 col-md-6">
<div class="sticky">
<h4 class="small-heading">Recent posts
<div class="hr"></div>
</h4>
<ul>
<li>
<h5>Post example</h5>
<h6 class="blog-date">06 Jul 2018</h6>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ...</p>
</li>
<li>
<h5>Post example</h5>
<h6 class="blog-date">06 Jul 2018</h6>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ...</p>
</li>
<li>
<h5>Post example</h5>
<h6 class="blog-date">06 Jul 2018</h6>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ...</p>
</li>
</ul>
<div class="text-right"><a href="#" class="btn-wire-dark">community.techspace.club</a></div>
</div>
</div>
</div>
--></div>
<div class="container-fluid contact-section">
<div class="row">
<div class="col-md-6 col-xs-12 contact-form-div text-center" id="contact">
<br>
<h2 class="small-section-heading">Contact US</h2>
<p>
<br>
+91 99684 65876
<br>techspace@ipu.ac.in
<br>
O/o Mr. Shiv Ram Meena <br> DTL-505, USICT, GGSIPU<br> Dwarka Sec 16-C, New Delhi - 110078</p>
<form action="https://airform.io/guptaprabhanshu1@gmail.com" method="post">
<!-- <label for="name" class="contact-label">Name</label><br> -->
<input type="text" name="name" placeholder="Name"><br>
<br>
<!-- <label for="name" class="contact-label">Email</label><br> -->
<input type="email" name="email" placeholder="Your Email"><br>
<br>
<!-- <label for="name" class="contact-label">Message</label><br> -->
<textarea type="text" name="message" rows="5" placeholder="Your message goes here.."></textarea><br>
<br>
<button type="submit" class="btn-wire">Send message</button>
</form>
<br>
</div>
<div class="col-md-6 col-xs-12 text-center">
<br>
<h2 class="small-section-heading">Partner Organisations</h2>
<div class="row">
<div class="col col-xs-6">
<img class="logo-partner" src="img/14.jpg">
</div>
<div class="col col-xs-6">
<img class="logo-partner" src="img/14.jpg">
</div>
<div class="col col-xs-6">
<img class="logo-partner" src="img/14.jpg">
</div>
<div class="col col-xs-6">
<img class="logo-partner" src="img/14.jpg">
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="footer row">
<div class="col-xs-12 col-md-4 text-center">
<h4>Sitemap</h4>
<a href="/community.html" class="footer-links">Techspace Community</a><br>
<a href="/community.html" class="footer-links">Events</a><br>
<a href="#clubs" class="footer-links">Clubs @Techspace</a>
<br>
<br>
</div>
<div class="col-xs-12 col-md-4 text-center social">
<h5>Connect with us on:</h5>
<a href="https://facebook.com/techspaceusict" class="footer-links"><i class="fa fa-facebook fa-2x"></i></a>
<a href="mailto:techspaceusict@gmail.com" class="footer-links"><i class="fa fa-envelope fa-2x"></i></a>
<br>
<br>
</div>
<div class="col-xs-12 col-md-4 text-center">
<a href="http://ipu.ac.in" target="_blank" class="footer-links"><img src="https://upload.wikimedia.org/wikipedia/en/thumb/b/b8/GGSIU_logo.svg/220px-GGSIU_logo.svg.png" height="200px"><br>
Guru Gobind Singh <br>Indraprastha University</a>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/particlesjs/2.0.0/particles.min.js"></script>
<script src="./js/particles.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="./js/timeline.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script type="text/javascript" src="./js/script.js"></script>
<script id="__bs_script__">//<![CDATA[
document.write("<script async src='http://HOST:3000/browser-sync/browser-sync-client.js?v=2.24.5'><\/script>".replace("HOST", location.hostname));
//]]></script>
</body>
</html>