-
Notifications
You must be signed in to change notification settings - Fork 1
/
db.json
689 lines (689 loc) · 18.1 KB
/
db.json
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
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
{
"message": 1,
"personal_info": {
"name": "muhammad ayoub",
"title": "Hobbyist. Programmer. Dreamer. JavaScript and TypeScript lover.",
"short-about": "Hi, I'm Muhammad Ayoub and I'm a Javascript Engineer. Welcome to my personal website!",
"about": "Hi, Em <strong>Muhammad Ayoub</strong> self-learned <i>programmer</i> from <strong>Faisalabad</strong>. I'm a <strong>professional web developer</strong> specialised in <strong>frontend development</strong> for complex scalable web apps. <br> 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 <i>languages</i> and <i>frameworks</i>. <br> <br> Want to know how I may help your project? Check out my project <a class='ink-on-bg' href='projects.html'>portfolio</a> and <a class='link-on-bg' href='resume.html'>online </a>. ",
"skills": [
{
"id": 1,
"title": "Vanilla Javascript",
"icon": "js-square",
"type": "frontend",
"percentage": "100",
"link": ""
},
{
"id": 2,
"title": "Angular",
"icon": "angular",
"type": "frontend",
"percentage": "100",
"link": ""
},
{
"id": 3,
"title": "AngularJS",
"icon": "angular",
"type": "frontend",
"percentage": "100",
"link": ""
},
{
"id": 4,
"title": "ReactJS",
"icon": "react",
"type": "frontend",
"percentage": "100",
"link": ""
},
{
"id": 5,
"title": "Vue",
"icon": "vuejs",
"type": "frontend",
"percentage": "100",
"link": ""
},
{
"id": 6,
"title": "HTML 5",
"icon": "html5",
"type": "frontend",
"percentage": "100",
"link": ""
},
{
"id": 7,
"title": "CSS 3",
"icon": "css3",
"type": "frontend",
"percentage": "100",
"link": ""
},
{
"id": 8,
"title": "Sass",
"icon": "sass",
"type": "frontend",
"percentage": "100",
"link": ""
},
{
"id": 9,
"title": "LESS",
"icon": "less",
"type": "frontend",
"percentage": "100",
"link": ""
},
{
"id": 10,
"title": "npm",
"icon": "npm",
"type": "task-runner",
"percentage": "100",
"link": ""
},
{
"id": 11,
"title": "Gulp",
"icon": "gulp",
"type": "task-runner",
"percentage": "100",
"link": ""
},
{
"id": 12,
"title": "Webpack",
"icon": "web-pack",
"type": "bundler",
"percentage": "100",
"link": ""
},
{
"id": 13,
"title": "PHP",
"icon": "php",
"type": "backend",
"percentage": "100",
"link": ""
},
{
"id": 14,
"title": "Node.js",
"icon": "node-js",
"type": "backend",
"percentage": "100",
"link": ""
},
{
"id": 15,
"title": "Python",
"icon": "",
"type": "backend",
"percentage": "100",
"link": ""
},
{
"id": 16,
"title": "Django",
"icon": "",
"type": "backend",
"percentage": "100",
"link": ""
},
{
"id": 17,
"title": "grunt",
"icon": "grunt",
"type": "task-runner",
"percentage": "100",
"link": ""
}
],
"licenses_certifications": [
{
"id": 1,
"title": "Write quicker HTML5 and CSS 3; productivity hacks with emmet",
"icon": "img1-min.jpg",
"completed_date": "10/22/2019",
"link": ""
},
{
"id": 2,
"title": "How to Register a Domain, Setup Up Hosting, and Edit Web Pages",
"icon": "img2-min.jpg",
"completed_date": "05/27/2018",
"link": ""
},
{
"id": 3,
"title": "Pre-Flutter & Dart: Everything To Know Before You Start!",
"icon": "angular",
"completed_date": "02/28/2020",
"link": ""
}
],
"what_i_do": [
{
"id": 1,
"title": "Angular, React & Vue Development",
"icon": "code",
"description": "I will work with Angular, VueJs and ReactJS tp create an impressive, attractive, informative, and functional dynamic SPA site that exceeds your expectations and meets your business goals.",
"link": ""
},
{
"id": 2,
"title": "Frontend Web Development",
"icon": "square",
"description": "L Choose offshore Frontend web development services and get skilled professionals, state-of-art infrastructure, and latest technologies. I assure i will ensure that the job gets done with the highest level of professionalism and at market leading prices.",
"link": ""
},
{
"id": 3,
"title": "PHP Backend Development",
"icon": "php",
"description": "I will help you to build Core PHP, laravel and Codiegntaor application with MysQL database at the backend. I will also create CMS for your website. I'm specializes in creating outstanding custom websites and e-commerce websites.",
"link": ""
},
{
"id": 4,
"title": "Database Development",
"icon": "database",
"description": "I will helps you in providing database application in MySQL, Msqlite, SQL Server and MongodB. Our best Web Development service that brings you more leads and sales.",
"link": ""
}
]
},
"services_pricing": [
{
"id": 10,
"email": "[email protected]",
"first_name": "Byron",
"last_name": "Fields",
"avatar": "https://reqres.in/img/faces/10-image.jpg"
},
{
"id": 11,
"email": "[email protected]",
"first_name": "George",
"last_name": "Edwards",
"avatar": "https://reqres.in/img/faces/11-image.jpg"
},
{
"id": 12,
"email": "[email protected]",
"first_name": "Rachel",
"last_name": "Howell",
"avatar": "https://reqres.in/img/faces/12-image.jpg"
}
],
"portfolio": [
{
"id": 1,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 2,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 3,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 4,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 5,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 5,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 6,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 7,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 8,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 9,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 10,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 11,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 12,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 13,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 14,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 15,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 16,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 17,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 18,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 19,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 20,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 21,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 22,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 23,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 24,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
},
{
"id": 25,
"name": "[email protected]",
"icon": "aaaaaaa",
"technologies": "aaaaaaa",
"description": "aaaaaaa",
"client": "aaaaaaa",
"link": "aaaaaaa",
"preview": "aaaaaaa"
}
],
"blogs": [
{
"id": 1,
"title": "Top 3 JavaScript Frameworks",
"link": "https://topmosthings.com/new-javascript-ui-libraries-frameworks-for-2020/",
"thumbnail": "../assets/images/blog/blog-post-thumb-1.jpg",
"description": "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient",
"date": "17/01/2020",
"mineuts_read": "5",
"comments": []
},
{
"id": 2,
"title": "New JavaScript UI libraries & frameworks for 2020",
"link": "https://topmosthings.com/new-javascript-ui-libraries-frameworks-for-2020/",
"thumbnail": "../assets/images/blog/blog-post-thumb-card-3.jpg",
"description": "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient",
"date": "15/11/2020",
"mineuts_read": "5",
"comments": []
},
{
"id": 3,
"title": "A Guide to Becoming a Full-Stack Developer",
"link": "https://topmosthings.com/new-javascript-ui-libraries-frameworks-for-2020/",
"thumbnail": "../assets/images/blog/blog-post-thumb-card-1.jpg",
"description": "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient",
"date": "12/03/2021",
"mineuts_read": "5",
"comments": []
},
{
"id": 4,
"title": "High Performance JavaScript",
"link": "https://topmosthings.com/new-javascript-ui-libraries-frameworks-for-2020/",
"thumbnail": "../assets/images/blog/blog-post-thumb-4.jpg",
"description": "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient",
"date": "11/01/2021",
"mineuts_read": "5",
"comments": []
},
{
"id": 5,
"title": "Learn React in 24 Hours",
"link": "https://topmosthings.com/new-javascript-ui-libraries-frameworks-for-2020/",
"thumbnail": "../assets/images/blog/blog-post-thumb-5.jpg",
"description": "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient",
"date": "15/01/2020",
"mineuts_read": "5",
"comments": []
},
{
"id": 6,
"title": "How to Build Desktop Apps with HTML, CSS and JavaScript",
"link": "https://topmosthings.com/new-javascript-ui-libraries-frameworks-for-2020/",
"thumbnail": "../assets/images/blog/blog-post-thumb-6.jpg",
"description": "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient",
"date": "15/10/2021",
"mineuts_read": "5",
"comments": []
},
{
"id": 6,
"title": "About Remote Working",
"link": "https://topmosthings.com/new-javascript-ui-libraries-frameworks-for-2020/",
"thumbnail": "../assets/images/blog/blog-post-thumb-2.jpg",
"description": "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient",
"date": "19/11/2020",
"mineuts_read": "5",
"comments": []
}
],
"testimonials": [
{
"id": 1,
"client": "Inshad Bajwa",
"country": "Pakistan",
"source": "Fiverr",
"link": "",
"avatar": "profile-1.png",
"description": "M.Ayoub Khan is very-very talented. He worked expressly fast and did one extra task without charging me. Very nice of him. He is definitely my go to guy. For everything Web development you will not going to regret working with him. Highly recommended.",
"date": "17/01/2020"
},
{
"id": 2,
"client": "Fatima Emily",
"country": "USA",
"source": "Fiverr",
"link": "",
"avatar": "profile-2.png",
"description": "Highly Recommend!! He is fast and very responsive...Speaks Perfect English One of the Best pros Will definitely use AGAIN!!!!!",
"date": "17/01/2020"
},
{
"id": 3,
"client": "Inshad Bajwa",
"country": "Pakistan",
"source": "local",
"link": "",
"avatar": "profile-6.png",
"description": "Very nice and modern website, responsive and smart vendor, Fantastic experience. Ayoub built a sharp and informative website. It exceeded my expectations. Very satisfied with the work.",
"date": "17/01/2020"
},
{
"id": 4,
"client": "idan_ash",
"country": "Israel",
"source": "Fiverr",
"link": "",
"avatar": "profile-3.png",
"description": "fast responsive, deliver on time.",
"date": "17/01/2020"
},
{
"id": 5,
"client": "amanc555",
"country": "",
"source": "Fiverr",
"link": "",
"avatar": "profile-3.png",
"description": "AMAZING GRAPHIC DESIGN AND WEBSITE WORK HIGHLY RECOMMENDED 1000% AMAZING CREATIONS.",
"date": "17/01/2020"
},
{
"id": 6,
"client": "mestaren16",
"country": "",
"source": "Fiverr",
"link": "",
"avatar": "profile-3.png",
"description": "without doubt the most excellent developer i have worked with! so patient and driven! got the tricky work perfectly done! 100++ STARS Thanks again",
"date": "17/01/2020"
},
{
"id": 7,
"client": "amanc555",
"country": "",
"source": "Fiverr",
"link": "",
"avatar": "profile-3.png",
"description": "AMAZING 10/10 ABOVE AND BEYOND QUALITY PROJECT!!",
"date": "17/01/2020"
},
{
"id": 8,
"client": "developerjion",
"country": "",
"source": "Fiverr",
"link": "",
"avatar": "profile-1.png",
"description": "He is an excellent developer, knows his stuff very well...Thanks",
"date": "17/01/2020"
},
{
"id": 9,
"client": "jaypox",
"country": "",
"source": "Fiverr",
"link": "",
"avatar": "profile-3.png",
"description": "Excellent work, would use again!",
"date": "17/01/2020"
},
{
"id": 10,
"client": "@oXPLAY",
"country": "nigeria",
"source": "Freelancer",
"link": "",
"avatar": "profile-3.png",
"description": "M. Ayoub is Extremely responsive and good to work with. Did a lot to go the extra mile. Will definitely be working you again. Thank you.",
"date": "17/01/2020"
},
{
"id": 11,
"client": "@oXPLAY",
"country": "nigeria",
"source": "Freelancer",
"link": "",
"avatar": "profile-3.png",
"description": "Muhammad is the best freelancer I worked with. He did more than we paid for. efficient and excellently delivery. I'll always come back to engage your service and I'll do well to recommend you. He's such person you won't get tired of working with even if it's 1 million times. he doesn't complain. he's such a great hardworking guy that deserves a lot of recommendation.",
"date": "17/01/2020"
},
{
"id": 12,
"client": "@oXPLAY",
"country": "nigeria",
"source": "Freelancer",
"link": "",
"avatar": "profile-3.png",
"description": "Very understanding and intelligent. I will work with him again.",
"date": "17/01/2020"
},
{
"id": 13,
"client": "@hafizaqibjaved",
"country": "Pakistan",
"source": "Freelancer",
"link": "",
"avatar": "profile-3.png",
"description": "Ayoub is highly responsive and almost always available to communicate which is the key to develop a good relation, keep up the good work. Thank you",
"date": "17/01/2020"
}
]
}