-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
109 lines (101 loc) · 4.98 KB
/
about.php
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
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>Mukul - Profile</title>
<meta charset="UTF-8">
<meta name="description" content="Portfolio about Mukul">
<link rel="shortcut icon" type="image/png" href="img/M.jfif">
<meta name="keywords" content="photo, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/themify-icons.css"/>
<link rel="stylesheet" href="css/accordion.css"/>
<link rel="stylesheet" href="css/owl.carousel.min.css"/>
<!-- Main Stylesheets -->
<link rel="stylesheet" href="css/style.css"/>
<!--[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>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Offcanvas Menu Section -->
<?php include "nav.php"; ?>
<!-- Offcanvas Menu Section end -->
<!-- About Section end -->
<section class="about-section">
<div class="about-warp">
<div class="about-left">
<div class="about-img">
<img src="img/hero/mukul.jpg" alt="">
</div>
<div class="profile-text text-white">
<h2>Hello!</h2>
<h2>I’m <strong>Mukul Singh</strong></h2>
<p>I am a web developer. I see how it has to be created acc. to the need. I do not follow certain styles.</p>
<a href="#" class="profile-btn">Say Hello --></a>
<a href="mailto:[email protected]" class="profile-email">[email protected]</a>
</div>
</div>
<div class="about-right">
<div class="about-text">
<h2>About Me</h2>
<p>During your engagement shoot or portrait session I will assist and direct you through posing and expression to get you and your fiancée / partner comfortable in front of the camera so we can incorporate both posed and natural moments on your special day. </p>
<p>From a fashion forward shoot to a more reserved traditional style, I am here for you.</p>
<p>I love trying creative things in a fast paced environment. I adapt to any given situation and try to bring the beauty out that is already there. This is your day, lets have fun with it and make memories.</p>
<p>I have won a boatload of awards for my work, and I’m grateful for every single one of them, but I’ve always been unsure of whether I earned them or whether the jury was rigged. By now I am literally addicted to making photos…for which there is no known cure, except to make more.</p>
<p>I have won a boatload of awards for my work, and I’m grateful for every single one of them, but I’ve always been unsure of whether I earned them or whether the jury was rigged. By now I am literally o bring the beauty out that is already there. This is your day, lets have fun with it and make memories.</p>
<p>I have won a boatload of awards for my work, and I’m grateful for every single one of them, but I’ve always been unsure of whether I earned them or whether the jury was rigged. By now I am literally addicted to making photos…for which there is no known cure, except to make more.</p>
<p>I have won a boatload of awards for my work, and I’m grateful for every single one of them, but I’ve always been unsure of whether I earned them or whether the jury was rigged.</p>
<h2 class="pt-5">My Skills</h2>
</div>
<div class="skill-warp text-center">
<div class="row">
<div class="col-lg-3 col-sm-6">
<div class="circle-item">
<div class="circle-progress" data-cpid="id-1" data-cpvalue="90" data-cpcolor="#d32f3a"></div>
<h4>Web Development</h4>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="circle-item">
<div class="circle-progress" data-cpid="id-2" data-cpvalue="70" data-cpcolor="#d32f3a"></div>
<h4>Coding Skills</h4>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="circle-item">
<div class="circle-progress" data-cpid="id-3" data-cpvalue="86" data-cpcolor="#d32f3a"></div>
<h4>Management Skills</h4>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="circle-item">
<div class="circle-progress" data-cpid="id-4" data-cpvalue="80" data-cpcolor="#d32f3a"></div>
<h4>Leadership Skills</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About Section end -->
<!--====== Javascripts & Jquery ======-->
<script src="js/vendor/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/jquery.nicescroll.min.js"></script>
<script src="js/circle-progress.min.js"></script>
<script src="js/pana-accordion.js"></script>
<script src="js/main.js"></script>
</body>
</html>