-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices-detail.html
343 lines (306 loc) · 19.2 KB
/
services-detail.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
<!doctype html>
<html class="no-js" lang="zxx">
<!-- Mirrored from htmldemo.zcubethemes.com/kidso/services-detail.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 05 Jun 2023 18:56:43 GMT -->
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Prachiti</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<!-- Place favicon.ico in the root directory -->
<!-- CSS here -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="fontawesome/css/all.min.css">
<link rel="stylesheet" href="font-flaticon/flaticon.css">
<link rel="stylesheet" href="css/dripicons.css">
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="css/meanmenu.css">
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<!-- header -->
<header class="header-area header-three">
<div id="header-sticky" class="menu-area">
<div class="container">
<div class="second-menu">
<div class="row align-items-center">
<div class="col-xl-4 col-lg-4">
<div class="logo">
<a href="index.html"><img src="images/header.jpg" alt="logo"></a>
</div>
</div>
<div class="col-xl- col-lg-5">
<div class="main-menu text-right text-xl-right">
<nav id="mobile-menu">
<ul>
<li class="has-sub">
<a href="index.html">Home</a>
</li>
<li class="has-sub">
<a href="about.html">About Us</a>
<ul>
<li><a href="classes.html">Classes</a></li>
<li><a href="class-single.html">Class Details</a></li>
</ul>
</li>
<li class="has-sub">
<a href="classes.html">Classes</a>
<ul>
<li><a href="classes.html">Classes</a></li>
<li><a href="class-single.html">Class Details</a></li>
</ul>
</li>
<li class="has-sub"><a href="#">Pages</a>
<ul>
<li><a href="teachers.html">Teachers</a></li>
<li><a href="teacher-single.html">Teacher Details</a></li>
</ul>
</li>
<li class="has-sub">
<a href="blog.html">Blog</a>
<ul>
<li><a href="blog.html">Blog</a></li>
<li><a href="blog-details.html">Blog Details</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
<div class="col-xl-3 col-lg-3 text-right d-none d-lg-block mt-30 mb-30 text-right text-xl-right">
<div class="login">
<ul>
<li><div class="header-btn second-header-btn">
<a href="contact.html" class="btn">Get Started</a>
</div></li>
</ul>
</div>
</div>
<div class="col-12">
<div class="mobile-menu"></div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- header-end -->
<!-- main-area -->
<main>
<!-- breadcrumb-area -->
<section class="breadcrumb-area d-flex align-items-center" style="background-image:url(img/bg/bdrc-bg.jpg)">
<div class="container">
<div class="row align-items-center">
<div class="col-xl-12 col-lg-12">
<div class="breadcrumb-wrap text-left">
<div class="breadcrumb-title">
<h2>Teacher Details</h2>
<div class="breadcrumb-wrap">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Teacher Details </li>
</ol>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- breadcrumb-area-end -->
<!-- service-details-area -->
<div class="about-area5 about-p pt-120 pb-90 p-relative">
<div class="container">
<div class="row">
<!-- #right side -->
<div class="col-sm-12 col-md-12 col-lg-4 order-1">
<aside class="sidebar services-sidebar">
<!-- Category Widget -->
<div class="sidebar-widget categories">
<div class="widget-content">
<!-- Services Category -->
<ul class="services-categories">
<li><a href="services-detail.html">All Services</a></li>
<li class="active"><a href="service-detail.html">Install & Configure</a></li>
<li><a href="services-detail.html">Repair & Service</a></li>
<li><a href="services-detail.html">Maintenance</a></li>
<li><a href="services-detail.html">Video Verification</a></li>
<li><a href="services-detail.html">Video Surveillence</a></li>
<li><a href="services-detail.html">Interactive Security</a></li>
</ul>
</div>
</div>
<!--Brochures Box-->
<div class="brochures-box">
<div class="inner">
<h4>Download Brochures</h4>
<div class="text">Pleasure and praising pain was born and I will give you a complete account.</div>
<a class="theme-btn btn-style-one" href="#"><span class="btn-title"><i class="fa fa-file-pdf"></i> Info Company</span></a>
<a class="theme-btn btn-style-one" href="#"><span class="btn-title"><i class="fa fa-file-pdf"></i> Brochure Newest</span></a>
</div>
</div>
</aside>
</div>
<!-- #right side end -->
<div class="col-lg-8 col-md-12 col-sm-12 order-2">
<div class="service-detail">
<div class="content-box">
<div class="mb-30"><img src="img/blog/inner_b1.jpg" alt="inner_b1"></div>
<h2> We give the best Services </h2>
<p>Pleasure and praising pain was born and I will give you a complete account of the systems, and expound the actually teachings of the great explorer of the truth, the master-builder of human uts happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally Nor who loves or pursues or desires to obtain pain of itself.</p>
<!-- Two Column -->
<div class="two-column">
<div class="row">
<div class="image-column col-xl-6 col-lg-12 col-md-12">
<figure class="image"><img src="img/features/post-img-1.jpg" alt=""></figure>
</div>
<div class="text-column col-xl-6 col-lg-12 col-md-12">
<p>Builds and finances utility scale solar and storage projects throughout the United States. We specialize in developing renewable solutions to suit the specific needs of large investor owned utilities.</p>
<ul class="list-style-one">
<li>Engine oil level should be regularly</li>
<li>Tyres have a minimum of 1.6mm of tread</li>
<li>Ensure that the electrolyte level is correct</li>
<li>Never remove the radiator when the</li>
</ul>
</div>
</div>
</div>
<h3>Why Choose This Service</h3>
<p>Complete account of the systems and expound the actually teachings of the great explorer of the truth, the master-builder of human uts happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely.</p>
<p>Complete account of the systems and expound the actually teachings of the great explorer of the truth, the master-builder of human uts happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- service-details-area-end -->
</main>
<!-- main-area-end -->
<!-- footer -->
<footer class="footer-bg footer-p">
<div class="footer-top pt-120 pb-80 p-relative" style="background-image: url(img/bg/footer-bg.png); background-color: #fff; background-repeat: no-repeat;background-size: cover;background-position: center;">
<div class="container">
<div class="row justify-content-between">
<div class="col-xl-3 col-lg-3 col-sm-6">
<div class="footer-widget mb-30">
<div class="f-widget-title mb-15">
<h2>Prachiti International <br>
School<h2>
</div>
<div class="footer-text mb-20">
<p>In interdum, mauris in sollicitudin consectetur, elit odio tempus mauris, eget convallis metus arcu nec diam. Vestibulum sagittis at lectus et.</p>
</div>
<div class="footer-social">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
<div class="col-xl-2 col-lg-2 col-sm-6">
<div class="footer-widget mb-30">
<div class="f-widget-title">
<h2>Our Links</h2>
</div>
<div class="footer-link">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html"> About Us</a></li>
<li><a href="classes.html"> Classes</a></li>
<li><a href="contact.html"> Contact Us</a></li>
<li><a href="blog.html">Blog </a></li>
</ul>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-sm-6">
<div class="footer-widget mb-30">
<div class="f-widget-title">
<h2>Contact Us</h2>
</div>
<div class="f-contact">
<ul>
<li>
<i class="icon fal fa-map-marker-check"></i>
<span>1247/Plot No. 39, 15th Phase, <br>Colony, Hyderabad</span>
</li>
<li>
<i class="icon fal fa-phone"></i>
<span>1800-121-3637<br>+91-7052-101-786</span>
</li>
<li><i class="icon fal fa-envelope"></i>
<span>
<a href="mailto:[email protected]">[email protected]</a>
<br>
<a href="mailto:[email protected]">[email protected]</a>
</span>
</li>
</ul>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-sm-6">
<div class="footer-widget mb-30">
<div class="f-widget-title mb-15">
<h2>Subscribe Now !</h2>
</div>
<div class="footer-link">
<div class="newslater-area">
<form name="ajax-form" id="contact-form4" action="#" method="post" class="contact-form newslater">
<div class="form-group p-relative">
<input class="form-control" id="email2" name="email" type="email" placeholder="Email Address..." value="" required="">
<button type="submit" id="send2"><i class="far fa-chevron-right"></i></button>
</div>
<!-- /Form-email -->
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="copyright-wrap text-center">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
Copyright © 2022 Kidso All rights reserved.
</div>
</div>
</div>
</div>
</footer>
<!-- footer-end -->
<!-- JS here -->
<script src="js/vendor/modernizr-3.5.0.min.js"></script>
<script src="js/vendor/jquery-3.6.0.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/one-page-nav-min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/ajax-form.js"></script>
<script src="js/paroller.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/js_isotope.pkgd.min.js"></script>
<script src="js/imagesloaded.min.js"></script>
<script src="js/parallax.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/jquery.meanmenu.min.js"></script>
<script src="js/parallax-scroll.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/element-in-view.js"></script>
<script src="js/main.js"></script>
</body>
<!-- Mirrored from htmldemo.zcubethemes.com/kidso/services-detail.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 05 Jun 2023 18:56:44 GMT -->
</html>