-
Notifications
You must be signed in to change notification settings - Fork 0
/
services-detail.html
462 lines (407 loc) · 26.1 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
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
462
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Altosens - Smart Washer</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">
<div class="header-top second-header d-none d-md-block">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 col-md-8 d-none d-md-block">
<div class="header-cta">
<ul>
<li>
<i class="fas fa-envelope"></i>
<span>[email protected]</span>
</li>
<li>
<i class="far fa-map-marker-alt"></i>
<span>Albert-Einstein-Straße 1, 49076 Osnabrück</span>
</li>
</ul>
</div>
</div>
<div class="col-lg-6 col-md-6 d-none d-lg-block">
<div class="header-social text-right">
<span>
<a href="#" title="Facebook"><i class="fab fa-facebook"></i></a>
<a href="#" title="Twitter"><i class="fab fa-twitter"></i></a>
<a href="#" title="LinkedIn"><i class="fab fa-linkedin-in"></i></a>
</span>
<!-- /social media icon redux -->
</div>
</div>
</div>
</div>
</div>
<div id="header-sticky" class="menu-area">
<div class="container">
<div class="second-menu">
<div class="row align-items-center">
<div class="col-xl-2 col-lg-2">
<div class="logo">
<a href="index.html"><img src="img/logo/logo.png" alt="logo"></a>
</div>
</div>
<div class="col-xl-7 col-lg-7">
<div class="main-menu text-right text-xl-right">
<nav id="mobile-menu">
<ul>
<li class="has-sub">
<a href="index.html">Home</a>
<ul>
<li><a href="index.html">Home v1</a></li>
<li><a href="index-2.html">Home v2</a></li>
</ul>
</li>
<li><a href="about.html">Über Uns</a></li>
<li class="has-sub"><a href="#">Seiten</a>
<ul>
<li><a href="projects.html">Kosten</a></li>
<li><a href="projects-detail.html">Projekt Details</a></li>
<li><a href="pricing.html">Preise</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="faq.html">Faq</a></li>
<li><a href="shop.html">Shop</a></li>
<li><a href="shop-details.html">Shop Details</a>
</li></ul>
</li>
<li class="has-sub">
<a href="services.html">Services</a>
<ul>
<li><a href="services.html">Services</a></li>
<li><a href="services-detail.html">Service 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>
</ul>
</nav>
</div>
</div>
<div class="col-xl-1 col-lg-1 text-center d-none d-lg-block mt-15 mb-15">
<a href="contact.html" class="menu-tigger"><i class="fal fa-search"></i></a>
</div>
<div class="col-xl-2 col-lg-2 text-right d-none d-lg-block mt-15 mb-15">
<a href="contact.html" class="btn ss-btn">Angebot Anfragen</a>
</div>
<div class="col-12">
<div class="mobile-menu"></div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- header-end -->
<!-- offcanvas-area -->
<div class="offcanvas-menu">
<span class="menu-close"><i class="fas fa-times"></i></span>
<form role="search" method="get" id="searchform" class="searchform" action="#">
<input type="text" name="s" id="search" value="" placeholder="Search" />
<button><i class="fa fa-search"></i></button>
</form>
<div id="cssmenu3" class="menu-one-page-menu-container">
<ul id="menu-one-page-menu-2" class="menu">
<li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="index.html">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="about.html">Über Uns</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="services.html">Services</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="pricing.html">Kosten </a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="team.html">Team </a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="projects.html">Gallerie</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="blog.html">Blog</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="contact.html">Kontakt</a></li>
</ul>
</div>
<div id="cssmenu2" class="menu-one-page-menu-container">
<ul id="menu-one-page-menu-1" class="menu">
<li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="#home"><span>+49 (0)541 20280 620</span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="#howitwork"><span>[email protected]</span></a></li>
</ul>
</div>
</div>
<div class="offcanvas-overly"></div>
<!-- offcanvas-end -->
<!-- main-area -->
<main>
<!-- search-popup -->
<div class="modal fade bs-example-modal-lg search-bg popup1" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content search-popup">
<div class="text-center">
<a href="#" class="close2" data-dismiss="modal" aria-label="Close">× close</a>
</div>
<div class="row search-outer">
<div class="col-md-11"><input type="text" placeholder="Search for products..." /></div>
<div class="col-md-1 text-right"><a href="#"><i class="fa fa-search" aria-hidden="true"></i></a></div>
</div>
</div>
</div>
</div>
<!-- /search-popup -->
<!-- breadcrumb-area -->
<section class="breadcrumb-area d-flex align-items-center" style="background-image:url(img/testimonial/test-bg.png)">
<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>Serivces 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">Pricing</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-2">
<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.html">Alle Dienste</a></li>
<li class="active"><a href="service-detail.html">Smart-Washer</a></li>
<li><a href="services-detail.html">Power & Energie</a></li>
<li><a href="service-detail.html">Mechanische Arbeit</a></li>
<li><a href="services-detail.html">Wartung</a></li>
<li><a href="services-detail.html">Konstruktion</a></li>
<li><a href="services-detail.html">Mechanisch</a></li>
</ul>
</div>
</div>
<!--Brochures Box-->
<div class="brochures-box">
<div class="inner">
<h4>Broschüren Herunterladen</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 Firma</span></a>
<a class="theme-btn btn-style-one" href="#"><span class="btn-title"><i class="fa fa-file-pdf"></i> Neuste Broschüre</span></a>
</div>
</div>
</aside>
</div>
<!-- #right side end -->
<div class="col-lg-8 col-md-12 col-sm-12 order-1">
<div class="service-detail">
<div class="content-box">
<h2> Wir leisten die besten Dienste </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/resource/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>Warum Unseren Dienst Wählen</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-heiding pt-70 pb-120">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="section-title">
<h2> Erhalten Sie Updates vom Newsletter</h2>
</div>
</div>
<div class="col-xl-6 col-lg-6">
<div class="newslater-area">
<form name="ajax-form" id="contact-form4" action="#" method="post" class="contact-form newslater">
<div class="form-group">
<input class="form-control" id="email2" name="email" type="email" placeholder="Email Adresse" value="" required="">
<button type="submit" class="btn btn-custom" id="send2">Abonnieren</button>
</div>
<!-- /Form-email -->
</form>
</div>
</div>
</div>
</div>
</div>
<div class="footer-top pb-40">
<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-45">
<img src="img/logo/f_logo.png" alt="img">
</div>
<div class="footer-link">
Aenean pulvinar laoreet tellus ut tinct. Praesent a lectus egestas, finibus enim sit amet, mollis lorem. Sed a volutpat velit. Pellet habitant morbi tristique senectus et.
</div>
<div class="f-contact mt-30">
<ul>
<li>
<i class="icon fal fa-map-marker-check"></i>
<span>Albert-Einstein-Straße 1, 49076 Osnabrück</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">
<h2>Unsere Links</h2>
</div>
<div class="footer-link">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">Über Uns</a></li>
<li><a href="services.html">Dienste </a></li>
<li><a href="#">Term</a></li>
<li><a href="blog.html">Blog </a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Privatsphähre</a></li>
<li><a href="contact.html">Kontakt</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>Kontakt</h2>
</div>
<div class="f-contact">
<ul>
<li>
<i class="icon fal fa-phone"></i>
<span>1800-121-3637<br>+49 (0)541 20280 620</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">
<h2>Unsere Gallerie</h2>
</div>
<div class="f-insta">
<ul>
<li><a href="img/instagram/f-galler-01.png" class="popup-image"><img src="img/instagram/f-galler-01.png" alt="img"></a></li>
<li><a href="img/instagram/f-galler-02.png" class="popup-image"><img src="img/instagram/f-galler-02.png" alt="img"></a></li>
<li><a href="img/instagram/f-galler-03.png" class="popup-image"><img src="img/instagram/f-galler-03.png" alt="img"></a></li>
<li><a href="img/instagram/f-galler-04.png" class="popup-image"><img src="img/instagram/f-galler-04.png" alt="img"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="copyright-wrap">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
Copyright © <script>document.write(new Date().getFullYear());</script><noscript>2023</noscript> Altosens GmbH | Gewartet und Entwickelt mit <i style="color:#88CB29" class="fa fa-heart" aria-hidden="true"></i> von <a style="color:#88CB29" href="https://uden.ai/" target="_blank" rel="noopener noreferrer">Uden AI</a>
</div>
<div class="col-lg-6 text-right text-xl-right">
<ul>
<li><a href="#">Privatsphäre</a></li>
<li><a href="#">ToS</a></li>
<li><a href="#">Impressum</a></li>
<li> <span 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>
</span></li>
</ul>
</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/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>
</html>