-
Notifications
You must be signed in to change notification settings - Fork 0
/
services4.html
516 lines (380 loc) · 25.6 KB
/
services4.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
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Solutions - Cloud System Integration</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,700,700i&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center header-transparent ">
<div class="container d-flex justify-content-between align-items-center">
<div class="logo">
<h1 class="text-light"><a href="index.html"><span>LOGO</span></a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="active " href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="dropdown"><a href="#"><span>Solutions</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="services1.html">Supply Chain Planning</a></li>
<li><a href="services2.html">Supply Chain Collaboration</a></li>
<li><a href="services3.html">Demand-Driven Planning</a></li>
<li><a href="services4.html"> Cloud System Integration</a></li>
</ul>
</li>
<li><a href="services.html">Services</a></li>
<li><a href="Insight.html">Insight</a></li>
<li><a href="academy.html" class="imp">Academy</a></li>
<li><a href="partners.html">Our Partners</a></li>
<li><a href="#" style="padding:0px 60px;"></a></li>
<li><a href="contact.html" style="background: red; padding:10px">Contact Us</a></li>
<li><a href="#" ></a></li>
<li><a href="career.html" style="background: red; padding:10px 18px;">Career</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</header>
<section class="about" data-aos="fade-up" style="background: url(https://gvalighting.com/media/2020/04/al-garhoud-2.jpg) no-repeat center center/cover;padding-bottom: 400px;">
<div class="container">
<div class="row">
<div class="col-lg-6">
<!-- <img src="assets/img/about.jpg" class="img-fluid" alt=""> -->
</div>
<div class="col-lg-6 pt-4 pt-lg-0">
<h3 style="text-align: left;">Clous System Integration</h3>
<p style="text-align: left; margin-bottom: 300px;" >
Ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum
</p>
</div>
</div>
</div>
</section>
<section class="team" data-aos="fade-up" data-aos-easing="ease-in-out" data-aos-duration="500" style="background:linear-gradient( #800000,black) ;border-radius: 0 40% 0 0;margin-top: -505px;padding-bottom: 50px; padding-top: 30px;">
<div class="container" >
<div class="section-title">
<h2 style="color: white; font-weight:bold; font-size:35px">Benefits</h2>
<h2 style="color: white; font-size:30px; margin-top: -20px;">Lorem ipsum dolor sit amet consectetur adipisicing </h2>
<div class="row" style="margin-top: 60px;">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" style="margin-top:20px ;">
<div class="member">
<div class="member-img">
<img src="https://identity-mag.com/wp-content/uploads/2020/01/My-Post-19.jpg" class="img-fluid" alt="" style="width:75% ;">
</div>
<div class="member-info">
<h4 style="color:white ; font-weight:bold;font-size: 20px;">How the Cloud Helps Midsize </h4>
<!-- <span>Chief Executive Officer</span> -->
<p style="color: white;">Authors: Luca Massasso and Krishna <br>Mamidipaka, Technologies’ Co-founders in<br> collaboration with SAPInsider Massasso and Krishna <br>Mamidipaka, Technologies’ Co-founders in<br> collaboration with SAPInsider <br>Mamidipaka, Technologies’ Co-founders in<br> collaboration with SAPInsider </p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<div class="member-img">
<img src="https://scm.ncsu.edu/wp-content/uploads/2021/11/human-decisions-scm-la-port-16x9-1-1024x576.jpg" class="img-fluid" alt="" style="width:70% ;">
</div>
<div class="member-info">
<h4 style="color:white ; font-weight:bold;font-size: 20px;">The Next Level of Planning </h4>
<!-- <span>Product Manager</span> -->
<p style="color: white;">Authors: Luca Massasso and Krishna <br>Mamidipaka, Technologies’ Co-founders in<br> collaboration with SAPInsider.Massasso and Krishna <br>Mamidipaka, Technologies’ Co-founders in<br> collaboration with SAPInsider
<br>Mamidipaka, Technologies’ Co-founders in<br> collaboration with SAPInsider </p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" style="margin-top: 40px;">
<div class="member">
<div class="member-img">
<img src="https://identity-mag.com/wp-content/uploads/2020/01/My-Post-19.jpg" class="img-fluid" alt="" style="width:70% ;">
</div>
<div class="member-info">
<h4 style="color:white ; font-weight:bold;font-size: 20px;">The Next Level of Planning </h4>
<!-- <span>Product Manager</span> -->
<p style="color: white;">Authors: Luca Massasso and Krishna <br>Mamidipaka, Technologies’ Co-founders in<br> collaboration with SAPInsider.Massasso and Krishna <br>Mamidipaka, Technologies’ Co-founders in<br> collaboration with SAPInsider <br>Mamidipaka, Technologies’ Co-founders in<br> collaboration with SAPInsider </p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<main id="main">
<section class="services" style="margin-top: -20px;">
<div class="container">
<div class="section-title">
<h2 style="color:#fc0707;font-weight: bold;font-size: 40px;">Features</h2>
<div class="row" style="margin-top: 50px;">
<div class="col-md-6 col-lg-3 d-flex align-items-stretch" data-aos="fade-up">
<div class="icon-box ">
<div class="icon"><i class="bx bxl-dribbble" style="padding: 30px; width:100%;"></i></div>
<h4 class="title" ><a href=""style="color:red;font-size:20px; ">Process Implementation</a></h4>
<p class="description">Best practices for ensuring high-quality implementations with a thorough understanding of your processes with customized practices for ensuring high-quality implementations with a thorough understanding of your processes with customized </p><br>
<h2><a href="" style="background: red;color:white;font-size: 15px;padding: 12px 12px; text-align:left;margin-top: 10px;" >Read More</a></h2>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="100">
<div class="icon-box ">
<div class="icon"><i class="bx bx-file" style="padding: 30px; width:100%;"></i></div>
<h4 class="title" ><a href=""style="color:red;font-size:20px;">Process Planning</a></h4>
<p class="description">Best practices for ensuring high-quality implementations with a thorough understanding of your processes with customized practices for ensuring high-quality implementations with a thorough understanding of your processes with customized </p><br>
<h2><a href="" style="background: red;color:white;font-size: 15px;padding: 12px 12px; text-align:left;margin-top: 10px;" >Read More</a></h2>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="200">
<div class="icon-box ">
<div class="icon"><i class="bx bxl-dribbble" style="padding: 30px; width:100%;"></i></div>
<h4 class="title" ><a href=""style="color:red;font-size:20px;">Process Implementation</a></h4>
<p class="description">Best practices for ensuring high-quality implementations with a thorough understanding of your processes with customized practices for ensuring high-quality implementations with a thorough understanding of your processes with customized </p><br>
<h2><a href="" style="background: red;color:white;font-size: 15px;padding: 12px 12px; text-align:left;margin-top: 10px;" >Read More</a></h2>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="200">
<div class="icon-box ">
<div class="icon"><i class="bx bx-tachometer" style="padding: 30px; width:100%;"></i></div>
<h4 class="title" ><a href=""style="color:red;font-size:20px;">AMS Support</a></h4>
<p class="description">Best practices for ensuring high-quality implementations with a thorough understanding of your processes with customized practices for ensuring high-quality implementations with a thorough understanding of your processes with customized </p><br>
<h2><a href="" style="background: red;color:white;font-size: 15px;padding: 12px 12px; text-align:left;margin-top: 10px;" >Read More</a></h2>
</div>
</div>
</div>
</div>
</section>
<section class="about" data-aos="fade-up" style="background: black; margin-bottom: -60px;">
<div class="section-title">
<h2 style="color: white; font-weight:bold; font-size:40px">Comapny Expertise</h2>
<div class="container">
<div class="row">
<div class="col-lg-6">
<img src="https://cdn.mos.cms.futurecdn.net/8bEfxy8skS6fUVZnfaLWxj-1200-80.jpg" class="img-fluid" alt="" style="width: 90%;">
</div>
<div class="col-lg-6 pt-4 pt-lg-0" style="margin-top:-100px ;" >
<h3 style="color:white ; font-weight: bold; text-align: left;">Voluptatem dignissimos provident quasi corporis voluptates sit assumenda.</h3>
<p style="color:white ; text-align: left;">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore
magna aliqua.
</p>
<p style="color: white; text-align: left;">
Ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum
</p><br><br>
<!-- <a href="#" class="btn-get-started animate__animated animate__fadeInUp" style="background: red;color:white;padding:12px 25px;" >Watch More</a> -->
</div>
</div>
</div>
</div>
</section>
<section class="facts section-bg" data-aos="fade-up" style="background: white;">
<div class="section-title">
<h2 style="color: black; font-weight:bold; font-size:30px">Our Partners</h2>
<div class="container">
<div class="row counters">
<div class="col-lg-3 col-6 text-center">
<!-- <span data-purecounter-start="0" data-purecounter-end="1463" data-purecounter-duration="1" class="purecounter"></span> -->
<!-- <p>Clients</p> -->
<img src="https://www.menlo-technologies.com/wp-content/uploads/2019/01/omnicia-logo.png" alt="" style="width: 80%;">
</div>
<div class="col-lg-3 col-6 text-center">
<!-- <span data-purecounter-start="0" data-purecounter-end="1463" data-purecounter-duration="1" class="purecounter"></span> -->
<!-- <p>Projects</p> -->
<img src="https://www.menlo-technologies.com/wp-content/uploads/2019/01/equilar-2.png" alt="" style="width: 80%;">
</div>
<div class="col-lg-3 col-6 text-center">
<!-- <span data-purecounter-start="0" data-purecounter-end="1463" data-purecounter-duration="1" class="purecounter"></span>
<span ></span> -->
<!-- <p>Hours Of Support</p> -->
<img src="https://www.menlo-technologies.com/wp-content/uploads/2019/01/linked-in-2.png" alt="" style="width: 80%;">
</div>
<div class="col-lg-3 col-6 text-center">
<span></span>
<!-- <span data-purecounter-start="0" data-purecounter-end="1216" data-purecounter-duration="1" class="purecounter"></span> -->
<img src="https://www.menlo-technologies.com/wp-content/uploads/2019/01/omnicia-logo.png" alt="" style="width: 80%;" >
</div>
</div>
</div>
</section>
<section class="about" data-aos="fade-up" style="background: #242429;margin-top: -30px; " >
<div class="section-title">
<h2 style="color: white; font-weight:bold; font-size:40px">Latest Webinar</h2>
<div class="container">
<div class="row">
<div class="col-md-8 col-center m-auto">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Carousel -->
<div class="carousel-inner">
<div class="item carousel-item active">
<div class="img-box"><img src="./assets/img/cont.png" alt=""></div>
<p class="testimonial">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eu sem tempor, varius quam at, luctus dui. Mauris magna metus, dapibus nec turpis vel, semper malesuada ante. Idac bibendum scelerisque non non purus. Suspendisse varius nibh non aliquet.</p>
<button style="font-size: 20px; border: none; height: 40px; width:200px; background-color:#fe0905; color:white " class="overview">Watch Now</button>
</div>
<div class="item carousel-item">
<div class="img-box"><img src="./assets/img/contact.png" alt=""></div>
<p class="testimonial">Vestibulum quis quam ut magna consequat faucibus. Pellentesque eget nisi a mi suscipit tincidunt. Utmtc tempus dictum risus. Pellentesque viverra sagittis quam at mattis. Suspendisse potenti. Aliquam sit amet gravida nibh, facilisis gravida odio.</p>
<button style="font-size: 20px; border: none; height: 40px; width:200px; background-color:#fe0905; color:white " class="overview">Watch Now</button>
</div>
<div class="item carousel-item">
<div class="img-box"><img src="./assets/img/cont.png" alt=""></div>
<p class="testimonial">Phasellus vitae suscipit justo. Mauris pharetra feugiat ante id lacinia. Etiam faucibus mauris id tempor egestas. Duis luctus turpis at accumsan tincidunt. Phasellus risus risus, volutpat vel tellus ac, tincidunt fringilla massa. Etiam hendrerit dolor eget rutrum.</p>
<button style="font-size: 20px; border: none; height: 40px; width:200px; background-color:#fe0905; color:white " class="overview">Watch Now</button>
</div>
</div>
<!-- Carousel Controls -->
<a class="carousel-control left carousel-control-prev" href="#myCarousel" data-slide="prev">
<i style="margin-bottom: 150px;" class="fa fa-angle-left"></i>
</a>
<a class="carousel-control right carousel-control-next" href="#myCarousel" data-slide="next">
<i style="margin-bottom: 150px;" class="fa fa-angle-right"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="team" data-aos="fade-up" data-aos-easing="ease-in-out" data-aos-duration="500" style="background:linear-gradient( black,#800000) ;">
<div class="container">
<div class="section-title">
<h2 style="color: white; font-weight:bold; font-size:30px">Blogs</h2>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<div class="member-img">
<img src="https://www.gbb.co.in/wp-content/uploads/2019/04/cloud-computing-vendors.jpg" class="img-fluid" alt="" style="width:100% ;">
</div>
<div class="member-info">
<h4 style="color:white ; font-weight:bold;font-size: 25px;">How the Cloud Helps Midsize Companies Grow and Compete</h4>
<!-- <span>Chief Executive Officer</span> -->
<p style="color: white;">Authors: Luca Massasso and Krishna Mamidipaka, Technologies’ Co-founders in collaboration with SAPInsider. IT Becomes a True Business Lorem, ipsum dolor sit amet consectetur adipisicing elit. Suscipit, dolor? Delectus assumenda asperiores iste temporibus porro labore, exercitationem blanditiis nemo....</p>
<!-- <button class="specbtn" ><a href="blog.html" class="specbtn" >Read More</a></button> -->
<a href="blog.html" class="btn-get-started animate__animated animate__fadeInUp">Read More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<div class="member-img">
<img src="https://www.webex.com/content/dam/wbx/us/images/rebrand/meeting_E-overview_3.jpg" class="img-fluid" alt="" style="width:94% ;">
</div>
<div class="member-info">
<h4 style="color:white ; font-weight:bold;font-size: 25px;">The Next Level of Planning Processes</h4>
<!-- <span>Product Manager</span> -->
<p style="color: white;">Authors: Luca Massasso and Krishna Mamidipaka, Bizbrain Technologies’ Co-founders in collaboration with SAPInsider. How SAP Integrated Business and Transformation Process in the industry Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolor commodi totam magni suscipit tenetur? Lorem ipsum, dolor sit amet consectetur adipisicing elit. Atque, dolore!
...</p>
<!-- <button class="specbtn" ><a href="blog.html" class="specbtn" >Read More</a></button> -->
<a href="blog.html" class="btn-get-started animate__animated animate__fadeInUp">Read More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<div class="member-img">
<img src="https://www.webex.com/content/dam/wbx/us/images/rebrand/meeting_E-overview_3.jpg" class="img-fluid" alt="" style="width:94% ;">
</div>
<div class="member-info">
<h4 style="color:white; font-weight:bold; font-size: 25px;">The Next Level of Planning Processes</h4>
<!-- <span>Product Manager</span> -->
<p style="color: white;">Authors: Luca Massasso and Krishna Mamidipaka, Bizbrain Technologies’ Co-founders in collaboration with SAPInsider. How SAP Integrated Business and Transformation Process in the industry Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolor commodi totam magni suscipit tenetur? Lorem ipsum, dolor sit amet consectetur adipisicing elit. Atque, dolore!
...</p>
<!-- <button class="specbtn" ><a href="blog.html" class="specbtn" >Read More</a></button> -->
<a href="blog.html" class="btn-get-started animate__animated animate__fadeInUp">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main><!-- End #main -->
<footer id="footer" data-aos="fade-up" data-aos-easing="ease-in-out" data-aos-duration="500">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="index.html">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="about.html">About</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="services.html">Services</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Solutions</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="blog.html">Blog</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="contact.html">Contact Us</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="services.html">Process Implementation</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="services.html">AMS and Support</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="services.html">Value Prototyping</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="services.html">Training</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
A108 Adam Street <br>
New York, NY 535022<br>
United States <br><br>
<strong>Phone:</strong> +1 5589 55488 55<br>
<strong>Email:</strong> [email protected]<br>
</p>
</div>
<div class="col-lg-3 col-md-6 footer-info">
<h3>About Us</h3>
<p>Cras fermentum odio eu feugiat lide par naso tierra. Justo eget nada terra videa magna derita valies darta donna mare fermentum iaculis eu non diam phasellus.</p>
<div class="social-links mt-3">
<a href="https://twitter.com" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://facebook.com" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://instagram.com" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://linkedin.com" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong><span>Logo</span></strong>. All Rights Reserved
</div>
<div class="credits">
</div>
</div>
</footer>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>