-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtimeline.html
532 lines (498 loc) · 18.2 KB
/
timeline.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162398295-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-162398295-2');
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IEEE Student Branch | DAIICT</title>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link
href="https://cdn.jsdelivr.net/npm/boxicons@2.0.5/css/boxicons.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/icofont.min.css" />
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/animate.css" />
<link rel="stylesheet" href="./css/copy.css" />
<link rel="stylesheet" href="./css/footer.css" />
<link rel="stylesheet" href="./css/timeline.css" />
<link rel="icon" href="./img/ieee.ico" />
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet"
/>
</head>
<body>
<!-- ======= Header ======= -->
<button type="button" class="mobile-nav-toggle d-lg-none">
<i class="icofont-navigation-menu"></i>
</button>
<header id="header" class="fixed-top">
<div class="container d-flex">
<div class="logo mr-auto">
<h1 class="text-light">
<a href="index.html"
><span><img src="./img/ieee.PNG" alt="" srcset=""/></span
></a>
</h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./chapters.html">Chapters</a></li>
<li class="active"><a href="./timeline.html">Timeline</a></li>
<li><a href="./gallery.html">Gallery</a></li>
<li><a href="./team.html">EXECOMM</a></li>
<li><a href="./grantapp.html">Grant App</a></li>
<li><a href="./members.html">IEEE Members</a></li>
<li><a href="./contact.html">Contact</a></li>
<li><a href="./history.html">History</a></li>
</ul>
</nav>
<!-- .nav-menu -->
</div>
</header>
<!-- End Header -->
<a href="#header" class="btn-get-started scrollto backtotop"
><i class="bx bx-chevrons-up"></i
></a>
<!-- ======= Timeline Section ======= -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic"
rel="stylesheet"
type="text/css"
/>
<!-- The Timeline -->
<div class="timelinetitle text-center">
<h1>Timeline 2019-20</h1>
</div>
<ul class="timeline" id="timelinelist">
<!-- Item 1 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">Diwali Meet</span>
<span class="time-wrapper"
><span class="time">14 November</span></span
>
</div>
<div class="desc">
Annual Meet of IEEE SB DAIICT. New core was announced and duties
were handed over.
</div>
</div>
</li>
<!-- Item 2 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">Winter School</span>
<span class="time-wrapper"
><span class="time">5-13 December</span></span
>
</div>
<div class="desc">
A Seminar on 5G Technology, which will revolutionize the world
around us.
</div>
</div>
</li>
<!-- Item 3 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">SIGHT</span>
<span class="time-wrapper"
><span class="time">October-December</span></span
>
</div>
<div class="desc">
Visit to Punsari village and Blind People's Association to inspire
ideas for projects related to humaniarian aid.
</div>
</div>
</li>
<!-- Item 4 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">MTT-S Session</span>
<span class="time-wrapper"
><span class="time">13 October</span></span
>
</div>
<div class="desc">
Technical Talk on microwave remote sensing applications by Dr. Shiv
Mohan and hands-on training session on CST Microwave Studio
Software.
</div>
</div>
</li>
<!-- Item 5 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">DevFest</span>
<span class="time-wrapper"
><span class="time">13 October</span></span
>
</div>
<div class="desc">
Organized in association with GDG Gandhinagar and MSTC. Talks were
held on different Web and Mobile development tools and technologies.
</div>
</div>
</li>
<!-- Item 6 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">Django Girls Workshop</span>
<span class="time-wrapper"
><span class="time">13 October</span></span
>
</div>
<div class="desc">
Organized in association with DSC, DAIICT. Mentors from different
places taught a group of 5 paticipants each. This was followed by
some technical talks.
</div>
</div>
</li>
<!-- Item 7 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">Leadership Summit</span>
<span class="time-wrapper"
><span class="time">12 October</span></span
>
</div>
<div class="desc">
Networking with experts and hands-on workshop on Augmented Reality.
Organised by WIE Affinity Group of IEEE SB DAIICT.
</div>
</div>
</li>
<!-- Item 8 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">i.Fest '19</span>
<span class="time-wrapper"
><span class="time">11-13 October</span></span
>
</div>
<div class="desc">
Annual Technical Festival of DAIICT organized by IEEE Student Branch
DAIICT.
</div>
</div>
</li>
<!-- Item 9 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">3D Printing Workshop</span>
<span class="time-wrapper"
><span class="time">1 October</span></span
>
</div>
<div class="desc">
The workshop focused on working of a 3d printer followed by a live
printing demonstration of a design.
</div>
</div>
</li>
<!-- Item 10 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">Web Designing Workshop</span>
<span class="time-wrapper"
><span class="time">21-22 September</span></span
>
</div>
<div class="desc">
Mr. Jinal Shah, the speaker of the workshop focused on areas of
frontend development using Angular JS and data management using
Firestore APIs.
</div>
</div>
</li>
<!-- Item 11 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">Alumni Talk</span>
<span class="time-wrapper"
><span class="time">11 September</span></span
>
</div>
<div class="desc">
Talks by many of the succesful DAIICT Alumni
</div>
</div>
</li>
<!-- Item 12 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">Session by Endeavor</span>
<span class="time-wrapper"
><span class="time">3 September</span></span
>
</div>
<div class="desc">
Talk by Sazeal Shah on how to build your resume and the various
fields one can pursue after B.Tech.
</div>
</div>
</li>
<!-- Item 13 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">MANUAL ROBOTICS WORKSHOP</span>
<span class="time-wrapper"
><span class="time">29 August</span></span
>
</div>
<div class="desc">
Over 300 students were taught the basics of circuits and components
needed to build a remote-controlled, working manual robot.
</div>
</div>
</li>
<!-- Item 14 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">SIG Mobile Apps</span>
<span class="time-wrapper"
><span class="time">August-September</span></span
>
</div>
<div class="desc">
Participants were taught the basics of Java, Android Studio and
advanced topics like adapters, interfaces, database and networking
of API Class.
</div>
</div>
</li>
<!-- Item 15 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">Semester Long Project</span>
<span class="time-wrapper"
><span class="time">August-November</span></span
>
</div>
<div class="desc">
8 Sessions which included discussion of ideas and implementation by
the participants with final presentation in front of professors
</div>
</div>
</li>
<!-- Item 16 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">SIG Embedded Sessions</span>
<span class="time-wrapper"
><span class="time">August-September</span></span
>
</div>
<div class="desc">
Briefing and Acquanting Freshers on IOT and embedded hardware.
Imparted knowledge on how to use microcontrollers such as Arduino
and Raspberry Pi
</div>
</div>
</li>
<!-- Item 17 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">IAS Day</span>
<span class="time-wrapper"><span class="time">20 June</span></span>
</div>
<div class="desc">
A celebration for the commemoration of the IEEE IAS DAIICT Student
Chapter of DAIICT.
</div>
</div>
</li>
<!-- Item 18 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">Summer School</span>
<span class="time-wrapper"
><span class="time">13-19 June</span></span
>
</div>
<div class="desc">
Week long workshop on Android Development with specialization in
Blockchain Technology, wherein experts from the industry mentored
over 100 participants.
</div>
</div>
</li>
<!-- Item 19 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">Synergy '19</span>
<span class="time-wrapper"><span class="time">Apr 6</span></span>
</div>
<div class="desc">
Organised by WIE Affinity Group of IEEE SB DAIICT. A contest was
held where the participants presented their hardware and software
projects.
</div>
</div>
</li>
<!-- Item 20 -->
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">TECHNIGHTS</span>
<span class="time-wrapper"
><span class="time">March - April</span></span
>
</div>
<div class="desc">
Tech Nights in the Girls Hostel at DAIICT. Encouraging female
participation in fields of Information and Communication Technology.
</div>
</div>
</li>
<!-- Item 21 -->
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">Tachyon '19</span>
<span class="time-wrapper"
><span class="time">29-31 Mar '19</span></span
>
</div>
<div class="desc">
National conclave consisting of talks on blockchain, artificial
intelligence, machine intelligence, 5G, cloud computing and an
industrial visit.
</div>
</div>
</li>
</ul>
<!-- End Timeline -->
<!-- Footer -->
<div class="footer wow fadeInDown" id="sitemap">
<div class="container row justify-content-center text-center">
<div class="col-md-4 footer-left">
<h4 class="text-center">Site Map</h4>
<div class="mid-btm">
<p>
<a href="https://www.daiict.ac.in" target="_blank"
>About DAIICT</a
>
<br /><a href="https://www.ieee.org" target="_blank"
>About IEEE</a
>
<!-- <br />
<a href="#popup3">Region 10</a> -->
<br /><a href="index.html" target="_blank">IEEE SB DAIICT</a>
<br />
<a href="https://ieeegujaratsection.org" target="_blank"
>IEEE Gujarat Section</a
>
<br /><a href="team.html" target="_blank">Branch Execomm</a>
<!-- <br /><a href="#popup7">Bylaws</a> -->
</p>
</div>
</div>
<div class="col-md-4 footer-left" style="margin-bottom: 35px;">
<h4>DAIICT</h4>
<p></p>
<a href="http://www.daiict.ac.in" target="_blank">
<img
src="./img/dalogo.png"
class="img-responsive1"
width="162px"
height="156px"
/></a>
</div>
<div class="col-md-4 footer-right">
<h4>Other Links</h4>
<p>
<a href="http://ieee.daiict.ac.in/ss21/" target="_blank"
>Summer School 2021</a
>
<br /><a href="http://ifest.daiict.ac.in/" target="_blank"
>i.Fest 2020</a
>
<br /><a href="http://ias.daiict.ac.in/" target="_blank">IAS</a>
<br /><a href="https://wie.ieee.org" target="_blank">WIE</a>
<br /><a href="https://www.mtt.org/" target="_blank">MTT-S</a>
<br /><a href="chapters.html" target="_blank">SIG Embedded</a>
<br /><a href="chapters.html" target="_blank">SIG Mobile Apps</a>
<br /><a href="chapters.html" target="_blank"
>SIG Machine Intelligence</a
>
<br />
<a href="https://youtube.com/user/ieeesbdaiict" target="_blank"><i class="fa fa-youtube square fa-lg"></i></a>    
<a href="https://www.facebook.com/ieeesbdaiict/" target="_blank"><i class="fa fa-facebook-square fa-lg"></i></a>    
<a href="mailto:ieee@daiict.ac.in"><i class="fa fa-envelope-o fa-lg"></i></a>    
<a href="https://www.linkedin.com/company/ieee-student-branch-daiict/" target="_blank"><i class="fa fa-linkedin square fa-lg"></i></a>    
<a href="https://instagram.com/i.fest?utm_medium=copy_link" target="_blank"><i class="fa fa-instagram square fa-lg"></i></a>
</p>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
</div>
<div
class="copyright wow fadeInDown"
data-wow-duration=".8s"
data-wow-delay=".2s"
>
<div class="container">
<p>
© 2021 IEEE SB DAIICT. All rights reserved | Designed by
<a style="color: white;" href="https://github.com/AjaysinhRajput2802" target="_blank">Ajaysinh Rajput</a> , <a style="color: white;" href="https://github.com/201901407" target="_blank">Darshil Parekh</a> and <a style="color: white;" href="https://github.com/akshitajindal" target="_blank">Akshita Jindal</a> , IEEE SB, DA-IICT
</p>
</div>
</div>
<!-- <script
src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"
></script> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script> -->
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"
></script>
<script src="./js/copy.js"></script>
<script src="./js/script.js"></script>
<script src="./js/easing.js"></script>
</body>
</html>