-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathevents.html
303 lines (239 loc) · 14.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>IEEE IE/PELS Jt Chapter MACE</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/logo.png" rel="icon">
<link href="assets/img/logo.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
</head>
<body class="page-portfolio">
<!-- ======= Header ======= -->
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<img src="assets/img/logo2.png" alt="">
<!-- <h1 class="d-flex align-items-center">IEEE IE/PELS Jt Chapter MACE</h1>-->
</a>
<i class="mobile-nav-toggle mobile-nav-show bi bi-list"></i>
<i class="mobile-nav-toggle mobile-nav-hide d-none bi bi-x"></i>
<nav id="navbar" class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#" class="active">About</a></li>
<li><a href="index.html#events">Events</a></li>
<li><a href="index.html#team">Team</a></li>
<!-- <li><a href="team.html">Team</a></li>
<li><a href="blog.html">Blog</a></li>
<li class="dropdown"><a href="#"><span>Dropdown</span> <i class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="#">Dropdown 1</a></li>
<li class="dropdown"><a href="#"><span>Deep Dropdown</span> <i class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="#">Deep Dropdown 1</a></li>
<li><a href="#">Deep Dropdown 2</a></li>
<li><a href="#">Deep Dropdown 3</a></li>
<li><a href="#">Deep Dropdown 4</a></li>
<li><a href="#">Deep Dropdown 5</a></li>
</ul>
</li>
<li><a href="#">Dropdown 2</a></li>
<li><a href="#">Dropdown 3</a></li>
<li><a href="#">Dropdown 4</a></li>
</ul>
</li>-->
<li><a href="#footer">Connect us</a></li>
</ul>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<main id="main">
<!-- ======= Breadcrumbs ======= -->
<div class="breadcrumbs d-flex align-items-center" style="background-image: url('assets/img/eve.jpg');">
<div class="container position-relative d-flex flex-column align-items-center">
<h2>Events</h2>
<ol>
<li><a href="index.html">Home</a></li>
<li>Events</li>
</ol>
</div>
</div><!-- End Breadcrumbs -->
<!-- ======= Portfolio Details Section ======= -->
<section id="portfolio-details" class="portfolio-details">
<div class="container" data-aos="fade-up">
<div class="row gy-4">
<div class="col-lg-4">
<div class="slides-1 portfolio-details-slider swiper">
<div class="swiper-wrapper align-items-center">
<div class="swiper-slide">
<img src="assets/img/portfolio/p2.jpeg" alt="">
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
<div class="col-lg-8">
<!--<div class="portfolio-info">
<h3>Project information</h3>
<ul>
<li><strong>Category</strong>: Web design</li>
<li><strong>Client</strong>: ASU Company</li>
<li><strong>Project date</strong>: 01 March, 2020</li>
<li><strong>Project URL</strong>: <a href="#">www.example.com</a></li>
</ul>
</div>-->
<div class="portfolio-description">
<h2>EV Hack : Talk Session</h2>
<p class="evedec">
IEEE IE/PELS Jt Chapter MACE SB conducted EV HACK on 8th May at 8:00 PM through Google Meet. The session was an interactive talk session with the Winners and Runner ups of the first EV Hack presented by IEEE IA/IE/PELS Jt Chapter Kerala. The talk session was engaged by Jaison Christal, Dona Joy, Ria Maria, Akash Philip, Abhishek Mohan, Adwaith S, Alfia Subair, and Anto Jose. The session covered how the speakers came to know about the event, how they prepared and discussed how a problem should be approached and explained the realistic approach to solve a problem. They touched upon theory to practical application and the difficulties they encountered and how they overcame it. They spoke about the importance of Matlab and how EV Hack has to be approached. They winded up the session by explaining the technical aspects of their project in lucid language. The talk ended with an informative Q&A session.
</p>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Details Section -->
<!-- ======= Portfolio Details Section ======= -->
<section id="portfolio-details" class="portfolio-details">
<div class="container" data-aos="fade-up">
<div class="row gy-4">
<div class="col-lg-4">
<div class="slides-1 portfolio-details-slider swiper">
<div class="swiper-wrapper align-items-center">
<div class="swiper-slide">
<img src="assets/img/portfolio/p1.jpeg" alt="">
</div>
<div class="swiper-slide">
<img src="assets/img/portfolio/g2.jpeg" alt="">
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
<div class="col-lg-8">
<!--<div class="portfolio-info">
<h3>Project information</h3>
<ul>
<li><strong>Category</strong>: Web design</li>
<li><strong>Client</strong>: ASU Company</li>
<li><strong>Project date</strong>: 01 March, 2020</li>
<li><strong>Project URL</strong>: <a href="#">www.example.com</a></li>
</ul>
</div>-->
<div class="portfolio-description">
<h2>IEEE PELS Day IV</h2>
<p class="evedec">
An industrial visit to Kerala Electrical and Allied Engg. Co. Ltd. (KEL), Mamala, was conducted by IEEE IE/PELS Jt. Chapter MACE SB on 25th June, 2022, from 9:00 a.m. to 5:00 p.m. The visit was performed as a part of IEEE PELS Day celebrations and was coordinated by Adityan A. Dinesh, Rangeela Ravi and Krishnajith P. It was aimed at providing industrial exposure and job-related insight to undergraduates who are interested in and planning to work in the electrical and electronics sector. The trip began at 9 a.m. with 39 students and 1 institute faculty member arriving at Mamla on time.Kerala Electrical & Allied Engineering Co. Ltd., also known as KEL, is one of the most successful public sector enterprises and is entirely controlled by the Government of Kerala. The students were taken on a ride through the sessions of core assembly, tanking, testing (radio test, HV test), designing, painting and packing of transformers in the industry. The company guide explained the various steps of manufacturing the structures and devices. The students were introduced to various methods of construction. There were also opportunities to clear the doubts and queries of the students. The students and volunteers were sent for a lunch break at 12.30 pm. In the afternoon, the team visited the largest archaeological museum in the state, Hill Palace, in Tripunithura. The palace was located in the Tripunithura neighborhood of Kochi and was the imperial administrative office and official residence of the Cochin Maharaja. The students found the visit very informative and joyful. The team returned and reached the college by 5 p.m.
</p>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Details Section -->
<!-- ======= Portfolio Details Section ======= -->
<section id="portfolio-details" class="portfolio-details">
<div class="container" data-aos="fade-up">
<div class="row gy-4">
<div class="col-lg-4">
<div class="slides-1 portfolio-details-slider swiper">
<div class="swiper-wrapper align-items-center">
<div class="swiper-slide">
<img src="assets/img/portfolio/g1.jpeg" alt="">
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
<div class="col-lg-8">
<!--<div class="portfolio-info">
<h3>Project information</h3>
<ul>
<li><strong>Category</strong>: Web design</li>
<li><strong>Client</strong>: ASU Company</li>
<li><strong>Project date</strong>: 01 March, 2020</li>
<li><strong>Project URL</strong>: <a href="#">www.example.com</a></li>
</ul>
</div>-->
<div class="portfolio-description">
<h2>IEEE PELS Day Celebration</h2>
<p class="evedec">
The PELS Day celebration was conducted by IEEE IE/PELS Jt SBC MACE on June 20 at 4.15 PM. The interactive session started off by Mr Govindaraman, past chair of IEEE MACE SB. He said about the various aspects of PELS and the membership benefits of PELS. The session also consisted of an interactive Q&A. This was followed by a joyful cake cutting ceremony. The session ended with photography session. The session saw a participation of 33 IEEE members and 2 Non IEEE members.
</p>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Details Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">
<div class="footer-content">
<div class="container">
<div class="row gy-4">
<div class="col-lg-6 col-md-12 footer-info">
<a href="index.html" class="logo d-flex align-items-center">
<span style="color:#000;">IEEE IE/PELS Jt Chapter MACE</span>
</a>
<p></p>
<div class="social-links d-flex mt-3">
<a href="https://twitter.com/ieeemace" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="https://www.facebook.com/ieeemace/" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/ieeemace/" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="https://youtube.com/@ieeemacesb7201" class="google-plus"><i class="bi bi-youtube"></i></a>
<a href="https://www.linkedin.com/company/ieeemace/mycompany/" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="col-lg-6 col-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bi bi-dash"></i> <a href="https://ieee.org/">IEEE</a></li>
<li><i class="bi bi-dash"></i> <a href="https://www.ieee-ies.org/">IEEE IES</a></li>
<li><i class="bi bi-dash"></i> <a href="https://www.ieee-pels.org/">IEEE PELS</a></li>
<li><i class="bi bi-dash"></i> <a href="https://ia.ie.pels.ieeekerala.org/">IEEE IA/IE/PELS Jt Chapter Kerala Section</a></li>
<li><i class="bi bi-dash"></i> <a href="https://ieeekerala.org/">IEEE Kerala Section</a></li>
<li><i class="bi bi-dash"></i> <a href="https://ieeemace.org/">IEEE MACE SB</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer-legal">
<div class="container">
<div class="copyright">
© Copyright <strong><span> <script>document.write(new Date().getFullYear())</script> </span></strong>. All Rights Reserved
</div>
<div class="credits">
Designed and Developed by <a href="https://www.linkedin.com/in/naeema-ziyad/">Naeema Ziyad</a>
</div>
</div>
</div>
</footer><!-- End Footer --><!-- End Footer -->
<a href="#" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>