-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprofile.php
175 lines (164 loc) · 8.42 KB
/
profile.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
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
<?php include('header.php'); ?>
</head>
<body>
<!-- Load page -->
<div class="animationload">
<div class="loader"></div>
</div>
<!-- End load page -->
<div id="wraper">
<!-- Start Head section -->
<header class="head">
<!-- start container -->
<div class="container">
<!-- start row -->
<div class="row">
<div class="col-xs-8 col-sm-11 col-lg-11">
<img class="logo-page" src="assets/img/profile_l.png" alt="Ukieweb">
<!-- Title Page -->
<h2 class="title">Profile</h2>
<!-- Description Page -->
<h4 class="sub-title">A Brief About Me</h4>
</div>
<div class="col-xs-4 col-sm-1 col-lg-1 text-right">
<a href="index.php" class="btn-close hover-animate"></a>
</div>
</div>
<!-- end row -->
</div>
<!-- end container -->
</header>
<!-- End Head section -->
<!-- Start Content section -->
<section class="content border-bottom padding-block">
<!-- start container -->
<div class="container">
<!-- start row -->
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-7">
<h3 class="title">Hello, I am Ajay Maurya</h3>
<p>A Web/ WordPress/ App Developer with 3+ years of experience.</br>
B.E. (Computer Engineering), University of Mumbai
<br>
If interested then<a href="contact.php">Lets work together.</a><br>
</p>
<p>
<a href="contact.php" class="btn hover-animate">Hire me Now</a><a href="assets/resume/aj-resume.pdf" class="btn btn-color hover-animate" download>Download CV</a>
</p>
</div>
<div class="col-xs-12 col-sm-12 col-lg-5">
<div class="block-grey">
<table>
<tr>
<td class="font-weight-m">Name</td>
<td class="text-right">Ajay Maurya</td>
</tr>
<tr>
<td class="font-weight-m">Date of birth</td>
<td class="text-right">October 16, 1992</td>
</tr>
<tr>
<td class="font-weight-m">E-mail</td>
<td class="text-right"><a href="mailto:ajmaurya101@gmail.com">ajmaurya101@gmail.com</a></td>
</tr>
<tr>
<td class="font-weight-m">Address</td>
<td class="text-right">Mumbai, Maharashtra, India</td>
</tr>
<tr>
<td class="font-weight-m">Phone</td>
<td class="text-right"><a href="tel:+91 8291751617">+91 8291751617</a></td>
</tr>
<tr>
<td class="font-weight-m">Website</td>
<td class="text-right"><a href="http://ajmaurya.com/">www.ajmaurya.com</a></td>
</tr>
</table>
</div>
</div>
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- End Content section -->
<!-- Start Info section -->
<section class="info border-bottom padding-block text-center">
<!-- start container -->
<div class="container">
<!-- start row -->
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-12">
<h3 class="title">I can help you with</h3>
</div>
</div>
<!-- end row -->
<!-- start row -->
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-12">
<div class="circle-block ">
<span class="icon hover-animate"><i class="fa fa-android"></i></span>
<span class="name hover-animate">Mobile Applications</span>
</div>
<div class="circle-block">
<span class="icon hover-animate"><i class="fa fa-desktop"></i></span>
<span class="name hover-animate">Website design</span>
</div>
<div class="circle-block">
<span class="icon hover-animate"><i class="fa fa-wordpress"></i></span>
<span class="name hover-animate">WordPress Development</span>
</div>
<div class="circle-block">
<span class="icon hover-animate"><i class="fa fa-bar-chart"></i></span>
<span class="name hover-animate">Social Media Marketing</span>
</div>
<div class="circle-block">
<span class="icon hover-animate"><i class="fa fa-pencil"></i></span>
<span class="name hover-animate">Content Writing</span>
</div>
<div class="circle-block">
<span class="icon hover-animate"><i class="fa fa-building"></i></span>
<span class="name hover-animate">Real Estate CRM</span>
</div>
<div class="circle-block">
<span class="icon hover-animate"><i class="fa fa-heartbeat"></i></span>
<span class="name hover-animate">Software for Hospitality</span>
</div>
<div class="circle-block">
<span class="icon hover-animate"><i class="fa fa-file-image-o"></i></span>
<span class="name hover-animate">Graphic Designing</span>
</div>
<div class="circle-block">
<span class="icon hover-animate"><i class="fa fa-comments"></i></span>
<span class="name hover-animate">Bulk SMS</span>
</div>
<div class="circle-block">
<span class="icon hover-animate"><i class="fa fa-inbox"></i></span>
<span class="name hover-animate">Bulk Email</span>
</div>
</div>
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- End Info section -->
<?php include('footer.php'); ?>
</div>
<!-- Scroll to Top -->
<a href="profile.php#" class="btn scrollToTop"><i class="fa fa-angle-up"></i></a>
<!-- End Scroll to Top -->
<!-- Scripts -->
<script src="assets/js/jquery-1.11.2.min.js" type="text/javascript"></script>
<script src="assets/boostrap-files/js/bootstrap.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.appear.js" type="text/javascript"></script>
<script src="assets/js/jquery.nicescroll.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.mixitup.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.magnific-popup.min.js" type="text/javascript"></script>
<script src="assets/js/owl.carousel.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.inview.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.knob.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.cookie.js" type="text/javascript"></script>
<script src="assets/js/scripts.js" type="text/javascript"></script>
</body>
</html>