-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
550 lines (503 loc) · 24.6 KB
/
resume.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Muhammad Ayoub - Personal Portfolio</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Hi, Em Muhammad Ayoub self-learned programmer from Faisalabad. I'm a professional web developer specialised in frontend development for complex scalable web apps.">
<meta name="author" content="Muhammad Ayoub Khan">
<link rel="shortcut icon" href="./favicon.ico">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<!-- Owl Stylesheets -->
<link rel="stylesheet" href="./assets/plugins/owlcarousel/owl.carousel.min.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="./assets/css/theme-8.css">
<link rel="stylesheet" href="./assets/css/theme-new.css">
</head>
<body>
<header class="header text-center">
<div class="force-overflow">
<h1 class="blog-name pt-lg-4 mb-0"><a href="index.html">M. Ayoub</a></h1>
<nav class="navbar navbar-expand-lg navbar-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navigation" class="collapse navbar-collapse flex-column">
<div class="profile-section pt-3 pt-lg-0">
<img class="profile-image mb-3 rounded-circle mx-auto" src="./assets/images/profile.png" alt="image">
<div class="bio mb-3">Hi, I'm Muhammad Ayoub and I'm a Javascript Engineer. Welcome to my personal
website!</div>
<!--//bio-->
<ul class="social-list list-inline py-2 mx-auto">
<li class="list-inline-item"><a target="_blank" href="https://twitter.com/AyoubKhan558"><i
class="fab fa-twitter fa-fw"></i></a></li>
<li class="list-inline-item"><a target="_blank" href="https://www.linkedin.com/in/ayoubkhan558/"><i
class="fab fa-linkedin-in fa-fw"></i></a></li>
<li class="list-inline-item"><a target="_blank" href="https://github.com/ayoubkhan558"><i
class="fab fa-github-alt fa-fw"></i></a></li>
<li class="list-inline-item"><a target="_blank" href="https://stackoverflow.com/users/9207553/mohammad-ayoub-khan
"><i class="fab fa-stack-overflow fa-fw"></i></a></li>
<li class="list-inline-item"><a target="_blank" href="https://codepen.io/ayoubkhan558"><i
class="fab fa-codepen fa-fw"></i></a></li>
</ul>
<!--//social-list-->
<hr>
</div>
<!--//profile-section-->
<ul class="navbar-nav flex-column text-left">
<li class="nav-item">
<a class="nav-link" href="index.html"><i class="fas fa-user fa-fw mr-2"></i>About Me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="portfolio.html"><i class="fas fa-laptop-code fa-fw mr-2"></i>Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html"><i class="fas fa-briefcase fa-fw mr-2"></i>Services &
Pricing</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="resume.html"><i class="fas fa-file-alt fa-fw mr-2"></i>Resume</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog-home.html"><i class="fas fa-blog fa-fw mr-2"></i>Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html"><i class="fas fa-envelope-open-text fa-fw mr-2"></i>Contact</a>
</li>
</ul>
<div class="my-2">
<a class="btn btn-primary" href="contact.html" target="_blank"><i class="fas fa-paper-plane mr-2"></i>Hire
Me</a>
</div>
<div class="dark-mode-toggle text-center w-100">
<hr class="mb-4">
<h4 class="toggle-name mb-3 "><i class="fas fa-adjust mr-1"></i>Dark Mode</h4>
<input class="toggle" id="darkmode" type="checkbox" checked>
<label class="toggle-btn mx-auto mb-0" for="darkmode"></label>
</div>
<!--//dark-mode-toggle-->
</div>
</nav>
</div>
<!--//force-overflow-->
</header>
<div class="main-wrapper">
<section class="cta-section theme-bg-light py-5">
<div class="container text-center single-col-max-width">
<h2 class="heading mb-3">Online Resume</h2>
<a class="btn btn-sm btn-danger mt-3"
href="https://themes.3rdwavemedia.com/resources/sketch-template/resume-sketch-sketch-resume-template-for-software-developers/"
target="_blank"><i class="fas fa-file-pdf mr-2"></i>Download PDF Version</a>
<a class="btn btn-sm btn-info mt-3"
href="https://themes.3rdwavemedia.com/resources/sketch-template/resume-sketch-sketch-resume-template-for-software-developers/"
target="_blank"><i class="fas fa-file-word mr-2"></i>Download Word Version</a>
</div>
<!--//container-->
</section>
<div class="container px-3 px-lg-5">
<article class="resume-wrapper mx-auto theme-bg-light p-5 mb-5 my-5 shadow-lg">
<div class="resume-header">
<div class="row align-items-center">
<div class="resume-title col-12 col-md-6 col-lg-8 col-xl-9">
<h2 class="resume-name mb-0 text-uppercase">Muhammad Ayoub</h2>
<div class="resume-tagline mb-3 mb-md-0">Javascript Engineer</div>
</div>
<!--//resume-title-->
<div class="resume-contact col-12 col-md-6 col-lg-4 col-xl-3">
<ul class="list-unstyled mb-0">
<li class="mb-2"><i class="fas fa-phone-square fa-fw fa-lg mr-2 "></i><a class="resume-link"
href="tel:+923469834211">+92 346 98 34 211</a></li>
<li class="mb-2"><i class="fas fa-envelope-square fa-fw fa-lg mr-2"></i><a class="resume-link"
href="mailto:[email protected]" target="_blank">[email protected]</a></li>
<li class="mb-2"><i class="fas fa-globe fa-fw fa-lg mr-2"></i><a class="resume-link"
href="mayoub.netlify.com" target="_blank">mayoub.netlify.com</a></li>
<li class="mb-0"><i class="fas fa-map-marker-alt fa-fw fa-lg mr-2"></i>Pakistan</li>
</ul>
</div>
<!--//resume-contact-->
</div>
<!--//row-->
</div>
<!--//resume-header-->
<hr>
<div class="resume-intro py-3">
<div class="media flex-column flex-md-row align-items-center">
<img class="resume-profile-image mb-3 mb-md-0 mr-md-5 ml-md-0 rounded mx-auto"
src="assets/images/resume-profile.png" alt="image">
<div class="media-body text-left">
<p class="mb-0">Hi, Em Muhammad Ayoub self-learned programmer from Faisalabad. I'm a professional web
developer specialised in frontend development for complex scalable web apps.
I am having the expertise and high bug solving skills and could easily get on board with an ongoing
project. I have experience in web development languages and frameworks</p>
</div>
<!--//media-body-->
</div>
</div>
<!--//resume-intro-->
<hr>
<div class="resume-body">
<div class="row">
<div class="resume-main col-12 col-lg-8 col-xl-9 pr-0 pr-lg-5">
<section class="work-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Work Experiences</h3>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-7 mb-2 mb-md-0">Frontend Web Developer</h4>
<div class="item-meta col-12 col-md-6 col-lg-5 text-muted text-left text-md-right">Hawk Internet
Technologies | 2018 -
2019</div>
</div>
<div class="item-content">
<p>Designated as Web Developer, worked with client-side languages like jQuery, AJAX, Angular2,
also worked with NodeJS & Ionic.
I joined this company as a Front End Web Developer but afterward, I started to work on Angular
7, Ionic 4 & WooCommerce APIs. I was excited to explore new techniques and methodologies they
are working on and will put my all effort to take place in the company's development.</p>
<ul class="resume-list">
<li>Work with a team for long ongoing projects.</li>
<li>Have developed from small to long projects in clients.</li>
<li>Design and develop web layouts and websites.</li>
<li>Work with other teams members on different projects.</li>
</ul>
</div>
</div>
<!--//item-->
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-7 mb-2 mb-md-0">Frontend Web Developer</h4>
<div class="item-meta col-12 col-md-6 col-lg-5 text-muted text-left text-md-right">AWSOL | 2018
- 2018</div>
</div>
<div class="item-content">
<p>I have worked as Front End Web Developer there at AWSOL software development company in Lahore.
I have worked on many projects and those have enriched my strengths and skills. I have worked
mostly on web applications as a part of my major interests.
Worked on several websites. My job description on this portal was adding new features required
by the client. Ensure that every module is bug-free before, responsive at all screen sizes it is
deployed at the client-side.
Other responsibilities include:</p>
<ul class="resume-list">
<li>Maintenance of different websites.</li>
<li>Work with a team for long ongoing projects.</li>
<li>Fix bugs, troubleshoot and resolve problems.</li>
<li>Have developed from small to long projects in clients.</li>
<li>Design and develop web layouts and websites.</li>
<li>Work with other teams members on different projects.</li>
<li>Front-end development – taking designs to implementation in a responsive framework Product
UI/UX - feature development of the web-based projects.</li>
</ul>
</div>
</div>
<!--//item-->
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-7 mb-2 mb-md-0">Frontend Developer</h4>
<div class="item-meta col-12 col-md-6 col-lg-5 text-muted text-left text-md-right">Startup | 2018
- 2018</div>
</div>
<div class="item-content">
<p>I started an internship as Front end development as a Max Technologies in Lahore.
I've started my carrier here as a newbie in javascript technologies and learned Javascript from
scratch. I used HTML5, CSS3 JavaScript and jQuery, There all the work regarding Front End Web
Development was done by me. </p>
</div>
</div>
<!--//item-->
</section>
<!--//work-section-->
<section class="project-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Academic</h3>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-7 mb-2 mb-md-0">MSc in Computer Science</h4>
<div class="item-meta col-12 col-md-6 col-lg-5 text-muted text-left text-md-right">University of
Sahiwal | 2018 - 2020
</div>
</div>
<div class="item-content">
<p>I am doing MCs at University of Sahiwal and i'm in 3st Semster.
I started to study MCS to gain more knowledge of software engineering technologies to extend my
knowledge and to complete my studies.
The study fields were C Programming, DBMS, Java, Discrete Math, DLD, Data Structures, OOP (C++),
Web (HTML, CSS, JS), Software Engineering, Theory of Automata, Operating Systems.</p>
</div>
</div>
<!--//item-->
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-7 mb-2 mb-md-0">BSc Double Computer</h4>
<div class="item-meta col-12 col-md-6 col-lg-5 text-muted text-left text-md-right">Jinnah College,
Sahiwal | 2015 - 2018
</div>
</div>
<div class="item-content">
<p>Successfully passed BSc Double Computer on year 2018 from Bahaudin Zikriya University Multan
getting 53% (420/800) marks.
The study fields were Database Management Systems(SQL), SAD, C++ , VB.NET, IT, Operating Systems
& Accounting.</p>
</div>
</div>
<!--//item-->
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-7 mb-2 mb-md-0">ICS</h4>
<div class="item-meta col-12 col-md-6 col-lg-5 text-muted text-left text-md-right">Islamia
College,
Faisalabad | 2012 - 2014
</div>
</div>
<div class="item-content">
<p>Passed ICS on year 2018 from BISE
getting 57% (6080/1100) marks.
The study fields were Database Management Systems(SQL) & C.</p>
</div>
</div>
<!--//item-->
</section>
<!--//Academic-section-->
<section class="project-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Projects</h3>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-7 mb-2 mb-md-0">HMS Vuejs Online CV Resume</h4>
<div class="item-meta col-12 col-md-6 col-lg-5 text-muted text-left text-md-right">Open Source
</div>
</div>
<div class="item-content">
<p>The most complete & A Nice Boilerplate Template for creating your online resume or cv in
Vue.js, Its a boilerplate for production-ready PWAs. With focus on performance, development
speed, and best practices.
View Live preview of Project <a target="_blank"
href="https://ayoubkhan-projects.github.io/hms-vuejs-online-cv-resume/"
class="theme-link">Here</a>
</p>
</div>
</div>
<!--//item-->
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-7 mb-2 mb-md-0">Video Streaming Site Frontend</h4>
<div class="item-meta col-12 col-md-6 col-lg-5 text-muted text-left text-md-right">Open Source
</div>
</div>
<div class="item-content">
<p>Frontend of a video streaming site like, vimeo or youtube.View Live preview of Project <a
target="_blank" href="http://videosite.droppages.com" class="theme-link">Here</a>
</p>
</div>
</div>
<!--//item-->
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-7 mb-2 mb-md-0">SodaSulf Grocery Store App </h4>
<div class="item-meta col-12 col-md-6 col-lg-5 text-muted text-left text-md-right">Hawk IT
</div>
</div>
<div class="item-content">
<p>Soda Sulf : A complete Online Grocery Store in Sahiwal.
SodaSulfs is a android app. Its a Hybrid Mobile App created this app with Ionic 4 and Angular 7
and Sass.
SodaSulf now brings to you the best online grocery shopping experience filled with comfort and
convenience. Sodasulf primarily saves customer’s valuable time and effort, by providing
innumerable products and ensuring on-time delivery at their doorstep.
Making Life Easier with Soda Sulf Shopping Experience!
To complete the grocery list is one big challenge. We often miss out on a product or two every
time we pay a visit to the superstore, making a second run to the market. Nonetheless, Soda Sulf
is the perfect stop where you can shop for an unlimited range of all your households and
personal care goods.
Soda Sulf online grocery shopping is all about making lives simpler and keeping your home decked
with the everyday essentials. It strictly values delivering the right product, at the right
place and on the right time.
</p>
</div>
</div>
<!--//item-->
<!-- <div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-7 mb-2 mb-md-0">Project Praesent </h4>
<div class="item-meta col-12 col-md-6 col-lg-5 text-muted text-left text-md-right">Open Source
</div>
</div>
<div class="item-content">
<p>You can use this section for your side projects. Cras dapibus. Vivamus elementum semper nisi.
Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac,
enim.</p>
</div>
</div> -->
<!--//item-->
</section>
<!--//project-section-->
</div>
<!--//resume-main-->
<aside class="resume-aside col-12 col-lg-4 col-xl-3 px-lg-4 pb-lg-4">
<section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Skills</h3>
<div class="item">
<h4 class="item-title">Technical</h4>
<ul class="list-unstyled resume-skills-list">
<li class="mb-2">Javascript</li>
<li class="mb-2">JQuery</li>
<li class="mb-2">AngularJS</li>
<li class="mb-2">Angular2+</li>
<li class="mb-2">React</li>
<li class="mb-2">Vue</li>
<li class="mb-2">HTML5</li>
<li class="mb-2">Pug</li>
<li class="mb-2">CSS3</li>
<li class="mb-2">Scss</li>
<li class="mb-2">Bootstrap</li>
<li class="mb-2">Material Design</li>
<li class="mb-2">Gulp</li>
<li class="mb-2">Webpack</li>
<li class="mb-2">Node.js</li>
<li class="mb-2">PHP</li>
<li class="">MySQL</li>
</ul>
</div>
<!--//item-->
<div class="item">
<h4 class="item-title">Tools</h4>
<ul class="list-unstyled resume-skills-list">
<li class="mb-2">Emmet/Zen Coding</li>
<li class="mb-2">Developer Tools</li>
<li class="mb-2">Package Managers</li>
<li class="mb-2">Git (Github)</li>
<li>Good time management</li>
</ul>
</div>
<!--//item-->
<div class="item">
<h4 class="item-title">Software</h4>
<ul class="list-unstyled resume-skills-list">
<li class="mb-2">VS Code</li>
<li class="mb-2">Adobe Dream Viewer</li>
<li class="mb-2">Visual Studio</li>
<li>Sublime Text</li>
</ul>
</div>
<!--//item-->
<div class="item">
<h4 class="item-title">Professional</h4>
<ul class="list-unstyled resume-skills-list">
<li class="mb-2">Effective communication</li>
<li class="mb-2">Team player</li>
<li class="mb-2">Strong problem solver</li>
<li>Good time management</li>
</ul>
</div>
<!--//item-->
</section>
<!--//skills-section-->
<section class="education-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Honor & Awards</h3>
<ul class="list-unstyled resume-awards-list">
<li class="mb-3">
<div class="font-weight-bold">1st Position Winner</div>
<div class="text-muted">Writing Competition (2010)</div>
</li>
</ul>
</section>
<!--//education-section-->
<section class="cert-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Cerficates</h3>
<ul class="list-unstyled resume-cert-list">
<li class="mb-3 item">
<div class="font-weight-bold"><a target="_blank"
href="https://www.udemy.com/certificate/UC-V5SZ5JHI/" class="item-title">Beginner VS
Code</a></div>
<div class="text-muted source">Udemy (Oct. 2019)</div>
</li>
<li class="mb-3 item">
<div class="font-weight-bold"><a target="_blank"
href="https://www.udemy.com/certificate/UC-QT2L4UG8/?utm_campaign=email&utm_source=sendgrid.com&utm_medium=email"
class="item-title">Write
quicker HTML5 and CSS 3; productivity hacks with emmet</a></div>
<div class="text-muted source">Udemy (June, 2018)</div>
</li>
<li class="item">
<div class="font-weight-bold"><a target="_blank"
href="https://www.udemy.com/certificate/UC-JXXS3YBV/" class="item-title"> How to
Register a Domain, Set Up Hosting, and Edit Web Pages</a></div>
<div class="text-muted ">Udemy (May, 2019)</div>
</li>
</ul>
</section>
<!--//education-section-->
<section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Languages</h3>
<ul class="list-unstyled resume-lang-list">
<li class="mb-2">Urdu/Hindi <span class="text-muted">(Professional)</span></li>
<li class="mb-2">Punjabi <span class="text-muted">(Native)</span></li>
<li>English <span class="text-muted">(Conversational)</span></li>
</ul>
</section>
<!--//certificates-section-->
<section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Interests</h3>
<ul class="list-unstyled resume-interests-list mb-0">
<li class="mb-2">Coding/Programming</li>
<li class="mb-2">Football</li>
<li class="mb-2">Listening</li>
<li class="mb-2">Travelling</li>
</ul>
</section>
<!--//certificates-section-->
</aside>
<!--//resume-aside-->
</div>
<!--//row-->
</div>
<!--//resume-body-->
<hr>
<div class="resume-footer text-center">
<ul class="resume-social-list list-inline mx-auto mb-0 d-inline-block text-muted">
<li class="list-inline-item mb-lg-0 mr-3"><a class="resume-link" href="https://github.com/ayoubkhan558"
target="_blank"><i class="fab fa-github-square fa-2x mr-2" data-fa-transform="down-4"></i><span
class="d-none d-lg-inline-block text-muted">github.com/ayoubkhan558</span></a></li>
<li class="list-inline-item mb-lg-0 mr-3"><a class="resume-link"
href="https://www.linkedin.com/in/ayoubkhan558/" target="_blank"><i class="fab fa-linkedin fa-2x mr-2"
data-fa-transform="down-4"></i><span
class="d-none d-lg-inline-block text-muted">linkedin.com/in/ayoubkhan558</span></a></li>
<li class="list-inline-item mb-lg-0 mr-lg-3"><a class="resume-link"
href="https://twitter.com/AyoubKhan558" target="_blank"><i class="fab fa-twitter-square fa-2x mr-2"
data-fa-transform="down-4"></i><span
class="d-none d-lg-inline-block text-muted">@ayoubkhan558</span></a></li>
</ul>
</div>
<!--//resume-footer-->
</article>
</div>
<!--//container-->
<footer class="footer text-center py-4">
<small class="copyright">© Copyright 2019. Designed by <a
href="https://stackoverflow.com/users/9207553/mohammad-ayoub-khan">Muhammad Ayoub</a> </small>
</footer>
</div>
<!--//main-wrapper-->
<!-- Javascript -->
<script defer src="./assets/fontawesome/js/all.js"></script>
<script src="./assets/plugins/jquery-3.4.1.min.js"></script>
<script src="./assets/plugins/bootstrap/bootstrap.bundle.min.js"></script>
<!-- Dark Mode -->
<script src="./assets/plugins/js-cookie.min.js"></script>
<script src="./assets/js/dark-mode.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date();
(function () {
var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0];
s1.async = true;
s1.src = 'https://embed.tawk.to/5e9c114a35bcbb0c9ab29ab3/1e68seo81';
s1.charset = 'UTF-8';
s1.setAttribute('crossorigin', '*');
s0.parentNode.insertBefore(s1, s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>