-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
547 lines (519 loc) · 22.8 KB
/
index.html
File metadata and controls
547 lines (519 loc) · 22.8 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
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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>I am Aditya</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- Font Awesome -->
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<!-- Font Files -->
<link href="https://fonts.googleapis.com/css2?family=Arbutus+Slab&display=swap" rel="stylesheet">
</head>
<body>
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light bg-light shadow fixed-top">
<div class="container">
<a class="navbar-brand signature-text" href="#">Aditya Mudgerikar</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#Me">Me
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#WhatIDo">What I Do</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Full Page Image Header with Vertically Centered Content -->
<header class="masthead" id="Me">
<div class="masthead-inner h-100">
<div class="container-fluid h-100">
<div class="row h-100 align-items-center xs-column-reverse">
<div class="col-lg-6 col-md-6 col-sm-12 text-center order-lg-1 order-md-1 order-sm-12 order-12">
<h1 class="font-weight-light masthead-center-text">
Hi, I am Aditya.
</h1>
<p class="text-muted masthead-job-description">
Full Stack Developer <br>
Originator • Automator <br>
Minimalist
</p>
<ul class="masthead-developer-details">
<li class="text-muted">
<a class="text-muted" href="mailto:aditya18thm@gmail.com">
<span class="fa fa-envelope"></span>aditya18thm@gmail.com
</a>
</li>
</ul>
<ul class="developer-links">
<li>
<a class="text-muted" href="https://github.com/adityaskm" target="_blank" rel="noopener noreferrer">
<span class="fa fa-github"></span>
</a>
</li>
<li>
<a class="text-muted" href="https://www.linkedin.com/in/aditya-mudgerikar-50b20714b/" target="_blank"
rel="noopener noreferrer">
<span class="fa fa-linkedin"></span>
</a>
</li>
</ul>
<p class="text-muted masthead-subtext">
BASED IN PUNE, INDIA
</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 text-center order-lg-12 order-md-12 order-sm-1 order-1">
<img src="img/technologiessvg.svg" alt="" class="image-technologies">
</div>
</div>
</div>
</div>
</header>
<section class="full-page-section--box-shadow" id="Experience">
<div class="container-fluid ">
<div class="row">
<div class="col-12 text-center">
<h2 class="focus-text">My Experience</h2>
<p class="text-muted muted-subtext">
more than 3 years experience in
Web Development, software Architecture, SysAdmin Roles
&
General Software Development.
</p>
</div>
</div>
</div>
<div class="container company-list">
<div class="row company-list-item">
<div class="col-12">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-2 col-xl-2 company-list-column company-list-column--company-logo">
<div class="company-logo">
<img alt="MSM Logo" src="img/logos/msm.logo.svg" class="logo">
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-10 col-xl-10 company-list-column">
<h3 class="company-title">MSM Digital</h3>
<ul class="skill-list">
<li>
<img alt="" src="img/software logos/angular.svg">
</li>
<li>
<img alt="" src="img/software logos/JS.png">
</li>
<li>
<img alt="" src="img/software logos/Sass_Logo_Color.svg">
</li>
<li>
<img alt="" src="img/software logos/typescript.svg">
</li>
<li>
<img alt="" src="img/software logos/Google_Maps_icon_2020.png">
</li>
<li>
<img alt="" src="img/software logos/Git_icon.svg.png">
</li>
<li>
<img alt="" class="distance" src="img/v-separator.svg">
</li>
<li>
<img alt="" src="img/software logos/node.svg">
</li>
<li>
<img alt="" src="img/software logos/Jenkins.png">
</li>
<li>
<img alt="" class="react-logo-margin-1" src="img/software logos/React.svg">
</li>
<li>
<img alt="" class="react-logo-margin-1" src="img/software logos/Mobile-Phone-for-React-Nativesvg.svg">
</li>
<li>
<img alt="" src="img/software logos/AWS_Simple_Icons_AWS_Cloud.png">
</li>
</ul>
<p class="duration text-muted">
9th march 2018 - Present
</p>
<h7>Key Roles and Responsibilities</h7>
<ul class="px-4 py-2">
<li>Frontend Developer on 5 Projects</li>
<li>Lead Frontend Developer on 2 Projects</li>
<li>Refactored and Upgraded to latest Versions of Angular and other Frameworks all 5 projects.</li>
<li>Upgraded and Introduced Typescript to React and React Native Apps.</li>
<li>Automated Creation of Interfaces from JSON.</li>
<li>Introduced JSON based Localisation for multiple Projects and Used GCP to automate Translation to
new languages.</li>
<li>Heavy Use and Customisation of Google Maps and Google Maps JS API's.</li>
<li>Part of Development of a Design System for our Company -
<span class="text-muted">
MSM Design System
</span>
</li>
</ul>
<h7>My Projects</h7>
<ul class="px-4 py-2">
<li class="text-muted text-uppercase">
<a class="text-muted text-uppercase" href="https://managed-order.de" rel="noopener noreferrer"
target="_blank">
Managed Order Platform<span class="fa fa-share mx-1"></span>
</a>
</li>
<li class="text-muted text-uppercase">
<a class="text-muted text-uppercase" href="https://one2five.digital" rel="noopener noreferrer"
target="_blank">
One2five<span class="fa fa-share mx-1"></span>
</a>
</li>
<li class="text-muted text-uppercase">
<a class="text-muted text-uppercase"
href="https://www.migros.ch/de/unternehmen/medien/mitteilungen/show/news/medienmitteilungen/2019/animal-planet-mania.html"
rel="noopener noreferrer" target="_blank">
Animal Planet Mania - Migros<sup>Tm</sup><span class="fa fa-share mx-1"></span>
</a>
</li>
<li class="text-muted text-uppercase">
<a class="text-muted text-uppercase" href="https://primeup.de/" rel="noopener noreferrer"
target="_blank">
BuyQ/PrimeUp<span class="fa fa-share mx-1"></span>
</a>
</li>
<li class="text-muted text-uppercase">
<a class="text-muted text-uppercase" href="https://studio.haro.com/" rel="noopener noreferrer"
target="_blank">
haro boden studio - Offline Version<span class="fa fa-share mx-1"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="company-separator-container">
<img class="company-separator" alt="" src="./img/dividersvg.svg">
</div>
<div class="row company-list-item">
<div class="col-12">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-2 col-xl-2 company-list-column company-list-column--company-logo">
<div class="company-logo">
<img alt="MSM Logo" src="img/logos/inkpixels.svg" class="logo">
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-10 col-xl-10 company-list-column">
<h3 class="company-title">Inkpixels</h3>
<ul class="skill-list">
<li>
<img alt="" src="img/software logos/ionic-logo.svg">
</li>
<li>
<img alt="" src="img/software logos/PHP-logo.svg">
</li>
<li>
<img alt="" src="img/software logos/cP_orange.svg">
</li>
<li>
<img alt="" src="img/software logos/WordPress-logotype-wmark.png">
</li>
<li>
<img alt="" src="img/software logos/lumen.png">
</li>
<li>
<img alt="" src="img/software logos/angular.svg">
</li>
<li>
<img alt="" src="img/software logos/JS.png">
</li>
<li>
<img alt="" src="img/software logos/Sass_Logo_Color.svg">
</li>
<li>
<img alt="" src="img/software logos/typescript.svg">
</li>
<li>
<img alt="" src="img/software logos/Git_icon.svg.png">
</li>
<li>
<img alt="" src="img/software logos/node.svg">
</li>
<li>
<img alt="" class="react-logo-margin-1" src="img/software logos/Mobile-Phone-for-React-Nativesvg.svg">
</li>
</ul>
<p class="duration text-muted">
March 2017 to 9th March 2018
</p>
<h7>Key Roles and Responsibilities</h7>
<ul class="px-4 py-2">
<li>CTO | Backend Developer | Sysadmin</li>
<li>Responsible for Keeping all the company's Servers up.</li>
<li>Responsible for Technical Cost Management.</li>
<li>Backend Developer: PHP, Node and ASP.NET.</li>
<li>Responsible for and automation of Code Deployment, Server Uptime, Site Maintainence.</li>
<li>Responsible for Development of Coding Standards for the Company.</li>
<li>Created Multiple Apps, Products, Pet Projects, Client Websites.</li>
<li>Offered Services for maintaining Sites/products for multiple companies.</li>
</ul>
<h7>Our Projects</h7>
<ul class="px-4 py-2">
<li class="text-muted text-uppercase">
<a class="text-muted text-uppercase"
href="https://play.google.com/store/apps/details?id=example.com.mapsapplication&hl=en"
rel="noopener noreferrer" target="_blank">
Find Ganesha<span class="fa fa-share mx-1"></span>
</a>
<ul class="description-product">
<li>
This was the Core Product of our Company.
</li>
<li>
Over the span of 1 week in 2017, we got over 2500 Downloads according to Google’s Play Store
Console.
</li>
</ul>
</li>
<li class="text-muted text-uppercase">
<span class="text-muted text-uppercase">
Orchid App</span>
</span>
<ul class="description-product">
<li>
WhatsApp like Chat based app which could show your live location while chatting.
</li>
<li>
We finally abandoned this project since WhatsApp released all these features in 2017 itself!
</li>
</ul>
</li>
<li class="text-muted">
<span class="text-muted text-uppercase">
CLIENT Websites
</span>
<ul class="description-product">
<li>
ATHIYA DEVELOPERS
</li>
<li>
SHUBHAARAMBH DEVELOPERS
</li>
<li>
INIFD VASHI
</li>
<span>(Most of them may have redesigned their sites since early 2018)</span>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="company-separator-container">
<img class="company-separator" alt="" src="./img/dividersvg.svg">
</div>
<div class="row company-list-item">
<div class="col-12">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-2 col-xl-2 company-list-column company-list-column--company-logo">
<div class="company-logo">
<img alt="MSM Logo" src="img/logos/ben-kolde-H29h6a8j8QM-unsplash.png" class="logo">
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-10 col-xl-10 company-list-column">
<h3 class="company-title">Freelancing</h3>
<ul class="skill-list">
<li>
<img alt="" src="img/software logos/ionic-logo.svg">
</li>
<li>
<img alt="" src="img/software logos/PHP-logo.svg">
</li>
<li>
<img alt="" src="img/software logos/cP_orange.svg">
</li>
<li>
<img alt="" src="img/software logos/WordPress-logotype-wmark.png">
</li>
<li>
<img alt="" src="img/software logos/lumen.png">
</li>
<li>
<img alt="" src="img/software logos/JS.png">
</li>
<li>
<img alt="" src="img/software logos/Sass_Logo_Color.svg">
</li>
<li>
<img alt="" src="img/software logos/visual-studio.png">
</li>
</ul>
<p class="duration text-muted">
March 2017 to Present
</p>
<p>
Before joining Inkpixels, I was freelancing, in which I worked on an extensive set of technologies
with Qsystem Software & Consultancy and Medinisoft. I worked primarily on the Front end and ASP.Net
projects. I gave demos and deployments in large companies like Mercedes Benz and Alfa Laval for
Automotive Automation.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="full-page-section--box-shadow" id="WhatIDo">
<div class="container-fluid ">
<div class="row align-items-center">
<div class="col-12 text-center">
<h2 class="focus-text mb-4">What can I do?</h2>
<section class="skill-section container">
<p class="text-muted muted-subtext">I can build a UI for your Design.</p>
<div class="tools-i-use">
<div class="row py-5">
<div class="col-sm-12 col-md-12 col-lg-4 text-center">
<img alt="" src="/img/input-process/1svg.svg">
<img alt="arrow" class="arrow" src="/img/input-process/arrow.svg">
</div>
<div class="col-sm-12 col-md-12 col-lg-4 text-center">
<img alt="" src="/img/input-process/2.svg">
<img alt="arrow" class="arrow" src="/img/input-process/arrow.svg">
</div>
<div class="col-sm-12 col-md-12 col-lg-4 text-center">
<img alt="" src="/img/input-process/output.svg">
</div>
</div>
</div>
</section>
<div class="company-separator-container">
<img class="company-separator" alt="" src="./img/dividersvg.svg">
</div>
<section class="skill-section container">
<p class="text-muted muted-subtext">I can build backend For your App.</p>
<div class="tools-i-use">
<div class="row py-5">
<div class="col-sm-12 col-md-12 col-lg-4 text-center">
<img alt="" src="/img/input-process/backend/plan.svg">
<img alt="arrow" class="arrow" src="/img/input-process/arrow.svg">
</div>
<div class="col-sm-12 col-md-12 col-lg-4 text-center">
<img alt="" src="/img/input-process/2.svg">
<img alt="arrow" class="arrow" src="/img/input-process/arrow.svg">
</div>
<div class="col-sm-12 col-md-12 col-lg-4 text-center">
<img alt="" src="/img/input-process/backend/backend.svg">
</div>
</div>
</div>
</section>
<div class="company-separator-container">
<img class="company-separator" alt="" src="./img/dividersvg.svg">
</div>
<section class="skill-section container">
<p class="text-muted muted-subtext">I can build your App.</p>
<div class="tools-i-use">
<div class="row py-5">
<div class="col-sm-12 col-md-12 col-lg-4 text-center">
<img alt="" src="/img/input-process/backend/plan.svg">
<img alt="arrow" class="arrow" src="/img/input-process/arrow.svg">
</div>
<div class="col-sm-12 col-md-12 col-lg-4 text-center">
<img alt="" src="/img/input-process/app/app_process.svg">
<img alt="arrow" class="arrow" src="/img/input-process/arrow.svg">
</div>
<div class="col-sm-12 col-md-12 col-lg-4 text-center">
<img alt="" src="/img/input-process/app/app.svg">
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</section>
<section class="full-page-section" id="contact">
<div class="container-fluid ">
<div class="row align-items-center">
<div class="col-12 text-center">
<h2 class="focus-text mb-4">Would you like to have a chat?</h2>
<span class="text-muted">I am reachable at
<a class="text-muted text-underline" href="mailto:aditya18thm@gmail.com">aditya18thm@gmail.com</a>
</span>
</div>
</div>
</div>
</section>
<footer class="text-center text-muted bg-light m-0 p-2 border-top footer">
<p class="mb-1 copyright-notice">
© Aditya S. Mudgerikar • 2017 - 2020
</p>
<p class="mb-0">
Logos Copyright and Trademarks of their respective Technologies and Companies.
</p>
<p class="mb-0">
Background Photos
by • Ben Kolde on Unsplash and • Bongkarn Thanyakij from Pexels | divider from svgsilh.com
</p>
</footer>
<!-- Scripts -->
<script src="js/vendor/modernizr-3.8.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script>
window.jQuery || document.write('<script src="js/vendor/jquery-3.4.1.min.js"><\/script>')
</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Bootstrap -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<!-- Script to be loaded after all other scripts have finished loading -->
<script src="/js/main2.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga = function () {
ga.q.push(arguments)
};
ga.q = [];
ga.l = +new Date;
ga('create', 'UA-XXXXX-Y', 'auto');
ga('set', 'transport', 'beacon');
ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
</body>
</html>