-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
598 lines (381 loc) · 18.9 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
<!DOCTYPE html>
<!--[if IE 8 ]><html class="no-js oldie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>IEEE - NSIT</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
</head>
<body id="top">
<!-- header
================================================== -->
<header class="main-header">
<div class="logo">
<a href="index.html">IEEE</a>
</div>
<a class="menu-toggle" href="#"><span>Menu</span></a>
</header>
<!-- main navigation
================================================== -->
<nav id="menu-nav-wrap">
<h3>Navigation</h3>
<ul class="nav-list">
<li><a class="smoothscroll" href="#intro" title="">Home</a></li>
<li><a class="smoothscroll" href="#features" title="">About IEEE NSIT</a></li>
<li><a class="smoothscroll" href="#infos" title="">About IEEE chapters</a></li>
<li><a class="smoothscroll" href="#stats" title="">Stats</a></li>
<li><a class="smoothscroll" href="#pricing" title="">Recent Events</a></li>
</ul>
</nav> <!-- /menu-nav-wrap -->
<!-- main content wrap
================================================== -->
<div id="main-content-wrap">
<!-- main content wrap
================================================== -->
<section id="intro">
<!-- <div class="shadow-overlay"></div> -->
<div class="row intro-content">
<div class="col-twelve">
<h3 class="animate-intro">Welcome to</h3>
<h1 class="animate-intro">
IEEE NSIT
</h1>
<div class="buttons">
<a class="button stroke smoothscroll animate-intro" href="#features" title="">About IEEE NSIT</a>
<a class="button stroke smoothscroll animate-intro" href="#pricing" title="">Recent Events</a>
</div>
<img src="images/app-screenshot-big.png" alt="" class="animate-intro">
<h3 class="animate-intro">Advancing Technology for Human Welfare</h3>
</div> <!-- /twelve -->
</div> <!-- /row -->
</section> <!-- /intro -->
<!-- features
================================================== -->
<section id="features">
<div class="row section-intro group animate-this">
<div class="col-twelve with-bottom-line">
<h2 class="">About IEEE Nsit</h2>
<p class="lead">Started back in 2001, IEEE-DIT has now grown into a multi faceted chapter, empowering young engineers to enhance their skills and setup milestones in the history of IEEE NSIT. Our foremost objective is to create an environment which promotes students to learn technical knowledge, inculcate managerial skills and develop their overall personalities. We achieve this by sponsoring technical projects, providing opportunities to manage and organize events and to participate at various events and conferences at state as well as national level. IEEE-NSIT Student Branch works to create an atmosphere of technical excellence for the students. It aims at helping students in building an aptitude towards applying engineering in daily life by learning ways to use the latest technology on offer.
<br>Our vision is to: <br>
I. Foster technical initiatives and innovation among students.<br>
II. Add to their qualifications by enabling them to learn new skills.<br>
III. Serve as a forum for collaboration in technical projects.<br>
IV. Equip engineers in the making with the right kind of leadership and interpersonal skills.<br>
V. Define a vision for present and future student members to work toward</p>
</div>
</div>
<div class="row features-wrap">
<div class="features-list block-1-3 block-s-1-2 block-tab-full">
<div class="bgrid feature animate-this">
<span class="feature-count">01.</span>
<div class="feature-content">
<h3>Adhiraj Singh Chandel (Chairperson,IEEE NSIT)</h3>
<p>*Photo to be uploaded</p>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature animate-this">
<span class="feature-count">02.</span>
<div class="feature-content">
<h3>K. Sidharth (Vice Chairperson, IEEE NSIT)</h3>
<p>*Photo to be uploaded</p>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature animate-this">
<span class="feature-count">03.</span>
<div class="feature-content">
<h3>Ajay Chowdhary (Vice Chairperson,IEEE NSIT)</h3>
<p>*Photo to be uploaded</p>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature animate-this">
<span class="feature-count">04.</span>
<div class="feature-content">
<h3>Devesh (Chairperson,IEEE NSIT CS Chapter)</h3>
<p>*Photo to be uploaded</p>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature animate-this">
<span class="feature-count">05.</span>
<div class="feature-content">
<h3>Navdha Gambhir (Chairperson, IEEE- NSIT WIE Chapter)</h3>
<p>*Photo to be uploaded</p>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature animate-this">
<span class="feature-count">06.</span>
<div class="feature-content">
<h3>Prerna Kakkar (Vice Chairperson, IEEE- NSIT CS Chapter)</h3>
<p>*Photo to be uploaded</p>
</div>
</div> <!-- /bgrid -->
</div> <!-- /features-list -->
</div> <!-- /features-wrap -->
</section> <!-- /features -->
<!-- infos
================================================== -->
<section id="infos">
<div class="info-entry">
<div class="half-grey"></div>
<div class="row info-entry-content">
<div class="media-wrap">
<div class="media animate-this" data-animate="fadeInRight">
<img src="images/app-screenshot-small.jpg" alt="">
</div>
</div>
<div class="col-six text-part">
<h5 class="animate-this" data-animate="fadeInLeft">About</h5>
<h2 class="animate-this" data-animate="fadeInLeft">IEEE NSIT CS chapter</h2>
<p class="animate-this" data-animate="fadeInLeft">Looking for an amalgamation of technology blended with a plethora of innovative ideas; then greetings monsieur your search has ended- this is the IEEE Computer Society. Of the 38 technical societies organised under the IEEE, the computer society is the largest and one of the most prominent one. It owes its importance to the scope and purpose for which it came into existence- ‘to advance the theory, practice, and application of computer and information processing science and technology’ and the professional standing of its members. It supports more than 200 chapters worldwide and participates in educational activities at all levels of the profession, including distance learning, accreditation of higher education programs in computer science, and professional certification in software engineering. The society is also a member organization of the Federation of Enterprise Architecture Professional Organizations (FEAPO), a renowned forum to standardize, professionalize, and otherwise advance the discipline of Enterprise Architecture. In 2010 the Computer Society introduced Special Technical Communities (STCs) as a new way for members to develop communities focussing on selected technical areas ,namely broadening participation, cloud computing, education, eGov, haptics, multicore, operating systems, smart grids, social networking, sustainable computing, systems engineering and wearable and ubiquitous technologies.</p>
<a href="#" class="button animate-this" data-animate="fadeInLeft">Return to Top</a>
</div>
</div> <!-- /info-entry-content -->
</div> <!-- /info-entry -->
<div class="info-entry">
<div class="half-grey"></div>
<div class="row info-entry-content">
<div class="media-wrap">
<div class="media animate-this" data-animate="fadeInLeft">
<img src="images/ieee_wie_purple.jpg" alt="">
</div>
</div>
<div class="col-six text-part">
<h5 class="animate-this" data-animate="fadeInRight">About</h5>
<h2 class="animate-this" data-animate="fadeInRight">IEEE-NSIT WIE chapter</h2>
<p class="animate-this" data-animate="fadeInRight">IEEE Women in Engineering (WIE) is the largest international professional organization dedicated to promoting women engineers and scientists and inspiring girls around the world to follow their academic interests to a career in engineering. India viewed as a potential powerhouse of innovations, is no exception. The fact, that, institutes of scientific learning are open to all the citizens of a country, but potential females still do not come up and hesitate at the thresholds of laboratories. IEEE has, thus, taken a step forth to help promote all the women across the globe with IEEE Women In Engineering. IEEE WIE NSIT Chapter is a relatively new yet very active WIE chapter.The core team of NSIT IEEE WIE consists of both females and male IEEE members and all the members take genuine interest in working for and developing the section.The name may mislead , but WIE is open to male members as well.
Mission and Scope of IEEE WIE :
The mission of IEEE WIE is to facilitate the global recruitment and retention of women in technical disciplines. IEEE WIE envisions a vibrant community of IEEE women and men collectively using their diverse talents to innovate for the benefit of humanity.
IEEE WIE envisions a vibrant community of IEEE women and men collectively using their diverse talents to innovate for the benefit of humanity.</p>
<a href="#" class="button animate-this" data-animate="fadeInRight">Return to Top</a>
</div>
</div> <!-- /info-entry-content -->
</div> <!-- /info-entry -->
</section> <!-- infos -->
<!-- stats
================================================== -->
<section id="stats" class="count-up">
<div class="row">
<div class="col-twelve">
<div class="block-1-6 block-s-1-3 block-tab-1-2 block-mob-full stats-list">
<div class="bgrid stat">
<div class="icon-part">
<i class="icon-pencil-ruler"></i>
</div>
<h3 class="stat-count">110</h3>
<h5 class="stat-title">
Awesome Projects
</h5>
</div> <!-- /stat -->
<div class="bgrid stat">
<div class="icon-part">
<i class="icon-location-user"></i>
</div>
<h3 class="stat-count">9050</h3>
<h5 class="stat-title">
Clients Served
</h5>
</div> <!-- /stat -->
<div class="bgrid stat">
<div class="icon-part">
<i class="icon-rewards-medal-1"></i>
</div>
<h3 class="stat-count">210</h3>
<h5 class="stat-title">
Awards Received
</h5>
</div> <!-- /stat -->
<div class="bgrid stat">
<div class="icon-part">
<i class="icon-alien"></i>
</div>
<h3 class="stat-count">123</h3>
<h5 class="stat-title">
Crazy Ideas
</h5>
</div> <!-- /stat -->
<div class="bgrid stat">
<div class="icon-part">
<i class="icon-coffee-mug"></i>
</div>
<h3 class="stat-count">1500</h3>
<h5 class="stat-title">
Coffee Cups
</h5>
</div> <!-- /stat -->
<div class="bgrid stat">
<div class="icon-part">
<i class="icon-hourglass"></i>
</div>
<h3 class="stat-count">7200</h3>
<h5 class="stat-title">
Hours
</h5>
</div> <!-- /stat -->
</div> <!-- /stats-list -->
</div> <!-- /twelve -->
</div> <!-- /row -->
</section> <!-- /stats -->
<!-- pricing
================================================== -->
<section id="pricing">
<div class="row section-intro animate-this">
<div class="col-twelve with-bottom-line">
<h2>Recent Events</h2>
<p class="lead">IEEE NSIT conducted several events this year. 3 of them are summarised below :)</p>
</div>
</div>
<div class="row pricing-content">
<div class="pricing-tables block-1-3 group">
<div class="bgrid animate-this">
<div class="price-block">
<div class="top-part">
<h3 class="plan-title">GAME DEV WORKSHOP</h3>
<p class="plan-price"><sup>Oct</sup>1st</p>
<p class="price-month">2016</p>
</div>
<div class="bottom-part">
<ul class="features">
<li><strong>1 day</strong> Event</li>
<li><strong>Basic</strong> Workshop</li>
<li><strong>2</strong> Games</li>
<li><strong>∏<sup>i</sup></strong>Knowledge</li>
</ul>
<div class="media-wrap">
<div class="media animate-this" data-animate="fadeInLeft">
<img src="images/game1.jpg" alt="">
</div>
</div>
</div>
</div>
</div> <!-- /bgrid -->
<div class="bgrid animate-this">
<div class="price-block primary" data-info="events">
<div class="top-part">
<h3 class="plan-title">IDEATHON CONTEST</h3>
<p class="plan-price"><sup>Oct</sup>21st</p>
<p class="price-month">2016</p>
</div>
<div class="bottom-part">
<ul class="features">
<li><strong>Large</strong> Number of Participants</li>
<li><strong>Problem</strong> Statements</li>
<li><strong>Women</strong> in Engg.</li>
<li><strong>Presented</strong> Solutions</li>
</ul>
<div class="media-wrap">
<div class="media animate-this" data-animate="fadeInUp">
<img src="images/ideathon1.jpg" alt="">
</div>
</div>
</div>
</div>
</div> <!-- /bgrid -->
<div class="bgrid animate-this">
<div class="price-block">
<div class="top-part">
<h3 class="plan-title">MENTORSHIP PROGRAM</h3>
<p class="plan-price"><sup>Oct</sup>6th</p>
<p class="price-month">2016</p>
</div>
<div class="bottom-part">
<ul class="features">
<li><strong>Support</strong> Students</li>
<li><strong>Pursue</strong> their passion</li>
<li><strong>Build</strong> Projects</li>
<li><strong>Talk</strong> on GSOC</li>
</ul>
<div class="media-wrap">
<div class="media animate-this" data-animate="fadeInRight">
<img src="images/mentor1.jpg" alt="">
</div>
</div>
</div>
</div>
</div> <!-- /bgrid -->
</div> <!-- /pricing-tables -->
</div> <!-- /pricing-content -->
</section> <!-- Pricing -->
<!-- footer
================================================== -->
<footer id="main-footer">
<div class="footer-social-wrap">
<div class="row">
<ul class="footer-social-list">
<li><a href="#">
<i class="fa fa-facebook-square"></i>
</a></li>
<li><a href="#">
<i class="fa fa-twitter"></i>
</a></li>
<li><a href="#">
<i class="fa fa-google-plus"></i>
</a></li>
<li><a href="#">
<i class="fa fa-instagram"></i>
</a></li>
</ul>
</div>
</div> <!-- /footer-social-wrap -->
<div class="footer-info-wrap">
<div class="row footer-info">
<div class="col-four tab-full">
<h4><i class="icon-location-map-1"></i> Where to Find Us</h4>
<p>
Netaji Subhas Institute of Technology<br>
Azad Hind Fauz Marg, Sector 3<br>
Dwarka, New Delhi
</p>
</div>
<div class="col-four tab-full collapse">
<h4><i class="icon-phone-incoming"></i> Get In Touch</h4>
<p>[email protected]<br>
Adhiraj Chandel(Chairperson) (+91-9717300858)<br>
Dhruv Dangwal(Web Master)
</p>
</div>
<div class="col-four tab-full">
<h4><i class="icon-organization-hierarchy-3"></i> Useful Links</h4>
<ul class="footer-link-list">
<li><a href="#">IEEE global</a></li>
<li><a href="#">Nsit Official</a></li>
</ul>
</div>
</div>
</div> <!-- /footer-info-wrap -->
<div class="footer-bottom">
<div class="copyright">
<span>© WordPress</span>
<span>Design by <a href="#">Anmol Rishi</a></span>
</div>
</div>
</footer>
<div id="go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="fa fa-long-arrow-up"></i></a>
</div>
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>