-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.shtml
516 lines (491 loc) · 34.5 KB
/
index.shtml
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Muhammad Farhan</title>
<!-- Bootstrap -->
<!-- <link href="css/bootstrap.min.css" rel="stylesheet"> -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link href="css/custom.css" rel="stylesheet">
<!-- fonts -->
<link href='https://fonts.googleapis.com/css?family=Nixie+One' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900" rel="stylesheet">
</script>
<link rel="stylesheet" href="css/all.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/brand_colors.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- Google Tag Manager -->
<script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script>
<!-- Start of Async Drift Code -->
<script>
"use strict";
! function() {
var t = window.driftt = window.drift = window.driftt || [];
if (!t.init) {
if (t.invoked) return void(window.console && console.error && console.error("Drift snippet included twice."));
t.invoked = !0, t.methods = ["identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on"],
t.factory = function(e) {
return function() {
var n = Array.prototype.slice.call(arguments);
return n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function(e) {
t[e] = t.factory(e);
}), t.load = function(t) {
var e = 3e5,
n = Math.ceil(new Date() / e) * e,
o = document.createElement("script");
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + n + "/" + t + ".js";
var i = document.getElementsByTagName("script")[0];
i.parentNode.insertBefore(o, i);
};
}
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('a758cnvx52nt');
</script>
<!-- End of Async Drift Code -->
<script>
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' +
i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-K274JNW');
</script>
</script>>
<!-- End Google Tag Manager -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-148366849-1');
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K274JNW"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="loader">
<div>
<img src="images/icons/preloader.gif" alt="">
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-sm-5 left-wrapper">
<div class="event-banner-wrapper">
<div class="logo">
<h1>Muhammad Farhan</h1>
</div>
<p class="copyright">©2020 <a href="mailto:intigration@gmail.com">mfarhan/box</a>, All rights reserved.</p>
</div>
</div>
<div class="col-sm-7 right-wrapper">
<div class="event-ticket-wrapper">
<div class="event-tab">
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="tab-controll active"><a href="#hi" aria-controls="hi" role="tab" data-toggle="tab">Say Hello!</a></li>
<li role="presentation" class="tab-controll"><a href="#about" aria-controls="about" role="tab" data-toggle="tab">Get Meta</a></li>
<li role="presentation" class="tab-controll"><a href="#skills" aria-controls="skills" role="tab" data-toggle="tab">S Deliverance</a></li>
<li role="presentation" class="tab-controll"><a href="#contact" aria-controls="contact" role="tab" data-toggle="tab">Lets Connect</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content scrollbar" id="style-1">
<div role="tabpanel" class="tab-pane fade in active show" id="hi">
<div class="row">
<div class="col-md-12">
<div class="slimScroll" data-color="rgba(255,255,255,0.95)" style="overflow: hidden; width: auto;">
<section class="hero-header animatedParent animateOnce overflow-hide">
<div class="table">
<div class="header-text">
<h2 class="s-48 mt-4" style="padding-bottom: 25px">Welcome!</h2>
<h2 class="">This is</h2>
<h1 class="s-128 font-weight-bolder name-adjust">Muhammad<br>Farhan</h1>
<p class="subtitle bg-danger badge s-18 thin text-white">A Business Developer, Coach and Father</p>
<ul class="social">
<li class="social-icons">
<a href="tel:+923004028200">
<div class="rotating"><i class="fab fa-whatsapp-square whatsapp"></i></div>
</a>
</li>
<li class="social-icons">
<a href="skype:live:f3rhan1?userinfo">
<div class="rotating"><i class="fab fa-skype skype"></i></div>
</a>
</li>
<li class="social-icons">
<a href="mailto:intigration@gmail.com">
<div class="rotating"><i class="far fa-envelope gmail"></i></div>
</a>
</li>
<li class="social-icons">
<a href="https://www.linkedin.com/in/engr-farhan/" target="_blank">
<div class="rotating"><i class="fab fa-linkedin linked-in"></i></div>
</a>
</li>
<li class="social-icons">
<a href="https://github.com/intigration" target="_blank">
<div class="rotating"><i class="fab fa-github github"></i></div>
</a>
</li>
<li class="social-icons">
<a href="https://stackoverflow.com/cv/intigration" target="_blank">
<div class="rotating"><i class="fab fa-stack-overflow stack-overflow"></i></div>
</a>
</li>
</ul>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade fs-20" id="about">
<div class="row">
<div class="col-md-12">
<h1 class="mb-5 page-title"><b>Summary </b></h1>
<div class="d-flex flex-column about-credentials">
<div class="d-flex flex-row mb-3">
<div class="p-2"><i class="fas fa-dice-one"></i></div>
<div class="p-2">I have successfully worked and met delivery expectations to address highly sophisticated quality and compliance charter for engineering teams. These contributions helped to resolve the application domain complexity and reveal the new integration end-points to extend the available functions for mission critical products and project. The implementation reference are backed with new technology stack , tools, environments, standards and team building..
=> establish production ready pipeline for projects, service or products delivery.
=> build and execute strategical plans to propagate higher prospective and vision from management.
=> define and set procedural contracts to comply with organization standards and quality gates.
=> apply adjustments in delivery convergence plan to identify and pre-validate newly introduced functional assumptions, risks and domain complexity.
=> identify paths for compliance and mitigation plan to seed the business success.
=> make the deliverable commercial ready with 'sell-able' tag within market.
=> differentiate the product strength and offering to compete with market players.
=> I develop interest in #re-usability #team-building #first-approach #modeling #risk-mitigation #workflows #automation #monitoring #context-definition #web-schematics #acoustics #machine #data-modeling #autonomous-controller #self-healing #operations-visibility #customer-feedback #data-security #processes #business-drive
Establish dashboards and KPIs to track and formalize the **< standards < process < efficiency< future-proof < opportunity < externals < team-play <compete <zero-waste < agility < security < quality **
</div>
</div>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-md-12">
<h1 class="mb-5 page-title"><b>Tags</b></h1>
<div class="d-flex flex-column about-credentials">
<div class="d-flex flex-row mb-3">
<div class="p-2"><i class="fas fa-briefcase"></i></div>
<div class="p-2">SIEMENS Digital Industries => Factory Automation</div>
</div>
<div class="d-flex flex-row mb-3">
<div class="p-2"><i class="fas fa-graduation-cap"></i></div>
<div class="p-2"> Electronics Engineering</div>
<div class="p-2"><i class="fas fa-graduation-cap"></i></div>
<div class="p-2">Technology Stack and Application development.</div>
</div>
<div class="d-flex flex-row mb-3">
<div class="p-2"><i class="fas fa-map-marker-alt"></i></div>
<div class="p-2">Lahore, Pakistan!</div>
</div>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-md-12">
<h1 class="mb-5 page-title">Meta<i></i></h1>
<div class="d-flex flex-column about-credentials">
<div class="d-flex flex-row mb-3">
<div class="p-2"><i class="fas fa-birthday-cake"></i></div>
<div class="p-2">31 December</div>
</div>
<div class="d-flex flex-row mb-3">
<div class="p-2"><i class="fas fa-language"></i></div>
<div class="p-2">Support</div>
</div>
<div class="d-flex flex-row mb-3">
<div class="p-2"></div>
<div class="p-2 align-items-center"><span class="badge badge-info badge-adjust">English</span></div>
<div class="p-2 align-items-center"><span class="badge badge-info badge-adjust">Urdu</span></div>
<div class="p-2 align-items-center"><span class="badge badge-info badge-adjust">Punjabi</span></div>
</div>
<div class="d-flex flex-row mb-3">
<div class="p-2"><i class="fas fa-palette"></i></div>
<div class="p-2">Private</div>
</div>
<div class="d-flex flex-row mb-3">
<div class="p-2"><span class="badge badge-warning badge-adjust"><i class="fas fa-book-reader mr-2"></i>Research</span></div>
<div class="p-2"><span class="badge badge-warning badge-adjust"><i class="fas fa-running mr-2"></i>Family</span></div>
<div class="p-2"><span class="badge badge-warning badge-adjust"><i class="fas fa-suitcase-rolling mr-2"></i>Cruising</span></div>
<div class="p-2"><span class="badge badge-warning badge-adjust"><i class="fas fa-music mr-2"></i>Contributing</span></div>
<div class="p-2"><span class="badge badge-warning badge-adjust"><i class="fas fa-chalkboard-teacher mr-2"></i>Learning</span></div>
</div>
</div>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade fs-20" id="skills">
<div class="row mbc-5">
<div class="col-md-12">
<h1 class="d-flex flex-row mb-3 skill-underline">
<div class="d-block">
<i class="fab fa-js-square js"></i>
</div>
<div class="p-2">
<strong>JavaScript</strong>
</div>
</h1>
<div class="d-flex flex-column mb-3">
<div class=""><i class="fab fa-react react m-2 fs-25"></i>React</div>
<div class="d-block w-100">
<div class="progress skill-progress">
<div class="progress-bar w-75" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="d-flex flex-column mb-3">
<div class=""><i class="fab fa-angular angular m-2 fs-25"></i>Angular</div>
<div class="d-block w-100">
<div class="progress skill-progress">
<div class="progress-bar w-50" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="d-flex flex-column mb-3">
<div class=""><i class="fab fa-node nodejs m-2 fs-25"></i>Nodejs</div>
<div class="d-block w-100">
<div class="progress skill-progress">
<div class="progress-bar w-50" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="d-flex flex-column mb-3">
<div class="">
<img src="images/icons/Jquery.png" class="m-2" height="25px" />jQuery</div>
<div class="d-block w-100">
<div class="progress skill-progress">
<div class="progress-bar w-50" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</div>
<div class="row mbc-5">
<div class="col-md-12">
<h1 class="d-flex flex-row mb-3 skill-underline">
<i class="fab fa-php php"></i>
<div class="p-2">
<strong>PHP</strong>
</div>
</h1>
<div class="d-flex flex-column mb-3">
<div class=""><i class="fab fa-laravel laravel m-2 fs-25"></i>Laravel</div>
<div class="d-block w-100">
<div class="progress skill-progress">
<div class="progress-bar w-75" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="d-flex flex-column mb-3">
<div class="">
<img src="images/icons/codeigniter.png" class="m-2" height="25px" />Codeigniter</div>
<div class="d-block w-100">
<div class="progress skill-progress">
<div class="progress-bar w-50" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</div>
<div class="row mbc-5">
<div class="col-md-12">
<h1 class="d-flex flex-row mb-3 skill-underline">
<i class="fab fa-python python"></i>
<div class="p-2">
<strong>Python</strong>
</div>
</h1>
<div class="d-flex flex-column mb-3">
<div class="">
<img src="images/icons/django.png" class="m-2" height="35px" />Django</div>
<div class="d-block w-100">
<div class="progress skill-progress">
<div class="progress-bar w-25" role="progressbar" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</div>
<div class="row mbc-5">
<div class="col-md-12">
<h1 class="d-flex flex-row mb-3 skill-underline">
<i class="fas fa-database database"></i>
<div class="p-2">
<strong>Database</strong>
</div>
</h1>
<div class="d-flex flex-column mb-3">
<div class="">
<img src="images/icons/mysql.png" class="m-2" height="25px" />MySQL</div>
<div class="d-block w-100">
<div class="progress skill-progress">
<div class="progress-bar w-75" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="d-flex flex-column mb-3">
<div class="">
<img src="images/icons/mongodb.png" class="m-2" height="45px" />MongoDB</div>
<div class="d-block w-100">
<div class="progress skill-progress">
<div class="progress-bar w-50" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</div>
<div class="row mbc-5">
<div class="col-md-12">
<h1 class="d-flex flex-row mb-3 skill-underline">
<i class="fas fa-code-branch"></i>
<div class="p-2">
<strong>Version Control</strong>
</div>
</h1>
<div class="d-flex flex-column mb-3">
<div class=""><i class="fab fa-github github m-2 fs-25"></i>GitHub</div>
<div class="d-block w-100">
<div class="progress skill-progress">
<div class="progress-bar w-75" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="d-flex flex-column mb-3">
<div class=""><i class="fab fa-gitlab gitlab m-2 fs-25"></i>GitLab</div>
<div class="d-block w-100">
<div class="progress skill-progress">
<div class="progress-bar w-50" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="d-flex flex-column mb-3">
<div class=""><i class="fab fa-bitbucket bitbucket m-2 fs-25"></i>Bitbucket</div>
<div class="d-block w-100">
<div class="progress skill-progress">
<div class="progress-bar w-75" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</div>
<div class="row mbc-5">
<div class="col-md-12">
<h1 class="d-flex flex-row mb-3 skill-underline">
<i class="fas fa-bug bug"></i>
<div class="p-2">
<strong>Issue Tracking</strong>
</div>
</h1>
<div class="d-flex flex-column mb-3">
<div class=""><i class="fab fa-trello trello m-2 fs-25"></i>Trello</div>
<div class="d-block w-100">
<div class="progress skill-progress">
<div class="progress-bar w-100" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="d-flex flex-column mb-3">
<div class=""><i class="fab fa-jira jira m-2 fs-25"></i>Jira</div>
<div class="d-block w-100">
<div class="progress skill-progress">
<div class="progress-bar w-50" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="d-flex flex-column mb-3">
<div class=""><img src="images/icons/Planner.png" class="m-2" height="25px" />Microsoft Planner</div>
<div class="d-block w-100">
<div class="progress skill-progress">
<div class="progress-bar w-75" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade fs-20" id="contact">
<div class="row">
<div class="col-md-12">
<h1 class="mb-5 page-title"><i>Get in Touch!</i></h1>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>I am open to communicate and discuss any type of work scope,idea,investment,opinion,research,tools and technology. </p>
<p>Just shoot me an Email <a href="mailto:intigration@gmail.com" class="contact-email">intigration@gmail.com</a> and lets contribute together!!</p>
<p> </p>
<p>Strong follower of team building and delivery models those result to celebrate the "collective success"..</p>
<p><a href="files/mycv.pdf" target="_blank" class="btn btn-info">Fetch the copy of my portfolio!</a></p>
<p> </p>
<p>Some readily ways to start collaboration and exchange topic of mutual interest</p>
<p>
<div class="d-flex flex-row mb-3">
<div class="p-2"></div>
<div class="p-2 align-items-center">
<a href="https://www.linkedin.com/in/engr-farhan/" target="_blank">
<i class="fab fa-linkedin linked-in"></i> <strong style="color: black">Linkedin</strong>
</a>
</div>
<div class="p-2 align-items-center">
<a href="https://github.com/intigration" target="_blank">
<i class="fab fa-github github"></i> <strong style="color: black">GitHub</strong>
</a>
</div>
</div>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- <script src="js/bootstrap.min.js"></script>
-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="js/allscript.js"></script>
<script>
if (window.innerWidth > 700 && window.screen.orientation.angle == 0) {
var PleaseRotateOptions = {
onlyMobile: true,
forcePortrait: false,
allowClickBypass: false,
subMessage: "",
}
} else {
var PleaseRotateOptions = {
onlyMobile: true,
forcePortrait: true,
allowClickBypass: false,
subMessage: "",
}
}
</script>
<script src="js/pleaserotate.min.js"></script>
</body>
</html>