-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.html
620 lines (569 loc) · 37.4 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
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
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<meta name="description" content="IEEE-PSG">
<meta name="keywords" content="IEEE, PSG, Students Chapter, 12951">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>IEEE SC 12951 | Events</title>
<link href="img/logo/IEEE-PSG.png" rel="icon">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<!-- Css Styles -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="css/elegant-icons.css" type="text/css">
<link rel="stylesheet" href="css/owl.carousel.min.css" type="text/css">
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css">
<link rel="stylesheet" href="css/slicknav.min.css" type="text/css">
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<div class="empty" style="background: transparent; height: 116px; padding: 0px 0px;"></div>
<!-- Header Section Begin -->
<header class="header set-bg" data-setbg="img/breadcrumb-bg-1.jpg">
<div class="container">
<div class="row">
<div class="col-lg-12 set-bg">
<div class="header__nav__option">
<a><img src="img/logo/IEEE.png" alt="IEEE" height="40" width="120"></a>
<a href="./index.html"><img src="img/logo/IEEE-PSG.png" alt="IEEE-PSG" height="45" width="45"></a>
<nav class="header__nav__menu mobile-menu">
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./about.html">About</a></li>
<li class="active"><a href="./events.html">Events</a></li>
<li><a href="./gallery.html">Gallery</a></li>
<li><a href="./team.html">Team</a></li>
<li><a href="./contact.html">Contact us</a></li>
</ul>
</nav>
<div class="header__nav__social">
<a href="https://www.instagram.com/ieee_sc_12951/?hl=en" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="mailto:[email protected]" taget="_blank"><i class="fa fa-envelope"></i></a>
<a href="https://www.linkedin.com/company/ieee-students-chapter-12951/" target="_blank"><i class="fa fa-linkedin"></i></a>
</div>
<a class="header__nav__psg" href="https://www.psgtech.edu/" target="_blank"><img src="img/logo/psg.png" alt="PSG" height="60" width="45"></a>
</div>
</div>
</div>
<div id="mobile-menu-wrap"></div>
</div>
</header>
<!-- Header End -->
<!-- Services Section Begin -->
<section class="services-page spad">
<div class="container">
<div class="row">
<div class="col-lg-12 section-title">
<h2>EVENTS</h2>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item">
<a href="#SRiSHTi">
<div class="services__item__icon">
<img src="img/logo/Srishti.png" alt="">
</div>
<h4>SRiSHTi</h4>
</a>
<div class ="read-more-container" style="display:flex;
flex-direction: column;
color: #111;">
<div class ="read-more" >
<p style="text-align:justify">Springing in 2006, SRiSHTi, hosted by the IEEE Students Chapter 12951, is one of the biggest technical festivals in the country, that has garnered participants from more than 100 colleges spanning the entirety of India. It is a technical symposium comprising several events, a variety of workshops, hackathons, guest lectures, and many more in a multitude of industries.</p>
<!--<p style="text-align: justify"> In the year 2006, SRiSHTi, an annual international techno-managerial inter-college event, was born. Forever since, through SRiSHTi, IEEE Students Chapter 12951 has been on a spectacular trek forward, inculcating scientific temper and innovative thinking among the young minds of India. In this relatively short, yet heavily impactful run, SRiSHTi has garnered fruitful participation from over 100 colleges spanning the length and breadth of India and has been influential in helping technological innovation flourish among the youth populace.<span id ="dots">...</span><span id ="more" style="display:none;"> SRiSHTi is one of the biggest technical festivals in the country and showcases the talent of students from various colleges across the nation. It is acclaimed for the diverse experiences and opportunities it offers for technology enthusiasts. In SRiSHTi, around 25 events are grouped under 6 broad clusters, each cluster dealing with different realms of science and technology.The fest hosts a variety of Events, Workshops, Exhibitions, Hackathons, Guest Lectures, Infotainment shows and many more. One thing that differentiates SRiSHTi from other technical fests of its kind is that online participation is encouraged as much as offline participation. </span>
</p>
<button type="button" id="read" onclick="read()" style ="" >Read more...</button>
<script type="text/javascript">
var i=0;
function read(){
if(!i){
document.getElementById("more").style.
display ="inline";
document.getElementById("dots").style.
display ="none";
document.getElementById("read").innerHTML="Read less...";
i=1;
}
else{
document.getElementById("more").style.
display ="none";
document.getElementById("dots").style.
display ="inline";
document.getElementById("read").innerHTML="Read more...";
i=0;
}
}
var j=0;
function read1(){
if(!j){
document.getElementById("more1").style.
display ="inline";
document.getElementById("dots1").style.
display ="none";
document.getElementById("read1").innerHTML="Read less...";
j=1;
}
else{
document.getElementById("more1").style.
display ="none";
document.getElementById("dots1").style.
display ="inline";
document.getElementById("read1").innerHTML="Read more...";
j=0;
}
}
var k=0;
function read2(){
if(!k){
document.getElementById("more2").style.
display ="inline";
document.getElementById("dots2").style.
display ="none";
document.getElementById("read2").innerHTML="Read less...";
k=1;
}
else{
document.getElementById("more2").style.
display ="none";
document.getElementById("dots2").style.
display ="inline";
document.getElementById("read2").innerHTML="Read more...";
k=0;
}
}
var l=0;
function read3(){
if(!l){
document.getElementById("more3").style.
display ="inline";
document.getElementById("dots3").style.
display ="none";
document.getElementById("read3").innerHTML="Read less...";
l=1;
}
else{
document.getElementById("more3").style.
display ="none";
document.getElementById("dots3").style.
display ="inline";
document.getElementById("read3").innerHTML="Read more...";
l=0;
}
}
</script>-->
<!-- <span class ="read-more-btn" style="color:#0984e3;">Read More...</span>-->
</div>
</div>
<div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item">
<a href="#Atom">
<div class="services__item__icon">
<img src="img/logo/Atom.png" alt="">
</div>
<h4>Atom</h4>
</a>
<p style="text-align:justify">Atom, an annual event organized by the IEEE Students Chapter 12951, is where five circuit branches of PSG College of Technology coalesce and host a variety of different events, aimed at making participants' skills apparent. Each department takes a day to conduct a small group of events targeted at technology and logical reasoning.</p>
<!--<p style="text-align: justify"> ATOM is an annual event hosted by the IEEE Students Chapter of PSG College of Technology. ATOM is a five-day event held every year where five departments host a variety of different events aimed at revealing the participants' technical and logical skills. Every day, one department organizes a technical and non-technical event, as well as a fun event at the end to stimulate the participants' bright minds. </p>-->
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item">
<a href="#Kriya">
<div class="services__item__icon">
<img src="img/logo/Kriya.png" alt="">
</div>
<h4>Kriya</h4>
</a>
<p style="text-align:justify">Kriya, hosted by the Student Union at PSG College of Technology, is a technical convention where students from all over come to showcase their prowess and competence in their area of choice. The IEEE Students Chapter 12951 has played a significant role in shaping young minds at Kriya, by organizing events that serve as great platforms to flaunt one's skills.</p>
<!-- <p style="text-align: justify"> KRIYA, the Students Union's brainchild, is a conglomeration of all elite brains from various engineering colleges in and around India. A technical symposium organized by the students of PSG College of Technology, it is the one-stop shop for establishing the students' prowess as the quintessential engineer. The IEEE Students Chapter 12951 has also played and will continue to play a significant role in shaping the minds of potential engineers by hosting a variety of technical and non-technical events, which serve as a great platform for showcasing<span id ="dots1">...</span><span id ="more1" style="display:none;"> the skills of each and every individual and molding them to shine in the competitively progressing world.</p></span>
<button type="button" id="read1" onclick="read1()"style ="" >Read more...</button>-->
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-6"></div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item">
<a href="#Inaugration">
<div class="services__item__icon">
<img src="img/icons/inauguration.png" alt="">
</div>
<h4>Inaugration</h4>
</a><p style="text-align:justify">The Inauguration Function is held every year to mark the beginning of the academic years' activities of IEEE SC 12951 and to induct the office bearers for the academic year. The event is honoured by a chief guest and takes place in a grand manner.</p>
<!--<p style="text-align: justify">The inaugural marks the start of the great year ahead for the IEEE student chapter 12951. The inaugural function for the year 2020-2021 started with energy online in the presence of the esteemed chief guest Mrs.Vanitha Vijayakumar, the Vice President of Interface Technology Department at Qualcomm USA, presided by Dr.Prakasan K, the principal in charge of PSG college of Technology. The event went on interestingly and was enhanced greatly by meaningful discussions. The inaugural function had nearly 300 participants who were encapsulated<span id ="dots2">...</span><span id ="more2" style="display:none;"> by the informative event. The event concluded with a sincere vote of thanks.
</p></span>
<button type="button" id="read2" onclick="read2()"style ="" >Read more...</button>-->
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item">
<a href="#Valedictory">
<div class="services__item__icon">
<img src="img/icons/valediction.png" alt="">
</div>
<h4>Valedictory</h4>
</a>
<p style="text-align:justify">The Valedictory function marks the completion of the activities for the academic year. The prizes and achievers are falicitated during this function. The event is presided by the Principal, branch counsellor and the office bearers along with an eminent chief guest.</p>
<!-- <p style="text-align: justify">We marked the end of the productive year of events and happenings of IEEE student chapter 12951 by the Valedictory. The memories and the positivity filled the space and the event went on smooth as a glider. The Valedictory event for the year 2020-2021 started with heart-warming welcome address to all the eminent people present amongst us. The event was a culmination of the great things we did throughout the year and honoring of all the winners of the competitions conducted in 2020-2021. The Office bearers were honored for being astute and working hard through <span id ="dots3">...</span><span id ="more3" style="display:none;">the entire journey. The event concluded with hearts filled with gratitude and memories to be cherished.
</p></span>
<button type="button" id="read3" onclick="read3()"style ="" >Read more...</button>-->
</div>
</div>
</div>
</div>
</section>
<!-- Services Section End -->
<!-- Services Section Begin -->
<!--<div id = "SRiSHTi" class="breadcrumb-option-side spad set-bg" data-setbg="img/breadcrumb-bg.jpg" style="height:300px;">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="breadcrumb__text">
<h2>SRiSHTi</h2>
<div class="breadcrumb__links">
<a href="#">Events</a>
<span>SRiSHTi</span>
</div>
</div>
</div>
</div>
</div>
</div>-->
<section class="services-page">
<div id="SRiSHTi" class="container" >
<div class="row">
<div class="col-lg-12 section-title" >
<h2>SRiSHTi</h2>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item" style="text-align: center">
<div class="services__item__icon" style="margin: auto">
<img src="img/logo/workshop.png" alt="">
</div>
<h4>Workshop</h4>
<p style="text-align: justify">SRiSHTi involves an array of workshops where students can learn about different kinds of technologies. The workshops included in the previous editions were iLearning, Embedded system and Wireless Connectivity, Digital Twinning through Data Analytics, a variety of informative workshops like Ethical Hacking, E-Plan Programming and many others, all of which formed a platform to showcase knowledge and enthusiasm.</p><br>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item" style="text-align: center">
<div class="services__item__icon" style="margin: auto">
<img src="img/logo/technical.png" alt="">
</div>
<h4>Technical Events</h4>
</a>
<p style="text-align: justify">Technical events of SRiSHTi provide a fitting end to each day, incorporating art and technology in unprecedented ways and stimulating inquisitiveness among the audience. The transcendent technical events which inspired and inculcated the participants were CodeX-Stream, Digi-Quant, <!--Speed-O-Track, Robunzo, Ultra-Drones -->and so on. Also Coding and Circuit events and Logical Reasoning contests comprised fully crafted techno-innovative competitions like Codetronix,<!--Relinquish-->Circuitron etc. <!--that showcased several new exciting acts.--> </p><br>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item" style="text-align: center">
<div class="services__item__icon" style="margin: auto">
<img src="img/logo/non-tech.png" alt="">
</div>
<h4>Non-Technical Events</h4>
</a>
<p style="text-align: justify">Certain Non-Technical events like Puzz-O-Crack, Incognito, Matetic, Gavel, Iuris and many others were conducted to impart some fun in learning. It also had something to offer to non-hardcore techies, with show-stopping events such as Crazy Symbols, Hocus Focus, Smash and Splash, Argle Bargle etc. It also helped the students to equip themselves with soft skills as it comprised events such as JAM, Group Discussions, etc. </p><br>
</div>
</div>
<!-- <div class="col-lg-2 col-md-6 col-sm-6"></div>
<div class="col-lg-2 col-md-6 col-sm-6"></div>-->
<div class="col-lg-2 col-md-6 col-sm-6"></div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item" style="text-align: center;margin-bottom: 10px;">
<div class="services__item__icon" style="margin: auto">
<img src="img/logo/flagship.png" alt="">
</div>
<h4>Flagship Events</h4>
</a>
<p style="text-align: justify">The most anticipated flagship events of SRiSHTi like Hackathon, Innovations and so on, created a great technological impact on participants. Several other techno and managerial competitions like paper presentations, BGM, Big Boss, Treasure Hunt, etc tested the participants’ mettle. This fest attracted participants from diverse technical and managerial backgrounds. </p><br>
</div>
</div>
<!--<div class="col-lg-2 col-md-6 col-sm-6"></div>-->
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item" style="text-align: center;margin-bottom: 10px;">
<div class="services__item__icon" style="margin: auto">
<img src="img/logo/paper.png" alt="">
</div>
<h4>Paper Presentation</h4>
</a>
<p style="text-align: justify">The fest attracted an immense number of participants from diverse technical, scientific and managerial backgrounds. It included a widespread range of topics from various disciplinaries, by the names of Igyaan, Exposure, Electroquests etc, garnering wide attention. This proved to be the icing on the cake for those who have a thirst for technical knowledge and innovative ideas. </p><br>
</div>
</div>
<div class="col-lg-12 col-md-6 col-sm-6">
<div class="services__item" style="text-align: center">
<a href="https://drive.google.com/file/d/1ZhOjg9nVNkJb_cIcW9H0NOsic1xfqEYt/view?usp=sharing" class="primary-btn" target="_blank">Event Report</a><br><br>
<a href="./gallery.html" class="primary-btn">Gallery</a>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section End -->
<!-- Services Section Begin -->
<!--<div id = "Atom" class="breadcrumb-option-side spad set-bg" data-setbg="img/breadcrumb-bg.jpg" style="height:300px;">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="breadcrumb__text">
<h2>Atom</h2>
<div class="breadcrumb__links">
<a href="#">Events</a>
<span>Atom</span>
</div>
</div>
</div>
</div>
</div>
</div>-->
<section class="services-page">
<div id="Atom" class="container">
<div class="row">
<div class="col-lg-12 section-title">
<h2>ATOM</h2>
</div>
<div class="col-lg-12" style="text-align: justify">
<p style="text-align: justify">ATOM is an annual intra-college event that is organized by the IEEE Students Chapter of PSG College of Technology. ATOM is conducted every year to test the technical knowledge and logical skills of the students with its brain-racking rounds. It was received well among the students with a turnover of 500 students every year.</p>
</div>
<!--<div class="col-lg-8"></div>-->
<div class="col-lg-2 col-md-6 col-sm-6"></div>
<div class="col-lg-2 col-md-6 col-sm-6"></div>
<div class="col-lg-4" style="text-align: center">
<a href="https://drive.google.com/file/d/1GRMrpgGvDAqVPPes__c9iqZoFivoLlH5/view?usp=sharing" class="primary-btn" target="_blank">Event Report</a><br><br>
<a href="./gallery.html" class="primary-btn">Gallery</a>
</div>
</div>
</div>
</section>
<!-- Services Section End -->
<!-- <div id = "Kriya" class="breadcrumb-option-side spad set-bg" data-setbg="img/breadcrumb-bg.jpg" style="height:300px;">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="breadcrumb__text">
<h2>Kriya</h2>
<div class="breadcrumb__links">
<a href="#">Events</a>
<span>Kriya</span>
</div>
</div>
</div>
</div>
</div>
</div>-->
<!-- Breadcrumb End -->
<section class="services-page">
<div id="Kriya" class="container">
<div class="row">
<div class="col-lg-12 section-title">
<h2>KRIYA</h2>
</div>
<div class="col-lg-12" style="text-align: justify">
<p style="text-align: justify">Kriya, the brain child of the Students Union of PSG College of technology is the conglomeration of erudite brains across the country. As a part of Kriya, IEEE Students Chapter organizes various events that challenges young minds.</p>
</div>
<!--<div class="col-lg-8"></div>-->
<div class="col-lg-2 col-md-6 col-sm-6"></div>
<div class="col-lg-2 col-md-6 col-sm-6"></div>
<div class="col-lg-4" style="text-align: center">
<a href="https://drive.google.com/file/d/1Nnaz2AmA4DX-6ShQ_HYb9US--im_uYq_/view?usp=sharing" class="primary-btn" target="_blank">Event Report</a><br><br>
<a href="./gallery.html" class="primary-btn">Gallery</a>
</div>
</div>
</div>
</section>
<!-- Services Section Begin -->
<!--<section class="services-page spad">
<div class="container">
<div class="row">
<div class="col-lg-12 section-title">
<h2>KRIYA</h2>
</div>
<div class="col-lg-2 col-md-6 col-sm-6"></div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item"style="text-align: center">
<div class="services__item__icon"style="margin: auto">
<img src="img/icons/si-2.png" alt="">
</div>
<h4>Kriya 2020</h4>
<p style="text-align: justify">The IEEE Students Chapter of PSG College of Technology organized three different events as part of three-day technical symposium KRIYA 2k20, including a bot event, a management event, and a technical event. When pitted against other players, the League of Drones (LOD) demonstrated competitive teamwork. Imperator, on the other hand, put the participants' management skills to the test. Matricks, a technical event, showcased the participants' knowledge of MATLAB and Digital Image Processing. </p>
<a href="#" class="primary-btn">Event Report</a><br><br>
<a href="#" class="primary-btn">Gallery</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item"style="text-align: center">
<div class="services__item__icon"style="margin: auto">
<img src="img/icons/si-1.png" alt="">
</div>
<h4>Kriya 2021</h4>
<p style="text-align: justify">As part of KRIYA 2021, the IEEE Students Chapter of PSG College of Technology hosted two events, one non-technical and one technical in virtual mode. Techno frenzy aimed to put participants' coding and electrical knowledge to the test through various rounds, whereas the non-technical event Exquizite conducted activities such as solving brainteasers and decoding questions. </p><br><br><br>
<a href="#" class="primary-btn">Event Report</a><br><br>
<a href="#" class="primary-btn">Gallery</a>
</div>
</div>
</div>
</div>
</section>-->
<!--<div id = "Inaugration" class="breadcrumb-option-side spad set-bg" data-setbg="img/breadcrumb-bg.jpg" style="height:300px;">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="breadcrumb__text">
<h2>INAUGRATION EVENT</h2>
<div class="breadcrumb__links">
<a href="#">Events</a>
<span>Inaugration</span>
</div>
</div>
</div>
</div>
</div>
</div>-->
<!-- Breadcrumb End -->
<!-- Services Section Begin -->
<!-- <section class="services-page">
<div id="Inaugration" class="container">
<div class="row">
<div class="col-lg-12 section-title">
<h2>INAUGRATION EVENT</h2>
</div>
<div class="col-lg-12" style="text-align: justify">
<p style="text-align: justify">The Inauguration Function is held every year to mark the beginning of the academic years' activities and to induct the office bearers for the academic year. The Inaugural function for the year 2020-2021 was held online and Mrs. Vanitha Vijayakumar, VP of the IT Department at Qualcomm, USA presided as the chief guest for the event along with Dr. Prakasan, Principal, PSG College of Technology.</p>
</div>
<!--<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item"style="text-align: center">
<div class="services__item__icon"style="margin: auto">
<img src="img/icons/inauguration.png" alt="">
</div>
<h4>EVENT 1</h4>
<a href="#" class="primary-btn">Event Report</a><br><br>
<a href="#" class="primary-btn">Gallery</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item"style="text-align: center">
<div class="services__item__icon"style="margin: auto">
<img src="img/icons/inauguration.png" alt="">
</div>
<h4>EVENT 2</h4>
<a href="#" class="primary-btn">Event Report</a><br><br>
<a href="#" class="primary-btn">Gallery</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item"style="text-align: center">
<div class="services__item__icon"style="margin: auto">
<img src="img/icons/inauguration.png" alt="">
</div>
<h4>EVENT 3</h4>
<a href="#" class="primary-btn">Event Report</a><br><br>
<a href="#" class="primary-btn">Gallery</a>
</div>
</div>-->
<!-- <div class="col-lg-2 col-md-6 col-sm-6"></div>
<div class="col-lg-2 col-md-6 col-sm-6"></div>
<div class="col-lg-4" style="text-align: center">
<a href="./gallery.html" class="primary-btn">Gallery</a>
</div>
</div>
</div>
</section> -->
<!--<div id = "Valedictory" class="breadcrumb-option-side spad set-bg" data-setbg="img/breadcrumb-bg.jpg" style="height:300px;">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="breadcrumb__text">
<h2>VALEDICTORY EVENT</h2>
<div class="breadcrumb__links">
<a href="#">Events</a>
<span>Valedictory</span>
</div>
</div>
</div>
</div>
</div>
</div>-->
<!-- Breadcrumb End -->
<!-- Services Section Begin -->
<!-- <section class="services-page">
<div id="Valedictory" class="container">
<div class="row">
<div class="col-lg-12 section-title">
<h2>VALEDICTORY EVENT</h2>
</div>
<div class="col-lg-12" style="text-align: justify">
<p style="text-align: justify">The Valedictory function marks the completion of the activities for the academic year. The prizes and achievers are falicitated during this function. The Valedictory event for the year 2020-2021 was presided by Mr. Srikanth Chandrasekaran, Senior Director, Standard and Technologies, IEEE India. The office bearers for the year 2021-2022 were announced.</p>
</div>
<!--<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item"style="text-align: center">
<div class="services__item__icon"style="margin: auto">
<img src="img/icons/valediction.png" alt="">
</div>
<h4>EVENT 1</h4>
<a href="#" class="primary-btn">Event Report</a><br><br>
<a href="#" class="primary-btn">Gallery</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item"style="text-align: center">
<div class="services__item__icon"style="margin: auto">
<img src="img/icons/valediction.png" alt="">
</div>
<h4>EVENT 2</h4>
<a href="#" class="primary-btn">Event Report</a><br><br>
<a href="#" class="primary-btn">Gallery</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="services__item"style="text-align: center">
<div class="services__item__icon"style="margin: auto">
<img src="img/icons/valediction.png" alt="">
</div>
<h4>EVENT 3</h4>
<a href="#" class="primary-btn">Event Report</a><br><br>
<a href="#" class="primary-btn">Gallery</a>
</div>
</div>-->
<!-- <div class="col-lg-2 col-md-6 col-sm-6"></div>
<div class="col-lg-2 col-md-6 col-sm-6"></div>
<div class="col-lg-4" style="text-align: center">
<a href="./gallery.html" class="primary-btn">Gallery</a>
</div>
</div>
</div>
</section> -->
<!-- Footer Section Begin -->
<footer class="footer" id="insertFooter">
<div class="container">
<div class="footer__copyright">
<div class="row">
<div class="col-lg-12 text-center">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
<p class="footer__copyright__text">This Website was developed by <a href="./index.html">IEEE SC 12951</a> | <a href="https://www.psgtech.edu/" target="_blank">PSG CT</a>
</p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Section End -->
<!-- Js Plugins -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/mixitup.min.js"></script>
<script src="js/masonry.pkgd.min.js"></script>
<script src="js/jquery.slicknav.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>