-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
467 lines (422 loc) · 26.2 KB
/
services.html
File metadata and controls
467 lines (422 loc) · 26.2 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
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
463
464
465
466
467
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Spring - Software, App, Saas & Product Showcase Landing HTML5 Template | Services</title>
<!-- Stylesheets -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<link rel="icon" href="images/favicon.png" type="image/x-icon">
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link href="css/responsive.css" rel="stylesheet">
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<!--[if lt IE 9]><script src="js/respond.js"></script><![endif]-->
</head>
<body>
<div class="page-wrapper">
<!-- Preloader -->
<div class="preloader"></div>
<!-- Main Header / Style Two-->
<header class="main-header">
<!-- Main Box -->
<div class="main-box">
<div class="auto-container">
<div class="outer-container clearfix">
<!--Logo Box-->
<div class="logo-box">
<div class="logo"><a href="index.html"><img src="images/Auflora-cropped.png" alt=""></a></div>
</div>
<!--Nav Outer-->
<div class="nav-outer clearfix">
<!-- Main Menu -->
<nav class="main-menu">
<div class="navbar-collapse collapse scroll-nav clearfix">
<ul class="navigation clearfix">
<li><a href="index.html">Home</a></li>
<li class="dropdown"><a href="full-tech.html">Solutions</a>
<ul>
<li><a href="backend.html">Backend Development</a></li>
<li><a href="frontend.html">Frontend Development</a></li>
<li><a href="dev-ops.html">Dev-Ops Development</a></li>
<li><a href="mobility.html">Mobility</a></li>
</ul>
</li>
<li class="dropdown"><a href="full-tech.html">Technologies</a>
<ul>
<li class="dropdown"><a href="backend.html">Backend Development</a>
<ul>
<li><a href="grails.html">Grails</a></li>
<li><a href="springBoot.html">Spring Boot</a></li>
<li><a href="springCloud.html">Spring Cloud</a></li>
<li><a href="micronaut.html">Micronaut</a></li>
<li><a href="jvm.html">JVM Languages (Java/Groovy/Kotlin)</a></li>
<li><a href="data.html">Hibernate/JPA/Gorm/Spring Data/Micronaut Data</a></li>
</ul>
</li>
<li class="dropdown"><a href="javascript:void(0)">Forntend Technologies</a>
<ul>
<li><a href="react.html">React</a></li>
<li><a href="typescript.html">TypeScript</a></li>
<li><a href="javascript-es6.html">JavaScript/ES6</a></li>
</ul>
</li>
<li class="dropdown"><a href="javascript:void(0)">Dev-Ops Technologies</a>
<ul>
<li><a href="paas.html">Platform as a Service</a></li>
<li><a href="docker.html">Docker</a></li>
<li><a href="k8s.html">Kubernetes</a></li>
</ul>
</li>
<li class="dropdown"><a href="javascript:void(0)">Mobility</a>
<ul>
<li><a href="reactNative.html">React Native</a></li>
</ul>
</li>
<li class="dropdown"><a href="javascript:void(0)">Supporting Technologies</a>
<ul>
<li><a href="amqp.html">RabbitMQ/Apache Kafka</a></li>
<li><a href="redis.html">Redis</a></li>
<li><a href="mysql.html">MySQL</a></li>
<li><a href="mongoDb.html">MongoDB</a></li>
<li><a href="hazelcast.html">HazelCast</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="https://medium.com/techcret" target="_blank">Blog</a></li>
</ul>
</div>
</nav>
<!-- Main Menu End-->
<!--Other Links-->
<!-- <div class="other-links">
<a href="contact.html" class="theme-btn btn-style-one">Get Quote</a>
</div> -->
</div>
<!--Nav Outer End-->
</div>
</div>
</div>
</header>
<!--End Main Header -->
<!--Page Title-->
<section class="page-title">
<span class="left-curve"></span>
<span class="right-curve"></span>
<div class="auto-container">
<h1>Our Services</h1>
<ul class="page-breadcrumb">
<li><a href="#">Home</a></li>
<li>Services</li>
</ul>
</div>
</section>
<!--End Page Title-->
<!--Price Section-->
<section class="services-page-section">
<div class="auto-container">
<div class="row clearfix">
<!--Service Style Three-->
<div class="service-style-three col-md-4 col-sm-6 col-xs-12">
<div class="inner-box">
<div class="icon"><figure class="image"><img src="images/icons/icon-23.png" alt=""></figure></div>
<h3><a href="service-detail.html">Quick invoicing</a></h3>
<div class="text">Solution is an easy to use tool all very easy! eCommerce. With the help of our system you can present.</div>
</div>
</div>
<!--Service Style Three-->
<div class="service-style-three col-md-4 col-sm-6 col-xs-12">
<div class="inner-box">
<div class="icon"><figure class="image"><img src="images/icons/icon-24.png" alt=""></figure></div>
<h3><a href="service-detail.html">Easy time tracking</a></h3>
<div class="text">Solution is an easy to use tool all very easy! eCommerce. With the help of our system you can present.</div>
</div>
</div>
<!--Service Style Three-->
<div class="service-style-three col-md-4 col-sm-6 col-xs-12">
<div class="inner-box">
<div class="icon"><figure class="image"><img src="images/icons/icon-25.png" alt=""></figure></div>
<h3><a href="service-detail.html">Online payments</a></h3>
<div class="text">Solution is an easy to use tool all very easy! eCommerce. With the help of our system you can present.</div>
</div>
</div>
<!--Service Style Three-->
<div class="service-style-three col-md-4 col-sm-6 col-xs-12">
<div class="inner-box">
<div class="icon"><figure class="image"><img src="images/icons/icon-26.png" alt=""></figure></div>
<h3><a href="service-detail.html">Automated reminders</a></h3>
<div class="text">Solution is an easy to use tool all very easy! eCommerce. With the help of our system you can present.</div>
</div>
</div>
<!--Service Style Three-->
<div class="service-style-three col-md-4 col-sm-6 col-xs-12">
<div class="inner-box">
<div class="icon"><figure class="image"><img src="images/icons/icon-27.png" alt=""></figure></div>
<h3><a href="service-detail.html">Expense management</a></h3>
<div class="text">Solution is an easy to use tool all very easy! eCommerce. With the help of our system you can present.</div>
</div>
</div>
<!--Service Style Three-->
<div class="service-style-three col-md-4 col-sm-6 col-xs-12">
<div class="inner-box">
<div class="icon"><figure class="image"><img src="images/icons/icon-28.png" alt=""></figure></div>
<h3><a href="service-detail.html">Insightful reports</a></h3>
<div class="text">Solution is an easy to use tool all very easy! eCommerce. With the help of our system you can present.</div>
</div>
</div>
</div>
</div>
</section>
<!--End Price Section-->
<!--Overview Section-->
<section class="review-section" id="overview">
<div class="auto-container">
<!--Heading-->
<div class="sec-title-two centered">
<h2>Take a quick overview</h2>
<div class="desc-text">The standard chunk of Lorem Ipsum useds since the 1500s is reproduced below form those</div>
</div>
<div class="review-tabs tabs-box">
<!--Buttons-->
<div class="buttons-box">
<ul class="tab-buttons clearfix">
<li class="tab-btn active-btn" data-tab="#tab-one">Modern Design</li>
<li class="tab-btn" data-tab="#tab-two">Friendly use</li>
<li class="tab-btn" data-tab="#tab-three">Face ID</li>
<li class="tab-btn" data-tab="#tab-four">Wireless Charging</li>
<li class="tab-btn" data-tab="#tab-five">New Sensor</li>
</ul>
</div>
<!--Tabs Content-->
<div class="tabs-content">
<!--Tab / Active tab-->
<div class="tab active-tab" id="tab-one">
<div class="row clearfix">
<!--Image Column-->
<div class="image-column col-md-4 col-sm-4 col-xs-12">
<figure class="image"><img src="images/resource/featured-image-11.png" alt=""></figure>
</div>
<!--Text Column-->
<div class="text-column col-md-8 col-sm-8 col-xs-12">
<div class="inner">
<div class="icon"><img src="images/icons/icon-22.png" alt=""></div>
<h3>Modern Design</h3>
<div class="text">There are many variations of passages of Lorem Ipsume available, but the majority. Many museu are transforming thanks to echnology. They are adding interactivity and magic to the visitorer experience. Estimote Beacons have helped the Guggenheim in New York to be at the forefront of this process. The club uses Estimote Beacons to transform the in-stadium experience for its guests.</div>
<div class="more-link-one"><a href="#">See more <span class="icon ti-arrow-circle-right"></span></a></div>
</div>
</div>
</div>
</div>
<!--Tab-->
<div class="tab" id="tab-two">
<div class="row clearfix">
<!--Image Column-->
<div class="image-column col-md-4 col-sm-4 col-xs-12">
<figure class="image"><img src="images/resource/featured-image-11.png" alt=""></figure>
</div>
<!--Text Column-->
<div class="text-column col-md-8 col-sm-8 col-xs-12">
<div class="inner">
<div class="icon"><img src="images/icons/icon-22.png" alt=""></div>
<h3>Friendly use</h3>
<div class="text">There are many variations of passages of Lorem Ipsume available, but the majority. Many museu are transforming thanks to echnology. They are adding interactivity and magic to the visitorer experience. Estimote Beacons have helped the Guggenheim in New York to be at the forefront of this process. The club uses Estimote Beacons to transform the in-stadium experience for its guests.</div>
<div class="more-link-one"><a href="#">See more <span class="icon ti-arrow-circle-right"></span></a></div>
</div>
</div>
</div>
</div>
<!--Tab -->
<div class="tab" id="tab-three">
<div class="row clearfix">
<!--Image Column-->
<div class="image-column col-md-4 col-sm-4 col-xs-12">
<figure class="image"><img src="images/resource/featured-image-11.png" alt=""></figure>
</div>
<!--Text Column-->
<div class="text-column col-md-8 col-sm-8 col-xs-12">
<div class="inner">
<div class="icon"><img src="images/icons/icon-22.png" alt=""></div>
<h3>Face ID</h3>
<div class="text">There are many variations of passages of Lorem Ipsume available, but the majority. Many museu are transforming thanks to echnology. They are adding interactivity and magic to the visitorer experience. Estimote Beacons have helped the Guggenheim in New York to be at the forefront of this process. The club uses Estimote Beacons to transform the in-stadium experience for its guests.</div>
<div class="more-link-one"><a href="#">See more <span class="icon ti-arrow-circle-right"></span></a></div>
</div>
</div>
</div>
</div>
<!--Tab -->
<div class="tab" id="tab-four">
<div class="row clearfix">
<!--Image Column-->
<div class="image-column col-md-4 col-sm-4 col-xs-12">
<figure class="image"><img src="images/resource/featured-image-11.png" alt=""></figure>
</div>
<!--Text Column-->
<div class="text-column col-md-8 col-sm-8 col-xs-12">
<div class="inner">
<div class="icon"><img src="images/icons/icon-22.png" alt=""></div>
<h3>Wireless Charging</h3>
<div class="text">There are many variations of passages of Lorem Ipsume available, but the majority. Many museu are transforming thanks to echnology. They are adding interactivity and magic to the visitorer experience. Estimote Beacons have helped the Guggenheim in New York to be at the forefront of this process. The club uses Estimote Beacons to transform the in-stadium experience for its guests.</div>
<div class="more-link-one"><a href="#">See more <span class="icon ti-arrow-circle-right"></span></a></div>
</div>
</div>
</div>
</div>
<!--Tab -->
<div class="tab" id="tab-five">
<div class="row clearfix">
<!--Image Column-->
<div class="image-column col-md-4 col-sm-4 col-xs-12">
<figure class="image"><img src="images/resource/featured-image-11.png" alt=""></figure>
</div>
<!--Text Column-->
<div class="text-column col-md-8 col-sm-8 col-xs-12">
<div class="inner">
<div class="icon"><img src="images/icons/icon-22.png" alt=""></div>
<h3>New Sensor</h3>
<div class="text">There are many variations of passages of Lorem Ipsume available, but the majority. Many museu are transforming thanks to echnology. They are adding interactivity and magic to the visitorer experience. Estimote Beacons have helped the Guggenheim in New York to be at the forefront of this process. The club uses Estimote Beacons to transform the in-stadium experience for its guests.</div>
<div class="more-link-one"><a href="#">See more <span class="icon ti-arrow-circle-right"></span></a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Get App Section-->
<section class="get-app-section alternate">
<div class="auto-container">
<!--Heading-->
<div class="sec-title-two centered">
<h2>Get The App</h2>
<div class="desc-text">Grow your traffic and draw customers to your business We couldn't put it better than our users.</div>
</div>
<div class="links-outer">
<ul class="get-app-links clearfix">
<li><a href="#" class="link-box"><div class="icon-box"><span class="icon"><img src="images/icons/apple-icon.png" alt=""></span></div><span class="title">App Store</span><span class="text">Available on</span></a></li>
<li><a href="#" class="link-box"><div class="icon-box"><span class="icon"><img src="images/icons/android-icon.png" alt=""></span></div><span class="title">Google Play</span><span class="text">Available on</span></a></li>
</ul>
</div>
</div>
</section>
<!--Footer Style One-->
<footer class="footer-style-one">
<!--Footer Upper-->
<div class="footer-upper">
<div class="auto-container">
<div class="row clearfix">
<!--Big Column-->
<div class="big-column col-lg-3 col-md-12 col-sm-12 col-xs-12">
<div class="footer-column">
<div class="footer-widget about-widget">
<div class="widget-inner">
<div class="logo"><a href="index.html"><img src="images/Auflora-cropped.png"
alt="TechCret Software"></a></div>
<div class="copyright">© 2022 All Rights Reserved</div>
</div>
</div>
</div>
</div>
<!--Big Column-->
<div class="big-column col-lg-9 col-md-12 col-sm-12 col-xs-12">
<div class="row clearfix">
<!--Footer Column-->
<div class="footer-column col-lg-3 col-md-3 col-sm-6 col-xs-12">
<div class="footer-widget links-widget">
<div class="widget-inner">
<h3>Company</h3>
<div class="links">
<ul>
<li><a href="about.html">About us</a></li>
<li><a href="contact.html">Contact us </a></li>
</ul>
</div>
</div>
</div>
</div>
<!--Footer Column-->
<div class="footer-column col-lg-3 col-md-3 col-sm-6 col-xs-12">
<div class="footer-widget links-widget">
<div class="widget-inner">
<h3>Resources</h3>
<div class="links">
<ul>
<li><a href="https://medium.com/techcret" target="_blank">Blog</a></li>
</ul>
</div>
</div>
</div>
</div>
<!--Footer Column-->
<div class="footer-column col-lg-3 col-md-3 col-sm-6 col-xs-12">
<div class="footer-widget links-widget">
<div class="widget-inner">
<h3>Solutions</h3>
<div class="links">
<ul>
<li><a href="backend.html">Backend Development</a></li>
<li><a href="frontend.html">Frontend Development</a></li>
<li><a href="dev-ops.html">Dev-Ops Development</a></li>
<li><a href="mobility.html">Mobility</a></li>
</ul>
</div>
</div>
</div>
</div>
<!--Footer Column-->
<div class="footer-column col-lg-3 col-md-3 col-sm-6 col-xs-12">
<div class="footer-widget follow-widget">
<div class="widget-inner">
<h3>Follow</h3>
<div class="social-links">
<ul class="clearfix">
<li><a href="https://www.facebook.com/techcret99/" target="_blank"><span class="fa fa-facebook"></span></a></li>
<li><a href="https://twitter.com/techcret99" target="_blank"><span class="fa fa-twitter"></span></a></li>
<li><a href="https://www.linkedin.com/company/techcret" target="_blank"><span class="fa fa-linkedin"></span></a></li>
<li><a href="https://www.reddit.com/user/techcret" target="_blank"><span class="fa fa-reddit"></span></a></li>
<li><a href="https://github.com/techcret99" target="_blank"><span class="fa fa-github"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!--End Footer Style One-->
</div>
<!--End pagewrapper-->
<!--Scroll to top-->
<div class="scroll-to-top scroll-to-target" data-target="html"><span class="fa fa-angle-double-up"></span></div>
<script src="js/jquery.js"></script>
<script src="js/appear.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/pagenav.js"></script>
<script src="js/jquery.scrollTo.js"></script>
<script src="js/jquery.fancybox.pack.js"></script>
<script src="js/owl.js"></script>
<script src="js/wow.js"></script>
<script src="js/validate.js"></script>
<script src="js/script.js"></script>
<!--Google Map APi Key-->
<script src="http://maps.google.com/maps/api/js?key=AIzaSyBKS14AnP3HCIVlUpPKtGp7CbYuMtcXE2o"></script>
<script src="js/map-script.js"></script>
<!--End Google Map APi-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-147714055-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-147714055-1');
</script>
</body>
</html>