-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
617 lines (537 loc) · 24 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122311108-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-122311108-1');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Karandeep Atwal - Software Developer</title>
<!-- favicon -->
<link href="favicon.png" rel=icon>
<!-- web-fonts -->
<link href="https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700" rel="stylesheet">
<!-- font-awesome -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Style CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar">
<div id="main-wrapper">
<!-- Page Preloader -->
<div id="preloader">
<div id="status">
<div class="status-mes"></div>
</div>
</div>
<div class="columns-block">
<div class="left-col-block blocks">
<header class="header">
<div class="content text-center">
<h1>Hi, I'm Karandeep Atwal</h1>
<p class="lead">Staff Engineer</p>
<ul class="social-icon">
<li><a href="https://stackoverflow.com/users/story/5996106" target="_blank"><i class="fa fa-stack-overflow" aria-hidden="true"></i></a></li>
<li><a href="https://github.com/karanatwal" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/in/karandeepatwal/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
<li><a href="https://medium.com/@karanatwal" target="_blank"><i class="fa fa-medium" aria-hidden="true"></i></a></li>
<li><a href="https://www.instagram.com/kandyatwal/" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="https://www.snapchat.com/add/kandyatwal" target="_blank"><i class="fa fa-snapchat" aria-hidden="true"></i></a></li>
</ul>
</div>
<div class="profile-img"></div>
</header>
<!-- .header-->
</div>
<div class="right-col-block blocks">
<section class="intro section-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="section-title">
<h2>What I am all about.</h2>
</div>
</div>
<div class="col-md-12">
<p>
I'm a programmer virtuoso 👨🏻💻 , a safe adventurer, a traveller, green panther, a star in the making & many more. I choose developing applications for Android as a profession 🙋🏼♂️ because I love doing all these stuffs ❤️. I am a keen learner who is always in a thrist of learning and grabbing stuffs.
I enjoy turning complex problems into simple, beautiful and intuitive designs. When I'm not coding, tweeting or pushing pixels, you'll find me cooking, eating or exercising in the park 😄.
</p>
<p>
My career objective is to get elevated in the field assigned, by exploring my skill and working hard as true to my conscience for the upliftment of the Organization as well as my personal growth and to develop new skills in Android Technology to contribute in the accomplishment of organizational goals.
</p>
<p>
<h3><a href="https://www.youracclaim.com/badges/607c4039-a93a-4d83-baa8-e32b44b8e44c/public_url" target="_blank">Certified SAFe® 4 Practitioner</a></h3>
</p>
<p>
<h2><a href="http://bit.do/karandeepatwalcv" target="_blank">Download my CV 💁🏻♂️</a></h2>
</p>
<p>
<h3><a href="https://stackoverflow.com/users/story/5996106" target="_blank">StackOverflow Developer Story</a><h3>
</p>
</div>
</div>
</div>
</section>
<section class="section-wrapper section-interest gray-bg">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="section-title">
<h2>Interest</h2>
</div>
</div>
</div>
<!-- .row -->
<div class="row">
<div class="col-md-12">
<div class="content-item">
<h3>Question-Answer Sessions</h3>
<p>I am an active member of <a href="https://stackoverflow.com/users/5996106/karandeep-atwal" target="_blank">StackOverflow</a> Community. Most of the time while on or off work, I used to spend time on answering questions to share knowledge.</p>
</div>
<div class="content-item">
<h3>Sharing Knowledge</h3>
<p>I believe that Sharing is Gaining. Me with my friend keeps on writing tutorials for Android programming in free time. Check it out on <a href="http://coderzpassion.com/" target="_blank">www.coderzpassion.com</a>. Spends time on forking some cool projects on <a href="https://github.com/karanatwal/" target="_blank">GitHub</a>.</p>
</div>
<div class="content-item">
<h3>Hackathons</h3>
<p>Regularly brush up my coding skills by participating hackathons on different platforms like HackerEarth, HackerRank etc.</p>
</div>
<div class="content-item">
<h3>Travelling/Trekking/Camping</h3>
<p>Apart from coding, I am extremely interested in travelling around the beautiful himalyas and Yes i do that often, whenever i got time, I pack my bags with few of my friends and everytime a new place.😄 That's so cool. </p>
</div>
</div>
</div>
<!-- .row -->
</div>
</section>
<!-- .expertise-wrapper -->
<section class="section-wrapper skills-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="section-title">
<h2>Technical Skills</h2>
</div>
</div>
</div>
<!--.row-->
<div class="row">
<div class="col-md-12">
<div class="progress-wrapper">
<div class="progress-item">
<span class="progress-title">Core Java/ Kotlin</span>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0"
aria-valuemax="100" style="width: 85%"><span class="progress-percent"> 85%</span>
</div>
</div>
<!-- .progress -->
</div>
<!-- .skill-progress -->
<div class="progress-item">
<span class="progress-title">Android SDK</span>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0"
aria-valuemax="100" style="width: 80%"><span class="progress-percent"> 80%</span>
</div>
</div>
<!-- /.progress -->
</div>
<!-- /.skill-progress -->
<div class="progress-item">
<span class="progress-title">Github, SVN</span>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0"
aria-valuemax="100" style="width: 70%;"><span class="progress-percent"> 70%</span>
</div>
</div>
<!-- /.progress -->
</div>
<!-- /.skill-progress -->
<div class="progress-item">
<span class="progress-title">Firebase/ Google APIs</span>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0"
aria-valuemax="100" style="width: 75%;"><span class="progress-percent"> 75%</span>
</div>
</div>
<!-- /.progress -->
</div>
<!-- /.skill-progress -->
<div class="progress-item">
<span class="progress-title">Flutter</span>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="35" aria-valuemin="0"
aria-valuemax="100" style="width: 35%;"><span class="progress-percent"> 35%</span>
</div>
</div>
<!-- .progress -->
</div>
<!-- .skill-progress -->
</div>
<!-- /.progress-wrapper -->
</div>
</div>
<!--.row -->
</div>
<!-- .container-fluid -->
</section>
<!-- .skills-wrapper -->
<section class="section-wrapper section-experience gray-bg">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="section-title"><h2>Work Experience</h2></div>
</div>
</div>
<!--.row-->
<div class="row">
<div class="col-md-12">
<div class="content-item">
<small>Nov 2021 -Present</small>
<h3>Staff Engineer</h3>
<h4><a href="https://www.nagarro.com/en" target="_blank">Nagarro</a></h4>
<p>Hyderabad, Telangana</p>
</div>
<div class="content-item">
<small>Jan 2020 - Oct 2021</small>
<h3>Software Engineer II</h3>
<h4><a href="https://www.shure.com/en-IN" target="_blank">Shure Incorporation</a></h4>
<p>Hyderabad, Telangana</p>
</div>
<div class="content-item">
<small>June 2019 - Jan 2020 (At Client Location DBS Asia Hub 2)</small>
<h3>Software Developer</h3>
<h4><a href="https://www.ibm.com/in-en/" target="_blank">IBM via Mobile Programming LLC.</a></h4>
<p>Hyderabad, Telangana</p>
</div>
<div class="content-item">
<small>Aug 2016 - May 2019</small>
<h3>Android Developer</h3>
<h4><a href="https://www.enacteservices.com" target="_blank">Enact Eservices</a></h4>
<p>Chandigarh, India</p>
</div>
<div class="content-item">
<small>Jan 2016 - Jul 2016</small>
<h3>Java Core/Android Trainee</h3>
<h4>Purple Intellect, Mohali</h4>
<p>Mohali, Punjab</p>
</div>
<!-- .experience-item -->
</div>
</div>
<!--.row-->
</div>
<!-- .container-fluid -->
</section>
<!-- .section-experience -->
<section class="section-wrapper section-education">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="section-title"><h2>Education</h2></div>
</div>
</div>
<!--.row-->
<div class="row">
<div class="col-md-12">
<div class="content-item">
<small>2017 - 2019</small>
<h3>MBA</h3>
<h4>USOL, Punjab University</h4>
<p>Sector 14, Chandigarh</p>
</div>
<div class="content-item">
<small>2012 - 2016</small>
<h3>Bachelor of Technology</h3>
<h4>Punjab Technical University</h4>
<p>RBIEBT, Kharar, Punjab</p>
</div>
<!-- .experience-item -->
</div>
</div>
<!--.row-->
</div>
<!-- .container-fluid -->
</section>
<!-- .section-education -->
<section class="expertise-wrapper section-wrapper gray-bg">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="section-title">
<h2>Expertise & Basic Skills</h2>
</div>
</div>
</div>
<!-- .row -->
<div class="row">
<div class="col-md-6">
<div class="expertise-item">
<h3>Core Java & Kotlin</h3>
<p>
Strong OOPS concepts that's enough to play with algos! Working with Kotlin since it's beta release. Loved it !!
</p>
</div>
</div>
<div class="col-md-6">
<div class="expertise-item">
<h3>Android SDK </h3>
<p>
Ability to develop unique, cutting edge applications using vast Android SDK for different handsets and user requirements.
</p>
</div>
</div>
</div>
<!-- .row -->
<div class="row">
<div class="col-md-6">
<div class="expertise-item">
<h3>SAFe Practioner</h3>
<p>Strictly following Agile Framework. Completed training & Certification in Scaled Agile Framework (SAFe 4.0)</p>
</div>
</div>
<div class="col-md-6">
<div class="expertise-item">
<h3>Work Efficiency</h3>
<p>Ability to work for long hours without losing patience and enthusiasm. </p>
</div>
</div>
</div>
<!-- .row -->
</div>
<!--.container-fluid-->
</section>
<!-- .section-publications -->
<section class="section-wrapper portfolio-section">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="section-title">
<h2>Portfolio</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<a class="portfolio-item" href="https://play.google.com/store/apps/details?id=com.shure.channels" target="_blank">
<div class="portfolio-thumb">
<img src="img/portfolio-7.jpg" alt="">
</div>
<div class="portfolio-info">
<h3>ShurePlus Channels</h3>
<small>NDK, Wireless APIs, Ethernet Support.</small>
</div>
<!-- portfolio-info -->
</a>
<!-- .portfolio-item -->
</div>
<div class="col-md-6">
<a class="portfolio-item" href="https://play.google.com/store/apps/details?id=com.dbs.sg.dbsmbanking" target="_blank">
<div class="portfolio-thumb">
<img src="img/portfolio-8.jpg" alt="">
</div>
<div class="portfolio-info">
<h3>DBS digibank SG</h3>
<small>Retrofit, Dagger, MVVM</small>
</div>
<!-- portfolio-info -->
</a>
<!-- .portfolio-item -->
</div>
<div class="col-md-6">
<a class="portfolio-item" href="http://opkix.com" target="_blank">
<div class="portfolio-thumb">
<img src="img/portfolio-1.jpg" alt="">
</div>
<div class="portfolio-info">
<h3>Opkix</h3>
<small>Used Google ARkit, Deep AR, FFmpeg.</small>
</div>
<!-- portfolio-info -->
</a>
<!-- .portfolio-item -->
</div>
<div class="col-md-6">
<a class="portfolio-item" href="https://play.google.com/store/apps/details?id=com.myfitmembers" target="_blank">
<div class="portfolio-thumb">
<img src="img/portfolio-2.jpg" alt="">
</div>
<div class="portfolio-info">
<h3>MyFitMember App</h3>
<small>Used Firebase, MpChart, Rest APIs</small>
</div>
<!-- portfolio-info -->
</a>
<!-- .portfolio-item -->
</div>
<div class="col-md-6">
<a class="portfolio-item" href="https://play.google.com/store/apps/details?id=com.stbarth" target="_blank">
<div class="portfolio-thumb">
<img src="img/portfolio-3.jpg" alt="">
</div>
<div class="portfolio-info">
<h3>St. Barth.</h3>
<small>Sqlite, Rest APIs</small>
</div>
<!-- portfolio-info -->
</a>
<!-- .portfolio-item -->
</div>
<div class="col-md-6">
<a class="portfolio-item" href="https://play.google.com/store/apps/developer?id=PkgSpot,+Inc." target="_blank">
<div class="portfolio-thumb">
<img src="img/portfolio-4.jpg" alt="">
</div>
<div class="portfolio-info">
<h3>Pkg-spot</h3>
<small>Google Maps, GPS, QR code, FCM</small>
</div>
<!-- portfolio-info -->
</a>
<!-- .portfolio-item -->
</div>
<div class="col-md-6">
<a class="portfolio-item" href="https://play.google.com/store/apps/details?id=com.judeamedia.startasl1class" target="_blank">
<div class="portfolio-thumb">
<img src="img/portfolio-5.jpg" alt="">
</div>
<div class="portfolio-info">
<h3>Start ASL</h3>
<small>Sqlite db, VideoView, Broadcast Recievers</small>
</div>
<!-- portfolio-info -->
</a>
<!-- .portfolio-item -->
</div>
<div class="col-md-6">
<a class="portfolio-item" href="https://play.google.com/store/apps/details?id=com.coderzpassion.urja" target="_blank">
<div class="portfolio-thumb">
<img src="img/portfolio-6.jpg" alt="">
</div>
<div class="portfolio-info">
<h3>SJVN</h3>
<small>Google/FB Auth, WebView</small>
</div>
<!-- portfolio-info -->
</a>
<!-- .portfolio-item -->
</div>
</div>
<!-- /.row -->
</div>
</section>
<!-- .portfolio -->
<section class="section-contact section-wrapper gray-bg">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="section-title">
<h2>Contact</h2>
</div>
</div>
</div>
<!--.row-->
<div class="row">
<div class="col-md-12">
<address>
<strong>Address</strong><br>
#1241, Tower 6, SBP<br>
Sector 115, Mohali, India
</address>
<address>
<strong>Phone Number</strong><br>
<a href="tel:+919646874950">+91 9646874950</a>
</address>
<!-- <address>
<strong>Mobile Number</strong><br>
987 654 321
</address> -->
<address>
<strong>Email</strong><br>
<a href="mailto:[email protected]">[email protected]</a>
</address>
</div>
</div>
<!--.row-->
<div class="row">
<div class="col-md-12">
<!-- <div class="feedback-form">
<h2>Get in touch</h2>
<form id="contactForm" action="sendemail.php" method="POST">
<div class="form-group">
<label for="InputName">Name</label>
<input type="text" name="name" required="" class="form-control" id="InputName"
placeholder="Full Name">
</div>
<div class="form-group">
<label for="InputEmail">Email address</label>
<input type="email" name="email" required="" class="form-control" id="InputEmail"
placeholder="Email">
</div>
<div class="form-group">
<label for="InputSubject">Subject</label>
<input type="text" name="subject" class="form-control" id="InputSubject"
placeholder="Subject">
</div>
<div class="form-group">
<label for="message-text" class="control-label">Message</label>
<textarea class="form-control" rows="4" required="" name="message" id="message-text"
placeholder="Write message"></textarea>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div> -->
<!-- .feedback-form -->
</div>
</div>
</div>
<!--.container-fluid-->
</section>
<!--.section-contact-->
<footer class="footer">
<div class="copyright-section">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="copytext">© Karandeep Atwal. All rights reserved | Design By: <a
href="http://coderzpassion.com" target="_blank">CoderzPassion</a></div>
</div>
</div>
<!--.row-->
</div>
<!-- .container-fluid -->
</div>
<!-- .copyright-section -->
</footer>
<!-- .footer -->
</div>
<!-- .right-col-block -->
</div>
<!-- .columns-block -->
</div>
<!-- #main-wrapper -->
<!-- jquery -->
<script src="js/jquery-2.1.4.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>