-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
493 lines (421 loc) · 21.6 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'
name='viewport' />
<meta name="description" content="We aim at bridging the gap between the technology and academia of the institute. We encourage other students to delve into the world of computer science and technology by providing ample amount of opportunities and the right platform to hone their skills.">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="assets/img/favicon.png">
<title>CSI JMI | Home</title>
<!-- Fonts and icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"
/>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700"
/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css"
/>
<!-- CSS Files -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/material-kit.css" rel="stylesheet" />
<link href="assets/css/demo.css" rel="stylesheet" />
<link href="assets/css/style.css" rel="stylesheet" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[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 id="container" class="index-page">
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function(event) {
ii = 1;
setInterval(function(){
var image = "assets/img/auto/0" + ii + ".jpg";
$("#hat").stop().animate({opacity: 0.25}, 2500, function(){
$(this).css({
'background-image': 'url(' + image + ')'
}).animate({opacity: 1},{ duration:2500 });
});
ii++;
ii = ((ii - 1) % 8) + 1;
}, 6000);
});
</script>
<div class="se-pre-con"></div>
<!-- Navbar -->
<nav class="navbar navbar-transparent navbar-fixed-top my-navbar navbar-color-on-scroll">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation-index">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button> <a href="index.html">
<div class="logo-container">
<div class="logo">
<img src="assets/img/logo.png" alt="Logo" rel="tooltip" title="Computer Society of India , Jamia Millia Islamia" data-placement="bottom" data-html="true">
</div>
<div class="brand">
<i class="material-icons">CSI - JMI</i>
</div>
</div>
</a>
</div>
<div class="collapse navbar-collapse" id="navigation-index">
<ul class="nav navbar-nav navbar-right">
<li>
<a rel="tooltip" title="Techno-Cultural Fest" data-placement="bottom" href="http://sfj.csi-jmi.com">
<i class="material-icons"><strong>S</strong></i><txt style="vertical-align:sub;">pring</txt> <i class="material-icons"><strong>F</strong></i><txt style="vertical-align:sub;">est</txt> <i class="material-icons"><strong>J</strong></i><txt style="vertical-align:sub;">amia</txt>
</a>
</li>
<!-- <li>
<a rel="tooltip" title="About Our Organisation" data-placement="bottom" href="about.html" target="_blank">
<i class="material-icons"><strong>A</strong></i><txt style="vertical-align:sub;">bout Us</txt>
</a>
</li> -->
<!-- <li>
<a rel="tooltip" title="Cultural Society" data-placement="bottom" href="" target="_blank">
<i class="material-icons">F</i>iction
</a>
</li> -->
<li>
<a rel="tooltip" title="Gallery" data-placement="bottom" href="gallery.html" target="_blank">
<i class="material-icons"><strong>G</strong></i><txt style="vertical-align:sub">allery</txt>
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="wrapper">
<div class="header " id='hat' style="background-image: url('assets/img/tech1.jpg');">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="brand">
<h1 style="font-size:4.5em"> Computer Society of India </h1>
<h2> Jamia Millia Islamia </h2>
<h3> Student Chapter </h3>
</div>
</div>
</div>
</div>
</div>
<div class="main">
<div class="container">
<div class="section text-center section-landing">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="title">About Us</h2>
<h5 class="description"> We aim at bridging the gap between the technology and academia of the institute. We encourage other students to delve into the world of computer science and technology by providing ample amount of opportunities and the right platform to hone their skills. </h5>
</div>
</div>
<div class="features">
<div class="row">
<div class="col-md-4">
<div class="info">
<a rel="tooltip" title="Our goal is to help you solve your computer problems and learn new technologies by several free tutorials." data-placement="bottom" href="#">
<div class="icon icon-info"> <i class="material-icons">laptop_mac</i>
</div>
<h4 class="info-title">Tech-Talk</h4>
<p>A platform to clear all queries , doubt and qualms , a budding tech enthusiast
is often flooded with.</p>
</a>
</div>
</div>
<div class="col-md-4">
<div class="info">
<a rel="tooltip" title="We at fiction love talent and talented people alike. Appreciating talent when we see one is part of being an artist, writer, and human being." data-placement="bottom" href="#">
<div class="icon icon-success"> <i class="material-icons">book</i>
</div>
<h4 class="info-title">Fiction</h4>
<p>Annual Magazine of CSI JMI</p>
</a>
</div>
</div>
<div class="col-md-4">
<div class="info">
<a rel="tooltip" title="Some people appear to be motivated by competition, whereas others are not. We at Jamia believe that Competition allows them to satisfy the need to win, competition provides the opportunity or reason for improving their performance, and competition motivates them to put forth greater effort that can result in high levels of performance." data-placement="bottom" href="#">
<div class="icon icon-danger"> <i class="material-icons">code</i>
</div>
<h4 class="info-title">Competitions</h4>
<p>Competitions orginized by CSI JMI that caters to various tech spheres
, web development etc.</p>
</a>
</div>
</div>
<div class="col-md-4">
<div class="info">
<a rel="tooltip" title="We in Jamia opt the method of transferring knowledge by the help of tutorials. More interactive and specific than a book or a lecture, a tutorial seeks to teach by example and supply the information to complete a certain task." data-placement="bottom" href="#">
<div class="icon icon-info"> <i class="material-icons">school</i>
</div>
<h4 class="info-title">Tutorials</h4>
<p>Web Tutorials , Machine Learning Tutorials are among few we provide for
development of students knowledge.</p>
</a>
</div>
</div>
<div class="col-md-4">
<div class="info">
<a rel="tooltip" title="We at Jamia believe that in order to become a truly great learner, one must go beyond the textbook and attend workshops and ongoing education courses to truly master the practice. " data-placement="bottom" href="workshop.html">
<div class="icon icon-success"> <i class="material-icons">next_week</i>
</div>
<h4 class="info-title">Workshops</h4>
<p>Workshops provide a glimpse outside of academia and link your thinking
to industry.</p>
</a>
</div>
</div>
<div class="col-md-4">
<div class="info">
<a rel="tooltip" title="Techno-Cultural Fest" data-placement="bottom" href="http://sfj.csi-jmi.com">
<div class="icon icon-success"> <i class="material-icons">sentiment_very_satisfied</i>
</div>
<h4 class="info-title">Spring Fest</h4>
<p>Annual inter-college techno-cultural fest of CSI JMI</p>
</a>
</div>
</div>
<div class="col-md-12">
<div class="info">
<a rel="tooltip" title="Think you’re too busy to get away from work? You might be surprised to find that going on vacation – whether a weekend getaway or a weeks-long break – is exactly what the doctor ordered. Here at Jamia we plan for such mind blowimg trips." data-placement="bottom" href="trip.html">
<div class="icon icon-info"> <i class="material-icons">airport_shuttle</i>
</div>
<h4 class="info-title">Trips</h4>
<p>Fill your life with adventures, not things.Have stories to tell not stuff to show.</p>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="section text-center">
<h2 class="title">Our Team</h2>
<div class="team">
<div class="row">
<div class="col-md-4">
<div class="team-player"> <a href="http://jmi.ac.in/computerengg/faculty-members/Dr_Mohammad_Najmud_Doja-1762"><img src="assets/img/sir3.png" alt="Thumbnail Image" class="img-raised img-rounded"></a>
<h4
class="title">Dr. Mohammad Najmud Doja
<br /> <small class="text-muted">Branch Coordinator</small>
</h4>
</div>
</div>
<div class="col-md-4">
<div class="team-player"> <a href="http://jmi.ac.in/computerengg/faculty-members/Dr_Tanvir_Ahmad-3256"><img src="assets/img/sir1.jpg" alt="Thumbnail Image" class="img-raised img-rounded"></a>
<h4
class="title">Dr. Tanvir Ahmad
<br /> <small class="text-muted">Branch Counsellor</small>
</h4>
</div>
</div>
<div class="col-md-4">
<div class="team-player"> <a href="http://jmi.ac.in/computerengg/faculty-members/Mr_Sarfaraz_Masood-1771"><img src="assets/img/sir2.jpg" alt="Thumbnail Image" class="img-raised img-rounded"></a>
<h4
class="title">Mr. Sarfaraz Masood
<br /> <small class="text-muted">Asst. Professor </small>
</h4>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="team-player"> <a href=""><img src="assets/img/web3.jpg" alt="Thumbnail Image" class="img-raised img-rounded"></a>
<h4
class="title">Joy Mukherjee
<br /> <small class="text-muted">Student Executive</small>
</h4>
</div>
</div>
<div class="col-md-6">
<div class="team-player"> <a href=""><img src="assets/img/web4.jpg" alt="Thumbnail Image" class="img-raised img-rounded"></a>
<h4
class="title">Alima Siddiqui
<br /> <small class="text-muted">Student Executive </small>
</h4>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="team-player"> <a href=""><img src="assets/img/mehdi.jpg" alt="Thumbnail Image" class="img-raised img-rounded"></a>
<h4
class="title">Mehdi
<br /> <small class="text-muted">Student Executive</small>
</h4>
</div>
</div>
<div class="col-md-4">
<div class="team-player"> <a href=""><img src="assets/img/Adeel.jpg" alt="Thumbnail Image" class="img-raised img-rounded"></a>
<h4
class="title">Adeel
<br /> <small class="text-muted">Student Executive</small>
</h4>
</div>
</div>
<div class="col-md-4">
<div class="team-player"> <a href=""><img src="assets/img/Palak.jpg" alt="Thumbnail Image" class="img-raised img-rounded"></a>
<h4
class="title">Palak
<br /> <small class="text-muted">Student Executive</small>
</h4>
</div>
</div>
<div class="col-md-4">
<div class="team-player"> <a href=""><img src="assets/img/Bilal.jpg" alt="Thumbnail Image" class="img-raised img-rounded"></a>
<h4
class="title">Bilal
<br /> <small class="text-muted"> Student Executive </small>
</h4>
</div>
</div>
<div class="col-md-4">
<div class="team-player"> <a href=""><img src="assets/img/Samreen.jpg" alt="Thumbnail Image" class="img-raised img-rounded"></a>
<h4
class="title">Samreen
<br /> <small class="text-muted"> Student Executive </small>
</h4>
</div>
</div>
<div class="col-md-4">
<div class="team-player"> <a href=""><img src="assets/img/Mariyam.jpg" alt="Thumbnail Image" class="img-raised img-rounded"></a>
<h4
class="title">Mariyam
<br /> <small class="text-muted"> Student Executive </small>
</h4>
</div>
</div>
<div class="col-md-12">
<div class="team-player"> <a href=""><img src="assets/img/Shazia.jpg" alt="Thumbnail Image" class="img-raised img-rounded"></a>
<h4
class="title">Shazia
<br /> <small class="text-muted"> Student Executive </small>
</h4>
</div>
</div>
<div class="col-md-3">
<div class="team-player"> <a href=""><img src="assets/img/default-avatar.png" alt="Thumbnail Image" class="img-raised img-rounded"></a>
<h4
class="title">Harsh Vijay
<br /> <small class="text-muted"> Web Developer </small>
</h4>
</div>
</div>
<div class="col-md-3">
<div class="team-player"> <a href=""><img src="assets/img/default-avatar.png" alt="Thumbnail Image" class="img-raised img-rounded"></a>
<h4
class="title">Ajitesh Rai
<br /> <small class="text-muted"> Web Developer </small>
</h4>
</div>
</div>
<div class="col-md-3">
<div class="team-player"> <a href=""><img src="assets/img/Aditya.jpg" alt="Thumbnail Image" height="190px" class="img-raised img-rounded"></a>
<h4
class="title">Aditya Anand Thakur
<br /> <small class="text-muted"> Web Developer </small>
</h4>
</div>
</div>
<div class="col-md-3">
<div class="team-player"> <a href=""><img src="assets/img/Faraaz.jpg" alt="Thumbnail Image" class="img-raised img-rounded"></a>
<h4
class="title">Syed Faraaz Ahmad
<br /> <small class="text-muted"> Web Developer </small>
</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section section-full-screen section-signup" style="background-image: url('assets/img/city.jpg'); background-size: cover; background-position: top center; min-height: 700px;">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="card card-signup">
<form id="contact-form" class="form" method="POST" action="http://formspree.io/[email protected]">
<div class="header header-success text-center">
<h4>Contact Us</h4>
<div class="social-line"> <a href="https://www.facebook.com/csijmi/" class="btn btn-simple btn-just-icon">
<i class="fa fa-facebook-square"></i>
</a>
<a href="https://twitter.com/CSI_JMI" class="btn btn-simple btn-just-icon">
<i class="fa fa-twitter"></i>
</a>
</div>
</div>
<div class="content">
<div class="input-group"> <span class="input-group-addon">
<i class="material-icons">face</i>
</span>
<input type="text" class="form-control" name="Name" placeholder="Name..." required>
</div>
<div class="input-group"> <span class="input-group-addon">
<i class="material-icons">email</i>
</span>
<input type="email" class="form-control" name="_replyto"
placeholder="Email..." required>
</div>
<div class="input-group label-floating"> <span class="input-group-addon">
<i class="material-icons"><strong>M</strong></i>
</span>
<textarea class="form-control" name="Message" placeholder="Message..."></textarea>
</div>
<input class="hidden" type="text" name="_gotcha">
<input type="hidden" name="_subject" value="New form submission from csi-jmi.com">
</div>
<div class="footer text-center">
<input type="submit" class="btn btn-success btn-lg" value="Send">
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<nav class="pull-left">
<ul>
<li> <a href="http://jmi.ac.in">
JMI
</a>
</li>
<li> <a href="http://jmi.ac.in/computerengg">
About Us
</a>
</li>
</ul>
</nav>
<div class="copyright pull-right">made with <i class="material-icons">favorite</i> by <a href="https://github.com/iharsh234"> @har_vi </a> ,
<a
href="https://github.com/ajiteshr7">@akr</a> , <a href="https://github.com/anandaditya444">@thakuradityaanand</a>
</div>
</div>
</footer>
</div>
</body>
<!-- Core JS Files -->
<script src="assets/js/jquery.min.js" type="text/javascript"></script>
<script src="https://unpkg.com/[email protected]/imagesloaded.pkgd.min.js"></script>
<script src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<script src="assets/js/material.min.js"></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/
-->
<script src="assets/js/nouislider.min.js" type="text/javascript"></script>
<!-- Plugin for the Datepicker, full documentation here: http://www.eyecon.ro/bootstrap-datepicker/
-->
<script src="assets/js/bootstrap-datepicker.js" type="text/javascript"></script>
<!-- Control Center for Material Kit: activating the ripples,
parallax effects, scripts from the example pages etc -->
<script src="assets/js/material-kit.js" type="text/javascript"></script>
<script src="assets/js/my-scripts.js" type="text/javascript"></script>
<!-- When your github page didn't load new commits -_- remove this line -->
</html>