-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
629 lines (595 loc) · 28.2 KB
/
Copy pathindex.php
File metadata and controls
629 lines (595 loc) · 28.2 KB
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
621
622
623
624
625
626
627
628
629
<?php include("header.php"); ?>
<?php include("top_scroller.php"); ?>
</header>
<section>
<div class="space-80"></div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-4 wow fadeInUp" data-wow-delay="0.2s">
<div class="well well-hover text-center">
<p class="md-icon"><span class="ti-paint-bucket"></span></p>
<div class="space-10"></div>
<h5 class="text-uppercase">Easy to Use</h5>
<p>A modern UI that is easy to understand and use for novice users.</p>
</div>
</div>
<div class="col-xs-12 col-md-4 wow fadeInUp" data-wow-delay="0.4s">
<div class="well well-hover text-center">
<p class="md-icon"><span class="ti-cup"></span></p>
<div class="space-10"></div>
<h5 class="text-uppercase">Safe & Secure</h5>
<p>State-of-the-art data security to protect your personal information.</p>
</div>
</div>
<div class="col-xs-12 col-md-4 wow fadeInUp" data-wow-delay="0.6s">
<div class="well well-hover text-center">
<p class="md-icon"><span class="ti-headphone-alt"></span></p>
<div class="space-10"></div>
<h5 class="text-uppercase">Ready Support</h5>
<p>24x7 support for all your queries and problems.</p>
</div>
</div>
</div>
</div>
<div class="space-80"></div>
</section>
<section class="fix">
<div class="container" id="testimonial">
<div class="space-80"></div>
<div class="row wow fadeInUp">
<div class="col-xs-12 col-md-6 col-md-offset-3 text-center">
<h3 class="text-uppercase main-heading">Testimonial</h3>
</div>
</div>
<div class="row feature-area">
<div id="textSlider" >
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 slideCol">
<div class="scroller">
<div class="inner">
<div class="col-xs-12 col-sm-6 col-md-6 wow fadeInLeft">
<div class="space-60"></div>
<div class="media single-feature">
<div class="media-left">
<img src="images/testimonial/user1.jpeg" style="width:80px; height:80px">
</div>
<div class="media-body ">
<h5>Railway track man</h5>
<p>Helpful and easy to use.</p>
</div>
</div>
<div class="space-30"></div>
<div class="media single-feature">
<div class="media-left">
<img src="images/testimonial/user2.jpeg" style="width:80px; height:80px">
</div>
<div class="media-body ">
<h5>Technician</h5>
<p>Worthful information and very helpful.</p>
</div>
</div>
<div class="space-30"></div>
<div class="media single-feature">
<div class="media-left">
<img src="images/testimonial/user.png" style="width:80px; height:80px">
</div>
<div class="media-body">
<h5>DIVL. MECH. ENGINEER-B</h5>
<p>Very Useful App for all the employees</p>
</div>
</div>
<div class="space-30"></div>
</div>
<div class=" col-md-1 text-center fix wow fadeIn">
<div class=" relative ">
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 wow fadeInLeft">
<div class="space-60"></div>
<div class="media single-feature">
<div class="media-left">
<img src="images/testimonial/user.png" style="width:80px; height:80px">
</div>
<div class="media-body">
<h5>SUPERVISOR WORKS</h5>
<p>Very Powerful and Easy to use app.</p>
</div>
</div>
<div class="space-30"></div>
<div class="media single-feature">
<div class="media-left">
<img src="images/testimonial/user.png" style="width:80px; height:80px">
</div>
<div class="media-body">
<h5>Sr. DIVL.OPERTING MANAGER-JAG</h5>
<p>Useful features for workers 👍</p>
</div>
</div>
<div class="space-30"></div>
<div class="media single-feature">
<div class="media-left">
<img src="images/testimonial/user.png" style="width:80px; height:80px">
</div>
<div class="media-body">
<h5>TRAINS CLERK</h5>
<p>Helpful application for users</p>
</div>
</div>
<div class="space-30"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="fix">
<div class="container" id="solutions">
<div class="space-80"></div>
<div class="row wow fadeInUp">
<div class="col-xs-12 col-md-6 col-md-offset-3 text-center">
<h3 class="text-uppercase main-heading">Solutions</h3>
<p class="lead">Stepping towards a better future for workers and trade unions.</p>
</div>
</div>
<div class="space-60"></div>
<div class="row feature-area">
<div class="col-xs-12 col-sm-6 col-md-4 wow fadeInLeft">
<div class="space-60"></div>
<a href="#feature1" data-toggle="tab">
<div class="media single-feature">
<div class="media-body text-right">
<h5>Grievance Redressal</h5>
<p>A comprehensive mechanism for worker grievance redressal through digital channels.</p>
</div>
<div class="media-right">
<div class="border-icon">
<span class="ti-arrow-right"></span>
</div>
</div>
</div>
</a>
<div class="space-30"></div>
<a href="#feature2" data-toggle="tab">
<div class="media single-feature">
<div class="media-body text-right">
<h5>Knowledge Sharing</h5>
<p>For exchange of ideas and cooperation between workers and trade unions in India.</p>
</div>
<div class="media-right">
<div class="border-icon">
<span class="ti-arrow-right"></span>
</div>
</div>
</div>
</a>
<div class="space-30"></div>
<a href="#feature3" data-toggle="tab">
<div class="media single-feature">
<div class="media-body text-right">
<h5>Rights & Privileges</h5>
<p>Information about employment and labour laws to safeguard worker rights and privileges.</p>
</div>
<div class="media-right">
<div class="border-icon">
<span class="ti-arrow-right"></span>
</div>
</div>
</div>
</a>
<div class="space-30"></div>
</div>
<div class=" col-md-4 text-center fix wow fadeIn">
<div class=" relative ">
<img src="images/feature/mobile.png" alt="">
<div class="screen_image tab-content">
<div id="feature1" class="tab-pane fade in active">
<img src="images/feature/1-screen.png" alt="">
</div>
<div id="feature2" class="tab-pane fade">
<img src="images/feature/2-screen.png" alt="">
</div>
<div id="feature3" class="tab-pane fade">
<img src="images/feature/3-screen.png" alt="">
</div>
<div id="feature4" class="tab-pane fade">
<img src="images/feature/4-screen.png" alt="">
</div>
<div id="feature5" class="tab-pane fade">
<img src="images/feature/5-screen-2.png" alt="">
</div>
<div id="feature6" class="tab-pane fade">
<img src="images/feature/6-screen.png" alt="">
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 wow fadeInRight">
<div class="space-60"></div>
<a href="#feature4" data-toggle="tab">
<div class="media single-feature">
<div class="media-left">
<div class="border-icon">
<span class="ti-arrow-left"></span>
</div>
</div>
<div class="media-body">
<h5>Rule Book</h5>
<p>Information pertaining to service rules, worker obligations and disciplinary actions.</p>
</div>
</div>
</a>
<div class="space-30"></div>
<a href="#feature5" data-toggle="tab">
<div class="media single-feature">
<div class="media-left">
<div class="border-icon">
<span class="ti-arrow-left"></span>
</div>
</div>
<div class="media-body">
<h5>Group Communication</h5>
<p>A VOIP enabled call and messaging service for digital meets and conferences.</p>
</div>
</div>
</a>
<div class="space-30"></div>
<a href="#feature6" data-toggle="tab">
<div class="media single-feature">
<div class="media-left">
<div class="border-icon">
<span class="ti-arrow-left"></span>
</div>
</div>
<div class="media-body">
<h5>Digital Membership</h5>
<p>A hassle-free provision for digital payment of membership fees for workers and unions.</p>
</div>
</div>
</a>
<div class="space-30"></div>
</div>
</div>
</div>
</section>
<section class="fix">
<div class="container" id="Achievements">
<div class="space-80"></div>
<div class="row wow fadeInUp">
<h1 class = "w3-center" >Achievements</h1>
</div>
<div class="w3-content w3-display-container">
<img class="mySlides" src="images/feature/wus.jpg" style="width:100%">
<img class="mySlides" src="images/feature/tide4.jpg" style="width:100%">
<button class="w3-button w3-black w3-display-left" onclick="plusDivs(-1)">❮</button>
<button class="w3-button w3-black w3-display-right" onclick="plusDivs(1)">❯</button>
</div>
</div>
</section>
<hr>
<section id="media">
<div class="space-60"></div>
<div class="container">
<div class="row wow fadeInUp">
<div class="col-xs-12 col-md-6 col-md-offset-3 text-center">
<h3 class="text-uppercase main-heading">In Media</h3>
</div>
</div>
<div class="space-60"></div>
<div class="row">
<div id="homepage-slider" class="st-slider">
<input type="radio" class="cs_anchor radio" style="display:none" name="slider" id="play1" checked=""/>
<div class="images" style="border: #2584da; border-style: solid; padding: 10px;">
<div class="images-inner">
<div class="image-slide" >
<div class="image " >
<div class="hidden-xs hidden-sm col-md-5 col-md-offset-1 wow fadeInLeft ">
<img src="images/news/vaccination_Drive.jpg" alt="" style="width:300px;height:300px">
</div>
<div class="col-xs-12 col-md-6 ">
<h3>NYU Alum's start-up (WUS)-selected for Nasdaq Entrepreneurial Center's Milestone Makers – launched Covid19 – vaccination drive for Indian blue-collar workers</h3>
<p>On May 24th 2021, Dr Amar Patnaik, Member Parliament (India) Rajya Sabha, launched the vaccination drive and grievance redressal platform for Blue Collar workers through WUS Ap (Oriya version). WUS – an IIT Kanpur start-up – is working for digital inclusion and digital skilling of blue-collar workers. Ms Nicola Corzine – Executive Director, Nasdaq Entrepreneurial Center, throughher recorded message, emphasized the importance of vaccination and how it will pave the path for a brighter future.</p>
<div class="flex-container-publish" style="float: left;">
<div>
<a href= "https://www.wrde.com/story/43960412/nyu-alums-startup-wusselected-for-nasdaq-entrepreneurial-centers-milestone-makers-launched-covid19vaccination-drive-for-indian-bluecollar-workers" target="_blank" style="color:blue">
<img src="images/news/WRDE.png" style="height:50px;width:100px"></a>
</div>
</div>
</div>
</div>
</div>
<div class="image-slide" >
<div class="image " >
<div class="hidden-xs hidden-sm col-md-5 col-md-offset-1 wow fadeInLeft ">
<img src="images/blog/blog-single.jpg" alt="" style="width:300px;height:300px">
</div>
<div class="col-xs-12 col-md-6 ">
<h3>WUS Invited by Nasdaq Entrepreneurial Center</h3>
<p>Nasdaq Entrepreneurial Center invited Mr. Prasoon Sharma- Founder & CEO, WUS for its new program, Circles: an individualized group mentorship & coaching experience for founders and entrepreneurs. Open to selected Founder & Entrepreneur community, a Circle is a multi-week commitment to solving entrepreneurs most pressing problems alongside industry expert mentors. Through this highly curated experience, Founders & Entrepreneurs will build peer connections, clear next steps and the capacity to be productive & resourceful while facing immediate changing circumstances and adversity.
</p>
<!--<p>WUS's is building a unified digital community for workers, especially blue-collar workers. WUS aims to improve the lives of 500 million workers in India and 3.3 billion workers globally. WUS empowers workers by providing following services in local languages: know your rights, grievance redressal, rules-database, micro-financing, skill development, expert advice, government policies and programme related to their domain.</p> -->
<div class="flex-container-publish">
<div>
<a href="https://www.businesswireindia.com/wus-invited-by-nasdaq-entrepreneurial-center-69286.html" target="_blank" rel="noopener"><img src="images/news/bw2.jpg" style ="height:50px;width:65px"></a>
</div>
<div>
<a href="https://www.mangaloremirror.com/wus-invited-by-nasdaq-entrepreneurial-center/" target="_blank" rel="noopener"><img src="images/news/mm2.png" style ="height:50px;width:200px"></a>
</div>
<div>
<a href="https://www.thetruthone.com/business-wire-news/wus-invited-by-nasdaq-entrepreneurial-center/" target="_blank" rel="noopener"><img src="images/news/tone.png" style ="height:50px;width:85px"></a>
</div>
<div>
<a href="https://www.organiser.org/Encyc/2020/9/1/The-Goonj-of-PMs-call-for-Aatma-Nirbhar-Bharat-reaches-Nasdaq.html" target="_blank" rel="noopener"><img src="images/news/organiser.png" style ="height:50px;width:70px"></a>
</div>
</div>
</div>
</div>
</div>
<div class="image-slide">
<div class="image">
<div class="hidden-xs hidden-sm col-md-5 col-md-offset-1 wow fadeInLeft ">
<img src="images/news/news1.jpeg" alt="">
</div>
<div class="col-xs-12 col-md-6 ">
<h3>How NYU Wagner alum is empowering Indian blue-collar workers</h3>
<p>Since 1998, Prasoon has thoroughly observed the pain and suffering of workers. The pandemic was an awakening call for Prasoon Sharma. Through his start-up – Worker Union support (WUS) - a worker-union digital community, Prasoon is solving worker's (mainly blue/grey collar) professional problems (grievance redressal, knowing government schemes and their rights) and personal problem (taking loans, family insurance etc.).</p>
<b>Read More :-</b>
<div class="flex-container-publish">
<div>
<a href="https://siliconvalleylivenews.com/how-nyu-wagner-alum-is-empowering-indian-blue-collar-workers/" target="_blank" style="color:blue">
<p class="site-title"><a href="https://siliconvalleylivenews.com/" rel="home">Siliconvalley Livenews</a></p>
</a>
</div>
<div>
<a href="https://www.wrde.com/story/43382355/how-nyu-wagner-alum-is-empowering-indian-blue-collar-workers" target="_blank" style="color:blue">
<img src="images/news/WRDE.png" style ="height:50px;width:80px" ></a>
</div>
<div>
<a href= "https://www.wicz.com/story/43382355/how-nyu-wagner-alum-is-empowering-indian-blue-collar-workers" target="_blank" style="color:blue">
<img src="images/news/fox40.jpg" style="height:50px;width:100px"></a>
</div>
</div>
</div>
</div>
</div>
<div class="image-slide">
<div class="image">
<div class="hidden-xs hidden-sm col-md-5 col-md-offset-1 wow fadeInLeft ">
<img src="images/logo.png" alt="" style="width:300px;height:300px">
</div>
<div class="col-xs-12 col-md-6 ">
<h3>IIT Kanpur startup WUS selected by Nasdaq Entrepreneurial Center</h3>
<p>The Nasdaq Entrepreneurial Center has selected WUS – an IIT Kanpur startup- for the Milestone Makers cohorts 2021, focusing on supporting startup founders working on the UN's Sustainable Development Goals (SDG's)- Reducing inequalities. WUS was incorporated on PM Modi's call for "Aatma Nirbhar Bharat App challenge". WUS aims to improve the lives of 500 million workers in India and 3.3 billion workers globally by building a Unified-digital community for workers and unions. Considering the social impact WUS is creating, the Ministry of Electronics and Information Technology (MeiTy, GOI) under the prestigious TIDE 2.0 (Technology Incubation and Development of Entrepreneurs) program extended support for WUS.</p>
<div class="flex-container-publish" style="float: left;">
<div>
<a href= "https://www.organiser.org/Encyc/2021/3/31/IIT-Kanpur-startup-WUS-selected-by-Nasdaq-Entrepreneurial-Center.html" target="_blank" style="color:blue">
<img src="images/news/organiser.png" style="height:50px;width:100px"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="labels">
<div class="fake-radio">
<label for="slide1" class="radio-btn"></label>
<label for="slide2" class="radio-btn"></label>
<label for="slide3" class="radio-btn"></label>
<label for="slide4" class="radio-btn"></label>
</div>
</div>
</div>
</div>
<div class="space-80"></div>
</section>
<section class="bg-logo" id="team">
<div class="space-80"></div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-6 col-md-offset-3 text-center">
<h3 class="text-uppercase">Our team</h3>
<p class="lead">"Pleasure in the job puts perfection in work." – Aristotle.</p>
</div>
</div>
<div class="space-60"></div>
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-3 wow fadeInUp" data-wow-delay="0.2s">
<div class="single-team relative panel fix">
<img src="images/team/prasoon-sharma.jpg" alt="">
<div class="team_details text-center">
<h5 class="text-uppercase">Prasoon Sharma</h5>
<p>Founder & CEO</p>
<div class="social-menu">
<hr>
<?php /*<a href="#"><span class="ti-facebook"></span></a>
<a href="#"><span class="ti-twitter-alt"></span></a> */ ?>
<a href="https://www.linkedin.com/in/prasoon-sharma-nyu/" target="_blank"><span class="ti-linkedin"></span></a>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow fadeInUp" data-wow-delay="0.4s">
<div class="single-team relative panel fix">
<img src="images/team/Ashwani.png" alt="">
<div class="team_details text-center">
<h5 class="text-uppercase">Ashwani Singh</h5>
<p>CTO & Co-Founder</p>
<div class="social-menu">
<hr>
<a href="http://linkedin.com/in/singhashwani"><span class="ti-linkedin" target="_blank"></span></a>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow fadeInUp" data-wow-delay="0.6s">
<div class="single-team relative panel fix">
<img src="images/team/divya-sharma.jpg" alt="">
<div class="team_details text-center">
<h5 class="text-uppercase">Dr Divya Sharma</h5>
<p>Co-founder & HR Head</p>
<div class="social-menu">
<hr>
<a href="https://www.linkedin.com/in/dr-divya-sharma-74b939a/" target="_blank"><span class="ti-linkedin"></span></a>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow fadeInUp" data-wow-delay="0.8s">
<div class="single-team relative panel fix">
<img src="images/team/anirudh.jpg" alt="">
<div class="team_details text-center">
<h5 class="text-uppercase">ANIRUDH</h5>
<p>Head Strategy & partnership</p>
<div class="social-menu">
<hr>
<a href="https://www.linkedin.com/in/anirudh-sharma-59170650/"><span class="ti-linkedin" target="_blank"></span></a>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow fadeInUp" data-wow-delay="0.8s">
<div class="single-team relative panel fix">
<img src="images/team/abhimanyu.jpg" alt="">
<div class="team_details text-center">
<h5 class="text-uppercase">ABHIMANYU</h5>
<p>Head Operations & sales</p>
<div class="social-menu">
<hr>
<a href="https://www.linkedin.com/in/abhimanyu-sharma-47332270/"><span class="ti-linkedin" target="_blank"></span></a>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow fadeInUp" data-wow-delay="0.8s">
<div class="single-team relative panel fix">
<img src="images/team/ruchi-dogra.jpg" alt="">
<div class="team_details text-center">
<h5 class="text-uppercase">Ruchi Dogra</h5>
<p>Lead- Software development</p>
<div class="social-menu">
<hr>
<a href="https://www.linkedin.com/in/ruchi-dogra-sharma-2a04811b/"><span class="ti-linkedin" target="_blank"></span></a>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow fadeInUp" data-wow-delay="0.8s">
<div class="single-team relative panel fix">
<img src="images/team/arun.jpeg" alt="" style="height: 359px;">
<div class="team_details text-center">
<h5 class="text-uppercase">Arun Mathur</h5>
<p>Internal Audit & compliance</p>
<div class="social-menu">
<hr>
<a href="#"><span class="ti-linkedin" target="_blank"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="space-80"></div>
<div class="space-100"></div>
</section>
<section id="career">
<div class="space-60"></div>
<div class="container">
<div class="row wow fadeInUp">
<div class="col-xs-12 col-md-6 col-md-offset-3 text-center">
<h3 class="text-uppercase main-heading">We are Hiring</h3>
</div>
</div>
<div class="space-60"></div>
<div class="row">
<div class="hidden-xs hidden-sm col-md-2 col-md-offset-1 wow fadeInLeft ">
<img src="images/we_are_hiring.jpg" alt="">
</div>
<div class="col-xs-12 col-md-9 wow fadeInUp">
<h3>The WUSap Dynamo Interns</h3>
<h4>Job code-01</h4>
<p>We are looking for talented, go-getter, and sales-oriented candidates who are family of railway workers, to
join our awesome team as Dynamo Intern!</p>
<p>This is a dynamic role for someone who has good communication as well as internet skills and wants to
grow fast.</p>
<p>Skills Required:</p>
<ul>
<li>Experience in the internet, know how to open and use mobile application (android).</li>
<li>Can make, edit and upload videos in mobile app. </li>
<li>Educate people about our WUS app usage and promote downloads.</li>
<li> To collect testimonials and feedback of WUS app users.</li>
</ul>
<p>Requirements and Qualifications</p>
<ul>
<li>BTech/Diploma in Computers</li>
</ul>
<h5>No. of openings:- 10 - 50</h5>
<h5>We offer Internship certificate and stipend to talented candidates</h5>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSd02HEhYV4nlp-oi7S0awAbVUZpMqDQFTXadUuggj9asea8FQ/viewform" style="color:blue"><b>Apply here </b> </a>
</div>
</div>
<div class="space-60"></div>
<div class="row">
<div class="hidden-xs hidden-sm col-md-2 col-md-offset-1 wow fadeInLeft ">
<img src="images/we_are_hiring.jpg" alt="">
</div>
<div class="col-xs-12 col-md-9 wow fadeInUp">
<h3>The WUSap Internship Programme 2021</h3>
<h4>Job code-02</h4>
<p>The internship programme will run for eight to twelve weeks. The programme helps students who are keen to develop a career as application developer. Interns will get the opportunity to work directly with founding members and gain valuable experience to the booming mobile application industry. </p>
<p>Moreover, they will work from home and learn best practices of professional interests, and receive on-the-job training. </p>
<p>B.Tech (CS; IT)/BCA/MCA students in their penultimate or final year of study are welcome to apply. Students who has experience with coding and has worked on 2-3 projects are desired. </p>
<p>Fundamental skills required are as below: </p>
<ul>
<li> experience in JAVA/Kotlin</li>
<li> SQL Database</li>
<li> User interface designs</li>
<li> Debugging tools</li>
<li> Testing matrices </li>
<li> Knowledge of Machine learning and Cloud will be add on benefits.</li>
</ul>
<h5>An attractive stipend(performance based) & Internship certificate shall be provided to selected candidates.</h5>
<a href="https://forms.gle/3dVKyEYisMVnWrP69" style="color:blue"><b>Apply here </b></a>
</div>
</div>
<div class="space-80"></div>
<div class="row">
<div class="hidden-xs hidden-sm col-md-2 col-md-offset-1 wow fadeInLeft ">
<img src="images/we_are_hiring.jpg" alt="">
</div>
<div class="col-xs-12 col-md-9 wow fadeInUp">
<h3>Role - Full stack developer</h3>
<h4>Job Code 03</h4>
<p>We are looking for a qualified <b>Application Developer/ Full stack developer</b> to design and code functional programs and applications. You will work as part of a team and individually with little supervision. You shall be willing to undertake the responsibility first handedly. </p>
<p>Responsibilities and Duties</p>
<ul>
<li> Evaluate existing applications for update and additional features enhancements.</li>
<li> Develop technical documents and handbooks to accurately represent application design and code </li>
<li> Develop front end application architecture, web pages and UI/UX as well.</li>
<li> Develop back end website applications.</li>
<li> Cross platform application deployment including web as well as mobile. </li>
<li> Work alongside with Graphic designer and back end databases.</li>
<li>Ensuring functionality, responsiveness and performance of the application.</li>
</ul>
<p>Requirements and Qualifications (Experience- 2-5 years):</p>
<ul>
<li> Knowledge of backend languages - ASP.Net, Java, Python, Ruby and PHP </li>
<li> Proficiency in front end languages like JavaScript, HTML and CSS.</li>
<li> Java framework knowledge - Angular JS, React, Amber, JQuery, JS</li>
<li> Proven experience as full stack application developer</li>
<li> Deep knowledge of databases management system- MS SQL, MongoDB, Oracle </li>
<li> Good knowledge of Architecture/ Design Patterns- n-Tier</li>
<li> Good command over debugging tools and techniques</li>
<li>Good knowledge of AWS or other cloud configurations/applications is a plus.</li>
<li> A team player with excellent communication skills</li>
<li>Analytical thinking and problem-solving capability</li>
<li>Great attention to detail and time-management skills</li>
<li>BSc/BA in computer science or relevant field; MSc/MA will be appreciated</li>
</ul>
<h5>Salary range is between Rs. 2,000,00 to Rs. 4,25,000 per annum; based on candidates experience.</h5>
<h5>Freshers please don’t apply for Job code-03</h5>
<a href="https://forms.gle/prbb4HfCBaRdHhjw7" style="color:blue"><b>Apply here </b></a>
</div>
</div>
<div class="space-80"></div>
</section>
<?php include("footer.php");?>