-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
645 lines (520 loc) · 24.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
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
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title> Zohaib's Portfolio: Home </title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Vendor CSS Files -->
<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/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">
<!-- <style>
img{
max-width: 90%;
display: block; /* remove extra space below image */
}
</style> -->
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TSB82NSVFW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TSB82NSVFW');
</script>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center justify-content-between">
<p class="logo"><a href="index.html">Data portfolio</a> </p>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo"><img src="assets/img/logo.png" alt="" class="img-fluid"></a> -->
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto " href="#portfolio">Portfolio</a></li>
<li><a class="nav-link scrollto" href="#services">Services</a></li>
<!-- <li><a class="nav-link scrollto " href="#blog">Blog</a></li> -->
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<div id="hero" class="hero route bg-image" style="background-image: url(assets/img/hero-bg1.jpg)">
<div class="overlay-itro"></div>
<div class="hero-content display-table">
<div class="table-cell">
<div class="container">
<p class="display-6 color-d">Welcome to my portfolio</p>
<h1 class="hero-title mb-4"> I am Zohaib Aftab </h1>
<p class="hero-subtitle"> <span class="typed" data-typed-items="Data Scientist, Data Analyst,Data Scientist, Data Analyst,Data Scientist, Data Analyst "></span></p>
<!-- <p> <font size="+3"> skilled in Python, PowerBI and Machine Learning </font> </p> -->
<p class="pt-3"><a class="btn btn-primary btn js-scroll px-4" href="#about" role="button">Learn More</a></p>
</div>
</div>
</div>
</div><!-- End Hero Section -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about-mf sect-pt3 route">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="box-shadow-full">
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-sm-6 col-md-5">
<div class="about-img">
<img src="assets/img/passport.jpg" class="img-fluid rounded b-shadow-a" alt="">
</div>
</div>
<div class="col-sm-6 col-md-7">
<div class="about-info">
<p><span class="title-s">Zohaib Aftab </span>
<!-- <span>Zohaib Aftab</span></p> -->
<p><span class="title-s"> Data Scientist, Engineer and Educator </span>
<!-- <span>Data Scientist </span></p> -->
<p><span class="title-s">Email: </span> <a target="_blank" href="mailto:zohaib@live.fr">
<span class="label">zohaib@live.fr </span></a></p>
<p><span class="title-s">LinkedIn: </span> <a target="_blank" href="https://www.linkedin.com/in/drzohaib/">
<span class="label">/in/drzohaib</span></a></p>
<p><span class="title-s">Github: </span> <a target="_blank" href="https://github.com/zohaibdr">
<span class="label">Click here</span></a></p>
<!-- <p><span class="title-s">Phone: </span> <span>(617) 557-0089</span></p> -->
</div>
</div>
</div>
<div class="about-me pt-4 pt-md-0">
<div class="title-box-3">
<h5 class="title-left">
About me
</h5>
</div>
<p class="lead">
<ul>
<p>
I am a Scientist driven by the opportunity to apply cutting-edge statistical and
machine learning techniques to solve complex business problems. <br/>
I am skilled in programming languages such as Python and R,
and have experience working with data visualization tools such as Power BI.</p>
<p> I enjoy using my skills to help businesses succeed, be it predicting equipment faults or optimizing marketing spends. </p>
</ul>
</p>
</div>
</div>
<div class="col-md-5">
<div class="skill-mf">
<p class="title-s">MY SKILLS </p>
<img src="assets/img/python.png" height="90" />
<img src="assets/img/R.png" height="75" />
<img src="assets/img/matlab.png" height="100" /> <br/>
<br/>
<img src="assets/img/pandas.png" height="70" />    
<img src="assets/img/sklearn.png" height="65" /> <br/>
<br/>
<img src="assets/img/tf.png" height="50" />
<br/>
<br/>
<img src="assets/img/powerbi.png" height="75" />
<img src="assets/img/jasp.png" height="80" />
<br/>
</div>
<br/>
<!-- <p class="pt-3"><a class="btn btn-primary btn js-scroll px-4" href="Resume_ZohaibA.pdf" role="button">Download Resumé</a></p> -->
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio-mf sect-pt3 route">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h3 class="title-a">
Portfolio
</h3>
<p class="subtitle-a">
<!-- Click on <span class="bi bi-plus-circle"> button for details -->
</p>
<div class="line-mf"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="work-box">
<a href="BankRecovery.html" data-gallery="portfolioGallery">
<div class="work-img">
<img src="images/loan.webp" alt="" class="img-fluid" >
</div>
</a>
<div class="work-content">
<div class="row">
<div class="col-sm-8">
<h2 class="w-title">
Bank Loan Recovery Paradox</h2>
<div class="w-more">
<span> Can we do an ML powered cost-benefit analysis for the bank? </span>
</div>
</div>
<div class="col-sm-4">
<div class="w-like">
<a href="BankRecovery.html"> <span class="bi bi-plus-circle"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="work-box">
<a href="Gear.html" data-gallery="portfolioGallery">
<div class="work-img">
<img src="images/gears.png" alt="" class="img-fluid" >
</div>
</a>
<div class="work-content">
<div class="row">
<div class="col-sm-8">
<h2 class="w-title"> AI-driven gearbox diagnosis </h2>
<div class="w-more">
<span> Can vibration data give a clue about gearbox's condition? </span>
</div>
</div>
<div class="col-sm-4">
<div class="w-like">
<a href="Gear.html"> <span class="bi bi-plus-circle"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="work-box">
<a href="Concrete.html" data-gallery="portfolioGallery">
<div class="work-img">
<img src="images/concrete.png" alt="" class="img-fluid" >
</div>
</a>
<div class="work-content">
<div class="row">
<div class="col-sm-8">
<h2 class="w-title">The Concrete Equation from Data </h2>
<div class="w-more">
<span> Finding a magical mix of concrete ingredients </span>
</div>
</div>
<div class="col-sm-4">
<div class="w-like">
<a href="Concrete.html"> <span class="bi bi-plus-circle"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="work-box">
<a href="Shopping.html" data-gallery="portfolioGallery">
<div class="work-img">
<img src="images/shoppingOnline.jpg" alt="" class="img-fluid" >
</div>
</a>
<div class="work-content">
<div class="row">
<div class="col-sm-8">
<h2 class="w-title">Retail Shopping Intention </h2>
<div class="w-more">
<span> Identifying potential buyer from website tracking data </span>
</div>
</div>
<div class="col-sm-4">
<div class="w-like">
<a href="Shopping.html"> <span class="bi bi-plus-circle"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="work-box">
<a href="Housing.html" data-gallery="portfolioGallery">
<div class="work-img">
<img src="images/house.png" alt="" class="img-fluid" >
</div>
</a>
<div class="work-content">
<div class="row">
<div class="col-sm-8">
<h2 class="w-title">Housing Price Conundrum </h2>
<div class="w-more">
<span> How accurately can we predict housing price from census data? </span>
</div>
</div>
<div class="col-sm-4">
<div class="w-like">
<a href="Housing.html"> <span class="bi bi-plus-circle"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="work-box">
<a href="Churn.html" data-gallery="portfolioGallery">
<div class="work-img">
<img src="images/Reason-to-Leave.png" alt="" class="img-fluid" >
</div>
</a>
<div class="work-content">
<div class="row">
<div class="col-sm-8">
<h2 class="w-title">Customer Churn Prediction </h2>
<div class="w-more">
<span> The one where Recall takes precedence over Precision</span>
</div>
</div>
<div class="col-sm-4">
<div class="w-like">
<a href="Churn.html"> <span class="bi bi-plus-circle"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="col-md-4">
<div class="work-box">
<a href=".html" data-gallery="portfolioGallery">
<div class="work-img">
<img src="images/pic02.jpg" alt="" class="img-fluid" >
</div>
</a>
<div class="work-content">
<div class="row">
<div class="col-sm-8">
<h2 class="w-title">Predictive Analytics </h2>
<div class="w-more">
<span> ... </span>
</div>
</div>
<div class="col-sm-4">
<div class="w-like">
<a href=".html"> <span class="bi bi-plus-circle"></span></a>
</div>
</div>
</div>
</div>
</div>
</div> -->
</div>
</div>
</section>
<!-- ======= Services Section ======= -->
<section id="services" class="services-mf pt-5 route">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h3 class="title-a">
Services
</h3>
<p class="subtitle-a">
<!-- Lorem ipsum, dolor sit amet consectetur adipisicing elit. -->
</p>
<div class="line-mf"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="service-box">
<div class="service-ico">
<span class="ico-circle"><i class="bi bi-database-fill-gear"></i></span>
</div>
<div class="service-content">
<h2 class="s-title">DATA-DRIVEN INSIGHTS </h2>
<p class="s-description text-center">
Unlock the full potential of your data and turn it into actionable insights
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box">
<div class="service-ico">
<span class="ico-circle"><i class="bi bi-megaphone"></i></span>
</div>
<div class="service-content">
<h2 class="s-title">MEDIA MIX MODELING</h2>
<p class="s-description text-center">
Maximize your marketing ROI. Optimize your media spend across channels to achieve marketing success
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box">
<div class="service-ico">
<span class="ico-circle"><i class="bi bi-bar-chart"></i></span>
</div>
<div class="service-content">
<h2 class="s-title">POWERBI VISUALIZATION AND DASHBOARDING</h2>
<p class="s-description text-center">
Visualize your data like never before with interactive dashboards that bring your data to life
</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- End Portfolio Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="paralax-mf footer-paralax bg-image sect-mt4 route" style="background-image: url(assets/img/overlay-bg.jpg)">
<div class="overlay-mf"></div>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="contact-mf">
<div id="contact" class="box-shadow-full">
<div class="row">
<!-- <div class="col-md-6">
<div class="title-box-2">
<h5 class="title-left">
Send Message
</h5>
</div>
<div>
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="row">
<div class="col-md-12 mb-3">
<div class="form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
</div>
<div class="col-md-12 mb-3">
<div class="form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="col-md-12 mb-3">
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
</div>
<div class="col-md-12 text-center my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message"> Your message has been sent. Thank you!</div>
</div>
<div class="col-md-12 text-center">
<button type="submit" class="button button-a button-big button-rouded">Send Message</button>
</div>
</div>
</form>
</div>
</div> -->
<div class="col-md-7">
<div class="title-box-2 pt-4 pt-md-0">
<h5 class="title-left">
Get in Touch
</h5>
</div>
<div class="more-info">
<p class="lead">
Feel free to contact me:
</p>
<!-- <ul class="list-ico">
<li><span class="bi bi-geo-alt"></span> 329 WASHINGTON ST BOSTON, MA 02108</li>
<li><span class="bi bi-phone"></span> (617) 557-0089</li>
<li><span class="bi bi-envelope"></span> contact@example.com</li>
</ul> -->
</div>
<div class="socials">
<ul>
<li><a target="_blank" href="mailto:zohaib@live.fr"><span class="ico-circle"><i class="bi bi-envelope-paper"></i></span></a></li>
<li><a target="_blank" href="mailto:zohaib@live.fr">zohaib@live.fr </a></li>
<br/>
<br/>
<li><a href="https://www.linkedin.com/in/drzohaib/" target="_blank"><span class="ico-circle"><i class="bi bi-linkedin"></i></span></a></li>
<li><a target="_blank" href="https://www.linkedin.com/in/drzohaib/">LinkedIn </a></li>
<br/>
<br/>
<li><a target="_blank" href="https://github.com/zohaibdr/Portfolio" target="_blank"><span class="ico-circle"><i class="bi bi-github"></i></span></a></li>
<li><a target="_blank" href="https://github.com/zohaibdr/Portfolio">Github </a></li>
</ul>
</div>
<!-- <div class="col-mg-6">
<div class="google-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d185151.68335454195!2d-80.08251998978355!3d43.52329589618229!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x882b6fa34a2371d5%3A0x60f4dd8775707432!2sMilton%2C%20ON%2C%20Canada!5e0!3m2!1sen!2s!4v1678110705402!5m2!1sen!2s" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="copyright-box">
<p> All Rights Reserved</p>
<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: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=DevFolio
-->
Template Credit to <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</div>
</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"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.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/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>