-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
697 lines (462 loc) · 17.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" media="screen" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Quicksand:600&display=swap" rel="stylesheet">
<!--favicon-->
<link rel="shortcut icon" href="images/logo.png" type="image/x-icon">
<link rel="stylesheet" href="css/style.css"
>
<title>CSI-SFIT</title>
</head>
<!--loader starts-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.js"></script>
<script>
// Wait for window load
$(window).load(function() {
// Animate loader off screen
$(".se-pre-con").fadeOut("slow");;
});
</script>
<!--loader ends-->
<body>
<div class="se-pre-con"></div>
<div class="row1" >
<div class="navbar">
<ul>
<a href="index.html" id="csi-sfit" class="col-sm-1">CSI-SFIT</a>
<a href="#about" class="col-sm-1 about">ABOUT</a>
<a href="#events" class="col-sm-1 events">EVENTS</a>
<a href="#team" class="col-sm-1 team">TEAM</a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdWHVxUnHZ334kv6vjI4YdjRUgUbB842IahMHg2Dv46UV_FhA/viewform" class="col-sm-1 join" >JOIN</a>
</ul>
</div>
<div class="logo">
<img src="images/logo.png" alt="" class="mainlogo">
<!-- Live text starts here:)-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:200,100,400" rel="stylesheet" type="text/css" />
<p class="livet">Want to
<span
class="txt-rotate"
data-period="2000"
data-rotate='[ "stand out on resume? ","publish research papers?", "upgrade skills?"," find your interest? " ]'></span>
</p>
<!--live text ends here-->
</div>
</div>
<div class="row2" id="about">
<h3 >ABOUT US</h3>
<div class="grid-container1">
<div class="grid-item">
<div id="containerx">
<div class="hideme"><img src="images/Team_2019-2020/team.JPG" alt="loading team" height="50%" width="100%"></div>
<!-- fade in script starts here!-->
<script>
$(function(){ // $(document).ready shorthand
$('.monster').fadeIn('slow');
});
$(document).ready(function() {
/* Every time the window is scrolled ... */
$(window).scroll( function(){
/* Check the location of each desired element */
$('.hideme').each( function(i){
var bottom_of_object = $(this).position().top + $(this).outerHeight();
var bottom_of_window = $(window).scrollTop() + $(window).height();
/* If the object is completely visible in the window, fade it it */
if( bottom_of_window > bottom_of_object ){
$(this).animate({'opacity':'1'},1500);
}
});
});
});
</script>
<!-- fade in script ends here!-->
</div>
</div>
<div class="grid-item">CSI is the largest and one of the most professionally managed association of India for CS and IT professionals. CSI SFIT, since its inception, has proven to be a great source of knowledge by providing hands-on technical training and has worked towards the goal of transforming students into technical and competent professionals. It conducts events such as technical workshops, informative seminars, conferences, industry-academia interactions, technical competitions, student initiative programs and industrial visits which prove to be a gateway to technical expertise.</div>
</div>
</div>
<div class="row3" id="events">
<h3 >EVENTS AND WORKSHOP</h3>
<div class="grid-container2">
<div class="event1">
<ul class="list">
<button><a href="html/webinar.html" target="_blank">CSI Webinar(2019)</a></button>
<button><a href="html/FrontEndDevlopmentWorkshop2019.html" target="_blank">Front End Development Workshop (2019)</a></button>
<button><a href="html/mosaic2019.html" target="_blank">MOSAIC EVENT 2019</a></button> <br>
<button><a href="html/tableau.html" target="_blank">TABLEAU WORKSHOP(2018)</a></button> <br>
<button><a href="html/mosaic2018.html" target="_blank">MOSAIC EVENT 2018</a></button>
</ul>
</div>
<div class="event1">
<ul class="list">
<button><a href="html/membership2019.html" target="_blank">Membership Drive Report(2019)</a></button>
<button><a href="html/EthicalHakingWorkshop2020.html" target="_blank">Ethical Hacking Workshop(2020)</a></button>
<button><a href="html/AR.html" target="_blank">TECHNICAL WORKSHOP - AUGMENTED REALITY(2017)</a></button>
<button><a href="html/mosaic2017.html" target="_blank">MOSAIC EVENT - IT'S SHOWTIME TAKE 2(2017)</a></button>
<button><a href="html/techSeminar.html" target="_blank">TECHNICAL SEMINAR - RIGHT TO DO AND RIGHT THING TO DO(2017)</a></button>
<button><a href="html/bigdata.html" target="_blank">BIG DATA AND HADOOP WORKSHOP (2017)</a></button>
</ul>
</div>
<div class="event1">
<ul class="list">
<button><a href="html/seminar2019.html" target="_blank">Seminar(2019) </a></button>
<button><a href="html/VideoEditingWorkshop2020.html" target="_blank">Video Editing Workshop (2020) </a></button>
<button><a href="html/technicalPaper2017.html" target="_blank">TECHNICAL PAPER WRITING AND PRESENTATION (2017)</a></button>
<button><a href="html/Ethicalhacking2016.html" target="_blank">ETHICAL HACKING WORKSHOP (2016)</a></button>
<button><a href="html/getsetcode.html" target="_blank">GET SET CODE - 3 (2016)</a></button>
</ul>
</div>
</div>
</div>
<div class="row4" id="team">
<h3 >TEAM</h3>
<div class="grid-container3">
<div></div>
<div class="f1 tr1">
<figure class="snip1104 red">
<img src="images/Team_2020-2021/DeliciaFernandes_@_deliciafernandes.jpeg" height="200px"/>
<figcaption>
<h2>Chairperson</h2>
</figcaption>
<a href="#">Ms. DELICIA FERNANDES</a>
</figure>
</div>
<div class="f1 tr2">
<figure class="snip1104 red">
<img src="images/Team_2020-2021/niharikapattabhi__@nebula_195.JPG" height="200px"/>
<figcaption>
<h2>Co-Chairperson</h2>
</figcaption>
<a href="#">Ms. NIHARIKA PATTABHI</a>
</figure>
</div>
<div></div>
</div>
<div class="grid-container4">
<div class="f1">
<figure class="snip1104 red">
<img src="images/Team_2020-2021/[email protected]" height="200px"/>
<figcaption>
<h2>GEN SECRETARY</h2>
</figcaption>
<a href="#">Mr. MANAV PAREKH</a>
</figure>
</div>
<div class="f1">
<figure class="snip1104 red">
<img src="images/Team_2020-2021/Gaurav Suvarna@gaurav_2055.jpg" height="200px"/>
<figcaption>
<h2>TREASURER</h2>
</figcaption>
<a href="#">Mr. GAURAV SUVARNA</a>
</figure>
</div>
<div class="f1">
<figure class="snip1104 red">
<img src="images\Team_2020-2021\AniketSuvarna_@aniket_suvarna.jpg" height="200px"/>
<figcaption>
<h2>PHOTOGRAPHER</h2>
</figcaption>
<a href="#">Mr. ANIKET SUVARNA</a>
</figure>
</div>
</div>
<div class="grid-container4">
<div class="f1">
<figure class="snip1104 red">
<img src="images/Team_2020-2021/SnehModi_@sneh_modi20.jpg" height="200px"/>
<figcaption>
<h2>TECH HEAD</h2>
</figcaption>
<a href="#">Mr. SNEH MODI</a>
</figure>
</div>
<div class="f1">
<figure class="snip1104 red">
<img src="images/Team_2020-2021/Puranjay Nayan [email protected]" height="200px"/>
<figcaption>
<h2>PUBLICITY HEAD</h2>
</figcaption>
<a href="#">Mr. PURANJAY POTNIS</a>
</figure>
</div>
<div class="f1">
<figure class="snip1104 red">
<img src="images/Team_2020-2021/Priya Ratanghayra__priyaratanghayra__.jpg" height="200px"/>
<figcaption>
<h2>CREATIVE HEAD</h2>
</figcaption>
<a href="#">Ms. PRIYA RATANGHAYRA</a>
</figure>
</div>
</div>
<div class="grid-container4">
<div class="f1">
<figure class="snip1104 red">
<img src="images/Team_2020-2021/[email protected]_.jpg" height="200px"/>
<figcaption>
<h2>Jt. TECH HEAD</h2>
</figcaption>
<a href="#">Mr. KAIF KOHARI</a>
</figure>
</div>
<div class="f1">
<figure class="snip1104 red">
<img src="images/Team_2020-2021/NipunSaigal_@nipun_s18.jpg" height="200px"/>
<figcaption>
<h2>jT. PUBLICITY HEAD</h2>
</figcaption>
<a href="#">Mr. NIPUN SAIGAL</a>
</figure>
</div>
<div class="f1">
<figure class="snip1104 red">
<img src="images/Team_2020-2021/Mansi Rathod_@mansi_1703.jpg" height="200px"/>
<figcaption>
<h2>JT. CREATIVE HEAD</h2>
</figcaption>
<a href="#">Ms. MANSI RATHOD</a>
</figure>
</div>
</div>
<div class="grid-container4">
<div class="f1">
<figure class="snip1104 red">
<img src="images\Team_2020-2021\Varun Patkar_@_Varun.Patkar501.jpg" height="200px"/>
<figcaption>
<h2>TECH TEAM</h2>
</figcaption>
<a href="#">Mr. VARUN PATKAR</a>
</figure>
</div>
<div class="f1">
<figure class="snip1104 red">
<img src="images\Team_2020-2021\Simran Dadhich_@Simran_2147.jpeg" height="200px"/>
<figcaption>
<h2>PR TEAM</h2>
</figcaption>
<a href="#">Ms. SIMRAN DADHICH</a>
</figure>
</div>
<div class="f1">
<figure class="snip1104 red">
<img src="images\Team_2020-2021\Justin Dsouza_@justin_dsouza1414.jpg" height="200px"/>
<figcaption>
<h2>CREATIVE TEAM</h2>
</figcaption>
<a href="#">Mr. JUSTIN DSOUZA</a>
</figure>
</div>
</div>
<div class="grid-container4">
<div class="f1">
<figure class="snip1104 red">
<img src="images\Team_2020-2021\[email protected]" height="200px"/>
<figcaption>
<h2>TECH TEAM</h2>
</figcaption>
<a href="#">Mr. SHARDUL SHROFF</a>
</figure>
</div>
<div class="f1">
<figure class="snip1104 red">
<img src="images\Team_2020-2021\Harsh Daitkar_@_harshdaitkar_07.jpg" height="200px"/>
<figcaption>
<h2>PR TEAM</h2>
</figcaption>
<a href="#">Mr. HARSH DAITKAR</a>
</figure>
</div>
<div class="f1">
<figure class="snip1104 red">
<img src="images\Team_2020-2021\DeepKotian_@_deepkotian_.jpg" height="200px"/>
<figcaption>
<h2>CREATIVE TEAM</h2>
</figcaption>
<a href="#">Mr. DEEP KOTIAN</a>
</figure>
</div>
</div> <div class="grid-container4">
<div class="f1">
<figure class="snip1104 red">
<img src="images\Team_2020-2021\EktaMasrani_@_ektaaa___.jpg" height="200px"/>
<figcaption>
<h2>TECH TEAM</h2>
</figcaption>
<a href="#">Ms. EKTA MASRANI</a>
</figure>
</div>
<div class="f1">
<figure class="snip1104 red">
<img src="images\Team_2020-2021\Minoli [email protected]" height="200px"/>
<figcaption>
<h2>PR TEAM</h2>
</figcaption>
<a href="#">Ms. MINOLI BAGWE</a>
</figure>
</div>
<div class="f1">
<figure class="snip1104 red">
<img src="images\Team_2020-2021\SudarshanParanjape_@_sudarshan_paranjape.jpg" height="200px"/>
<figcaption>
<h2>CREATIVE TEAM</h2>
</figcaption>
<a href="#">Mr. SUDARSHAN PARANJAPE</a>
</figure>
</div>
</div> <div class="grid-container4">
<div class="f1">
<figure class="snip1104 red">
<img src="images\Team_2020-2021\[email protected]" height="200px"/>
<figcaption>
<h2>TECH TEAM</h2>
</figcaption>
<a href="#">Mr. HARSH MALHOTRA</a>
</figure>
</div>
<div class="f1">
<figure class="snip1104 red">
<img src="images\Team_2020-2021\AnantShukla_@_anant.shukla_.jpg" height="200px"/>
<figcaption>
<h2>PR TEAM</h2>
</figcaption>
<a href="#">Mr. ANANT SHUKLA</a>
</figure>
</div>
<div class="f1">
<figure class="snip1104 red">
<img src="images\Team_2020-2021\Sarthak [email protected]" height="200px"/>
<figcaption>
<h2>CREATIVE TEAM</h2>
</figcaption>
<a href="#">MR. SARTHAK DHARIA</a>
</figure>
</div>
</div>
<div class="grid-container4">
<div class="f1">
<figure class="snip1104 red">
<img src="images\Team_2020-2021\SomnathPratik_@msd_07_1981.jpg" height="200px"/>
<figcaption>
<h2>TECH TEAM</h2>
</figcaption>
<a href="#">Mr. SOMNATH PRATIK</a>
</figure>
</div>
<div class="f1">
<figure class="snip1104 red">
<img src="images\Team_2020-2021\(2)AniruddhaBhattacharjee_@_aniruddh._.jpeg" height="200px"/>
<figcaption>
<h2>PR TEAM</h2>
</figcaption>
<a href="#">Mr. ANIRUDDHA B.</a>
</figure>
</div>
<div class="f1">
<figure class="snip1104 red">
<img src="images\Team_2020-2021\Luvina Mary_@__luvinamary__.jpg" height="200px"/>
<figcaption>
<h2>CREATIVE TEAM</h2>
</figcaption>
<a href="#">Ms. LUVINA MARY</a>
</figure>
</div>
</div>
</div>
<form action="feedback.php" method="post" class="feed">
<h3 >FEEDBACK</h3>
<div class="form-group">
<label for="exampleFormControlInput1">First Name</label>
<input type="text" class="form-control" id="fname" placeholder="First Name" name="fname" >
</div>
<div class="form-group">
<label for="exampleFormControlInput1">Last Name</label>
<input type="text" class="form-control" id="lname" placeholder="Last Name" name="lname">
</div>
<div class="form-group">
<label for="exampleFormControlInput1">Email</label>
<input type="email" class="form-control" id="email" placeholder="[email protected]" name="email">
</div>
<div class="form-group">
<label for="exampleFormControlInput1">Zip</label>
<input type="text" class="form-control zip" id="zip" placeholder="zip" name="zip">
<label for="exampleFormControlInput1">State</label>
<input type="text" class="form-control state" id="state" placeholder="State" name="state">
</div>
<div class="form-group">
<label for="exampleFormControlTextarea1">Feedback</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3" name="feedback"></textarea>
</div>
<input type="submit" value="Submit" class="btn">
</form>
<div class="row5">
STAY TUNED & FOLLOW US ON SOCIAL MEDIA FOR MORE UPDATES! <br>
<a href="https://www.instagram.com/csi_sfit/?igshid=1xi17cy3s5zui"> <i class="fab fa-instagram"></i></a>
<a href="#"> <i class="fab fa-twitter"></i></a>
<a href="#"> <i class="fab fa-facebook-square"></i>
</a>
<a href="https://youtu.be/c8G298OA64o"> <i class="fab fa-youtube"></i></a>
<br>
<a href="www.sfitengg.org/csi">www.sfitengg.org/csi</a>
<h6> Copyright © <a href="#">CSI</a> 2019-20 </h6>
<h6>Made by: <a href="https://github.com/immohann"> @mohan</a> </h6>
</div>
<!--script for live typing starts here -->
<script>
var TxtRotate = function(el, toRotate, period) {
this.toRotate = toRotate;
this.el = el;
this.loopNum = 0;
this.period = parseInt(period, 10) || 2000;
this.txt = '';
this.tick();
this.isDeleting = false;
};
TxtRotate.prototype.tick = function() {
var i = this.loopNum % this.toRotate.length;
var fullTxt = this.toRotate[i];
if (this.isDeleting) {
this.txt = fullTxt.substring(0, this.txt.length - 1);
} else {
this.txt = fullTxt.substring(0, this.txt.length + 1);
}
this.el.innerHTML = '<span class="wrap">'+this.txt+'</span>';
var that = this;
var delta = 300 - Math.random() * 100;
if (this.isDeleting) { delta /= 2; }
if (!this.isDeleting && this.txt === fullTxt) {
delta = this.period;
this.isDeleting = true;
} else if (this.isDeleting && this.txt === '') {
this.isDeleting = false;
this.loopNum++;
delta = 500;
}
setTimeout(function() {
that.tick();
}, delta);
};
window.onload = function() {
var elements = document.getElementsByClassName('txt-rotate');
for (var i=0; i<elements.length; i++) {
var toRotate = elements[i].getAttribute('data-rotate');
var period = elements[i].getAttribute('data-period');
if (toRotate) {
new TxtRotate(elements[i], JSON.parse(toRotate), period);
}
}
// INJECT CSS
var css = document.createElement("style");
css.type = "text/css";
css.innerHTML = ".txt-rotate > .wrap { border-right: 0.08em solid #666 }";
document.body.appendChild(css);
};
</script>
<!--script for live typing ENDS HERE!-->
</body>
</html>