-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
356 lines (315 loc) · 13.6 KB
/
Copy pathindex.php
File metadata and controls
356 lines (315 loc) · 13.6 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Manoj Avhale | Web developer & Designer</title>
<link rel="shortcut icon" href="images/photos/manoj_avhale.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="css/stylesheets/style.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<!-- Loader for loading -->
<div id="loading-screen">
<div id="loader">
<div class="cogs"><i class="fa fa-cog fa-spin" aria-hidden="true"></i></div>
<div class="cogs"><i class="fa fa-cog fa-spin" aria-hidden="true"></i></div>
<div class="cogs"><i class="fa fa-cog fa-spin" aria-hidden="true"></i></div>
</div>
</div>
<!-- ****************** -->
<header id="particles-js">
<nav class="container" style="max-width: 960px">
<div id="logo">
<a href="index.php">Manoj Avhale</a>
</div>
<ul>
<li title="github"><a href="https://github.com/manoj1339/"><i class="fa fa-github" aria-hidden="true"></i></a></li>
<li title="linkedIn"><a href=""><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
<li title="google"><a href=""><i class="fa fa-google" aria-hidden="true"></i></a></li>
</ul>
</nav>
<div class="container" style="max-width: 960px">
<div class="row">
<div id="picContainer" class="col-md-6">
<div id="mypic">
<img src="images/photos/mj.jpg" alt="Manoj Avhale" />
</div>
</div>
<div class="col-md-6">
<div id="myinfo-container">
<div id="my-info">
<h1>I Am Web designer & Developer</h1>
<h3>Front-end / Back-end Developer</h3>
<button class="btn btn-danger">Hire on Upwork <i class="fa fa-handshake-o" aria-hidden="true"></i></button>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Navigation on left side -->
<nav id="leftNav">
<ul>
<li title="Services" data-id="service"><a href="#" onclick="return false;"><i class="fa fa-cogs" aria-hidden="true"></i></a></li>
<li title="Projects" data-id="work"><a href="#" onclick="return false;"><i class="fa fa-code" aria-hidden="true"></i></a></li>
<li title="Contact me" data-id="contact"><a href="#" onclick="return false;"><i class="fa fa-envelope" aria-hidden="true"></i></a></li>
<li title="Share me" data-id="share"><a href="#" onclick="return false;"><i class="fa fa-share-alt-square" aria-hidden="true"></i></a></li>
</ul>
</nav>
<!-- Serivces Section -->
<section id="serviceSection">
<div class="container" style="max-width: 960px">
<h1 style="text-align:center;font-size:3rem;padding:50px 0px">Services</h1>
<!-- First row -->
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="services">
<div class="service-icon">
<i class="fa fa-mobile" aria-hidden="true"></i>
</div>
<h2>Responsive Web Design</h2>
<p>
Responsive web design is related to a how your website look
on tab, mobiles, laptops etc. I am very good in making
website to look super cool on every devices.
</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="services">
<div class="service-icon"><i class="fa fa-paint-brush" aria-hidden="true"></i></div>
<h2>UI / UX Design</h2>
<p>
UI / UX is something which deals with how your website interface
look like knowing your target audience.
User experience is how to make user feeling with your product the most rewarding or delightful.
</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="services">
<div class="service-icon"><i class="fa fa-search" aria-hidden="true"></i></div>
<h2>Search Engine Optimization</h2>
<p>
SEO is the most important aspect of web development.
Is your website rank on google? No. I have the
solution for it to rank your website high on google.
</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="services">
<div class="service-icon"><i class="fa fa-cogs" aria-hidden="true"></i></div>
<h2>API Integration</h2>
<p>
API are essential to communicate with other websites such as
google, facebook & many others through their API's. I have made
my first web application using API. See my works below!.
</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="services">
<div class="service-icon"><i class="fa fa-shopping-cart" aria-hidden="true"></i></div>
<h2>Ecommerce Web Development</h2>
<p>
The world is changing now ! Everyone loves to shop
online. People now a days are trusting to buy online goods.
The owners of online businesses are millioniers today.
So what are you waiting for...
</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="services">
<div class="service-icon"><i class="fa fa-code" aria-hidden="true"></i></div>
<h2>Website Development</h2>
<p>
Website development is a broad concept. I will provide
you the best solution for you by making website for you.
if you are interested working with me then contact me.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="skillsSection">
<div class="container" style="max-width:960px">
<h1>My Skills</h1>
<div class="skillContainer">
<div id="folder" class="skill"><img src="images/folder1.jpg" alt="skillset"></div>
<div class="skill"><img src="images/html.png" alt="html"></div>
<div class="skill"><img src="images/css.png" alt="css"></div>
<div class="skill"><img src="images/js.png" alt="js"></div>
<div class="skill"><img src="images/jquery.png" alt="jquery"></div>
<div class="skill"><img src="images/php.png" alt="php"></div>
<div class="skill"><img src="images/mysql.png" alt="mysql"></div>
</div>
</div>
</section>
<section id="workSection">
<h1>My work</h1>
<div class="container" style="max-width:960px">
<!-- First Project -->
<div class="row project">
<div class="col-md-6 col-sm-6"><img src="images/photos/carecarz.png" alt="project"></div>
<div class="col-md-6 col-sm-6">
<h2>Doorstep car wash website</h2>
<p>Care carz is the website created for taking online bookings
of doorstep car wash service given in aurangabad city. The website
has login/register feature, taking booking and many other.
</p>
<a class="projectBtn" href="http://www.carecarz.com" target="_blank">View Project</a>
</div>
</div>
<!-- Second Project -->
<div class="row project">
<div class="col-md-6 col-sm-6">
<h2>Cricket score website</h2>
<p>Googly is cricket score website which shows all live matches scorecard,
player stats, match fixtures, domestic matches score, international matches score.
The is built on third party cricket score API.
</p>
<a class="projectBtn" href="http://www.manojavhale.com/googly" target="_blank">View Project</a>
</div>
<div class="col-md-6 col-sm-6"><img src="images/photos/googly.png" alt="project"></div>
</div>
<!-- Third Project -->
<div class="row project">
<div class="col-md-6 col-sm-6"><img src="images/photos/manojavhale.png" alt="project"></div>
<div class="col-md-6 col-sm-6">
<h2>My own portfolio</h2>
<p>This website is my own portfolio which shows all my info.
The website shows my services and work that I have done as a web designer and
web developer.
</p>
<a class="projectBtn" href="http://www.manojavhale.com" target="_blank">View Project</a>
</div>
</div>
</div>
</section>
<section id="contactSection">
<div class="container" style="max-width:960px">
<div class="row">
<div class="col-sm-6">
<h2>Get in Touch</h2>
<div class="box">
<form onsubmit="return false;" method="post" autocomplete="off">
<div>
<input id="name" type="text" name="name" />
<label for="name">Name</label>
</div>
<div>
<input id="email" type="text" name="email" />
<label for="email">Email</label>
</div>
<div>
<textarea id="message" name="message" rows="4" cols="20"></textarea>
<label for="message">Message</label>
</div>
<div>
<input type="submit" name="submit" value="Submit" onclick="fillFeedback()">
</div>
</form>
<div id="feedbackError"></div>
</div>
</div>
<div class="col-sm-6">
<div id="map"></div>
</div>
</div>
</div>
</section>
<section id="feedbackSection">
<div id="feedback-overlay"></div>
<div id="feedback-container" class="container" style="max-width:960px">
<div class="feedback-cards">
<p class="animated fadeInUp"><i class="fa fa-quote-left fa-1x" aria-hidden="true"></i>
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Aut blanditiis quasi itaque ducimus
dicta obcaecati culpa recusandae a esse sunt?
<i class="fa fa-quote-right fa-1x" aria-hidden="true"></i>
</p>
<div class="user-image animated fadeInUp delay-1"><img src="images/photos/mj.jpg" alt="user"></div>
<h5 class="animated fadeInUp delay-2">Manoj Avhale</h5>
</div>
<div class="feedback-cards">
<p class="animated fadeInUp"><i class="fa fa-quote-left fa-1x" aria-hidden="true"></i>
Nice experience working with Manoj. Manoj created website
for my mobile car detailing business. Great design and working website.
<i class="fa fa-quote-right fa-1x" aria-hidden="true"></i>
</p>
<div class="user-image animated fadeInUp delay-1"><img src="images/photos/mj.jpg" alt="user"></div>
<h5 class="animated fadeInUp delay-2">Krishna Barkule</h5>
</div>
<div class="feedback-cards">
<p class="animated fadeInUp"><i class="fa fa-quote-left fa-1x" aria-hidden="true"></i>
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Aut blanditiis quasi itaque ducimus
dicta obcaecati culpa recusandae a esse sunt?
<i class="fa fa-quote-right fa-1x" aria-hidden="true"></i>
</p>
<div class="user-image animated fadeInUp delay-1"><img src="images/photos/mj.jpg" alt="user"></div>
<h5 class="animated fadeInUp delay-2">John Doe</h5>
</div>
</div>
</section>
<footer id="shareSection">
<div>
<h4>Share me on</h4>
<ul>
<li><a href="#"><i class="fa fa-facebook-square" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-whatsapp" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a></li>
</ul>
</div>
<p>Thank You for Visit <i class="fa fa-heart fa-1x" style="color: red" aria-hidden="true"></i></p>
</footer>
<!-- Javascript libraries -->
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
<script src="js/particles.js"></script>
<script src="js/app.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.2/TweenMax.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.6/ScrollMagic.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.6/plugins/debug.addIndicators.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.5/plugins/animation.gsap.js"></script>
<script>
// GOOOGLE MAP CODE //
function myMap(){
// The location of Uluru
var uluru = {lat: 19.855188, lng: 75.354396};
// The map, centered at Uluru
var map = new google.maps.Map(
document.getElementById('map'), {zoom: 6, center: uluru});
// The marker, positioned at Uluru
var marker = new google.maps.Marker({
position: uluru,
map: map,
title: 'Manoj Avhale Location',
});
}
// -------------------------------------------------------
/* Scrollmagic Animations */
var controller = new ScrollMagic.Controller();
$('h1').each(function(){
var tween = TweenMax.from(this, 0.5, {scale: 0, rotation: 180});
var scene = new ScrollMagic.Scene({
triggerElement: this,
triggerHook: 0.6
})
.setTween(tween) // trigger a TweenMax.to tween
.addTo(controller);
});
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA_qqdmAuWnC0YPj1woacnF5cgHihHWCH8&callback=myMap"></script>
<script src="js/script.js"></script>
</body>
</html>