-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
461 lines (429 loc) · 16 KB
/
services.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
<!DOCTYPE html>
<html lang="zxx">
<!-- Mirrored from uithemez.com/i/andrew/services.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 15 Apr 2024 12:54:12 GMT -->
<head>
<!-- Metas -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<meta
name="keywords"
content="HTML5 Template Andrew Multi-Purpose themeforest"
/>
<meta name="description" content="Andrew - Multi-Purpose HTML5 Template" />
<meta name="author" content="" />
<!-- Title -->
<title>Mahaveer</title>
<!-- Favicon -->
<link rel="shortcut icon" href="assets/imgs/favicon.ico" />
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<!-- Plugins -->
<link rel="stylesheet" href="assets/css/plugins.css" />
<!-- Core Style Css -->
<link rel="stylesheet" href="assets/css/style.css" />
</head>
<body>
<!-- ==================== Start Loading ==================== -->
<div class="loader-wrap">
<svg viewBox="0 0 1000 1000" preserveAspectRatio="none">
<path id="svg" d="M0,1005S175,995,500,995s500,5,500,5V0H0Z"></path>
</svg>
<div class="loader-wrap-heading">
<div class="load-text">
<span>L</span>
<span>o</span>
<span>a</span>
<span>d</span>
<span>i</span>
<span>n</span>
<span>g</span>
</div>
</div>
</div>
<!-- ==================== End Loading ==================== -->
<div class="cursor"></div>
<!-- ==================== Start progress-scroll-button ==================== -->
<div class="progress-wrap cursor-pointer">
<svg
class="progress-circle svg-content"
width="100%"
height="100%"
viewBox="-1 -1 102 102"
>
<path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" />
</svg>
</div>
<!-- ==================== End progress-scroll-button ==================== -->
<!-- ==================== Start Navbar ==================== -->
<nav class="navbar navbar-chang navbar-expand-lg">
<div class="container position-re">
<div class="row">
<div class="col-lg-2 col-6 order1">
<div class="bord">
<!-- Logo -->
<a class="logo icon-img-70" href="#"> Mahaveer </a>
</div>
</div>
<div class="col-lg-8 order3">
<div class="bg">
<!-- navbar links -->
<div class="full-width">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="home.html"
><span class="rolling-text">Home</span></a
>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html"
><span class="rolling-text">About</span></a
>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html"
><span class="rolling-text">Services</span></a
>
</li>
<li class="nav-item">
<a class="nav-link" href="portfolio.html"
><span class="rolling-text">Portfolio</span></a
>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html"
><span class="rolling-text">Contact</span></a
>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-2 col-6 order2">
<div class="bord d-flex justify-content-end">
<ul class="social d-flex rest">
<li>
<a
href="https://www.linkedin.com/in/developer-mahaveer-jain/"
target="#"
><i class="fab fa-linkedin-in"></i
></a>
</li>
<li>
<a href="https://www.github.com/mahaveer82" target="#"
><i class="fab fa-github"></i
></a>
</li>
</ul>
<button class="navbar-toggler" type="button">
<span class="icon-bar"><i class="fas fa-bars"></i></span>
</button>
</div>
</div>
</div>
</div>
</nav>
<!-- ==================== End Navbar ==================== -->
<main class="pt-80">
<!-- ==================== Start Services ==================== -->
<section class="services section-padding">
<div class="container with-pad">
<div class="sec-head mb-80">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">
<div class="d-inline-block">
<div class="sub-title-icon d-flex align-items-center">
<span class="icon pe-7s-bell"></span>
<h6>My Services</h6>
</div>
</div>
<h3>What Services I Provide ?</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="item mb-30">
<div class="cont">
<div class="d-flex align-items-center mb-30">
<div>
<span class="icon-img-50 mr-40">
<img src="assets/imgs/serv-img/1.png" alt="" />
</span>
</div>
<div>
<span class="opacity-7 fz-13 mb-5">4+ Projects</span>
<h5 class="fz-20">Web Development</h5>
</div>
</div>
<p>
We provide tailored web development solutions for clients,
ensuring user-friendly interfaces, seamless functionality,
and optimal performance for online success.
</p>
<a href="#0" class="mt-30">
<span>Read More</span>
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="item mb-30">
<div class="cont">
<div class="d-flex align-items-center mb-30">
<div>
<span class="icon-img-50 mr-40">
<img src="assets/imgs/serv-img/2.png" alt="" />
</span>
</div>
<div>
<span class="opacity-7 fz-13 mb-5">1+ Projects</span>
<h5 class="fz-20">App Development</h5>
</div>
</div>
<p>
We deliver customized app development solutions for clients,
focusing on intuitive design, robust functionality, and
seamless user experience for digital success.
</p>
<a href="#0" class="mt-30">
<span>Read More</span>
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="item mb-30">
<div class="cont">
<div class="d-flex align-items-center mb-30">
<div>
<span class="icon-img-50 mr-40">
<img src="assets/imgs/serv-img/3.png" alt="" />
</span>
</div>
<div>
<span class="opacity-7 fz-13 mb-5">2+ Projects</span>
<h5 class="fz-20">Full-stack Development</h5>
</div>
</div>
<p>
Our full-stack development services offer end-to-end
solutions, from frontend design to backend functionality,
ensuring comprehensive and efficient digital products for
clients.
</p>
<a href="#0" class="mt-30">
<span>Read More</span>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ==================== End Services ==================== -->
<!-- ==================== Start Pricing ==================== -->
<!-- <section class="price section-padding pt-0">
<div class="container with-pad">
<div class="sec-head mb-80">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">
<div class="d-inline-block">
<div class="sub-title-icon d-flex align-items-center">
<span class="icon pe-7s-rocket"></span>
<h6>My Pricing</h6>
</div>
</div>
<h3>Amazing Pricing For Your Projects</h3>
<p class="mt-15">
We get involved with clients to solve their design problems
and provide more-value™️ to them.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="item md-mb50">
<h6 class="type">Standard</h6>
<div class="content d-flex align-items-center">
<div class="amount mr-40">
<h2 class="main-color">$20</h2>
<a
href="#0"
class="butn butn-md butn-bord radius-30 text-u text-center mt-30"
>
<span>Sign Up</span>
</a>
</div>
<div class="feat">
<ul class="rest">
<li>
<i class="fas fa-check"></i>
<span>Need your wireframe</span>
</li>
<li>
<i class="fas fa-check"></i>
<span>Design with Figma</span>
</li>
<li>
<i class="fas fa-check"></i>
<span
>Implement with Webflow, React, Bootstrap, HTML, CSS,
JS</span
>
</li>
<li>
<i class="fas fa-check"></i>
<span>Support 3 months</span>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="item">
<h6 class="type">Premium</h6>
<div class="content d-flex align-items-center">
<div class="amount mr-40">
<h2 class="main-color">$59</h2>
<a
href="#0"
class="butn butn-md butn-bord radius-30 text-u text-center mt-30"
>
<span>Sign Up</span>
</a>
</div>
<div class="feat">
<ul class="rest">
<li>
<i class="fas fa-check"></i>
<span>Need your wireframe</span>
</li>
<li>
<i class="fas fa-check"></i>
<span>Design with Figma</span>
</li>
<li>
<i class="fas fa-check"></i>
<span
>Implement with Webflow, React, Bootstrap, HTML, CSS,
JS</span
>
</li>
<li>
<i class="fas fa-check"></i>
<span>Support 6 months</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- ==================== End Pricing ==================== -->
<!-- ==================== Start Brands ==================== -->
<!-- <section class="brands section-padding pt-0">
<div class="container with-pad">
<div class="text-center">
<h6>
More than <span class="main-color">5+ companies</span> trusted us
worldwide
</h6>
</div>
<div class="row">
<div class="col-sm-4 col-md-3 col-lg-2 col-6">
<div class="item">
<div class="img icon-img-100">
<a href="#0">
<img src="assets/imgs/brands/b1.png" alt="" />
</a>
</div>
</div>
</div>
<div class="col-sm-4 col-md-3 col-lg-2 col-6">
<div class="item">
<div class="img icon-img-100">
<a href="#0">
<img src="assets/imgs/brands/b2.png" alt="" />
</a>
</div>
</div>
</div>
<div class="col-sm-4 col-md-3 col-lg-2 col-6">
<div class="item">
<div class="img icon-img-100">
<a href="#0">
<img src="assets/imgs/brands/b3.png" alt="" />
</a>
</div>
</div>
</div>
<div class="col-sm-4 col-md-3 col-lg-2 col-6">
<div class="item">
<div class="img icon-img-100">
<a href="#0">
<img src="assets/imgs/brands/b4.png" alt="" />
</a>
</div>
</div>
</div>
<div class="col-sm-4 col-md-3 col-lg-2 col-6">
<div class="item">
<div class="img icon-img-100">
<a href="#0">
<img src="assets/imgs/brands/b1.png" alt="" />
</a>
</div>
</div>
</div>
<div class="col-sm-4 col-md-3 col-lg-2 col-6">
<div class="item">
<div class="img icon-img-100">
<a href="#0">
<img src="assets/imgs/brands/b3.png" alt="" />
</a>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- ==================== End Brands ==================== -->
</main>
<!-- ==================== Start Footer ==================== -->
<footer>
<div class="container pb-30 pt-30 bord-thin-top">
<div class="row">
<div class="col-12">
<div class="text-center">
<p class="fz-13">© 2024 Mahaveer</p>
</div>
</div>
</div>
</div>
</footer>
<!-- ==================== End Footer ==================== -->
<!-- jQuery -->
<script src="assets/js/jquery-3.6.0.min.js"></script>
<script src="assets/js/jquery-migrate-3.4.0.min.js"></script>
<!-- plugins -->
<script src="assets/js/plugins.js"></script>
<!-- custom scripts -->
<script src="assets/js/scripts.js"></script>
</body>
<!-- Mirrored from uithemez.com/i/andrew/services.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 15 Apr 2024 12:54:13 GMT -->
</html>