-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
542 lines (541 loc) · 30 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<!-- TITLE OF SITE-->
<title>
Lionel A. Dsouza
</title>
<!-- META TAG -->
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta content="CV, Portfolio, Resume" name="description"/>
<meta content="Lionel A. Dsouza| Web Developer" name="author"/>
<!-- FAVICON -->
<link href="assets/images/favicon.ico" rel="icon"/>
<link href="assets/images/apple-icon-72x72.png" rel="apple-touch-icon" sizes="72x72"/>
<link href="assets/images/apple-icon-76x76.png" rel="apple-touch-icon" sizes="76x76"/>
<link href="assets/images/apple-icon-114x114.png" rel="apple-touch-icon" sizes="114x114"/>
<!-- ========================================
Stylesheets
==========================================-->
<!-- MATERIALIZE CORE CSS -->
<link href="includes/css/materialize.min.css" rel="stylesheet"/>
<!-- ADDITIONAL CSS -->
<link href="includes/css/animate.css" rel="stylesheet"/>
<!--FONTAWESOME CSS-->
<link href="includes/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
<!-- CUSTOM STYLE -->
<link href="includes/css/style.css" rel="stylesheet"/>
<link href="includes/css/main.css" rel="stylesheet"/>
<!-- RESPONSIVE CSS-->
<link href="includes/css/responsive.css" rel="stylesheet"/>
<!-- FONT AWESOME CDN CSS -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
<!-- COLORS -->
<link href="includes/css/lime.css" rel="stylesheet" title="lime"/>
<!-- STYLE SWITCH STYLESHEET ONLY FOR DEMO -->
<link href="includes/css/demo.css" rel="stylesheet"/>
<!--[if lt IE 9]><script src="assets/js/ie8-responsive-file-warning.js"></script><![endif] -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
</html>
<body>
<!-- Start Container-->
<div class="container">
<!-- row -->
<div class="row">
<!-- =========================================
SIDEBAR
==========================================-->
<!-- Start Sidebar -->
<aside class="col l4 m12 s12 sidebar z-depth-1" id="sidebar">
<!-- Sidebar row -->
<div class="row">
<!-- top section -->
<div class="heading">
<!-- ====================
IMAGE
==========================-->
<div class="feature-img">
<a href="#">
<img alt="" class="responsive-img" src="includes/img/profile-img.jpg"/>
</a>
</div>
<!-- =========================================
NAVIGATION
==========================================-->
<div class=" nav-icon">
<nav>
<div class="nav-wrapper">
<ul class="side-nav" id="nav-mobile" style="left: -250px;">
<li>
<a href="index.html">
<i class="fa fa-file-text" aria-hidden="true"></i> Resume
</a>
</li>
<li>
<a href="about.html">
<i class="fa fa-user-o" aria-hidden="true"></i> About
</a>
</li>
<li>
<a href="portfolio.html">
<i class="fa fa-folder-open-o" aria-hidden="true"></i> Portfolio
</a>
</li>
<!-- <li><a href="blog.html">Blog</a></li> -->
<!-- <li><a href="contact.html">Contact</a></li> -->
</ul>
<a class="button-collapse" data-activates="nav-mobile" href="index.html#">
<i class="fa fa-bars fa-lg">
</i>
</a>
</div>
</nav>
</div>
</div>
<div class="col l12 m12 s12 sort-info sidebar-item">
<div class="row">
<!-- ========================================
NAME AND TAGLINE
==========================================-->
<div class="title col s12 m12 l9 center-name wow fadeIn animated" data-wow-delay="0.1s" style="visibility: visible; animation-delay: 0.1s; animation-name: fadeIn;">
<h2 class="blue-title">
Lionel A. Dsouza
</h2>
<!-- title name -->
<span class="blue-title">
Fullstack Developer
</span>
<!-- tagline -->
</div>
</div>
</div>
<!-- sidebar info -->
<div class="col l12 m12 s12 sort-info sidebar-item">
<div class="row">
<div class="col m12 s12 l3 icon">
<!-- icon -->
<i class="fa fa-user">
</i>
</div>
<div class="col m12 s12 l9 info wow fadeIn a1 animated" data-wow-delay="0.1s" style="visibility: visible; animation-delay: 0.1s; animation-name: fadeIn;">
<!-- text -->
<div class="section-item-details">
<p>
A highly motivated developer with the ability to deliver by understanding the needs of clients while meeting proposed deadlines in an efficient manner. To continue to advance my career within an outstanding corporation where I will be able to utilize my skills, experience and creativity.
</p>
</div>
</div>
</div>
</div>
<!-- MOBILE NUMBER -->
<div class="col l12 m12 s12 mobile sidebar-item">
<div class="row">
<div class="col m12 s12 l3 icon">
<i class="fa fa-phone">
</i>
<!-- icon -->
</div>
<div class="col m12 s12 l9 info wow fadeIn a2 animated" data-wow-delay="0.2s" style="visibility: visible; animation-delay: 0.2s; animation-name: fadeIn;">
<div class="section-item-details">
<div class="personal">
<h4>
<a href="tel:603-275-4714">
(603)-275-4714
</a>
</h4>
<!-- Number -->
<span>
mobile
</span>
</div>
<!-- <div class="work">
<h4><a href="tel:603-275-4714">(603)-275-4714</a></h4>
<span>work</span>
</div> -->
</div>
</div>
</div>
</div>
<!-- EMAIL -->
<div class="col l12 m12 s12 email sidebar-item ">
<div class="row">
<div class="col m12 s12 l3 icon">
<i class="fa fa-envelope">
</i>
<!-- icon -->
</div>
<div class="col m12 s12 l9 info wow fadeIn a3" data-wow-delay="0.3s" style="visibility: hidden; animation-delay: 0.3s; animation-name: none;">
<div class="section-item-details">
<div class="personal">
<h4>
<a href="mailto:laren2j@gmail.com">
laren2j@gmail.com
</a>
</h4>
<!-- Email -->
<span>
personal
</span>
</div>
<!-- <div class="work">
<h4><a href="mailto:laren2j@gmail.com">laren2j@gmail.com</a></h4>
<span>work</span> <br>
</div> -->
</div>
</div>
</div>
</div>
<!-- ADDRESS -->
<div class="col l12 m12 s12 address sidebar-item ">
<div class="row">
<div class="col l3 m12 s12 icon">
<i class="fa fa-home">
</i>
<!-- icon -->
</div>
<div class="col m12 s12 l9 info wow fadeIn a4" data-wow-delay="0.4s" style="visibility: hidden; animation-delay: 0.4s; animation-name: none;">
<div class="section-item-details">
<div class="address-details">
<!-- address -->
<h4>
4 Richard Drive,
<br>
Derry, NH.
<br>
<span>
03038
</span>
</br>
</br>
</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end row -->
</aside>
<!-- end sidebar -->
<!-- =========================================
Work experiences
==========================================-->
<section class="col s12 m12 l8 section">
<div class="row">
<div class="section-wrapper z-depth-1">
<div class="section-icon col s12 m12 l2">
<i class="fa fa-briefcase">
</i>
</div>
<div class="custom-content col s12 m12 l10 wow fadeIn a1 animated" data-wow-delay="0.1s" style="visibility: visible; animation-delay: 0.1s; animation-name: fadeIn;">
<h2>
Work Experience
</h2>
<div class="custom-content-wrapper wow fadeIn a2 animated" data-wow-delay="0.2s" style="visibility: visible; animation-delay: 0.2s; animation-name: fadeIn;">
<h3>
Sr. Software Engineer
<span>
@Data Innovations LLC. (Roper Technologies)
</span>
</h3>
<span>
JAN 2019 - PRESENT
</span>
<br/>
<br/>
<p>
Angular, Typescript, Frontend Architecture, CI/CD, Build Pipelines, Jenkins, Docker, Kubernates, AWS, Powershell.
</p>
</div>
<div class="custom-content-wrapper wow fadeIn a2 animated" data-wow-delay="0.2s" style="visibility: visible; animation-delay: 0.2s; animation-name: fadeIn;">
<h3>
Sr. Software Development Engineer
<span>
@Philips Healthcare
</span>
</h3>
<span>
APR 2017 - DEC 2019
</span>
<br/>
<br/>
<p>
Angular 4, Typescript, D3js - Philips IntelliSense
</p>
</div>
<div class="custom-content-wrapper wow fadeIn a2 animated" data-wow-delay="0.2s" style="visibility: visible; animation-delay: 0.2s; animation-name: fadeIn;">
<h3>
Contract Web Developer
<span>
@Pannos Marketing
</span>
</h3>
<span>
JAN 2017 - APR 2017
</span>
<br/>
<br/>
<p>
Template integration and web development, Maintain and deploy content Pannos CMS (Custom Built PHP CMS), Collaborate with Designer and build Web Pages based on client Needs.
</p>
</div>
<div class="custom-content-wrapper wow fadeIn a2 animated" data-wow-delay="0.2s" style="visibility: visible; animation-delay: 0.2s; animation-name: fadeIn;">
<h3>
Contract Web Developer
<span>
@WeDu
</span>
</h3>
<span>
OCT 2016 - NOV 2016
</span>
<br/>
<br/>
<p>
PSD to HTML conversion, WordPress Template integration, Child theme customization , Responsive design (Twitter Bootstrap and custom CSS). Custom plugins in WordPress according to clients needs (PHP).
</p>
</div>
<div class="custom-content-wrapper wow fadeIn a2 animated" data-wow-delay="0.2s" style="visibility: visible; animation-delay: 0.2s; animation-name: fadeIn;">
<h3>
Senior Software Engineer
<span>
@Robosoft Technologies
</span>
</h3>
<span>
SEP 2014 - JUN 2016
</span>
<br/>
<br/>
<p>
Led and mentored a team in Front-end Development.Interact with clients and gather requirements and provide solutions.
</p>
<p>
Front-end : HTML5, CSS3, Angular JS, Twitter Bootstrap, jQuery, JavaScript, Google API
</p>
<p>
Back-end : Restful web services using Code Igniter 3, Slim and Magento Rest API
</p>
<p>
Successfully planned and handled multiple projects including e commerce and Project planning which were deployed.
</p>
</div>
<div class="custom-content-wrapper wow fadeIn a3 animated" data-wow-delay="0.3s" style="visibility: visible; animation-delay: 0.3s; animation-name: fadeIn;">
<h3>
Software Engineer
<span>
@Atlantic Data
</span>
</h3>
<span>
JUN 2013 - SEP 2014
</span>
<br/>
<br/>
<p>
Planned, designed and developed large scale-able applications using PHP, MySql, MVC, OOPs.
</p>
<p>
Developed Custom web applications for Project Management and Tracking, HR and Payroll Management Tools, Time Track Tool, Meeting and Minutes tools, Client Survey Tools, Disclosure Reference Module, Internal Access Control and Maintenance of Internal Ticketing System.
</p>
</div>
<div class="custom-content-wrapper wow fadeIn a4 animated" data-wow-delay="0.4s" style="visibility: visible; animation-delay: 0.4s; animation-name: fadeIn;">
<h3>
Software Engineer
<span>
@Bolas Intelli
</span>
</h3>
<span>
JUN 2011 - MAY 2013
</span>
<br/>
<br/>
<p>
Worked and managed multiple websites individually and was building bespoke web applications according to clients business needs. The technology stack I worked on were PHP, MySql, MVC, HTML, CSS, JavaScript and jQuery.
</p>
<p>
I have worked on E-commerce, WordPress CMS, Corporate websites, Web Application for Facebook game tracking and management.
</p>
</div>
</div>
</div>
<!-- ========================================
Education
==========================================-->
<div class="section-wrapper z-depth-1">
<div class="section-icon col s12 m12 l2">
<i class="fa fa-graduation-cap">
</i>
</div>
<div class="custom-content col s12 m12 l10 wow fadeIn a1 animated" data-wow-delay="0.1s" style="visibility: visible; animation-delay: 0.1s; animation-name: fadeIn;">
<h2>
Education
</h2>
<div class="custom-content-wrapper wow fadeIn a2" data-wow-delay="0.2s" style="visibility: hidden; animation-delay: 0.2s; animation-name: none;">
<h3>
MBA in Project Management
<span>
@Sikkim Manipal University
</span>
</h3>
<span>
2012 - 2014
</span>
<p>
A part time MBA program from Manipal University, completed my MBA in Project management.
</p>
</div>
<div class="custom-content-wrapper wow fadeIn a3" data-wow-delay="0.3s" style="visibility: hidden; animation-delay: 0.3s; animation-name: none;">
<h3>
Electronics & Communication Engineering
<span>
@VTU
</span>
</h3>
<span>
2005 - 2011
</span>
<p>
Completed Bachelors of Engineering in Electronics and Communication from Canara Engineering College, Mangalore. Affiliated to VTU.
</p>
</div>
<!-- <div class="custom-content-wrapper wow fadeIn a4" data-wow-delay="0.4s" style="visibility: hidden; animation-delay: 0.4s; animation-name: none;">
<h3>TTMP Degree <span>@Creative School</span></h3>
<span>JAN 2013 - DEC 2013 </span>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>
</div> -->
</div>
</div>
<!-- ========================================
Technologies
==========================================-->
<div class="section-wrapper z-depth-1">
<div class="section-icon col s12 m12 l2">
<i class="fa fa-file-code-o ">
</i>
</div>
<div class="technologies col s12 m12 l10 wow fadeIn" data-wow-delay="0.1s" style="visibility: hidden; animation-delay: 0.1s; animation-name: none;">
<h2>
Technologies
</h2>
<ul>
<!-- technologies start -->
<li>
<i aria-hidden="true" class="fa fa-circle-o">
</i>
HTML 5, CSS 3, Responsive Web Development, PWA, SASS
</li>
<li>
<i aria-hidden="true" class="fa fa-circle-o">
</i>
TypeScript, JavaScript, Angular, React JS, jQuery, JSON, Ajax.
</li>
<li>
<i aria-hidden="true" class="fa fa-circle-o">
</i>
Docker, Kubernates, AWS, Jenkins, CI/CD, Powershell
</li>
<li>
<i aria-hidden="true" class="fa fa-circle-o">
</i>
ASP.NET, C#, PHP, WordPress.
</li>
<li>
<i aria-hidden="true" class="fa fa-circle-o">
</i>
Postgres, MySql, Maria DB.
</li>
<li>
<i aria-hidden="true" class="fa fa-circle-o">
</i>
Rest API, MVC, LAMP, Yeoman, SVN , GIT.
</li>
<li>
<i aria-hidden="true" class="fa fa-circle-o">
</i>
SEO, SDLC, Grunt, Gulp, Bower, Webpack.
</li>
</ul>
<!-- technologies end -->
</div>
</div>
<!-- ========================================
Intertests
==========================================-->
<div class="section-wrapper z-depth-1">
<div class="section-icon col s12 m12 l2">
<i class="fa fa-user-o">
</i>
</div>
<div class="interests col s12 m12 l10 wow fadeIn" data-wow-delay="0.1s" style="visibility: hidden; animation-delay: 0.1s; animation-name: none;">
<h2>
Profiles
</h2>
<ul>
<li>
<a href="https://github.com/laren2j" target="_blank">
<i class="fa fa-github tooltipped" data-delay="50" data-position="top" data-tooltip="GitHub Profile">
</i>
</a>
</li>
<li>
<a href="https://gitlab.com/u/laren2j" target="_blank">
<i class="fa fa-gitlab tooltipped" data-delay="50" data-position="top" data-tooltip="GitLab Profile">
</i>
</a>
</li>
<li>
<a href="https://in.linkedin.com/in/lionel-aaron-d-souza-b89a474a" target="_blank">
<i class="fa fa-linkedin tooltipped" data-delay="50" data-position="top" data-tooltip="LinkedIn Profile">
</i>
</a>
</li>
<li>
<a href="https://angel.co/lionel-aaron-d-souza" target="_blank">
<i class="fa fa-angellist tooltipped" data-delay="50" data-position="top" data-tooltip="Angel List">
</i>
</a>
</li>
<li>
<a download="" href="includes/Resume-Lionel.docx" target="_blank">
<i class="fa fa-file-text tooltipped" data-delay="50" data-position="top" data-tooltip="Portfolio">
</i>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- end row -->
</section>
<!-- end section -->
</div>
<!-- end row -->
</div>
<!-- end container -->
<!--=====================
JavaScript
===================== -->
<!-- Jquery core js-->
<script src="includes/js/jquery.min.js">
</script>
<!-- materialize js-->
<script src="includes/js/materialize.min.js">
</script>
<!-- wow js-->
<script src="includes/js/wow.min.js">
</script>
<!-- Masonry js-->
<script src="includes/js/masonry.pkgd.js">
</script>
<!-- Customized js -->
<script src="includes/js/init.js">
</script>
</body>