-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
473 lines (410 loc) · 22.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Profile Website of Deepak Kumar Vasudevan</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="57x57" href="assets/img/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/img/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/img/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/img/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/img/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/img/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon-16x16.png">
<link rel="manifest" href="assets/img/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="assets/img/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- 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">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<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/boxicons/css/boxicons.min.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">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: MyResume - v4.7.0
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<script src="https://code.jquery.com/jquery-3.6.4.min.js"
integrity="sha256-oP6HI9z1XaZNBrJURtCoUT5SUnxFr8s3BzRl+cbzUq8=" crossorigin="anonymous"></script>
<script src="./assets/vendor/bootstrap/js/bootstrap.min.js" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LPMGJ11QP7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LPMGJ11QP7');
</script>
<body>
<!-- ======= Mobile nav toggle button ======= -->
<!-- <button type="button" class="mobile-nav-toggle d-xl-none"><i class="bi bi-list mobile-nav-toggle"></i></button> -->
<i class="bi bi-list mobile-nav-toggle d-xl-none"></i>
<!-- ======= Header ======= -->
<header id="header" class="d-flex flex-column justify-content-center">
<nav id="navbar" class="navbar nav-menu">
<ul>
<li><a href="#hero" class="nav-link scrollto active"><i class="bx bx-home"></i> <span>Home</span></a></li>
<li><a href="#about" class="nav-link scrollto"><i class="bx bx-user"></i> <span>About</span></a></li>
<li><a href="#resume" class="nav-link scrollto"><i class="bx bx-file-blank"></i> <span>Resume</span></a></li>
<li><a href="#contact" class="nav-link scrollto"><i class="bx bx-envelope"></i> <span>Contact</span></a></li>
</ul>
</nav><!-- .nav-menu -->
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-center">
<div class="container" data-aos="zoom-in" data-aos-delay="100">
<h1>Deepak Kumar Vasudevan</h1>
<p>I'm <span class="typed" data-typed-items="Developer, Architect, Freelancer, Cloud Consultant"></span></p>
<div class="social-links">
<a href="https://www.twitter.com/lavanyadeepak" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://www.facebook.com/ldlavanyadeepak" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/lavydeepak" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="skype:live:deepak.vasudevan_1?chat" class="skype"><i class="bx bxl-skype"></i></a>
<a href="https://www.linkedin.com/in/lavanyadeepak" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://github.com/lavanyadeepak" class="github"><i class="bx bxl-github"></i></a>
<a href="https://mastodon.social/@lavanyadeepak" class="mastodon"><i class=" bx bxl-mastodon"></i></a>
<a href="https://www.tumblr.com/lavanyadeepak" class="tumblr"><i class=" bx bxl-tumblr"></i></a>
<a href="https://www.reddit.com/user/lavanyadeepak" class="reddit"><i class=" bx bxl-reddit"></i></a>
<a href="https://lavanyadeepak.rf.gd/"><img src="./assets/img/ldicon.png" width="24" height="24" border="0"></a>
<a href="https://www.pinterest.com/lavydeepak" class="pinterest"><i class=" bx bxl-pinterest"></i></a>
<a href="https://t.me/lavanyadeepak" class="telegram"><i class=" bx bxl-telegram"></i></a>
<a href="https://bsky.app/profile/lavanyadeepak.bsky.social" class="bluesky"><i class="bx bx-link"></i></a>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>About</h2>
<p>20+ years of professional experience in different heads as Software Engineer, Technical Lead, Software Architect and Technical Manager in Microsoft technologies. Open-Source Stack, Cloud based Development and Software Consulting</p>
</div>
<div class="row">
<div class="col-lg-4">
<img src="assets/img/profile-img1.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content">
<h3>Prime Skills</h3>
<p class="fst-italic">
ASP, PHP, ASP.Net, C#, VB.Net, ADO.Net, Web-forms, XML Web services, WCF Services, Web API, Windows Services
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Website:</strong> <span>lavanyadeepak.github.io</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Phone:</strong> <span>Skype: live:deepak.vasudevan_1</span></li>
<li>
<div data-iframe-width="150" data-iframe-height="270" data-share-badge-id="e46f6faa-7736-4444-a40c-2db8cde4e720" data-share-badge-host="https://www.credly.com"></div><script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Degree:</strong> <span>Master</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Email:</strong> <span>[email protected]</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Available Work Options:</strong> <select id="drpOptions" size="5" multiple>
<Option selected>Full Time</Option>
<Option selected>Contract to Hire</Option>
<Option selected>Remote Consultant</Option>
<Option selected>Independent Contractor</Option>
<Option selected>Freelancer</Option>
</select></li>
</ul>
</div>
</div>
<p>
<Ol>
<li>Have hands-on experience in developing RIA using industry-grade tools and frameworks like jQuery/Kendo UI.</li>
<li>Strong experience in designing intensive database-driven applications with performance tuning/optimization on Access 2003/2010, SQL Server 7.0/2000/2005/2008,2012 and 2016, MySQL 5.2, Oracle 18c and PostGRESQL 12.</li>
<li>Rich experience in source control and configuration management with Team Foundation Server, ClearCase, SVN and GIT.</li>
<li>Rich exposure on wide range of software development strategies (Waterfall and Agile) and capable of handling all stages of SDLC with ease, comfort, and flexibility.</li>
<li>Hands on experience in migrating web and windows-based applications and have handled all types of applications from intranet, extranet and business-critical internet applications.</li>
<li>Click <a class="rasNFSProject" href="rasnfs.pdf">here</a> for a report on my academic project.</li>
</Ol>
</p>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Skills Section ======= -->
<section id="skills" class="skills section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Skills</h2>
<p>Empowering your business and enriching it every moment making Technology as a definitive tool of Solutions Enabler for business objectives</p>
</div>
<div class="row skills-content">
<div class="col-lg-6">
<div class="progress">
<span class="skill">HTML <i class="val">100%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">CSS <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">JavaScript <i class="val">75%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="progress">
<span class="skill">ASP.NET (with MVC) <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">SQL Server <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">CI/CD (Azure Devops, GitLab, GitHub and AWS) <i class="val">75%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="55" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Skills Section -->
<!-- ======= Resume Section ======= -->
<section id="resume" class="resume">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Resume</h2>
<div class="btn-group">
<button type="button" class="btn btn-info dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Download
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="https://cloudfiles.to/6Lzo8RHZyB4" target="_ldnew">Word</a>
<a class="dropdown-item" href="https://cloudfiles.to/sU4SQ0bN21I" target="_ldnew">PDF</a>
<a class="dropdown-item" href="https://registry.jsonresume.org/lavanyadeepak">JSON</a>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<h3 class="resume-title">Summary</h3>
<div class="resume-item pb-0">
<h4>Deepak Kumar Vasudevan</h4>
<p><em>20+ years of professional experience in different heads as Software Engineer, Technical Lead, Software Architect and Technical Manager in Microsoft technologies. Open-Source Stack, Cloud based Development and Software Consulting</em></p>
<ul>
<li>Skype: live:deepak.vasudevan_1</li>
<li>[email protected]</li>
</ul>
</div>
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<h4>Master of Business Administration</h4>
<h5>2005 - 2007</h5>
<p><em>Alagappa University, Karaikudi IN</em></p>
</div>
<div class="resume-item">
<h4>Bachelor of Computer Science & Engineering</h4>
<h5>1995 - 1999</h5>
<p>Vellore Institute of Technology, Vellore IN</p>
</div>
</div>
<div class="col-lg-6">
<h3 class="resume-title">Professional Experience</h3>
<div class="resume-item">
<h4>Sr.Software Engineer (C2H) at GuideHouse India Ltd</h4>
<h5>August 2020 to March 2021</h5>
<p><em>Bengaluru KA-IN </em></p>
<ul>
<li>Was roped in to support on feature developments and bug fixes of an existing application framework for a few healthcare customers.</li>
<li>Participate in the scrum ceremonies to understand the stories/tasks and then liaise with the technical team toward implementation of the same.</li>
<li>Coordinate with QA and BA team to ensure the story’s acceptance criteria is met.</li>
</ul>
</div>
<div class="resume-item">
<h4>.NET Specialist at IdeaPlunge LLC</h4>
<h5>January 2019 - January 2020</h5>
<p><em>Bengaluru KA-IN/Chennai TN-IN</em></p>
<ul>
<li>Overseeing and supporting the design and development of Floor Design Software for CCTV Planning</li>
<li>Developed and published web services with .NET Core for the Customer Portal of CCTV</li>
</ul>
</div>
<div class="resume-item">
<h4>Miscellany</h4>
<h5>Till Last 5 Years. Download Profile For Details</h5>
<table width="100%">
<tr>
<th>Organization</th>
<th>Location</th>
<th>Duration/Period</th>
</tr>
<tr>
<td>SLK Global Solutions</td>
<td>Bengaluru KA-IN</td>
<td>June 2018 to November 2018</td>
</tr>
<tr>
<td>HCL Technologies</td>
<td>Chennai TN-IN/Noida UP-IN</td>
<td>July 2016 to June 2018</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</section><!-- End Resume Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Contact</h2>
</div>
<div class="row mt-1">
<div class="col-lg-4">
<div class="info">
<div class="address">
<i class="bi bi-geo-alt"></i>
<h4>Location:</h4>
<p>Bengaluru KA-IN</p>
</div>
<div class="email">
<i class="bi bi-envelope"></i>
<h4>Email:</h4>
<p>[email protected]</p>
</div>
<div class="phone">
<i class="bi bi-phone" style="margin-right:4px;"></i>
<a href="javascript:OpenMessenger('Skype','bGl2ZTpkZWVwYWsudmFzdWRldmFuXzE=');"><i class=" bx bxl-skype"></i></a>
<a href="javascript:OpenMessenger('Telegram','bGF2YW55YWRlZXBhaw==');""><i class=" bx bxl-telegram"></i></a>
<a href="javascript:OpenMessenger('Whatsapp','OTE5NDQ1NDA3ODU2');"><i class=" bx bxl-whatsapp"></i></a>
<a href="javascript:OpenMessenger('Signal','OTE5NDQ1NDA3ODU2');""><i class=" bi bi-signal"></i></a>
<p></p>
</div>
</div>
</div>
<div class="col-lg-8 mt-5 mt-lg-0">
<iframe height='556px' width='100%' name='zoho-Contact' frameborder='0' allowTransparency='true' scrolling='auto' src='https://form.jotform.com/231378152560454'></iframe>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<h3>Deepak Kumar Vasudevan</h3>
<p>High Profile Internet Technology Architect</p>
<div class="social-links">
<a href="https://www.twitter.com/lavanyadeepak" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://www.facebook.com/ldlavanyadeepak" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/lavydeepak" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="skype:live:deepak.vasudevan_1?chat" class="skype"><i class="bx bxl-skype"></i></a>
<a href="https://www.linkedin.com/in/lavanyadeepak" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://github.com/lavanyadeepak" class="github"><i class="bx bxl-github"></i></a>
<a href="https://mastodon.social/@lavanyadeepak" class="mastodon"><i class=" bx bxl-mastodon"></i></a>
<a href="https://www.tumblr.com/lavanyadeepak" class="tumblr"><i class=" bx bxl-tumblr"></i></a>
<a href="https://www.reddit.com/user/lavanyadeepak" class="reddit"><i class=" bx bxl-reddit"></i></a>
<a href="https://lavanyadeepak.rf.gd/"><img src="./assets/img/ldicon.png" width="24" height="24" border="0"></a>
<a href="https://www.pinterest.com/lavydeepak" class="pinterest"><i class=" bx bxl-pinterest"></i></a>
<a href="https://t.me/lavanyadeepak" class="telegram"><i class=" bx bxl-telegram"></i></a>
<a href="https://bsky.app/profile/lavanyadeepak.bsky.social" class="bluesky"><i class="bx bx-link"></i></a>
</div>
<div class="copyright">
© Copyright <strong><span>Deepak Kumar Vasudevan</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: [license-url] -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></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/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5cd810bf2846b90c57ae192f/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
<script type="text/javascript">
function OpenMessenger(sender, value)
{
var targetURL = "";
var actualValue = atob(value);
switch (sender)
{
case "Whatsapp":
var waURL = "https://api.whatsapp.com/send/?phone="+actualValue+"&text=&type=phone_number&app_absent=0";
targetURL = waURL;
break;
case "Telegram":
var tgURL = "https://t.me/"+actualValue;
targetURL = tgURL;
break;
case "Signal":
var sgURL = "https://signal.me/#p/"+actualValue;
targetURL = sgURL;
break;
case "Skype":
var skypeURL = "skype:"+actualValue+"?call";
targetURL = skypeURL;
break;
default:
break;
}
window.open(targetURL, "_msgwindow","width=0,height=0");
}
</script>
</body>
<div id="ifrPlaceHolder"></div>
</html>