-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcareers.html
493 lines (474 loc) · 17.8 KB
/
careers.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>IKS Interns</title>
<meta content="" name="description" />
<meta content="" name="keywords" />
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon" />
<!-- Google Fonts -->
<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"
/>
<!-- CSS only -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="assets/vendor/boxicons/css/boxicons.min.css" />
<link
href="assets/vendor/glightbox/css/glightbox.min.css"
rel="stylesheet"
/>
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
<link href="assets/css/careers.css" rel="stylesheet" />
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex align-items-center">
<div class="logo me-auto">
<h1>
<a href="index.html"
><img src="assets/img/logo.png" alt="" class="img-fluid"
/></a>
</h1>
</div>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto" href="index.html">Home</a></li>
<li>
<a class="nav-link scrollto" href="index.html#about">About Us</a>
</li>
<li>
<a class="nav-link scrollto" href="index.html#awards">Awards</a>
</li>
<li>
<a class="nav-link scrollto" href="index.html#portfolio"
>Initiatives</a
>
</li>
<li class="dropdown">
<a class="inactiveLink"
><span>Team</span> <i class="bi bi-chevron-down"></i
></a>
<ul>
<li>
<a class="nav-link scrollto" href="team/team2022.html"
>Team 2022</a
>
</li>
<li>
<a class="nav-link scrollto" href="team/team2021.html"
>Team 2021</a
>
</li>
</ul>
</li>
<li>
<a class="nav-link scrollto active" href="careers.html"
>Careers</a
>
</li>
<li class="dropdown">
<a class="inactiveLink"
><span>Resources</span> <i class="bi bi-chevron-down"></i
></a>
<ul>
<li>
<a class="nav-link scrollto" href="reports/reports2021.html"
>Reports 2021</a
>
</li>
</ul>
</li>
<li>
<a class="nav-link scrollto" href="index.html#contact">Contact</a>
</li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</header>
<!-- End Header -->
<main id="main">
<section id="careers">
<div class="container">
<div class="careers-box">
<div class="section-title">
<h2>Careers</h2>
</div>
<div class="team">
<h3>Content Team</h3>
<p style="margin-bottom: 1.5rem">
All the selected candidates are general content creators. A few
selected are given the responsibility of:
</p>
<div class="role">
<h4>Content Router</h4>
<ul>
<li>
Assign incoming content work from IKS MinT and IEEE Kerala
Section among members.
</li>
<li>
Make sure work is distributed equally and is done properly.
</li>
<li>
Distribute content work to members for IKS Inked and IKS
Interns Events.
</li>
<li>
Coordinate with the team and help with timely posting of
content along with release of posters.
</li>
<li>Acknowledging MinT related Emails and requests.</li>
</ul>
</div>
<div class="role">
<h4>Content Curator - Inked</h4>
<ul>
<li>Create and improvise created content for IKS Inked.</li>
<li>
Filter out and select articles to be published in IKS Inked.
</li>
<li>
Coordinate with the team in timely release of the magazine.
</li>
</ul>
</div>
<a href="content-reg.html" class="btn btn-primary apply disabled"
>Apply For Content Team</a
>
<p class="closed">*Registrations are closed</p>
</div>
<hr />
<div class="team x">
<h3>Design Team</h3>
<div class="role">
<h4>Associate Designer - UI</h4>
<ul>
<li>
Improve the look and feel of IKS MinT and other IEEE Kerala
Section Products & websites.
</li>
<li>
Create overall concepts for the user experience within MinT.
</li>
<li>
Design the aesthetics to be implemented within IKS MinT and
other IEEE Kerala Section Products & websites.
</li>
<li>
Create surveys for research through various social media
platforms to gather feedback in understanding seamless
application experience for users.
</li>
<li>Conduct tests to assess user experience.</li>
<li>
Coordinate with the web team to implement the UI and make
iterations.
</li>
<li>Should have knowledge on any of the UI design tools.</li>
</ul>
</div>
<div class="role">
<h4>Associate Designer - Inked</h4>
<ul>
<li>Design layout for IKS Inked Magazine.</li>
<li>
Create predefined content arrangement layouts for the
magazine.
</li>
<li>
Suggest new design iterations to make the magazine more
attractive.
</li>
<li>
Coordinate with the content team in timely release of the
magazine.
</li>
</ul>
</div>
<div class="role">
<h4>Associate Designer - External</h4>
<ul>
<li>
Design posters for IEEE Kerala Section and IKS Interns
events.
</li>
<li>
Create posters for important days like World Environment
day, National Technology day, etc.
</li>
<li>Design posters for requirements from IKS MinT.</li>
<li>Create predefined poster templates for events.</li>
<li>
Coordinate with the team and help with timely release of
posters.
</li>
<li>
Should have experience in conducting events or sessions.
</li>
</ul>
</div>
<div class="role">
<h4>Associate Video Editor</h4>
<ul>
<li>
Create promotional videos for IEEE Kerala Section and IKS
Interns events.
</li>
<li>Create videos for requirements from IKS MinT.</li>
<li>
Create promotional videos for new versions of IKS MinT.
</li>
<li>Create tutorial videos for IKS MinT.</li>
<li>
Coordinate with the team and help with timely release of
videos.
</li>
<li>
Should have thorough knowledge in necessary Adobe Suites.
</li>
<li>
Should be ready to make necessary changes in a given time
interval.
</li>
</ul>
</div>
<a href="design-reg.html" class="btn btn-primary apply disabled"
>Apply For Design Team</a
>
<p class="closed">*Registrations are closed</p>
</div>
<hr />
<div class="team x">
<h3>Web Team</h3>
<div class="role">
<h4>Backend Developer</h4>
<ul>
<li>
Should have a good knowledge of Node.js, SQL and JavaScript.
</li>
<li>Manage existing backend API and services in IKS MinT.</li>
<li>
Work on the implementation of new services in IKS MinT.
</li>
<li>
Connect backend with 3rd party APIs for additional
functionality in IKS MinT.
</li>
<li>
Work on improving the performance of the backend and work on
code optimisation in IKS MinT.
</li>
<li>
Coordinate with the team to implement new versions of IKS
MinT.
</li>
</ul>
</div>
<div class="role">
<h4>Frontend Developer</h4>
<ul>
<li>
Should have a good knowledge of React or any other front end
JS frameworks, State Management techniques and JavaScript.
</li>
<li>
Work on the implementation of new services in IKS MinT.
</li>
<li>
Work on new aesthetic and user friendly designs along with
efficient data management for IKS MinT.
</li>
<li>
Work on improving the performance of the frontend and work
on code optimisation in IKS MinT.
</li>
<li>
Coordinate with the team to implement new versions of IKS
MinT.
</li>
</ul>
</div>
<div class="role">
<h4>DevOps</h4>
<ul>
<li>
Should have good knowledge of cpanel and devOps tools.
</li>
<li>
Manage and coordinate between deployment of different
versions of frontend and backend in IKS MinT.
</li>
<li>
Manage the support mails of IKS MinT and resolve issues by
communicating the issues with the corresponding teams.
</li>
<li>
Coordinate with the team and execute activities in IKS MinT.
</li>
</ul>
</div>
<div class="role">
<h4>WebOps</h4>
<ul>
<li>
Should have good knowledge of PHP, cpanel and DevOps Tools.
</li>
<li>
Manage IEEE Kerala Section website and other web assets.
</li>
<li>
Write code to optimize and manage the existing web assets
and also for new requests from IKS MinT.
</li>
<li>
Coordinate with the team and create forms and other required
web resources for events.
</li>
</ul>
</div>
<a href="web-reg.html" class="btn btn-primary apply disabled"
>Apply For Web Team</a
>
<p class="closed">*Registrations are closed</p>
</div>
<hr />
</div>
</div>
</section>
</main>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="footer-info">
<h3>IKS Interns</h3>
<p>
IEEE Kerala Section,<br />
Kerala, India.<br /><br />
<strong>Email:</strong> [email protected]<br /><br />
<!-- <strong>Phone:</strong> +1 5589 55488 55<br> -->
</p>
<div class="social-links mt-3">
<a
href="https://www.linkedin.com/company/ieeekerala/mycompany/"
class="linkedin"
><i class="bx bxl-linkedin"></i
></a>
<a href="https://twitter.com/IEEEKerala" class="twitter"
><i class="bx bxl-twitter"></i
></a>
<a href="https://www.facebook.com/IEEEKerala" class="facebook"
><i class="bx bxl-facebook"></i
></a>
<a
href="https://www.instagram.com/ieeekerala/"
class="instagram"
><i class="bx bxl-instagram"></i
></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li>
<i class="bx bx-chevron-right"></i>
<a class="scrollto" href="index.html">Home</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a class="scrollto" href="index.html#about">About us</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a class="scrollto" href="index.html#awards">Awards</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a class="scrollto" href="index.html#portfolio"
>Initiatives</a
>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a class="scrollto" href="team/team2022.html">Team</a>
</li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-links">
<h4>Our Activities</h4>
<ul>
<li>
<i class="bx bx-chevron-right"></i>
<a class="inactiveLink">Content Writing</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a class="inactiveLink">Poster Design</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a class="inactiveLink">Web Design</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a class="inactiveLink">Web Development</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a class="inactiveLink">Event Coordination</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© 2022 <strong><span>IKS Interns</span></strong
>. All Rights Reserved.
</div>
<div class="credits">
Developed by <a href="index.html">IKS Interns.</a>
</div>
</div>
</footer>
<!-- End Footer -->
<a
href="#"
class="back-to-top d-flex align-items-center justify-content-center"
><i class="bi bi-arrow-up-short"></i
></a>
<!-- JavaScript Bundle with Popper -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj"
crossorigin="anonymous"
></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>