-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathportfolio.html
828 lines (790 loc) · 37.9 KB
/
portfolio.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
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
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mohammad Burhan</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="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<!-- FontAwesome JS -->
<script defer src="assets/fontawesome/js/all.js"></script>
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/theme-1.css">
</head>
<body oncontextmenu="return false;">
<header class="header text-center">
<div class="force-overflow">
<h1 class="blog-name pt-lg-4 mb-0"><a class="no-text-decoration" href="index.html">Mohammad Burhan</a></h1>
<nav class="navbar navbar-expand-lg navbar-dark">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-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, my name is Mohammad Burhan and I'm a software engineer. Welcome to my
personal website!</div><!--//bio-->
<ul class="social-list list-inline py-2 mx-auto">
<li class="list-inline-item"><a href="#"><i class="fab fa-twitter fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/burhanmohammad/"><i
class="fab fa-linkedin-in fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/BurhanMohammad"><i
class="fab fa-github-alt fa-fw"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="fab fa-stack-overflow fa-fw"></i></a>
</li>
<li class="list-inline-item"><a href="https://wa.me/917036037203"><i
class="fa-brands fa-whatsapp"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/BurhanMohammad"><i
class="fa-brands fa-github"></i></a></li>
<li class="list-inline-item"><a href="https://join.skype.com/invite/yjbxl233XgfF"><i
class="fa-brands fa-skype"></i></a></li>
</ul><!--//social-list-->
<hr>
</div><!--//profile-section-->
<ul class="navbar-nav flex-column text-start">
<li class="nav-item scrollto">
<a class="nav-link" href="index.html"><i class="fas fa-user fa-fw me-2"></i>About Me</a>
</li>
<li class="nav-item scrollto active">
<a class="nav-link active" href="portfolio.html"><i
class="fas fa-laptop-code fa-fw me-2"></i>Portfolio<span
class="sr-only">(current)</span></a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="services.html"><i class="fas fa-briefcase fa-fw me-2"></i>Services
& Pricing</a>
</li> -->
<li class="nav-item scrollto">
<a class="nav-link" href="skills.html"><i class="fas fa-language fa-fw me-2"></i>Skills</a>
</li>
<li class="nav-item scrollto">
<a class="nav-link" href="resume.html"><i class="fas fa-file-alt fa-fw me-2"></i>Resume</a>
</li>
<li class="nav-item">
<a class="nav-link scrollto" href="certificates.html"><i
class="fas fa-certificate fa-fw me-2"></i>certificates</a>
</li>
<li class="nav-item scrollto">
<a class="nav-link" href="blog-home.html"><i class="fas fa-blog fa-fw me-2"></i>Blog</a>
</li>
<li class="nav-item scrollto">
<a class="nav-link" href="contact.html"><i
class="fas fa-envelope-open-text fa-fw me-2"></i>Contact</a>
</li>
<li class="nav-item dropdown scrollto">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
<i class="fas fa-cogs fa-fw me-2"></i>More Pages
</a>
<ul class="dropdown-menu scrollto" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item scrollto" href="project.html">Project Page</a></li>
<li><a class="dropdown-item scrollto" href="blog-home.html">Blog Home 1</a></li>
<li><a class="dropdown-item scrollto" href="blog-home-alt.html">Blog Home 2</a></li>
<li><a class="dropdown-item scrollto" href="blog-post.html">Blog Post</a></li>
</ul>
</li>
</ul>
<div class="my-2">
<a class="btn btn-primary scrollto" href="contact.html" target="_blank"><i
class="fas fa-paper-plane me-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 me-1"></i>Dark Mode</h4>
<input class="toggle" id="darkmode" type="checkbox">
<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">Portfolio</h2>
<div class="intro">
<p>Welcome to my online portfolio. My portfolio showcases my skills as a developer, including my
experience with various programming languages and technologies. It also highlights my ability to
work on projects independently and as part of a team, as well as my passion for coding and
problem-solving.
</p>
</div>
<a class="btn btn-primary" href="contact.html" target="_blank"><i
class="fas fa-paper-plane me-2"></i>Hire Me</a>
</div><!--//container-->
</section>
<section class="projects-list px-3 py-5 p-md-5">
<div class="container">
<div class="text-center">
<ul id="filters" class="filters mb-5 mx-auto ps-0">
<li class="type active mb-3 mb-lg-0" data-filter="*">All</li>
<li class="type mb-3 mb-lg-0" data-filter=".odoo">Odoo</li>
<li class="type mb-3 mb-lg-0" data-filter=".django">Django</li>
<li class="type mb-3 mb-lg-0" data-filter=".python">Python</li>
<li class="type mb-3 mb-lg-0" data-filter=".frontend">Frontend</li>
<li class="type mb-3 mb-lg-0" data-filter=".backend">Backend</li>
<li class="type mb-3 mb-lg-0" data-filter=".bootstrap">Bootstrap</li>
</ul><!--//filters-->
</div>
<div class="project-cards row isotope">
<div class="isotope-item col-md-6 mb-5 odoo python backend">
<div class="card project-card">
<div class="row">
<div class="card-img-holder">
<img src="assets/images/project/project-2.jpg" class="card-img" alt="image">
</div>
<div class="">
<div class="card-body">
<h5 class="card-title"><a href="project.html" class="theme-link">Hospital
Management System</a></h5>
<p class="card-text">Odoo Hospital Management System project is a custom module
built using the Odoo framework. It provides a comprehensive solution for
managing all aspects of a hospital, from patient management, appointment
scheduling, and billing to inventory control and reporting.</p>
<p class="card-text"><small class="text-muted">Client: Apple Dental Care</small>
</p>
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="project.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="project.html">
<i class="fas fa-eye me-2"></i>View Case Study
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
<div class="isotope-item col-md-6 mb-5 django backend python frontend">
<div class="card project-card">
<div class="row">
<div class="card-img-holder">
<img src="assets/images/project/project-7.jpg" class="card-img" alt="image">
</div>
<div class="">
<div class="card-body">
<h5 class="card-title"><a href="project.html" class="theme-link">Django-
Calculator</a></h5>
<p class="card-text">"Calculator," is a simple web application that allows users
to perform basic mathematical calculations.
It is built using the Django framework and utilizes Python for its backend
functionality. and Html, css for its frontend functionality </p>
<p class="card-text"><small class="text-muted">Client: Own</small></p>
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="project.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="project.html">
<i class="fas fa-eye me-2"></i>View Case Study
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
<div class="isotope-item col-md-6 mb-5 odoo backend python">
<div class="card project-card">
<div class="row">
<div class="card-img-holder">
<img src="assets/images/project/project-3.jpg" class="card-img" alt="image">
</div>
<div class="">
<div class="card-body">
<h5 class="card-title"><a href="project.html" class="theme-link">Agency
Management System</a></h5>
<p class="card-text">Odoo Agency Management System project is a custom
implementation of the Odoo platform to streamline and automate the
operations of an agency. The project includes modules for client management,
project management, and financial tracking. </p>
<p class="card-text"><small class="text-muted">Client: Dropbox</small></p>
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="project.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="project.html">
<i class="fas fa-eye me-2"></i>View Case Study
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
<div class="isotope-item col-md-6 mb-5 odoo python backend">
<div class="card project-card">
<div class="row">
<div class="card-img-holder">
<img src="assets/images/project/project-4.jpg" class="card-img" alt="image">
</div>
<div class="">
<div class="card-body">
<h5 class="card-title"><a href="project.html" class="theme-link">Metro
Maintenence Managenent Systems</a></h5>
<p class="card-text">Odoo Maintenance Management System project is a custom
module developed using the Odoo platform that allows companies to
efficiently manage their maintenance tasks, schedules and inventory.</p>
<p class="card-text"><small class="text-muted">Client: Google</small></p>
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="project.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="project.html">
<i class="fas fa-eye me-2"></i>View Case Study
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
<div class="isotope-item col-md-6 mb-5 frontend django python backend">
<div class="card project-card">
<div class="row">
<div class="card-img-holder">
<img src="assets/images/project/project-8.jpg" class="card-img" alt="image">
</div>
<div class="">
<div class="card-body">
<h5 class="card-title"><a href="project.html"
class="theme-link">Django-MusicPlayer</a></h5>
<p class="card-text">MusicPlayer, is a web-based music streaming platform that
allows users to search for, listen to, and create playlists of their
favorite songs. It utilizes a wide range
of technologies, including Django, Python, and JavaScript, to provide a
smooth and user-friendly experience.</p>
<p class="card-text"><small class="text-muted">Client: owm</small></p>
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="project.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="project.html">
<i class="fas fa-eye me-2"></i>View Case Study
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
<div class="isotope-item col-md-6 mb-5 django python frontend backend">
<div class="card project-card">
<div class="row">
<div class="card-img-holder">
<img src="assets/images/project/project-9.jpg" class="card-img" alt="image">
</div>
<div class="">
<div class="card-body">
<h5 class="card-title"><a href="project.html"
class="theme-link">Django-Portfolio-website</a></h5>
<p class="card-text">My Django-Portfolio-website project is a dynamic and
responsive web application built using the Django framework. It showcases my
skills in web development, including the use of Python and HTML/CSS for the
front-end, and the integration of various features such as a contact form
and portfolio display. The website is designed to be user-friendly and
provides a professional platform to showcase my work and skills as a
developer.</p>
<p class="card-text"><small class="text-muted">Client: own</small></p>
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="project.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="project.html">
<i class="fas fa-eye me-2"></i>View Case Study
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
<div class="isotope-item col-md-6 mb-5 django python backend">
<div class="card project-card">
<div class="row">
<div class="card-img-holder">
<img src="assets/images/project/project-11.jpg" class="card-img" alt="image">
</div>
<div class="">
<div class="card-body">
<h5 class="card-title"><a href="project.html" class="theme-link">
Django-librarymanagement</a></h5>
<p class="card-text">"Django-librarymanagement," is a web application for
managing library resources.
It allows users to search for and borrow books, manage their own book lists,
and access a database of library inventory. This project demonstrates my
proficiency in using the Django framework and my ability to create a
functional, user-friendly web application. Additionally, the project also
involved implementation of various database operations and handling user
authentication and authorization</p>
<p class="card-text"><small class="text-muted">Client: own</small></p>
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="project.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="project.html">
<i class="fas fa-eye me-2"></i>View Case Study
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
<div class="isotope-item col-md-6 mb-5 django python backend frontend">
<div class="card project-card">
<div class="row">
<div class="card-img-holder">
<img src="assets/images/project/project-10.jpg" class="card-img" alt="image">
</div>
<div class="">
<div class="card-body">
<h5 class="card-title"><a href="project.html"
class="theme-link">Django-Resume-Bulider</a></h5>
<p class="card-text">My Django project, Resume Builder, is a web application
that allows users to create and edit their resumes online. It utilizes the
Django framework to handle user authentication, data storage, and template
rendering. Users can input their information, such as education and work
experience, and the application will automatically format the resume into a
professional-looking document. The project also includes a feature that
allows users to download their resumes in PDF format. Overall, the goal of
the project
is to make it easy for individuals to create and update their resumes
quickly and efficiently. </p>
<p class="card-text"><small class="text-muted">Client: owm</small></p>
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="project.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="project.html">
<i class="fas fa-eye me-2"></i>View Case Study
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
<div class="isotope-item col-md-6 mb-5 django python backend frontend">
<div class="card project-card">
<div class="row">
<div class="card-img-holder">
<img src="assets/images/project/project-12.jpg" class="card-img" alt="image">
</div>
<div class="">
<div class="card-body">
<h5 class="card-title"><a href="project.html"
class="theme-link">Django-Instragram</a></h5>
<p class="card-text">My Django project, "Django-Instagram," is a
fully-functioning replica of the popular social media platform. It includes
features such as user registration, image and video uploads, commenting, and
a built-in search function. I utilized Django's built-in user authentication
system and implemented a responsive design using Bootstrap. This project
demonstrates my ability to work with Django's framework and utilize various
tools and libraries to create a dynamic web application.</p>
<p class="card-text"><small class="text-muted">Client: owm</small></p>
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="project.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="project.html">
<i class="fas fa-eye me-2"></i>View Case Study
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
<div class="isotope-item col-md-6 mb-5 django python backend frontend">
<div class="card project-card">
<div class="row">
<div class="card-img-holder">
<img src="assets/images/project/project-8.jpg" class="card-img" alt="image">
</div>
<div class="">
<div class="card-body">
<h5 class="card-title"><a href="project.html"
class="theme-link">Django-VIdeocall-App</a></h5>
<p class="card-text">My Django project is a videocall application that allows
users to conduct real-time video and audio chats. The project utilizes the
Django framework and webRTC technology to provide a seamless and
user-friendly experience. It also includes features such as screen sharing,
mute/unmute, and call recording. The project demonstrates my ability to work
with Django and webRTC, as well as my understanding of real-time
communication and video conferencing technology.</p>
<p class="card-text"><small class="text-muted">Client: owm</small></p>
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="project.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="project.html">
<i class="fas fa-eye me-2"></i>View Case Study
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
<div class="isotope-item col-md-6 mb-5 django python backend frontend">
<div class="card project-card">
<div class="row">
<div class="card-img-holder">
<img src="assets/images/project/project-13.jpg" class="card-img" alt="image">
</div>
<div class="">
<div class="card-body">
<h5 class="card-title"><a href="project.html"
class="theme-link">Django-Stackflow </a></h5>
<p class="card-text">Django-Stackflow is a web-based project that utilizes the
Django framework to create a platform for users to ask and answer technical
questions, similar to Stack Overflow. The project includes features such as
user registration and login, question and answer posting, voting system, and
user profiles. It also includes an advanced search function and a tagging
system to help users easily find relevant information. Overall,
Django-Stackflow demonstrates my ability to work with the Django framework
and create a functional and user-friendly web application.</p>
<p class="card-text"><small class="text-muted">Client: owm</small></p>
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="project.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="project.html">
<i class="fas fa-eye me-2"></i>View Case Study
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
<div class="isotope-item col-md-6 mb-5 django python backend frontend">
<div class="card project-card">
<div class="row">
<div class="card-img-holder">
<img src="assets/images/project/project-14.jpg" class="card-img" alt="image">
</div>
<div class="">
<div class="card-body">
<h5 class="card-title"><a href="project.html" class="theme-link">Djnago-Netflix
</a></h5>
<p class="card-text">My Django project, Django-Netflix, is a streaming platform
that allows users to browse and watch a variety of movies and TV shows. It
utilizes the power of the Django framework to create a user-friendly and
responsive interface, complete with a search function and personalized
recommendations. The project also incorporates various features such as
video streaming, user authentication, and an admin panel for easy management
of the platform's content. Overall, it's a well-designed and functional
project that demonstrates my proficiency in using Django to create web
applications.</p>
<p class="card-text"><small class="text-muted">Client: owm</small></p>
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="project.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="project.html">
<i class="fas fa-eye me-2"></i>View Case Study
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
<div class="isotope-item col-md-6 mb-5c bootstrap frontend">
<div class="card project-card">
<div class="row">
<div class="card-img-holder">
<img src="assets/images/project/project-15.jpg" class="card-img" alt="image">
</div>
<div class="">
<div class="card-body">
<h5 class="card-title"><a href="project.html" class="theme-link">portfolio
</a></h5>
<p class="card-text">My animated portfolio project demonstrates my proficiency
in using HTML, CSS, JavaScript, and Bootstrap. It showcases my ability to
create visually engaging and interactive designs, and my understanding of
modern web development best practices. The portfolio project also highlights
my attention to detail and my ability to bring static designs to life with
animations and dynamic interactions.</p>
<p class="card-text"><small class="text-muted">Client: owm</small></p>
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="project.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="project.html">
<i class="fas fa-eye me-2"></i>View Case Study
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
<div class="isotope-item col-md-6 mb-5 bootstrap frontend">
<div class="card project-card">
<div class="row">
<div class="card-img-holder">
<img src="assets/images/project/project-16.gif" class="card-img" alt="image">
</div>
<div class="">
<div class="card-body">
<h5 class="card-title"><a href="project.html"
class="theme-link">Animated-Navigation
</a></h5>
<p class="card-text">My animated portfolio project demonstrates my proficiency
in using HTML, CSS, JavaScript, and Bootstrap. It showcases my ability to
create visually engaging and interactive designs, and my understanding of
modern web development best practices. The portfolio project also highlights
my attention to detail and my ability to bring static designs to life with
animations and dynamic interactions.</p>
<p class="card-text"><small class="text-muted">Client: owm</small></p>
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="project.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="project.html">
<i class="fas fa-eye me-2"></i>View Case Study
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
<div class="isotope-item col-md-6 mb-5 bootstrap frontend">
<div class="card project-card">
<div class="row">
<div class="card-img-holder">
<img src="assets/images/project/project-17.png" class="card-img" alt="image">
</div>
<div class="">
<div class="card-body">
<h5 class="card-title"><a href="project.html" class="theme-link">Bookmark-App
</a></h5>
<p class="card-text">My bookmark-app project is a user-friendly and visually
appealing web application built using HTML, CSS, JavaScript and Bootstrap.
It allows users to save and organize their favorite websites, as well as
categorize them for easy access. The application was designed with a
responsive layout, making it accessible on various devices, it also utilizes
Bootstrap for a clean and modern design. Overall, this project showcases my
ability to create functional and visually appealing web applications using
popular front-end technologies.</p>
<p class="card-text"><small class="text-muted">Client: owm</small></p>
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="project.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="project.html">
<i class="fas fa-eye me-2"></i>View Case Study
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
<div class="isotope-item col-md-6 mb-5 bootstrap frontend">
<div class="card project-card">
<div class="row">
<div class="card-img-holder">
<img src="assets/images/project/project-18.gif" class="card-img" alt="image">
</div>
<div class="">
<div class="card-body">
<h5 class="card-title"><a href="project.html" class="theme-link">Countdown
</a></h5>
<p class="card-text">My custom-countdown project is a dynamic countdown timer
built using HTML, CSS, JavaScript, and Bootstrap. It allows users to input
their own date and time, and displays the countdown in a visually appealing
and user-friendly format. The use of Bootstrap ensures the project is
responsive and adaptable to different screen sizes and devices. It
demonstrates my proficiency in front-end web development and my ability to
incorporate popular frameworks and technologies into my projects.</p>
<p class="card-text"><small class="text-muted">Client: owm</small></p>
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="project.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="project.html">
<i class="fas fa-eye me-2"></i>View Case Study
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
<div class="isotope-item col-md-6 mb-5 bootstrap frontend">
<div class="card project-card">
<div class="row">
<div class="card-img-holder">
<img src="assets/images/project/project-19.png" class="card-img" alt="image">
</div>
<div class="">
<div class="card-body">
<h5 class="card-title"><a href="project.html" class="theme-link">Form-Validation
</a></h5>
<p class="card-text">My form-validation project is a user-friendly and visually
appealing web application that utilizes HTML, CSS, JavaScript, and
Bootstrap. It allows users to input their information and validate it with
real-time error messages, ensuring that all fields are correctly filled out
before submission. This project demonstrates my ability to design and
implement a functional and responsive user interface using popular web
development technologies.</p>
<p class="card-text"><small class="text-muted">Client: owm</small></p>
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="project.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="project.html">
<i class="fas fa-eye me-2"></i>View Case Study
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
<div class="isotope-item col-md-6 mb-5 bootstrap frontend">
<div class="card project-card">
<div class="row">
<div class="card-img-holder">
<img src="assets/images/project/project-20.png" class="card-img" alt="image">
</div>
<div class="">
<div class="card-body">
<h5 class="card-title"><a href="project.html" class="theme-link">Github Profiles
</a></h5>
<p class="card-text">My Github-profiles project is a web development project
that utilizes HTML, CSS, JavaScript, and Bootstrap to showcase my skills in
front-end development. The project demonstrates my proficiency in creating
responsive and visually appealing web pages using these popular
technologies. The project is also a great representation of my ability to
code cleanly, effectively and efficiently.</p>
<p class="card-text"><small class="text-muted">Client: owm</small></p>
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="project.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="project.html">
<i class="fas fa-eye me-2"></i>View Case Study
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
<div class="isotope-item col-md-6 mb-5 bootstrap frontend">
<div class="card project-card">
<div class="row">
<div class="card-img-holder">
<img src="assets/images/project/project-21.jpg" class="card-img" alt="image">
</div>
<div class="">
<div class="card-body">
<h5 class="card-title"><a href="project.html" class="theme-link">JavaScript
Animated Menu
</a></h5>
<p class="card-text">My JavaScript Animated Menu project is an interactive
navigation menu that utilizes HTML, CSS, JavaScript and Bootstrap to create
an engaging user experience. The menu features animations and responsive
design, making it easy to navigate on both desktop and mobile devices. The
project demonstrates my proficiency in using these technologies to create
dynamic and functional web elements.</p>
<p class="card-text"><small class="text-muted">Client: owm</small></p>
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="project.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="project.html">
<i class="fas fa-eye me-2"></i>View Case Study
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
<div class="isotope-item col-md-6 mb-5 bootstrap frontend">
<div class="card project-card">
<div class="row">
<div class="card-img-holder">
<img src="assets/images/project/project-20.jpg" class="card-img" alt="image">
</div>
<div class="">
<div class="card-body">
<h5 class="card-title"><a href="project.html" class="theme-link">Music Player
</a></h5>
<p class="card-text">My Music Player project is a fully-functional and
responsive application built using HTML, CSS, JavaScript, and Bootstrap. It
allows users to play, pause, and skip through tracks, as well as adjust the
volume and view song information. The project demonstrates my proficiency in
front-end development and my ability to create user-friendly interfaces
using popular web technologies.</p>
<p class="card-text"><small class="text-muted">Client: owm</small></p>
</div>
</div>
</div>
<div class="link-mask">
<a class="link-mask-link" href="project.html"></a>
<div class="link-mask-text">
<a class="btn btn-secondary" href="project.html">
<i class="fas fa-eye me-2"></i>View Case Study
</a>
</div>
</div><!--//link-mask-->
</div><!--//card-->
</div><!--//col-->
</div><!--//row-->
</div>
</section>
<footer class="footer text-center py-4">
<small class="copyright">Copyright © <a href="" target="_blank">Mohammad Burhan</a></small>
</footer>
</div><!--//main-wrapper-->
<!-- *****CONFIGURE STYLE (REMOVE ON YOUR PRODUCTION SITE)****** -->
<div id="config-panel" class="config-panel config-panel-hide d-none d-lg-block">
<div class="panel-inner">
<a id="config-trigger" class="config-trigger text-center" href="#"><i class="fas fa-cog mx-auto"
data-fa-transform="down-6"></i></a>
<h5 class="panel-title">Choose Colour</h5>
<ul id="color-options" class="list-inline mb-0">
<li class="theme-1 active list-inline-item"><a data-style="assets/css/theme-1.css" href="#"></a></li>
<li class="theme-2 list-inline-item"><a data-style="assets/css/theme-2.css" href="#"></a></li>
<li class="theme-3 list-inline-item"><a data-style="assets/css/theme-3.css" href="#"></a></li>
<li class="theme-4 list-inline-item"><a data-style="assets/css/theme-4.css" href="#"></a></li>
<li class="theme-5 list-inline-item"><a data-style="assets/css/theme-5.css" href="#"></a></li>
<li class="theme-6 list-inline-item"><a data-style="assets/css/theme-6.css" href="#"></a></li>
<li class="theme-7 list-inline-item"><a data-style="assets/css/theme-7.css" href="#"></a></li>
<li class="theme-8 list-inline-item"><a data-style="assets/css/theme-8.css" href="#"></a></li>
<li class="theme-9 list-inline-item"><a data-style="assets/css/theme-9.css" href="#"></a></li>
<li class="theme-10 list-inline-item"><a data-style="assets/css/theme-10.css" href="#"></a></li>
</ul>
<a id="config-close" class="close" href="#"><i class="fa fa-times-circle"></i></a>
</div><!--//panel-inner-->
</div><!--//configure-panel-->
<!-- Javascript -->
<script src="assets/plugins/popper.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!--Page Specific JS -->
<script type="text/javascript" src="assets/plugins/imagesloaded.pkgd.min.js"></script>
<script type="text/javascript" src="assets/plugins/isotope.pkgd.min.js"></script>
<script type="text/javascript" src="assets/js/isotope-custom.js"></script>
<!-- Dark Mode -->
<script src="assets/plugins/js-cookie.min.js"></script>
<script src="assets/js/dark-mode.js"></script>
<!-- Style Switcher (REMOVE ON YOUR PRODUCTION SITE) -->
<script src="assets/js/demo/style-switcher.js"></script>
<script src="desable_rightclick.js"></script>
</body>
</html>