-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathservices.html
More file actions
417 lines (396 loc) · 13.7 KB
/
services.html
File metadata and controls
417 lines (396 loc) · 13.7 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
<!doctype html>
<html lang="zxx">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Owl Theme Default CSS -->
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<!-- Owl Carousel CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!-- Animate CSS -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- Boxicons CSS -->
<link rel="stylesheet" href="assets/css/boxicons.min.css">
<!-- Flaticon CSS -->
<link rel="stylesheet" href="assets/css/flaticon.css">
<!-- Meanmenu CSS -->
<link rel="stylesheet" href="assets/css/meanmenu.css">
<!-- Nice Select CSS -->
<link rel="stylesheet" href="assets/css/nice-select.css">
<!-- Odometer CSS-->
<link rel="stylesheet" href="assets/css/odometer.css">
<!-- Magnific CSS-->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="assets/css/responsive.css">
<!-- Favicon -->
<link rel="icon" type="image/png" href="assets/img/favicon.png">
<!-- TITLE -->
<title>Services</title>
</head>
<body>
<!-- Start Preloader Area -->
<div class="preloader">
<div class="lds-ripple">
<div></div>
<div></div>
</div>
</div>
<!-- End Preloader Area -->
<!-- Start Arduix Navbar Area -->
<div id="header" class="arduix-nav-style">
<div class="navbar-area">
<!-- Menu For Mobile Device -->
<div class="mobile-nav">
<a href="index.html" class="logo">
<img src="assets/img/logo_transparent.png" style="width: 100px" alt="Logo">
</a>
</div>
<!-- Menu For Desktop Device -->
<div class="main-nav">
<nav class="navbar navbar-expand-md navbar-light">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="assets/img/logo_transparent.png" style="width: 100px" alt="Logo">
</a>
<div class="collapse navbar-collapse mean-menu" id="navbarSupportedContent">
<ul class="navbar-nav m-auto">
<li class="nav-item">
<a href="index.html" class="nav-link dropdown-toggle active">
Home
</a>
</li>
<li class="nav-item">
<a href="./about.html" class="nav-link dropdown-toggle">
About
</a>
</li>
<li class="nav-item">
<a href="./services.html" class="nav-link dropdown-toggle">
Services
</a>
</li>
<li class="nav-item">
<a href="./contact.html" class="nav-link dropdown-toggle">
Contact-Us
</a>
</li>
</ul>
<!-- Start Other Option -->
</div>
</div>
</nav>
</div>
</div>
</div>
<!-- End Arduix Navbar Area -->
<!-- Start Page Title Area -->
<div class="page-title-area">
<div class="container">
<div class="page-title-content">
<h2>Our Services</h2>
<ul>
<li>
<a href="index.html">
Home
</a>
</li>
<li>Services</li>
</ul>
</div>
</div>
</div>
<!-- End Page Title Area -->
<!-- Start features Area -->
<section class="features-area features-area-inner-style pt-100 pb-70">
<div class="container">
<div class="row">
<div class="col-lg-4 col-sm-6">
<div class="single-features">
<i class="flaticon-blockchain"></i>
<h3>Blockchain Services </h3>
<p>Our cross-industry expertise allows us to deliver high-quality blockchain solutions in complex and independent enterprise environments.</p>
<a class="read-more-icon" href="#">
<span class="flaticon-right-arrow"></span>
</a>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single-features">
<i class="flaticon-automation"></i>
<h3>App Development </h3>
<p>Delight your users with expressive and feature-rich native iOS / Android, cross-platform or Progressive Web Apps leveraging our extensive experience of working with all major technologies.</p>
<a class="read-more-icon" href="#">
<span class="flaticon-right-arrow"></span>
</a>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single-features">
<i class="flaticon-success"></i>
<h3>Website Development </h3>
<p>We work closely with enterprise level customers to create outstanding high performing and secure custom websites with a focus on unique, professional web design.</p>
<a class="read-more-icon" href="#">
<span class="flaticon-right-arrow"></span>
</a>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single-features">
<i class="flaticon-cloud-computing"></i>
<h3>Cloud Services</h3>
<p>Cloud lets you customize infrastructure requirements. This costs far less than if you were set up in your own premises. Cloud has three different pricing models; ‘Pay as you Go’, ‘Save when you reserve’ and ‘Pay less using more’.</p>
<a class="read-more-icon" href="#">
<span class="flaticon-right-arrow"></span>
</a>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single-features">
<i class="flaticon-shield"></i>
<h3>Enterprise Resource Planning</h3>
<p>We work across the spectrum of ERP platforms including Oracle, SAP, Salesforce and Microsoft to bring a best-of-breed solution that will match client business needs and work within their environments, leveraging their unique competitive advantages and business processes.</p>
<a class="read-more-icon" href="#">
<span class="flaticon-right-arrow"></span>
</a>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single-features">
<i class="flaticon-machine-learning"></i>
<h3>Machine Learning</h3>
<p>We provide a range of machine learning services, leveraging machine intelligence to capture the unexploited areas of business models. We train and deploy machine learning models and use it to provide solutions for businesses and allow them to stay ahead of the competition.</p>
<a class="read-more-icon" href="#">
<span class="flaticon-right-arrow"></span>
</a>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single-features">
<i class="flaticon-machine-learning"></i>
<h3>EdTech</h3>
<p>The importance of technology in education is undoubtedly the ability to reach more students more efficiently. After all, technology is all around us and only continues to expand in its many uses!</p>
<a class="read-more-icon" href="#">
<span class="flaticon-right-arrow"></span>
</a>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single-features">
<i class="flaticon-artificial-intelligence"></i>
<h3>Calico Software</h3>
<p>A blockchain’s shared IT infrastructure would streamline workflows for all parties, no matter the size of the business network. Additionally, a shared infrastructure would provide auditors with greater visibility into participants’ activities along the value chain.</p>
<a class="read-more-icon" href="#">
<span class="flaticon-right-arrow"></span>
</a>
</div>
</div>
<div class="col-lg-4 col-sm-6 offset-sm-3 offset-lg-0">
<div class="single-features">
<i class="flaticon-health"></i>
<h3>Health Care</h3>
<p>Technology plays a vital role in today’s medical facility, but your staff needs to focus on patients. Well-designed and reliable technology frees up the time and attention of your staff, enabling them to focus on patient care.</p>
<a class="read-more-icon" href="#">
<span class="flaticon-right-arrow"></span>
</a>
</div>
</div>
<!-- <div class="col-lg-12">
<div class="page-navigation-area">
<nav aria-label="Page navigation example text-center">
<ul class="pagination">
<li class="page-item">
<a class="page-link page-links" href="#">
<i class='bx bx-chevrons-left'></i>
</a>
</li>
<li class="page-item active">
<a class="page-link" href="#">1</a>
</li>
<li class="page-item">
<a class="page-link" href="#">2</a>
</li>
<li class="page-item">
<a class="page-link" href="#">3</a>
</li>
<li class="page-item">
<a class="page-link" href="#">
<i class='bx bx-chevrons-right'></i>
</a>
</li>
</ul>
</nav>
</div>
</div> -->
</div>
</div>
</section>
<!-- End features Area -->
<!-- Start Footer Top Area -->
<footer class="footer-top-area pt-100 pb-70">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="single-widget">
<a href="index.html">
<img src="assets/img/logo_transparent.png" alt="Image">
</a>
<p> </p>
<ul class="social-icon">
<li>
<a href="https://www.linkedin.com/company/innovativescripts">
<i class="bx bxl-linkedin"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/isplgroup/">
<i class="bx bxl-instagram"></i>
</a>
</li>
<li>
<a href="#">
<i class="bx bxl-facebook"></i>
</a>
</li>
<li>
<a href="https://twitter.com/isplgroup">
<i class="bx bxl-twitter"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6">
<!-- <div class="single-widget">
<h3>Services</h3>
<ul>
<li>
<a href="#">
<i class="right-icon bx bx-chevrons-right"></i>
Big Data
</a>
</li>
</ul>
</div> -->
</div>
<div class="col-lg-3 col-md-6">
<!-- <div class="single-widget">
<h3>Important Links</h3>
<ul>
<li>
<a href="#">
<i class="right-icon bx bx-chevrons-right"></i>
Search Engine
</a>
</li>
</ul>
</div> -->
</div>
<div class="col-lg-3 col-md-6">
<div class="single-widget">
<h3>Information</h3>
<ul class="information">
<li class="address">
<i class="flaticon-call"></i>
<span>Phone</span>
<a href="tel:9810976632">
+91-98-1097-6632
</a>
</li>
<li class="address">
<i class="flaticon-envelope"></i>
<span>Email</span>
<a href="mailto:info@innovativescripts.com">
info@innovativescripts.com
</a>
</li>
<li class="address">
<i class="flaticon-maps-and-flags"></i>
<span>Address</span>
102, Entrepreneurship Development Center, DTU East Campus, Vivek Vihar,Delhi
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer-shape">
<img src="assets/img/shape/footer-shape-one.png" alt="Image">
<img src="assets/img/shape/footer-shape-two.png" alt="Image">
</div>
</footer>
<!-- End Footer Top Area -->
<!-- Start Footer Bottom Area -->
<footer class="footer-bottom-area">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-4">
<div class="copy-right">
<p>Copyright <i class="bx bx-copyright"></i> 2020 <a href="index.html">ISPL</a>. All Rights
Reserved</p>
</div>
</div>
<div class="col-lg-4">
<div class="privacy">
<ul>
<li>
<a href="">Terms & Conditions</a>
</li>
<li>
<a href="">Privacy Policy</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-4">
<div class="designed">
<p>Designed By <i class='bx bx-heart'></i> <a href="" target="_blank">Team ISPL</a></p>
</div>
</div>
</div>
</div>
</footer>
<!-- End Footer Bottom Area -->
<!-- Start Go Top Area -->
<div class="go-top">
<i class="bx bx-chevrons-up"></i>
<i class="bx bx-chevrons-up bx-fade-up"></i>
</div>
<!-- End Go Top Area -->
<!-- Jquery Slim JS -->
<script src="assets/js/jquery.min.js"></script>
<!-- Popper JS -->
<script src="assets/js/popper.min.js"></script>
<!-- Bootstrap JS -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Meanmenu JS -->
<script src="assets/js/jquery.meanmenu.js"></script>
<!-- Wow JS -->
<script src="assets/js/wow.min.js"></script>
<!-- Owl Carousel JS -->
<script src="assets/js/owl.carousel.js"></script>
<!-- Nice Select JS -->
<script src="assets/js/jquery.nice-select.min.js"></script>
<!-- Appear JS -->
<script src="assets/js/jquery.appear.js"></script>
<!-- Odometer JS -->
<script src="assets/js/odometer.min.js"></script>
<!-- Magnific JS -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- Ajaxchimp JS -->
<script src="assets/js/jquery.ajaxchimp.min.js"></script>
<!-- Form Validator JS -->
<script src="assets/js/form-validator.min.js"></script>
<!-- Contact JS -->
<script src="assets/js/contact-form-script.js"></script>
<!-- Map JS FILE -->
<script src="assets/js/map.js"></script>
<!-- Custom JS -->
<script src="assets/js/custom.js"></script>
</body>
</html>