-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathevents.html
391 lines (389 loc) · 25.5 KB
/
events.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Computer Society of India, GITAM Student Branch.">
<link rel="apple-touch-icon" sizes="57x57" href="assets/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<title>CSI | Computer Society of India | GITAM Student Branch</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
<link href="style.css" rel="stylesheet">
</head>
<body>
<header>
<nav class="navbar navbar-expand-md navbar-light fixed-top bg-light">
<a class="navbar-brand" href="index.html">
<img src="assets/brand/logo-csi.jpg" width="40" height="40" class="d-inline-block align-top" alt="CSI Logo"> <span class="logo-title">CSI</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="events.html">Events <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team-2020.html">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<ul class="nav navbar-nav ml-auto social-icons">
<li>
<a href="https://www.facebook.com/gitamcsi/" target="_blank" class="nav-link"><i class="fa fa-facebook fa-lg"></i></a>
</li>
<li>
<a href="https://www.instagram.com/csi_gitam/" target="_blank" class="nav-link"><i class="fa fa-instagram fa-lg"></i></a>
</li>
<li>
<a href="https://www.youtube.com/channel/UC3WGSLJhICY8pheX9GBikJg" target="_blank" class="nav-link"><i class="fa fa-youtube fa-lg"></i></a>
</li>
<li>
<a href="https://github.com/csigitam" target="_blank" class="nav-link"><i class="fa fa-github fa-lg"></i></a>
</li>
<li>
<a href="credits" class="nav-link"><i class="fa fa-info fa-lg"></i></a>
</li>
</ul>
</div>
</nav>
</header>
<div role="main">
<div class="jumbotron j-events">
<div class="container">
<h1 class="display-3">Events</h1>
<p>We've successfully organised and hosted 14+ seminars, workshops & fests last year and this time around we intend to go <em>beyond!</em></p>
</div>
</div>
<hr class="featurette-divider">
<h2 class="text-center"><em>· This Academic Year ·</em></h2>
<hr class="featurette-divider">
<div class="container marketing">
<div class="row">
<div class="col-lg-5 offset-lg-1">
<h2>Cloud Computing <br><span class="text-muted">Amazon Web Services</span></h2>
<p>The CSI GITAM Student Branch in association with the Department of Computer Science Engineering is going to organize the technical Symposium in the month of December named as <strong>ETHEREAL 2.0</strong> - 'Explore Beyond the Limits'.
The Symposium comprehends a chain of Technical and Non-Technical events. There's a lot in line to be excited about.
Come and be part of this enthralling Symposium and make it a imperishable one. Stay tuned for further updates.
</p>
<p>
<a class="btn btn-success" href="https://csigitam.github.io/ethereal-2.0" target="_blank" role="button">Visit website »</a>
</p>
</div>
<div class="col-lg-5">
<img src="assets/ethereal-2.0/ethereal.jpg" class="img-fluid">
</div>
</div>
</div>
<hr class="featurette-divider">
<div class="container marketing">
<div class="row">
<div class="col-lg-5 offset-lg-1">
<img src="assets/events/2018-19/2019-02-04 MARTIN.png" class="img-fluid">
</div>
<div class="col-lg-5">
<h2>MARTIN <br><span class="text-muted">Voice-enabled Future</span></h2>
<p>The CSI GITAM Student Branch, in association with the Department of Computer Science Engineering, had organized their Annual fest named "M.ART.IN. 2k19" on 5th and 6th March 2018. The fest was inaugurated by Dr. S. Raja and Prof. M. Shashi. A multitude of technical and non-technical events were organised over the period of two days alongwith a hands-on workshop on “Smart Automation with AI Assistants” was also conducted, dealing with technologies based on Internet-of-Things, Cloud Computing and Amazon Alexa.</p>
<p><strong>Participation:</strong> 300+ students</p>
<p>
<a class="btn btn-success" href="https://csigitam.github.io/martin/" target="_blank" role="button">Visit website »</a>
<a class="btn btn-outline-success" href="assets/report/Martin.pdf" target="_blank" role="button">View details »</a>
<a class="btn btn-outline-info" href="assets/report/2018-19-annual-report.pdf" target="_blank" role="button">
Annual Report
</a>
</p>
</div>
</div>
</div>
<hr class="featurette-divider">
<div class="container marketing">
<div class="row">
<div class="col-lg-5 offset-lg-1">
<img src="assets/events/2018-19/2018-11-20 Big Data Workshop.JPG" class="img-fluid">
</div>
<div class="col-lg-5">
<h2>Workshop <br><span class="text-muted">on Big Data Analytics</span></h2>
<p>On 20<sup>th</sup> November 2018, the CSI GITAM Student Branch, in association with the Department of Computer Science Engineering, had organised a workshop on Big Data Analytics. The resource person and the Chief Guest for the event was Prof. Ravi Vatrapu, Centre of Business Data Analytics, Copenhagen Business School, Denmark. The workshop began as an interactive session with Prof. Ravi Vatrapu laying out the foundation of Social Set Analysis with examples of where an organisation can leverage its benefits. He introduced several fundamentals to serve as a base to the workshop and involved students with his questions.</p>
<p><strong>Participation:</strong> 150+ students</p>
<p>
<a class="btn btn-success" href="assets/report/Big Data Analytics Denmark.pdf" target="_blank" role="button">View details »</a>
</p>
</div>
</div>
<hr class="featurette-divider">
<div class="row">
<div class="col-lg-5 offset-lg-1">
<h2>Two-Day Workshop <br><span class="text-muted">on Cyber Security</span></h2>
<p>From 31<sup>st</sup> August to 1<sup>st</sup> September 2018, the CSI GITAM Student Branch, in association with the Department of Computer Science Engineering, had organized a two-day workshop on Cyber Security which was made to inculcate the students with a basic understanding of the world of ethical hacking and cyber security. The speaker for the workshop was Mr. Vinod T. Senthil, Founder, Managing Director & Chief Technical Officer, infySEC, Chennai. The session was a mix of theory and hands-on where the participants tried hacking their way through a "Capture The Flag" challenge hosted by infySEC.</p>
<p><strong>Participation:</strong> 70+ students</p>
<p>
<a class="btn btn-success" href="assets/report/Cyber Security InfySEC.pdf" target="_blank" role="button">View details »</a>
</p>
</div>
<div class="col-lg-5">
<img src="assets/events/2018-19/2018-08-31 Cyber Security.png" class="img-fluid">
</div>
</div>
<hr class="featurette-divider">
<div class="container marketing">
<div class="row">
<div class="col-lg-5">
<img src="assets/events/2018-19/2018-07-17 Career Orientation George Prep.png" class="img-fluid">
</div>
<div class="col-lg-7">
<h2>Career Options <span class="text-muted">after Engineering Education</span></h2>
<p>On 17<sup>th</sup> July 2018, a seminar on "Career Options after Engineering Education" was organized by the CSI, GITAM Student Branch, in association with the Department of CSE. The guest speakers for the event were Mr Alosies George, Founder and Director, George Prep, and Shri Ram Mohan Adibhatla, Head - Verbal Ability, George Prep. The Principal, Head of Department, CSE, and the Training & Placements Officer (TPO) addressed the gathering and offered their exprience and advice regarding the ever-changing demands of placements. The guest speakers enlightened the students about the various career paths that competitive exams such as GRE & CAT offer and then recommended pursuing higher studies to build a network and foundation to gain a stable future. They then introduced several guidelines for making definitive decisions for their future.</p>
<p><strong>Participation:</strong> 500+ students</p>
</div>
</div>
</div>
<hr class="featurette-divider">
<h2 class="text-center"><em>· Previously ·</em></h2>
<hr class="featurette-divider">
<div class="row">
<div class="col-lg-8 offset-lg-2">
<h2>Career Guidance and Future Studies</h2>
<p>On 21<sup>st</sup> March 2018, the CSI GITAM Student Branch in association with the department of Computer Science Engineering organized a seminar on "Career Guidance and Future Studies" and steered a career orientation session to success. The main speaker for the event was Ramaraju, Institute of Foreign Studies (IFS) Consultancy.</p>
<p><strong>Participation:</strong> 100+ students</p>
</div>
</div>
<hr class="featurette-divider">
<div class="row">
<div class="col-lg-5 offset-lg-1">
<h2>Cloud Computing and NLP</h2>
<p>The CSI GITAM Student Branch in association with the department of Computer Science Engineering organized a seminar on Cloud Computing and Natural Language Processing on 9<sup>th</sup> March 2018. The main speaker for the event was Vijay Ponduru, Lead Application Developer, Nuveen Technologies, San Francisco. He gave an insight on the working of the cloud computing systems and the basics of natural language processing while explaining its relevance in the industry and its scope in the future.</p>
<p><strong>Participation:</strong> 80+ students</p>
</div>
<div class="col-lg-5">
<img src="assets/events/2017-18/2018-03-09 NLP.jpg" class="img-fluid">
</div>
</div>
<hr class="featurette-divider">
<div class="row">
<div class="col-lg-5 offset-lg-1">
<img src="assets/events/2017-18/2018-03-05 Ethereal 2k18.jpg" class="img-fluid">
</div>
<div class="col-lg-5">
<h2>Ethereal 2K18, <span class="text-muted">Annual Fest</span></h2>
<p>The CSI GITAM Student Branch in association with the Department of Computer Science Engineering had organized the Annual fest named "Ethereal 2k18" on 5<sup>th</sup> and 6<sup>th</sup> March 2018. The fest was inaugurated by Professor Siba K Udgata. The two-day fest featured a vast variety of technical and non-technical events to promote the talent among students. A workshop on Smart Automation was also be conducted over the two days dealing with technologies based on Internet-of-Things (IoT) and Computational Intelligence.</p>
<p><strong>Participation:</strong> 400+ students</p>
<p>
<a class="btn btn-success" href="assets/report/Ethereal.pdf" target="_blank" role="button">View details »</a>
<a class="btn btn-outline-info" href="assets/report/2017-18-annual-report.pdf" target="_blank" role="button">
Annual Report 2017-18
</a>
</p>
</div>
</div>
<hr class="featurette-divider">
<div class="row">
<div class="col-lg-5 offset-lg-1">
<h2>Cloud Computing <span class="text-muted">by Alibaba Cloud</span></h2>
<p>The CSI GITAM Student Branch in association with the Department of Computer Science Engineering hosted a workshop on "Cloud Computing" for Alibaba Cloud as a part of the CSI Annual Fest "Ethereal 2K18" on 3<sup>rd</sup> March 2018. The featured speakers for the event were - Shri. Sharat Chandra, MVP, Alibaba Cloud India Ltd and Shri. Goutham Upadhayay, Chief Technical Officer, Alibaba Cloud. They briefly explained the importance and the working of the cloud computing system with the live example of the WordPress website hosting on the Alibaba Cloud.</p>
<p><strong>Participation:</strong> 200+ students</p>
</div>
<div class="col-lg-5">
<img src="assets/events/2017-18/2018-03-03 Alibaba Cloud Computing Workshop.jpg" class="img-fluid">
</div>
</div>
<hr class="featurette-divider">
<div class="row">
<div class="col-lg-5 offset-lg-1">
<img src="assets/events/2017-18/2017-11-19 Distributed Computing.png" class="img-fluid">
</div>
<div class="col-lg-5">
<h2>Distributed Computing</h2>
<p>A seminar on "Distributed Computing" was held on 19<sup>th</sup> December, 2017, where the featured speaker was Shri. Sumanth Pasupuleti, Senior Software Engineer, Netflix, California. He highlighted the importance of programming as CSE undergraduates and stressed on the value of time. He encouraged everyone to get started with Cassandra and Open Source Software Development and concluded with an interactive question and answer session.</p>
<p><strong>Participation:</strong> 150+ students</p>
<p><a class="btn btn-success" href="assets/report/Seminar on Distributed Computing.pdf" target="_blank" role="button">View details »</a></p>
</div>
</div>
<hr class="featurette-divider">
<div class="row">
<div class="col-lg-5 offset-lg-1">
<h2>VR <span class="text-muted">&</span> AR</h2>
<p>A workshop on IoT was held on November 25<sup>th</sup>, 2017 as a part of the CSI APSC 2017. The featured speaker for this event was Smt. Kavya, Director, iB Hubs, Bangalore. She helped everyone understand the intricacies of VR and AR in an interactive session where all the students were given a chance to experience Virtual Reality using a VR Box which they had brought along.</p>
<p><strong>Participation:</strong> 180+ students</p>
<p><a class="btn btn-success" href="assets/report/Virtual Reality and Augumented Reality.pdf" target="_blank" role="button">View details »</a></p>
</div>
<div class="col-lg-5">
<img src="assets/events/2017-18/2017-11-25 VR AR.png" class="img-fluid">
</div>
</div>
<hr class="featurette-divider">
<div class="row">
<div class="col-lg-5 offset-lg-1">
<img src="assets/events/2017-18/2017-11-24 Internet of Things.png" class="img-fluid">
</div>
<div class="col-lg-5">
<h2>Internet of Things <span class="text-muted">(IoT)</span></h2>
<p>An IOT Workshop was held on November 25<sup>th</sup>, 2017, as a part of the CSI APSC 2017. The featured speaker for the workshop was Shri Manikanta Gupta is Project Manager - IoT, iB Hubs. He introduced the emerging world of Internet of Things and the career options that arise with it. He explained the basics of IoT and had an interactive session showing the practicalities of IoT, encouraging everyone to be "makers".</p>
<p><strong>Participation:</strong> 180+ students</p>
<p><a class="btn btn-success" href="assets/report/IOT workshop.pdf" target="_blank" role="button">View details »</a></p>
</div>
</div>
<hr class="featurette-divider">
<div class="row">
<div class="col-lg-5 offset-lg-1">
<h2>Cyber Security</h2>
<p>A workshop on "Cyber Security" was held on November 24<sup>th</sup>, 2017, as a part of the CSI APSC 2017. The featured speaker for the workshop was Shri Venkata Abhinava Devaguptapu, Project Manager - Cyber Security, iB Hubs, Hyderabad. He spoke about the impact of hacking in cyber warfare, displayed several techniques commonly used in it and how to secure yourself against them.</p>
<p><strong>Participation:</strong> 200+ students</p>
<p><a class="btn btn-success" href="assets/report/Cyber Security Workshop.pdf" target="_blank" role="button">View details »</a></p>
</div>
<div class="col-lg-5">
<img src="assets/events/2017-18/2017-11-24 Cyber Security.png" class="img-fluid">
</div>
</div>
<hr class="featurette-divider">
<div class="row">
<div class="col-lg-5 offset-lg-1">
<img src="assets/events/2017-18/2017-11-24 APSC.png" class="img-fluid">
</div>
<div class="col-lg-5">
<h2>CSI Andhra Pradesh Student Convention <span class="text-muted">2017-18</span></h2>
<p><strong>Theme: </strong>"Rising India — A Step towards Digitalization"</p>
<p class="text-justify">The CSI APSC 2017-18 was hosted at GITAM, Visakhapatnam on 24<sup>th</sup> and 25<sup>th</sup> November, 2017. Over the two days a diverse variety of events took place for the convention such as Code Savvy, Quiztal Maze, Paper presentation, etc. and workshops on Cyber Security, IoT, VR & AR.</p>
<p><strong>Participation:</strong> 550+ students</p>
<p>
<a class="btn btn-success" href="http://www.gitam.edu/csiconvention/" target="_blank" role="button">Visit website »</a>
<a class="btn btn-outline-success" href="assets/report/APSSC.pdf" target="_blank" role="button">View details »</a>
<a class="btn btn-outline-info" href="assets/report/2017-18-annual-report.pdf" target="_blank" role="button">
Annual Report
</a>
</p>
</div>
</div>
<hr class="featurette-divider">
<div class="row">
<div class="col-lg-5 offset-lg-1">
<h2>Digithon</h2>
<p>A walk–a–thon titled "Digi-Thon" was organised at Rama Krishna Beach Road on Nov 21<sup>st</sup>, 2017, to bring awareness about Digitalization in India. The Principal and Dean, GIT, Prof. K. Lakshmi Prasad has flagged off the event. The event witnessed an active participation of over 80 students in order to raise awareness about Digitalization as a part of the Andhra Pradesh State Student Convention by CSI GITAM Student Branch.</p>
<p><strong>Participation:</strong> 80+ students</p>
<p><a class="btn btn-success" href="assets/report/Digithon.pdf" target="_blank" role="button">View details »</a></p>
</div>
<div class="col-lg-5">
<img src="assets/events/2017-18/2017-02-05 Walk-a-thon.png" class="img-fluid">
</div>
</div>
<hr class="featurette-divider">
<div class="row">
<div class="col-lg-5 offset-lg-1">
<img src="assets/events/2017-18/Blockchain.png" class="img-fluid">
</div>
<div class="col-lg-5">
<h2>Blockchain Technology</h2>
<p>A two-day workshop on "Blockchain Technology" was given by Shri Opinder Preet Singh, Head, ETHLend, India Ltd., an expert in the area of Ethereum blockchain and digital currency. The concept of rising bitcoin usage was beautifully portrayed and addressed by the speaker. The speaker explained various problems in economy and banking structure leading to the need for digital currencies, and showed how it can be utilised by diverse companies in their work. </p>
<p><strong>Participation:</strong> 100+ students</p>
<p><a class="btn btn-success" href="assets/report/Workshop on Blockchain.pdf" target="_blank" role="button">View details »</a></p>
</div>
</div>
<hr class="featurette-divider">
<div class="row">
<div class="col-lg-5 offset-lg-1">
<h2>Android App Development using IoT <span class="text-muted">&</span> Integrated Embedded Systems</h2>
<p>On 18<sup>th</sup> September, 2017, the workshop on "Android App Development using IoT and Integrated Embedded Systems" took place. Mr. Srikanth, Director & national Head, Academy of Robotics, spoke about the world of startups and entrepreneurship and went on to delve into the idea of entrepreneurship with the help of programming, proper administration and software.</p>
<p><strong>Participation:</strong> 330+ students</p>
<p><a class="btn btn-success" href="assets/report/Workshop on Android development.pdf" target="_blank" role="button">View details »</a></p>
</div>
<div class="col-lg-5">
<img src="assets/events/2017-18/2018-09-18 Android App Dev Workshop.png" class="img-fluid">
</div>
</div>
<hr class="featurette-divider">
<div class="row">
<div class="col-lg-5 offset-lg-1">
<img src="assets/events/2017-18/Digital Transformation.png" class="img-fluid">
</div>
<div class="col-lg-5">
<h2>Digital Transformation</h2>
<p>The seminar was given by Mr. P Saravanan, Delivery Head, NIIT Ltd. Mr. Saravanan garu gave the students an impeccable seminar on the constant change that occurs in the life of an engineering graduate and pointed out how digitalization has completely transformed the world into a better place. The seminar aimed to have everyone properly utilize their own potential and to make the world a better digitized platform.</p>
<p><strong>Participation:</strong> 150+ students</p>
<p><a class="btn btn-success" href="assets/report/Seminar on Digital Transformation.pdf" target="_blank" role="button">View details »</a></p>
</div>
</div>
<hr class="featurette-divider">
<div class="row">
<div class="col-lg-5 offset-lg-1">
<h2>Swachh Bharat Drive</h2>
<p>In association with NSS, GITAM wing, "Swachh Bharat Drive" was organized by CSI Student Branch at Tenneti Park, Visakhapatnam, on 12<sup>th</sup> March, 2017. Activities/events like these raise the disciplinary sense in students and also helps them for contributing to community service. They would, in this way, come to know about the society and the amount of cleanliness that is needed for our surroundings. The volunteers diligently worked with enthusiasm during the event.</p>
<p><strong>Participation:</strong> 80+ students</p>
<p><a class="btn btn-success" href="assets/report/Swachh Bharat Drive.pdf" target="_blank" role="button">View details »</a></p>
</div>
<div class="col-lg-5">
<img src="assets/events/2017-18/2017-03-12 Swachh Bharat Drive.png" class="img-fluid">
</div>
</div>
<hr class="featurette-divider">
<div class="row">
<div class="col-lg-5 offset-lg-1">
<img src="assets/events/2017-18/2017-02-13 Praudyogiki.png" class="img-fluid">
</div>
<div class="col-lg-5">
<h2>Praudyogiki 2k17</h2>
<p>CSI conducts fests every year in the month of February and as such, in the year 2017, a fest named "Praudyogiki 2k17" was conducted on 13th February. The students participated in the various technical and non-technical events that were organised, such as Folder Locks, Snake & Ladder, Code Marathon, Clash Of Codes, Link Arts, Teens To Toons, Crypt Ur Minds, Get The Best Twist, Piko-Taro and workshops on .NET & Cloud Computing. </p>
<p><strong>Participation:</strong> 650+ students</p>
<p><a class="btn btn-success" href="assets/report/Praudyogiki.pdf" target="_blank" role="button">View details »</a></p>
</div>
</div>
<!-- done so far -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-12">
<h2 class="featurette-heading">Got some questions? <span class="text-muted">Get in touch.</span></h2>
<br>
<table class="table table-hover table-borderless">
<tbody>
<tr>
<td>Akhil</td>
<td><a href="tel:+917396602734">+91 73966 02734</a></td>
</tr>
<tr>
<td>Shashidhar</td>
<td><a href="tel:+917330966475">+91 73309 66475</a></td>
</tr>
<tr>
<td>Aditya</td>
<td><a href="tel:+919542196003">+91 95421 96003</a></td>
</tr>
<tr>
<td>Harsha</td>
<td><a href="tel:+919652988096">+91 96529 88096</a></td>
</tr>
</tbody>
</table>
</div>
</div>
<hr class="featurette-divider">
</div>
<footer class="container">
<p>© 2018-19 — Team CSI, GITAM Student Branch · <a href="credits">Credits</a> · <a href="https://github.com/csigitam/csigitam.github.io" target="_blank">GitHub</a> · <a href="http://gitam.edu/in-campus/csi" target="_blank">CSI-GIT</a></p>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
</body>
</html>