-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
486 lines (448 loc) · 28.9 KB
/
Copy pathindex.html
File metadata and controls
486 lines (448 loc) · 28.9 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes">
<title>Rahul Agarwal - Spring Java WebDev</title>
<meta name="description" content="Expert in Web Dev, REST Services & API and concurrent middleware systems">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Rahul Agarwal - Spring Java WebDev">
<meta itemprop="description" content="Expert in Web Dev, REST Services & API and concurrent middleware systems">
<meta itemprop="image" content="https://drive.google.com/uc?id=1TtjsfB8rmt04828euWuUCd1vUd-McjZY">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Rahul Agarwal - Spring Java WebDev">
<meta property="og:description" content="Expert in Web Dev, REST Services & API and concurrent middleware systems">
<meta property="og:image" content="https://drive.google.com/uc?id=1TtjsfB8rmt04828euWuUCd1vUd-McjZY">
<meta property="og:type" content="website">
<meta property="og:url" content="https://agrahul89.github.io">
<!-- Twitter Meta Tags -->
<meta name="twitter:creator" content="@agrahul89">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@agrahul89">
<meta name="twitter:title" content="Rahul Agarwal">
<meta name="twitter:description" content="Expert in Web Dev, REST Services & API and concurrent middleware systems">
<meta name="twitter:image" content="https://drive.google.com/uc?id=1TtjsfB8rmt04828euWuUCd1vUd-McjZY">
<meta name="twitter:image:alt" content="Developer Photo">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400" />
<link rel="stylesheet" type="text/css" media="screen" href="css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" media="screen" href="css/font-awesome-4.7.0.min.css" />
<link rel="stylesheet" type="text/css" media="screen" href="css/styles.css" />
</head>
<body class="container-fluid">
<header id="header" class="row">
<div id="myphoto-box" class="text-center col-8 col-sm-3">
<img id="pic" class="img-fluid rounded-circle mx-auto d-block" alt="My Pic"
src="https://drive.google.com/uc?id=1TtjsfB8rmt04828euWuUCd1vUd-McjZY">
</div>
<div id="profile-box" class="text-center col-12 col-sm-9">
<h1 id="profile-name" class="display-4">rahul agarwal</h1>
<!-- <h6 id="profile-desc">
<div><em>an average <ins>developer</ins> </em></div>
<div><em>with <ins>not just average skills</ins></em></div>
</h6> -->
</div>
</header>
<section id="aboutme">
<h4 class="head">About me</h4>
<div class="body">
<blockquote class="blockquote text-right">
<p class="mb-0">Java developer with 8 years of IT experience, highly experienced in web application development and high performance middleware applications</p>
</blockquote>
<p>I love to design and build systems that are scalable and performant. I have delivered various high performance middleware and enterprise applications on J2EE and Spring. I also have very good experience designing and building REST Services based on JAX-RS and Spring REST.</p>
<p>Currently, I am involved with one of the clients of my employer to integrate their enterprise systems using Spring Integration with both legacy and cloud based services. The test driven development style that we have adopted during this project has brought me to admire the significance of writing good tests and ease of having a CI-CD setup.</p>
<p>In my spare time, I like to tinker with any piece of technology that has caught my interest or working on <a href="https://github.com/agrahul89?tab=repositories" target="_blank"><cite title="github profile">personal projects</cite></a>. Recently, I have taken up Angular6 and looking for opportunities which can help apply my learnings and advance my skills further.</p>
</div>
</section>
<section id="skills">
<h4 class="head">Tools<small> & </small>Skills</h4>
<div class="body clearfix">
<ul id="languages" class="list-unstyled float-left">
<h6><strong>Languages</strong></h6><hr>
<!-- Skill items to be pushed with jQuery -->
</ul>
<ul id="frameworks" class="list-unstyled float-right">
<h6><strong>Dev Tools</strong></h6><hr>
<!-- Skill items to be pushed with jQuery -->
</ul>
<ul id="test-tools" class="list-unstyled float-left">
<h6><strong>Testing Tools</strong></h6><hr>
<!-- Skill items to be pushed with jQuery -->
</ul>
<ul id="build-tools" class="list-unstyled float-right">
<h6><strong>Build Tools</strong></h6><hr>
<!-- Skill items to be pushed with jQuery -->
</ul>
</div>
</section>
<section id="workexp">
<h4 class="head">Work Experience</h4>
<div class="body">
<div class="card shadow my-3">
<div class="card-header" style="margin-left:0;margin-right:0">
<a href="https://www.cognizant.com" target="_blank">
<img class="img-fluid col-8 col-sm-6 col-md-4 col-lg-2 px-1 py-2" alt="logo"
src="https://drive.google.com/uc?id=1zekBanN5RVNCi2RqH_mLrux9vYXixz7v">
</a><div class="float-right p-2">Associate</div>
</div>
<div class="card-body small">
<p class="card-title">Design & development of Spring Integration based service to communicate information between VC++ based system with 3rd party REST API and Microsoft Azure Service Bus via Tibco EMS.</p>
<h6>Role & Responsibility</h6>
<ul class="card-text">
<li>Analyze 3rd Party API and Azure Service Bus data flows and design a data structure to filter and transform data between API and VC++ client.</li>
<li>Collaboration with Client Developer to communicate, design, plan and implement requirement changes.</li>
<li>Develop codebase for the service.</li>
<li>Development of Test bed for System Integration test that can perform testing with dynamic data sets.</li>
</ul>
<h6>Achievements</h6>
<ul class="card-text">
<li>Picked up Spring Integration on the job and built up significant expertise of the framework within 4 weeks of project initiation.</li>
<li>Received multiple client appreciations for successful delivery cycles with client recommended technology stack and framework.</li>
<li>Continuous Integration setup in client CI-CD (Jenkins) environment.</li>
</ul>
</div>
<div class="card-footer small">Feb 2018 - Current</div>
</div>
<div class="card shadow my-3">
<div class="card-header" style="margin-left:0;margin-right:0">
<a href="https://www.cognizant.com" target="_blank">
<img class="img-fluid col-8 col-sm-6 col-md-4 col-lg-2 px-1 py-2" alt="logo"
src="https://drive.google.com/uc?id=1zekBanN5RVNCi2RqH_mLrux9vYXixz7v">
</a><div class="float-right p-2">Associate</div>
</div>
<div class="card-body small">
<p class="card-title">Design & development of Spring based system to analyze operational data flow between client and their partners for identifying and correcting data discrepancies.</p>
<h6>Role & Responsibility</h6>
<ul class="card-text">
<li>Analyze requirements, identify use cases and technical specifications. Plan the project schedule, team size etc.</li>
<li>Design application architectural components (JMS, REST Service, Quartz jobs, DB etc.) and communication channels.</li>
<li>Determine development tools and frameworks.</li>
<li>UI design and mockup.</li>
<li>Creation of Project artifacts like [Non-] Functional Specification, UI design etc.</li>
<li>Planning and distribution of tasks. Track and report schedule variance and update project delivery schedule.</li>
<li>Functional testing, Quality Control, deployment and delivery.</li>
</ul>
</div>
<div class="card-footer small">Jul 2017 - Jan 2018</div>
</div>
<div class="card shadow my-3">
<div class="card-header" style="margin-left:0;margin-right:0">
<a href="https://www.cognizant.com" target="_blank">
<img class="img-fluid col-8 col-sm-6 col-md-4 col-lg-2 px-1 py-2" alt="logo"
src="https://drive.google.com/uc?id=1zekBanN5RVNCi2RqH_mLrux9vYXixz7v">
</a><div class="float-right p-2">Associate</div>
</div>
<div class="card-body small">
<p class="card-title">Migration of Microsoft Access DB based standalone application to web based distributed system and integrate with client portal.</p>
</div>
<div class="card-footer small">Nov 2016 - Mar 2017</div>
</div>
<div class="card shadow my-3">
<div class="card-header" style="margin-left:0;margin-right:0">
<a href="https://www.cognizant.com" target="_blank">
<img class="img-fluid col-8 col-sm-6 col-md-4 col-lg-2 px-1 py-2" alt="logo"
src="https://drive.google.com/uc?id=1zekBanN5RVNCi2RqH_mLrux9vYXixz7v">
</a><div class="float-right p-2">Associate</div>
</div>
<div class="card-body small">
<p class="card-title">Build a responsive web portal to report real-time daily/monthly operational/performance KPI for client executives to plan future operational efficiency.</p>
<h6>Role & Responsibility</h6>
<ul class="card-text">
<li>Analysis of existing system to identify KPI calculation algorithms.</li>
<li>Design REST Service, communication format and develop JAX-RS based service to expose determined parameter values to responsive UI.</li>
<li>Collaborate mockup design of responsive layout in with web designer.</li>
<li>Development of Struts based J2EE backend for responsive UI and communication channels with REST service.</li>
<li>Functional testing, deployment and warranty support.</li>
</ul>
</div>
<div class="card-footer small">Sep 2016 - Nov 2016</div>
</div>
<div class="card shadow my-3">
<div class="card-header" style="margin-left:0;margin-right:0">
<a href="https://www.cognizant.com" target="_blank">
<img class="img-fluid col-8 col-sm-6 col-md-4 col-lg-2 px-1 py-2" alt="logo"
src="https://drive.google.com/uc?id=1zekBanN5RVNCi2RqH_mLrux9vYXixz7v">
</a><div class="float-right p-2">Associate</div>
</div>
<div class="card-body small">
<ul class="card-title">
<li>Develop a highly available, high performance concurrent system that can process data from multiple different systems in reasonable time.</li>
<li>System should be able to withstand database failureand continue operation without it affecting normal processing.</li>
<li>System should be able to replay processing after recovery from database failure.</li>
<li>System should be able to report transaction failures between integrated systems to human POC automatically.</li>
</ul>
<h6>Role & Responsibility</h6>
<ul class="card-text">
<li>Fully responsible for development, testing and delivery of all modules.</li>
<li>Collaborate with Principal Architect regarding requirement changes, system design updates, technology stack determination etc.</li>
<li>Technical documentation including Functional Spec, UI design, Service Contract design etc.</li>
<li>Distribution of tasks to team members, tracking progress and quality of delivery periodically.</li>
<li>Report risks and delays to project manager, onsite coordinator and revise plan and schedule post changes to requirements.</li>
</ul>
<h6>Achievements</h6>
<ul class="card-text">
<li>Delivered 100% bug-free code to production despite numerous requirement changes, resource re-allocation etc.</li>
<li>Delivered final System with a 100% performance growth on expected/agreed numbers by implementing a highly concurrent system.</li>
<li>Received multiple appreciations from client for above expectation deliveries.</li>
<li>Built a file-system based custom caching solution for handling database failures due to client limitations of using existing caching solutions like ehcache, infinispan.</li>
</ul>
</div>
<div class="card-footer small">Mar 2016 - Aug 2016</div>
</div>
<div class="card shadow my-3">
<div class="card-header" style="margin-left:0;margin-right:0">
<a href="https://www.cognizant.com" target="_blank">
<img class="img-fluid col-8 col-sm-6 col-md-4 col-lg-2 px-1 py-2" alt="logo"
src="https://drive.google.com/uc?id=1zekBanN5RVNCi2RqH_mLrux9vYXixz7v">
</a><div class="float-right p-2">Associate</div>
</div>
<div class="card-body small">
<p class="card-title">Worked on various web projects and middleware applications based on Struts, jQuery, EJB, JunitEE, SOAP services etc. with solo responsibility of requirement understanding, technical stack decisions, design, development, testing and deployments.</p>
</div>
<div class="card-footer small">Oct 2014 - Mar 2016</div>
</div>
<div class="card shadow my-3">
<div class="card-header" style="margin-left:0;margin-right:0">
<a href="https://www.cognizant.com" target="_blank">
<img class="img-fluid col-8 col-sm-6 col-md-4 col-lg-2 px-1 py-2" alt="logo"
src="https://drive.google.com/uc?id=1zekBanN5RVNCi2RqH_mLrux9vYXixz7v">
</a><div class="float-right p-2">Programmer Analyst</div>
</div>
<div class="card-body small">
<ul class="card-title">
<li>Worked for maintenance and support on Internal Compliance systems of a leading US based Insurance provider.</li>
<li>Worked with Struts, Adobe Flex, IBM Filenet and various Java/J2EE technologies for day to day maintenance and support activities.</li>
<li>Roles and responsibility included day to day maintenance and support activities, bug fixes, feature updates, ticket handling etc.</li>
<li>Lead a small team of 3 members (inclusive) for 2 years before moving to better opportunities.</li>
<li>Received multiple accolades from clients for handling critical issues in production.</li>
</ul>
</div>
<div class="card-footer small">Mar 2011 - Jun 2014</div>
</div>
</div>
</section>
<section id="additions">
<h4 class="head">Contributions</h4>
<div class="body">
<div class="card shadow my-3">
<div class="card-header" style="margin-left:0;margin-right:0">
<a href="https://www.cognizant.com" target="_blank">
<img class="img-fluid col-8 col-sm-6 col-md-4 col-lg-2 px-1 py-2" alt="logo"
src="https://drive.google.com/uc?id=1zekBanN5RVNCi2RqH_mLrux9vYXixz7v">
</a><div class="float-right p-2">Associate</div>
</div>
<div class="card-body small">
<ul class="card-title">
<li>I act as an active member in a team of Code Quality review specialists and Solution designers in my current project.</li>
<li>I make periodic presentations to various development teams to introduce them with new technologies and good practices to follow for effective usage.</li>
<li>I have also taken part in a few coding challenges organized by our organization where we took part forming team of various members from different development portfolios.</li>
<li>I also had opportunities to mentor few junior colleagues and it has been a good experience having to share the learning from my professional career to help build their confidence and skills.</li>
</ul>
</div>
<div class="card-footer small">Mar 2014 - Current</div>
</div>
</div>
</section>
<!--
<section id="accolades">
<h4 class="head">Accolades</h4>
<div class="body"></div>
</section>
-->
<section id="academics">
<h4 class="head">Academics</h4>
<div class="body">
<div class="row">
<div class="col-12 col-sm-8 col-md mt-4 mx-auto"><div class="card shadow" id="graduation">
<div class="d-flex justify-content-center">
<img class="card-img-top w-50 h-50 pt-3 pb-2" src="assets/edu/wbut.png" alt="WBUT">
</div>
<div class="card-header border-top d-flex">
<small class="w-75">West Bengal University of Technology</small>
<h5 class="w-25 text-right text-success text-nowrap">8.04</h5>
</div>
<div class="card-body">
<h5 class="card-title">B.Tech, Computer Science & Engineering</h5>
<small>2010</small>
</div>
</div></div>
<div class="col-12 col-sm-8 col-md mt-4 mx-auto"><div class="card shadow" id="highschool">
<div class="d-flex justify-content-center">
<img class="card-img-top w-50 h-50 pt-3 pb-2" src="assets/edu/wbchse.png" alt="WBCHSE">
</div>
<div class="card-header border-top d-flex">
<small class="w-75">West Bengal Council of Higher Secondary Education</small>
<h5 class="w-25 text-right text-success text-nowrap">61%</h5>
</div>
<div class="card-body">
<h5 class="card-title">Higher Seconadry</h5>
<small>2006</small>
</div>
</div></div>
<div class="col-12 col-sm-8 col-md mt-4 mx-auto"><div class="card shadow" id="primaryedu">
<div class="d-flex justify-content-center">
<img class="card-img-top w-50 h-50 pt-3 pb-2" src="assets/edu/wbbse.png" alt="WBBSE">
</div>
<div class="card-header border-top d-flex">
<small class="w-75">West Bengal Board of Secondary Education</small>
<h5 class="w-25 text-right text-success text-nowrap">78%</h5>
</div>
<div class="card-body">
<h5 class="card-title">Secondary</h5>
<small>2004</small>
</div>
</div></div>
</div>
</div>
</section>
<section id="certifics">
<h4 class="head">Certifications</h4>
<div class="body">
<div class="row">
<div class="col-12 col-md mt-3 text-center">
<img class="img-fluid img-thumbnail shadow" alt="Cognizant Certified Professional"
src="https://drive.google.com/uc?id=1rZShZ5UOd2KxiEq5qpaox49z3ZwdIhjO" >
</div>
<div class="col-12 col-md mt-3 text-center">
<img class="img-fluid img-thumbnail shadow" alt="Brainbench Business Writing"
src="https://drive.google.com/uc?id=13pPJT_Mt6QXh3_Ipi7af8e8oKQlxehEV" >
</div>
<div class="col-12 col-md mt-3 text-center">
<img class="img-fluid img-thumbnail shadow" alt="Brainbench Struts"
src="https://drive.google.com/uc?id=1PGETxAbeq-wGoWcg2-_Xl3YmDM4tKeex" >
</div>
</div>
</div>
</section>
<footer id="footer" class="row">
<div class="col-12 col-sm-6" id="contactme">
<form id="contact-form" class="list-group" action="">
<div class="form-row" id="name">
<div class="col form-group">
<label class="text-white" for="firstname"><small>First Name</small></label>
<input type="text" class="form-control form-control-sm"
id="firstname" minlength="2" maxlength="20" required>
</div>
<div class="col form-group">
<label class="text-white" for="lastname"><small>Last Name</small></label>
<input type="text" class="form-control form-control-sm"
id="lastname" minlength="2" maxlength="20" required>
</div>
</div>
<div class="form-group" id="contact">
<label class="text-white" for="phone">
<small>Phone Number <small>(optional)</small></small>
</label>
<input type="tel" class="form-control form-control-sm" id="phone"
minlength="7" maxlength="14">
</div>
<div class="form-group" id="mailbox">
<label class="text-white" for="email"><small>E-mail</small></label>
<input type="email" class="form-control form-control-sm" id="email"
minlength="7" maxlength="50" required>
</div>
<div class="form-group" id="details">
<label class="text-white" for="comments"><small>Comments</small></label>
<textarea class="form-control form-control-sm" id="comments"
rows="2" cols="50" required></textarea>
</div>
<button class="btn btn-outline-light btn-block">Contact me</button>
</form>
</div>
<div class="col-12 col-sm-6" id="social">
<label class="sr-only">Social Platform Links</label>
<ul class="list-unstyled list-group">
<!--
<li class="list-group-item d-flex align-items-center" id="site">
<a target="_blank" href="https://agrahul89.github.io"><span class="fa-stack fa-lg" title="site">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-globe fa-stack-1x fa-inverse"></i>
</span></a>
<label><small>agrahul89.github.io</small></label>
</li>
-->
<li class="list-group-item d-flex align-items-center" id="gmail">
<a target="_blank" href="mailto:rahul89.agarwal@gmail.com"><span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope-open fa-stack-1x fa-inverse"></i>
</span></a>
<label><small>rahul89.agarwal@gmail.com</small></label>
</li>
<li class="list-group-item d-flex align-items-center" id="github">
<a target="_blank" href="https://github.com/agrahul89"><span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span></a>
<label><small>github.com/agrahul89</small></label>
</li>
<!--
<li class="list-group-item d-flex align-items-center" id="gplus">
<a target="_blank" href="https://profiles.google.com/rahul89.agarwal"><span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-google-plus fa-stack-1x fa-inverse"></i>
</span></a>
<label><small>profiles.google.com/rahul89.agarwal</small></label>
</li>
-->
<li class="list-group-item d-flex align-items-center" id="linkedin">
<a target="_blank" href="https://www.linkedin.com/in/agrahul89/"><span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span></a>
<label><small>linkedin.com/in/agrahul89</small></label>
</li>
<!--
<li class="list-group-item d-flex align-items-center" id="twitter">
<a target="_blank" href="http://twitter.com/agrahul89"><span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span></a>
<label><small>twitter.com/agrahul89</small></label>
</li>
-->
<li class="list-group-item d-flex align-items-center" id="resume">
<!-- Simple Layout for CV -->
<!-- <a target="_blank" href="https://drive.google.com/open?id=1u8ebfmjcBVOzmUg8g-Jsv2OSZlRGh0w2"><span class="fa-stack fa-lg"> -->
<!-- Modern Layout for CV -->
<a target="_blank" href="https://drive.google.com/open?id=1o8PfFh-dJGQD3Uw176n4_NKx1QMpL0R-"><span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-file-pdf-o fa-stack-1x fa-inverse"></i>
</span></a>
<label><small>Curriculum Vitae</small></label>
</li>
<li class="list-group-item d-flex align-items-center" id="whatsapp" title="Scan for WhatsApp Contact">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-whatsapp fa-stack-1x fa-inverse"></i>
</span>
<img class="img-fluid w-75 pl-2" src="https://drive.google.com/uc?id=1JF1h_En3GAnEBlOX2BVofVQFob0oOteJ" alt="Scan for WhatsApp Contact">
</li>
</ul>
</div>
</footer>
<!-- under construction notice --><!--
<div class="modal fade" id="under-construction" tabindex="-1" role="dialog"
aria-label="Site in repair" aria-hidden="true">
<div class="modal-dialog modal-lg modal-dialog-centered" role="document">
<div class="modal-content bg-dark rounded-0">
<div class="modal-body text-center">
<span class="fa fa-wheelchair-alt text-warning" style="font-size: 15rem"></span>
</div>
<div class="modal-footer border-top border-warning">
<h6 class="modal-title text-light mx-auto" id="modal-title">Site under construction</h6>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
</div>
-->
<script src="js/jquery-3.2.1.slim.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/skills.js"></script>
<script src="js/script.js"></script>
</body>
</html>