-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
849 lines (691 loc) · 32.2 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
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
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Title -->
<title> Ossama Mehmood 샘 </title>
<!-- favicon -->
<link rel="shortcut icon" type="image/jpg" href="images\favicon\icon128.png"/>
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<!-- Bootstrap -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/prettyPhoto.css">
<link rel="stylesheet" href="css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target=".main-nav">
<section id="section-banner">
<div class="pattern-overlay"></div>
<div class="container">
<div class="row">
<div class="banner-content wow fadeInRight">
<h2 class="title">
<span>Greetings..!</span>
<span>I'm Ossama Mehmood</span>
DIGITAL CREATOR
</h2>
<a href="https://linktr.ee/ossamamehmood" class="btn btn-default">Learn More</a>
</div>
</div>
</div>
</section>
<!-- Chatbot Start -->
<!-- Start Messenger Plugin -->
<!-- Messenger Chat Plugin Code -->
<div id="fb-root"></div>
<!-- Your Chat Plugin code -->
<div id="fb-customer-chat" class="fb-customerchat">
</div>
<script>
var chatbox = document.getElementById('fb-customer-chat');
chatbox.setAttribute("page_id", "856660438016598");
chatbox.setAttribute("attribution", "biz_inbox");
window.fbAsyncInit = function() {
FB.init({
xfbml : true,
version : 'v12.0'
});
};
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<!-- End Messenger Plugin -->
<!-- Chatbot End -->
<!-- Menu Start -->
<!-- section menu start -->
<section class="section-menu">
<div class="navbar navbar-default main-nav" role="navigation" >
<div class="container" >
<div class="navbar-header">
<button class="navbar-toggle collapsed" data-target="#bs-example-navbar-collapse-1" data-toggle="collapse">
<span class="sr-only"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand">ossamamehmood</a>
</div> <!-- navbar-header end -->
<!-- main nav -->
<div class="collapse navbar-collapse navigation" id="bs-example-navbar-collapse-1" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#section-banner">Home </a></li>
<li><a href="#section-profile">About me </a></li>
<li><a href="#section-skill">Skills </a></li>
<li><a href="#section-resume">Resume </a></li>
<li><a href="#section-testimonial">Testimonials </a></li>
<li><a href="#section-portfolio">Portfolio </a></li>
<li><a href="#section-contact">Contact me </a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</div>
<!-- section menu end -->
<!-- Menu End -->
<!-- About Start -->
</section>
<!-- section menu end -->
<section id="section-overview" class="section-padding">
<div class="container">
<div class="row">
<div class="service-wrapper">
<div class="service-inner wow fadeInRight" data-wow-delay=".2s">
<i class="fa fa-users"></i>
<div class="service-box">
<h3>User Story</h3>
<p>Sole Proprietorship & Founder @Minimsam Ξ @Nftssam. Started a multiple ownership Non-Fungible token collection on behalf of creative/design skills set across the opensea. I have been trying out different Web 3.0 to get early access and achieve something in metaverse.</p>
</div>
</div> <!-- service -inner -->
<div class="service-inner wow fadeInRight" data-wow-delay=".5s">
<i class="fa fa-compass"></i>
<div class="service-box">
<h3>Digital creator</h3>
<p>As a Digital Creator working with me, you’ll have round the clock access to new ideas, quick changes and high-quality content. I believe in getting to know all my customers personally and really understanding a brand to ensure the maximum effect</p>
</div>
</div> <!-- service -inner -->
<div class="service-inner wow fadeInRight" data-wow-delay=".8s">
<i class="fa fa-pencil"></i>
<div class="service-box">
<h3>Graphic Design</h3>
<p>Started my career as a Graphic Designer. I have excellent four plus years of hands-on experience gained throughout freelance across different platforms. Got a Fabulous amount of experience within year and reach some instance throughout freelance</p>
</div>
</div> <!-- service -inner -->
<div class="service-inner wow fadeInRight" data-wow-delay="1.1s">
<i class="fa fa-rocket"></i>
<div class="service-box">
<h3>User Interface & Experience Design</h3>
<p>I was so cursed to learn and being a part currently learning User Interface & Experience Design (UI/UX). I have decided to enrolled in a twice a year course from Google (Google UX Design). In my wish list still User Interface/Experience is a flow to grow</p>
</div>
</div> <!-- service -inner -->
</div>
</div><!-- row end -->
</div>
</section>
<!-- section overview end -->
<!-- About End -->
<!-- About Profile Start -->
<!-- section profile start -->
<section id="section-profile" class="section-padding">
<div class="profile-bg visible-md visible-lg"></div>
<div class="container">
<div class="row">
<div class="col-md-7 col-sm-12 pull-right">
<div class="profile-desc wow fadeInRight">
<h3 class="section-title uppercase">Greetings, My Name is Ossama Mehmood</h3>
<br/>
<p>
Sole proprietorship & Founder at Minimsam.
</p>
<br/>
<p>
I'm a Graphic Designer with four plus years of experience in Graphic Designing & Photoshop Designing.
</p>
<br/>
<p class="text-grey animated bounceInUp" style="opacity: 1;">
I will do a Professional Photoshop Editing / Designing, Business Card Designing, Logo Designing & Background Removal. I can design Poster, Brochure, Banner, Flyer, Menu, Presentation, Book Cover, Magazine Cover, CD Cover, Social Media Post & Cover, A4 Documents, T-Shirt, Mug, Cap, Bussiness Card, Letterhead, Thumbnail, Certificate, CV, Resume & Packaging.
</p>
<br/>
<p class="text-grey animated bounceInUp" style="opacity: 1;">
I'm willing to make everybody extremely happy with my designing & Editing. I wish to made the world more decorated & designed. I'm really glad & comfortable working through Upwork. I wish you all the best to work with me You must have a nice experience with us
</p>
</div>
</div>
</div> <!-- row end -->
</div><!-- container end -->
</section>
<!-- section profile end -->
<!-- About Profile End -->
<!-- Skills Start -->
<!-- section skill start -->
<section id="section-skill" class="section-padding">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="heading-title">My skills</h2>
</div>
<div class="col-md-6 col-sm-6 wow fadeInLeft">
<div class="skill-desc">
<p>I started my career as a Graphic Designer. I have excellent four years of hands-on experience gained by doing freelance on different platforms. I have a great hands on grip on Adobe's Softwares as mentioned in statistics.
<br>
<br>
I'm currently doing my bachelor in Software Engineering. I have been learning programming. That's what demands a software engineer learn to develop and build software.
<br>
<br>
I have learned several languages: PYTHON, CPP, JAVA and HTML/CSS. I have completed several semester projects based on these languages. You can visit my github to check out the several projects completed.
<br>
<br>
I also have an excellent management skills set that helps me to be a Social Media Designer and Manager. I’m still learning to make myself grow as a wordpress designer & developer as well.
<br>
<br>
I was so cursed to learn and being a part currently learning User Interface Design & User Experience (UI/UX). It’ll advance my current skills set as part of the design field and would be beneficial for me as a part of software. I can manage myself in design and development.</p>
</div>
</div>
<div class="col-md-6 col-sm-6 wow fadeInRight" >
<div class="skill-box wow fadeInDown" data-wow-delay=".2s">
<label> Adobe Photoshop</label>
<div class="progress">
<div class="progress-bar" role="progress-bar" aria-valuemin="0" aria-valuenow="95" aria-valuemax="100" style="width: 95%;" >
95%
</div>
</div>
</div>
<div class="skill-box wow fadeInDown" data-wow-delay=".3s">
<label> Adobe Illustrator</label>
<div class="progress">
<div class="progress-bar" role="progress-bar" aria-valuemin="0" aria-valuenow="85" aria-valuemax="100" style="width: 85%;" >
85%
</div>
</div>
</div>
<div class="skill-box wow fadeInDown" data-wow-delay=".4s">
<label> Adobe XD</label>
<div class="progress">
<div class="progress-bar" role="progress-bar" aria-valuemin="0" aria-valuenow="70" aria-valuemax="100" style="width: 70%;" >
70%
</div>
</div>
</div>
<div class="skill-box wow fadeInDown" data-wow-delay=".5s">
<label> HTML / CSS</label>
<div class="progress">
<div class="progress-bar" role="progress-bar" aria-valuemin="0" aria-valuenow="85" aria-valuemax="100" style="width: 85%;" >
85%
</div>
</div>
</div>
<div class="skill-box wow fadeInDown" data-wow-delay=".6s">
<label> Python</label>
<div class="progress">
<div class="progress-bar" role="progress-bar" aria-valuemin="0" aria-valuenow="85" aria-valuemax="100" style="width: 85%;" >
85%
</div>
</div>
</div>
<div class="skill-box wow fadeInDown" data-wow-delay=".7s">
<label> CPP</label>
<div class="progress">
<div class="progress-bar" role="progress-bar" aria-valuemin="0" aria-valuenow="80" aria-valuemax="100" style="width: 80%;" >
80%
</div>
</div>
</div>
<div class="skill-box wow fadeInDown" data-wow-delay=".8s">
<label> Java</label>
<div class="progress">
<div class="progress-bar" role="progress-bar" aria-valuemin="0" aria-valuenow="75" aria-valuemax="100" style="width: 75%;" >
75%
</div>
</div>
</div>
<div class="skill-box wow fadeInDown" data-wow-delay=".9s">
<label> Wordpress</label>
<div class="progress">
<div class="progress-bar" role="progress-bar" aria-valuemin="0" aria-valuenow="90" aria-valuemax="100" style="width: 90%;" >
90%
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- section skill End -->
<!-- Skills End -->
<!-- Resume start -->
<section id="section-resume" class="section-padding">
<div class="container">
<div class="row">
<div class="col-md-12 text-center wow fadeInUp">
<h2 class="heading-title">Resume</h2>
<p>🚀 Digital Creator / 🎗️ Graphic Designer / 🔮 User Interface (UI) & Experience (UX)</p>
</div>
</div>
</div>
</section>
<section id="resume-details" class="section-padding">
<div class="container">
<div class="row">
<div class="col-md-12 wow fadeInLeft">
<div class="resume-inner">
<h2 class="heading-title">My Education</h2>
<p>
Present Statistic : Fifth Semester - Bachelour in Software Engineering (BSSE) - Comsats University Islamabad
</p>
</div>
</div>
</div>
<div class="row">
<div class="timeline-centered">
<article class="timeline-entry">
<div class="timeline-entry-inner">
<div class="timeline-icon bg-success">
<i class="entypo-feather"></i>
</div>
<div class="timeline-label">
<h3 class="resume-title">Bachelor in Software Engineering</h3>
<p>Undergraduate, Bachelor in Software Engineering (BSSE)</p>
<p>Comsats University Islamabad</p>
<p>2020-2024</p>
</div>
</div>
</article>
<article class="timeline-entry">
<div class="timeline-entry-inner">
<div class="timeline-icon bg-secondary">
<i class="entypo-suitcase"></i>
</div>
<div class="timeline-label">
<h3 class="resume-title">Intermediate in Computer Science</h3>
<p>Higher Secondary School Certificate, Intermediate in Computer Science (ICS)</p>
<p>Punjab College of Commerce</p>
<p>2017-2019</p>
</div>
</div>
</article>
<article class="timeline-entry">
<div class="timeline-entry-inner">
<div class="timeline-icon bg-info">
<i class="entypo-location"></i>
</div>
<div class="timeline-label">
<h3 class="resume-title">Secondary School Certificate or Matriculation examination</h3>
<p>Secondary School Certificate, Computer Science (CS)</p>
<p>Islamabad Model College For Boys</p>
<p>2015-2017</p>
</div>
</div>
</article>
<article class="timeline-entry begin">
<div class="timeline-entry-inner">
<div class="timeline-icon" style="-webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg);">
<i class="entypo-flight"></i> +
</div>
</div>
</article>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 wow fadeInLeft">
<div class="resume-inner">
<h2 class="heading-title">Work Experience</h2>
<p>Present Statistic : Currently working as a freelancer/remote worker on freelance platforms (Upwork/Fiverr) aparts that building non-fungaible token collects</Non-Fungaible></p>
</div>
</div>
</div>
<div class="row">
<div class="timeline-centered">
<article class="timeline-entry">
<div class="timeline-entry-inner">
<div class="timeline-icon bg-success">
<i class="entypo-feather"></i>
</div>
<div class="timeline-label">
<h3 class="resume-title">Sole proprietorship & Founder</h3>
<h2 class="resume-company">Minimsam</h2>
<p>We’re the global creative platform where designers and clients work together and inspire one another. It’s never been easier to collaborate and create designs you’ll attract. Meta Inside has grown from a small, online forum into a global community of talented designers that is now the go-to creative solution for businesses, brands, agencies, and individuals.</p>
<p>Aug 2019 - Present</p>
</div>
</div>
</article>
<article class="timeline-entry">
<div class="timeline-entry-inner">
<div class="timeline-icon bg-secondary">
<i class="entypo-suitcase"></i>
</div>
<div class="timeline-label">
<h3 class="resume-title">Level One Seller</h3>
<h2 class="resume-company">Fiverr</h2>
<p>I have Successfully Accomplished the Level One Seller Badge & Learn From Fiverr Badge. I'm working hard there to achieve Level Two Seller Badge as soon as possible.
-
Fiverr (Profile): fiverr.com/ossamamehmood</p>
<p>May 2017 - Present</p>
</div>
</div>
</article>
<article class="timeline-entry">
<div class="timeline-entry-inner">
<div class="timeline-icon bg-info">
<i class="entypo-location"></i>
</div>
<div class="timeline-label">
<h3 class="resume-title">Rising (Job Success Score 100%)</h3>
<h2 class="resume-company">Upwork</h2>
<p>I have Successfully Completed/Progressing Thirty (30+) projects. I have a strong profile with have Job Success Score of 100% Percentage. I also have a specialized profile in Graphic Design & Image Editing including the Available now badge : )
-
Upwork (Profile): https://www.upwork.com/freelancers/~0105286082fc1badae</p>
<p>Jul 2017 - Present</p>
</div>
</div>
</article>
<article class="timeline-entry">
<div class="timeline-entry-inner">
<div class="timeline-icon bg-warning">
<i class="entypo-camera"></i>
</div>
<div class="timeline-label">
<h3 class="resume-title">Non-Fungible Token (NFT) : Creator / Designer</h3>
<h2 class="resume-company">Opensea</h2>
<p>Start creating artwork to admire the world they need to lose some Ethereum to buy what'll chase them a long time investment. I'm working with ordinary Opensea to Design, List, and Sell Non-Fungible Token (Listed By Nftssam Collection) :
About Nftssam: https://linktr.ee/nftssam &
About Minimsam: https://linktr.ee/minimsam
</p>
<p>Dec 2021 - Present</p>
</div>
</div>
</article>
<article class="timeline-entry">
<div class="timeline-entry-inner">
<div class="timeline-icon bg-warning">
<i class="entypo-camera"></i>
</div>
<div class="timeline-label">
<h3 class="resume-title">Instructor</h3>
<h2 class="resume-company">Udemy</h2>
<p>I'm working to spread out the knowledge of Freelance through a course design for freelancers. I have about 30,000+ plus enrollment in Udemy courses. The course (Learn Freelancing: To Grow Quickly at Marketplaces) is based on ideas to learn freelance and growing quickly : )
Udemy Instructor Profile: udemy.com/user/ossama-mehmood
Udemy Course: udemy.com/course/learn-freelancing-to-grow-quickly-at-marketplaces-f/
</p>
<p>Jul 2020 - Present</p>
</div>
</div>
</article>
<article class="timeline-entry begin">
<div class="timeline-entry-inner">
<div class="timeline-icon" style="-webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg);">
<i class="entypo-flight"></i> +
</div>
</div>
</article>
</div>
<a href="https://www.linkedin.com/in/ossamamehmood" class="btn btn-default featured">Download Resume</a>
</div>
</div>
</section>
<!-- Resume end -->
<!-- Testimonial Start -->
<!-- section testimonial start -->
<section id="section-testimonial" class="section-padding">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="carousel slide text-center" id="testimonial-carousel">
<div class="col-md-12 text-center wow fadeInUp">
<h2 class="heading-title">Testimonial</h2>
<p>Clarify that the testimonials that you see is a Work History (Testimonials) or feedback from the clients through Upwork</p>
<ol class="carousel-indicators">
<li data-target="#testimonial-carousel" data-slide-to="0" class="active"></li>
<li data-target="#testimonial-carousel" data-slide-to="1"></li>
<li data-target="#testimonial-carousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<p>"I am writing to let you know that Sam is highly competent on his fields. He is a serious contractor who values his client's time. He is very punctual on answering your requests for clarifications or modifications in your projects after submission of the projects. I will hire him again for all the digital needs of my business and I will recommend him to everyone who needs a competent a digital engineer. Sincerely yours, Joseph D., CAGS, QMP, CEO "</p>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<span class="fa fa-star checked"></span><span class="fa fa-star checked"></span><span class="fa fa-star checked"></span><span class="fa fa-star checked"></span><span class="fa fa-star checked"></span>
<h4 class="client-name">Joseph D. | Owner, CEO at DragonHealthcare Services, LLC</h4>
<h4 class="client-project">Brand identity, Business Card & Flyer Design</h4>
<h5 class="project-completed">Apr 2021</h5>
<p></p>
</div>
<div class="item">
<p>"Ossama is working with us for over a year now.I found him extremely professional with good knowledge base.I would happily recommend him for his excellent work to others."</p>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<span class="fa fa-star checked"></span><span class="fa fa-star checked"></span><span class="fa fa-star checked"></span><span class="fa fa-star checked"></span><span class="fa fa-star checked"></span>
<h4 class="client-name">Home P. | Founder</h4>
<h4 class="client-project">Social Media Ads Design</h4>
<h5 class="project-completed">Jan 2021</h5>
<p></p>
</div>
<div class="item ">
<p>"Ossama is a great designer, very humble and dedicated to work. He is always willing to learn new skills, new tools and new methods, so he is able to adapt the requirements of new jobs that we gave him. If you need a designer with this level of versatility and skills, great competence and responsibility, so you can succeed in your designing projects you can safely bring Ossama onboard your projects and be successful together with him."</p>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<span class="fa fa-star checked"></span><span class="fa fa-star checked"></span><span class="fa fa-star checked"></span><span class="fa fa-star checked"></span><span class="fa fa-star checked"></span>
<h4 class="client-name">Muhammad U. | Hiring Director</h4>
<h4 class="client-project">Branding & Identity</h4>
<h5 class="project-completed">Jan 2021</h5>
<p></p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- section testimonial end -->
<!-- Testimonial End -->
<!-- Portfolio Start -->
<!-- section portfolio start -->
<section id="section-portfolio" class="section-padding">
<div class="container">
<div class="row">
<div class="col-md-12 text-center wow fadeInUp">
<div class="section-heading">
<h2 class="heading-title">portfolio</h2>
<p>Lorem ipsum dolor sit amet, ea doming epicuri iudicabit nam, te usu virtute placerat. Purto brute disputando cu est, eam dicam soluta ei. Vel dicam vivendo accusata ei, cum ne periculis molestiae pri. </p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-4">
<div class="portfolio-box">
<img src="images/portfolio/portfolio_pic1.jpg" alt="" class="img-responsive">
<div class="image-overlay text-center">
<a href="images/portfolio/portfolio_pic1.jpg" data-rel="prettyPhoto"><i class="fa fa-arrows-alt"></i></a>
</div>
</div>
</div> <!-- col-md-4 end -->
<div class="col-md-4 col-sm-4">
<div class="portfolio-box">
<img src="images/portfolio/portfolio_pic2.jpg" alt="" class="img-responsive">
<div class="image-overlay text-center">
<a href="images/portfolio/portfolio_pic2.jpg" data-rel="prettyPhoto"><i class="fa fa-arrows-alt"></i></a>
</div>
</div>
</div> <!-- col-md-4 end 3step-->
<div class="col-md-4 col-sm-4">
<div class="portfolio-box">
<img src="images/portfolio/portfolio_pic3.jpg" alt="" class="img-responsive">
<div class="image-overlay text-center">
<a href="images/portfolio/portfolio_pic3.jpg" data-rel="prettyPhoto"><i class="fa fa-arrows-alt"></i></a>
</div>
</div>
</div> <!-- col-md-4 end -->
<div class="clearfix"></div>
<div class="col-md-4 col-sm-4">
<div class="portfolio-box">
<img src="images/portfolio/portfolio_pic4.jpg" alt="" class="img-responsive">
<div class="image-overlay text-center">
<a href="images/portfolio/portfolio_pic4.jpg" data-rel="prettyPhoto"><i class="fa fa-arrows-alt"></i></a>
</div>
</div>
</div> <!-- col-md-4 end -->
<div class="col-md-4 col-sm-4">
<div class="portfolio-box">
<img src="images/portfolio/portfolio_pic5.jpg" alt="" class="img-responsive">
<div class="image-overlay text-center">
<a href="images/portfolioportfolio_pic5.jpg" data-rel="prettyPhoto"><i class="fa fa-arrows-alt"></i></a>
</div>
</div>
</div> <!-- col-md-4 end 6 step -->
<div class="col-md-4 col-sm-4">
<div class="portfolio-box">
<img src="images/portfolio/portfolio_pic6.jpg" alt="" class="img-responsive">
<div class="image-overlay text-center">
<a href="images/portfolio/portfolio_pic6.jpg" data-rel="prettyPhoto"><i class="fa fa-arrows-alt"></i></a>
</div>
</div>
</div> <!-- col-md-4 end -->
<div class="clearfix"></div>
<div class="col-md-4 col-sm-4">
<div class="portfolio-box">
<img src="images/portfolio/portfolio_pic7.jpg" alt="" class="img-responsive">
<div class="image-overlay text-center">
<a href="images/portfolio/portfolio_pic7.jpg" data-rel="prettyPhoto"><i class="fa fa-arrows-alt"></i></a>
</div>
</div>
</div> <!-- col-md-4 end -->
<div class="col-md-4 col-sm-4">
<div class="portfolio-box">
<img src="images/portfolio/portfolio_pic8.jpg" alt="" class="img-responsive">
<div class="image-overlay text-center">
<a href="images/portfolio/portfolio_pic8.jpg" data-rel="prettyPhoto"><i class="fa fa-arrows-alt"></i></a>
</div>
</div>
</div> <!-- col-md-4 end -->
<div class="col-md-4 col-sm-4">
<div class="portfolio-box">
<img src="images/portfolio/portfolio_pic9.jpg" alt="" class="img-responsive">
<div class="image-overlay text-center">
<a href="images/portfolio/portfolio_pic9.jpg" data-rel="prettyPhoto"><i class="fa fa-arrows-alt"></i></a>
</div>
</div>
</div> <!-- col-md-4 end -->
</div>
</div>
</section>
<!-- section portfolio endt -->
<!-- Portfolio End -->
<!-- Contact Start -->
<!-- section contact start -->
<section id="section-contact" class="section-padding">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="heading-title">Contact me</h2>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6 wow fadeInRight">
<div class="contact-form">
<form class="contact-box" method="post" action="contact_form_process.php">
<div class="form-group">
<label>Name</label>
<input type="text" name="name" class="form-control">
</div>
<div class="form-group">
<label>Email address</label>
<input type="text" name="email" class="form-control">
</div>
<div class="form-group">
<label>Message</label>
<input type="text" name="message" class="form-control">
</div>
<div class="row">
<div class="col-md-12">
<input type="submit" value="Submit" class="btn btn-default">
</div>
</div>
</form>
</div>
</div>
<div class="col-md-6 col-sm-6 wow fadeInLeft">
<h2 class="heading-title">Get in Touch</h2>
<div class="contact-left">
<p>“Everything you can imagine is Creative,</p>
<p> Reflective & Introspective”</p>
<p>- Ossama Mehmood 샘</p>
<div class="location">
<p>Islamabad, Pakistan</p>
<p>44000</p>
</div>
<ul>
<li><span>Email :</span> <a>[email protected]</a></li>
<p></p>
<li><span>Phone :</span> <a>+92 334 5463367</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- section contact end -->
<!-- Contact End -->
<!-- Footer Start -->
<!-- section footer start -->
<footer id="section-footer">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<ul class="socail-link list-inline">
<li><a href="https://www.facebook.com/ossamamehmood1"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/ossamamehmood"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/ossamamehmood"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.pinterest.com/ossamamehmood"><i class="fa fa-pinterest"></i></a></li>
<li><a href="https://www.linkedin.com/in/ossamamehmood"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCiCtAidDDedbB2Izs_3E0oA"><i class="fa fa-youtube"></i></a></li>
<li><a href="https://www.behance.net/ossamamehmood"><i class="fa fa-behance"></i></a></li>
<li><a href="https://dribbble.com/ossamamehmood"><i class="fa fa-dribbble"></i></a></li>
<li><a href="https://github.com/ossamamehmood"><i class="fa fa-github"></i></a></li>
<li><a href="https://ossamamehmood.wordpress.com"><i class="fa fa-wordpress"></i></a></li>
</ul>
<h4>© 2021 Ossama Mehmood <a href="https://linktr.ee/ossamamehmood" target="_blank" title="Ossama Mehmood"> All Rights Reserved ® </a> by ossamamehmood</h4>
</div>
</div>
</div>
</footer>
<!-- section footer end -->
<!-- Footer End -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- initialize jQuery Library -->
<script type="text/javascript" src="js/jquery.js"></script>
<!-- Bootstrap jQuery -->
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<!-- PrettyPhoto -->
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<!-- Wow Animation -->
<script type="text/javascript" src="js/wow.min.js"></script>
<!-- singlepagenav -->
<script src="js/jquery.singlePageNav.js"></script>
<!-- Eeasing -->
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<!-- Sticky Menu -->
<script src="js/jquery.sticky.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
<script>
$(".main-nav").sticky();
</script>
<script>
new WOW().init();
</script>
</body>
</html>