-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
515 lines (461 loc) · 24.6 KB
/
index.html
File metadata and controls
515 lines (461 loc) · 24.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Android Developer Portfolio.">
<meta name="author" content="Devcrud">
<title>Krishanu Nandan - Portfolio</title>
<!-- font icons -->
<link rel="stylesheet" href="assets/vendors/themify-icons/css/themify-icons.css">
<!-- Bootstrap + Meyawo main styles -->
<link rel="stylesheet" href="assets/css/meyawo.css">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="40" id="home">
<!-- Page Navbar -->
<nav class="custom-navbar" data-spy="affix" data-offset-top="20">
<div class="container">
<!-- <a class="logo" href="#">Meyawo</a> -->
<ul class="nav">
<li class="item">
<a class="link" href="#home">Home</a>
</li>
<li class="item">
<a class="link" href="#about">About</a>
</li>
<li class="item">
<a class="link" href="#experience">Experience</a>
</li>
<li class="item">
<a class="link" href="#skills">Skills</a>
</li>
<li class="item">
<a class="link" href="#portfolio">Portfolio</a>
</li>
<li class="item">
<a class="link" href="#testmonial">Testmonial</a>
</li>
<li class="item">
<a class="link" href="#contact">Contact</a>
</li>
</ul>
<a href="javascript:void(0)" id="nav-toggle" class="hamburger hamburger--elastic">
<div class="hamburger-box">
<div class="hamburger-inner"></div>
</div>
</a>
</div>
</nav><!-- End of Page Navbar -->
<!-- page header -->
<header id="home" class="header">
<div class="overlay"></div>
<div class="header-content container">
<h2 class="header-title">
<span class="up">HI!</span>
<span class="down" style="font-size:50px;">I am Krishanu Nandan</span>
</h2>
<p class="header-subtitle">Android App Developer</p>
<span class="up">Kotlin | Java | MVVM | Firebase | Dependency Injection | Coroutines | Jetpack Compose | Room DB | SOLID Principles | Design Pattern | Git</span>
</br>
<a class="btn btn-primary" href="#portfolio">Visit My Works</a>
</div>
</header><!-- end of page header -->
<!-- about section -->
<section class="section pt-0" id="about">
<!-- container -->
<div class="container text-center">
<!-- about wrapper -->
<div class="about">
<div class="about-img-holder">
<img src="assets/imgs/my_pic.png" class="about-img"
alt="Profile Image">
</div>
<div class="about-caption">
<p class="section-subtitle">Who Am I ?</p>
<h2 class="section-title mb-3">About Me</h2>
<p>
I'm a passionate Android developer with over 7 years of experience building high-performance applications for the Android platform. Proficient in Android SDK, Kotlin, and modern tools like Android Studio and Gradle, I specialize in developing scalable, user-friendly apps using Jetpack libraries (LiveData, ViewModel, Navigation) and architecture components such as Room and WorkManager.
My expertise extends to core Android concepts (Activities, Services, Broadcast Receivers) and using Kotlin Coroutines for efficient, asynchronous programming. I have experience integrating APIs (REST, SOAP), Firebase services (Authentication, FCM, Analytics), and payment gateways (PayPal, RazorPay, Paytm). I am also familiar with Android Smart TV development, ML-Kit SDK, and ExoPlayer for media handling.
Having worked in Agile/Scrum environments, I follow best practices in coding, design patterns, and architecture (MVVM, MVC) to deliver robust, maintainable solutions. I’m passionate about staying ahead of mobile development trends and ensuring optimal user experiences across all Android devices.
</p>
<a class="btn-rounded btn btn-outline-primary mt-4" href="assets/imgs/k_nandan_sr_android_developer.pdf" target="_blank">Download CV</a>
</div>
</div><!-- end of about wrapper -->
</div><!-- end of container -->
</section> <!-- end of about section -->
<section class="section" id="experience">
<div class="container text-center">
<h6 class="section-title mb-6">Work Experiences</h6>
<!-- row -->
<div class="row">
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<p class="header-subtitle"><i>Sr. Android Developer</i></p>
<h6 class="testimonial-card-title">BR Solutions PVT. LTD. New Delhi</h6>
<p class="header-subtitle">Sep -2021 to Current</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<p class="header-subtitle"><i>Android Developer</i></p>
<h6 class="testimonial-card-title">Aximo Infotech PVT. LTD. Noida</h6>
<p class="header-subtitle">Aug - 2019 to Sep - 2021</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<p class="header-subtitle"><i>Android Developer</i></p>
<h6 class="testimonial-card-title">Neo Learnings PVT. LTD. New Delhi</h6>
<p class="header-subtitle">Apr - 2018 to Aug - 2019</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<p class="header-subtitle"><i>Android Developer</i></p>
<h6 class="testimonial-card-title">SoftTechPEDIA. New Delhi</h6>
<p class="header-subtitle">Apr - 2017 to Mar - 2018</p>
</div>
</div>
</div>
</div><!-- end of row -->
<br>
<br>
<div class="row">
<div class="col-md-6 col-lg-3">
<div class="service-card">
<div class="body">
<p class="header-subtitle"><i>Android Developer</i></p>
<h6 class="testimonial-card-title">Avoir Software Solutions PVT. LTD. Bangalore</h6>
<p class="header-subtitle">Nov - 2016 to Mar - 2017</p>
</div>
</div>
</div>
</div>
<br>
<br>
</div>
</section><!-- end of experience section -->
<section class="section" id="skills">
<div class="container text-center">
<h6 class="section-title mb-6">Technical Skills</h6>
<!-- row -->
<div class="row">
<div class="col-md-6 col-lg-3">
<div class="service-card" style="height: 25vh;">
<div class="body" style="display: flex; justify-content: center; align-items: center; text-align: center; height: 100%;">
<p class="header-subtitle">Programming Languages( Kotlin & Java)</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card" style="height: 25vh;">
<div class="body" style="display: flex; justify-content: center; align-items: center; text-align: center; height: 100%;">
<p class="header-subtitle">Android SDK( Android Studio, Android APIs, UI Components)</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card" style="height: 25vh;">
<div class="body" style="display: flex; justify-content: center; align-items: center; text-align: center; height: 100%;">
<p class="header-subtitle">Architecture Patterns( MVVM, MVP, MVC, Clean Architecture, Jetpack Compose)</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card" style="height: 25vh;">
<div class="body" style="display: flex; justify-content: center; align-items: center; text-align: center; height: 100%;">
<p class="header-subtitle">Libraries & Frameworks( Jetpack Libraries, Retrofit/OkHttp, Glide/Picasso, Dagger/Hilt, Coroutines etc.)</p>
</div>
</div>
</div>
</div><!-- end of row -->
<br>
<br>
<div class="row">
<div class="col-md-6 col-lg-3">
<div class="service-card" style="height: 25vh;">
<div class="body" style="display: flex; justify-content: center; align-items: center; text-align: center; height: 100%;">
<p class="header-subtitle">Data Management & Persistence( SQLite, Room, SharedPreferences, Firebase, WorkManager)</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card" style="height: 25vh;">
<div class="body" style="display: flex; justify-content: center; align-items: center; text-align: center; height: 100%;">
<p class="header-subtitle">Networking & APIs( RESTful APIs, GraphQL, JSON Parsing, OAuth)</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card" style="height: 25vh;">
<div class="body" style="display: flex; justify-content: center; align-items: center; text-align: center; height: 100%;">
<p class="header-subtitle">UI/UX Design( Material Design, Jetpack Compose, XML Layouts, Custom Views, ConstraintLayout)</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card" style="height: 25vh;">
<div class="body" style="display: flex; justify-content: center; align-items: center; text-align: center; height: 100%;">
<p class="header-subtitle">Testing & Debugging( Unit Testing, UI Testing, Mockito/MockK, Crashlytics)</p>
</div>
</div>
</div>
</div>
<br>
<br>
<div class="row">
<div class="col-md-6 col-lg-3">
<div class="service-card" style="height: 25vh;">
<div class="body" style="display: flex; justify-content: center; align-items: center; text-align: center; height: 100%;">
<p class="header-subtitle">Version Control & Collaboration( Git)</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card" style="height: 25vh;">
<div class="body" style="display: flex; justify-content: center; align-items: center; text-align: center; height: 100%;">
<p class="header-subtitle">App Distribution & Publishing( Google Play Console, App Signing, App Bundle)</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card" style="height: 25vh;">
<div class="body" style="display: flex; justify-content: center; align-items: center; text-align: center; height: 100%;">
<p class="header-subtitle">Cloud Services & Backend( Firebase, REST APIs/GraphQL)</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="service-card" style="height: 25vh;">
<div class="body" style="display: flex; justify-content: center; align-items: center; text-align: center; height: 100%;">
<p class="header-subtitle">Security( Encryption/Decryption, OAuth 2.0 & JWT, ProGuard/R8)</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- end of skills section -->
<!-- service section -->
<section class="section" id="service">
<div class="container text-center">
<p class="section-subtitle">What I Do ?</p>
<h6 class="section-title mb-6">Service</h6>
<!-- row -->
<div class="row">
<div class="col-md-6 col-lg-4">
<div class="service-card">
<div class="body">
<img src="assets/imgs/pencil-case.svg"
alt="Custom App Development"
class="icon">
<h6 class="title">Custom App Development</h6>
<p class="subtitle">Full-cycle development, from ideation to deployment.
Building native Android apps with Kotlin, Java, and modern Android technologies (Jetpack, Coroutines, etc.).</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="service-card">
<div class="body">
<img src="assets/imgs/responsive.svg"
alt="UI UX Design"
class="icon">
<h6 class="title">UI/UX Design</h6>
<p class="subtitle">Crafting beautiful, intuitive user interfaces that offer a seamless experience. Adhering to Material Design principles to ensure consistency and user satisfaction.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="service-card">
<div class="body">
<img src="assets/imgs/toolbox.svg"
alt="API Integration"
class="icon">
<h6 class="title">API Integration</h6>
<p class="subtitle">Integrating third-party services and APIs (REST, SOAP) seamlessly.
Firebase integration (Authentication, Cloud Messaging, Analytics).
Payment gateway integration (PayPal, RazorPay, Paytm, PayU).</p>
</div>
</div>
</div>
</div><!-- end of row -->
<br>
<br>
<div class="row">
<div class="col-md-6 col-lg-4">
<div class="service-card">
<div class="body">
<img src="assets/imgs/analytics.svg"
alt="App Optimization"
class="icon">
<h6 class="title">App Optimization & Maintenance</h6>
<p class="subtitle">Code optimization for performance, speed, and battery efficiency.
Regular app maintenance and updates to keep your app running smoothly.
App testing and debugging, ensuring high-quality performance.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="service-card">
<div class="body">
<img src="assets/imgs/analytics.svg"
alt="Google Play Store"
class="icon">
<h6 class="title">Google Play Store Publishing</h6>
<p class="subtitle">Deploying and managing apps on the Google Play Store.
Implementing in-app analytics, push notifications, and crash reporting (via Firebase, Crashlytics).
Ensuring compliance with store guidelines and best practices.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="service-card">
<div class="body">
<img src="assets/imgs/analytics.svg"
alt="Cross Platform"
class="icon">
<h6 class="title">Cross-Platform Expertise</h6>
<p class="subtitle">Expertise in integrating mobile apps with other platforms, enhancing cross-device connectivity.
Use of modern tools and libraries to ensure a consistent experience on smartphones, tablets, and Android TV.</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- end of service section -->
<!-- portfolio section -->
<section class="section" id="portfolio">
<div class="container text-center">
<p class="section-subtitle">What I Did ?</p>
<h6 class="section-title mb-6">Portfolio</h6>
<!-- row -->
<div class="row">
<div class="col-md-4">
<a href="https://play.google.com/store/apps/details?id=app.homebakers" class="portfolio-card" target="_blank">
<img src="assets/imgs/homebakers.jpg" class="portfolio-card-img"
alt="Home Bakers App Home Screen">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>Home Bakers</h5>
<p class="font-weight-normal">Category: Business</p>
</span>
</span>
</a>
</div>
<div class="col-md-4">
<a href="https://play.google.com/store/apps/details?id=com.studiomaster" class="portfolio-card" target="_blank">
<img class="portfolio-card-img" src="assets/imgs/s_genie.jpg" class="img-responsive rounded"
alt="S. Genie App Home Screen">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>S. Genie</h5>
<p class="font-weight-normal">Category: Business</p>
</span>
</span>
</a>
</div>
<div class="col-md-4">
<a href="https://play.google.com/store/apps/details?id=com.desireedu.petrolpump" class="portfolio-card" target="_blank">
<img class="portfolio-card-img" src="assets/imgs/chandra.jpg" class="img-responsive rounded"
alt="Chanda Connect App Home Screen">
<span class="portfolio-card-overlay">
<span class="portfolio-card-caption">
<h4>Chandra Connect</h5>
<p class="font-weight-normal">Category: Communication</p>
</span>
</span>
</a>
</div>
</div><!-- end of row -->
</div><!-- end of container -->
</section> <!-- end of portfolio section -->
<!-- section -->
<section class="section-sm bg-primary">
<!-- container -->
<div class="container text-center text-sm-left">
<!-- row -->
<div class="row align-items-center">
<div class="col-sm offset-md-1 mb-4 mb-md-0">
<h6 class="title text-light">Want to work with me?</h6>
<p class="m-0 text-light">Always feel Free to Contact & Hire me</p>
</div>
<div class="col-sm offset-sm-2 offset-md-3">
<a class="btn btn-lg my-font btn-light rounded" href="#contact">Contact</a>
</div>
</div> <!-- end of row -->
</div> <!-- end of container -->
</section> <!-- end of section -->
<!-- testimonial section -->
<section class="section" id="testmonial">
<div class="container text-center">
<p class="section-subtitle">What Think Client About Me ?</p>
<h6 class="section-title mb-6">Testmonial</h6>
<!-- row -->
<div class="row">
<div class="col-md-6">
<div class="testimonial-card">
<div class="testimonial-card-img-holder">
<img src="assets/imgs/avatar2.jpg" class="testimonial-card-img"
alt="Profile Image">
</div>
<div class="testimonial-card-body">
<p class="testimonial-card-subtitle">"I’m impressed by Krishanu Nandan 's expertise in Android development. They delivered a seamless, high-performance app while meeting all deadlines. Clear communication and top-notch technical skills make them a valuable asset. Highly recommend!"</p>
<h6 class="testimonial-card-title">Ritesh Jha</h6>
</div>
</div>
</div>
<div class="col-md-6">
<div class="testimonial-card">
<div class="testimonial-card-img-holder">
<img src="assets/imgs/avatar2.jpg" class="testimonial-card-img"
alt="Profile Image">
</div>
<div class="testimonial-card-body">
<p class="testimonial-card-subtitle">"It was a pleasure working with Krishanu Nandan. They have excellent skills in Android development, delivering high-quality, user-friendly apps on time. Their problem-solving ability and attention to detail made a real difference in the success of our project. Highly recommended!"</p>
<h6 class="testimonial-card-title">Mohit Sharma</h6>
</div>
</div>
</div>
</div>
</div> <!-- end of container -->
</section> <!-- end of testimonial section -->
<!-- contact section -->
<section class="section" id="contact">
<div class="container text-center">
<p class="section-subtitle">How can you communicate?</p>
<h6 class="section-title mb-5">Contact Me</h6>
<h6 class="section-title mb-5">Email - krishanunandan60@gmail.com</h6>
<h6 class="section-title mb-5">Skype - live:krishanu.nandan</h6>
<!-- contact form -->
</div><!-- end of container -->
</section><!-- end of contact section -->
<!-- footer -->
<div class="container">
<footer class="footer">
<p class="mb-0">Copyright
<script>document.write(new Date().getFullYear())</script> © <a
href="#">Krishanu Nandan</a>
</p>
<div class="social-links text-right m-auto ml-sm-auto">
<a href="https://linkedin.com/in/krishanunandan" class="link" target="_blank"><i class="ti-linkedin"></i></a>
<a href="https://x.com/krishanu_nandan" class="link" target="_blank"><i class="ti-twitter-alt"></i></a>
<a href="https://github.com/krishanunandan/" class="link" target="_blank"><i class="ti-github"></i></a>
</div>
</footer>
</div> <!-- end of page footer -->
<!-- core -->
<script src="assets/vendors/jquery/jquery-3.4.1.js"></script>
<script src="assets/vendors/bootstrap/bootstrap.bundle.js"></script>
<!-- bootstrap 3 affix -->
<script src="assets/vendors/bootstrap/bootstrap.affix.js"></script>
<!-- Meyawo js -->
<script src="assets/js/meyawo.js"></script>
</body>
</html>