-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloadFAST.html
More file actions
636 lines (571 loc) · 30.9 KB
/
loadFAST.html
File metadata and controls
636 lines (571 loc) · 30.9 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
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
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0" name="viewport">
<!-- Open Graph -->
<meta property="og:title" content="CertyFAST | MAQ Software | 2021 Power BI Partner of the Year" />
<meta property="og:type" content="website" />
<meta property="og:image" content="../images/expertise/ai-main" />
<meta property="og:description"
content="With expertise in Power BI, data science, data management, cloud migration, and business apps, MAQ Software accelerates business intelligence and analytics initiatives for large enterprises." />
<!-- Twitter Theme -->
<meta name="twitter:widgets:theme" content="light">
<!-- Title & Favicon -->
<title>MAQ Software | 2021 Power BI Partner of the Year</title>
<link rel="shortcut icon" type="image/x-icon" href="../images/logos/MAQ-Software-URL.png">
<!-- Font -->
<link
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700%7CHind+Madurai:400,500&subset=latin-ext"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet">
<!-- Css -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://getbootstrap.com/docs/5.3/assets/css/docs.css" rel="stylesheet">
<link rel="stylesheet" href="../css/core.min.css" />
<link rel="stylesheet" href="../css/skin.css" />
<link rel="stylesheet" href="../css/commonstyle.css" />
<link rel="stylesheet" href="../css/isvpage.css?v=20230614.1" />
<link rel="stylesheet" href="../css/Microsoft-Fabric.css" />
<link rel="stylesheet" href="/css/styles.css" />
<!--[if lt IE 9]>
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-S0W302CGQG"></script>
<script>
function keyfeaturesClick(featuresectionid, imageid) {
var imageelement = document.getElementById(imageid);
var imagesiblings = imageelement.parentNode.children;
for (var i = 0; i < imagesiblings.length; i++) {
imagesiblings[i].style.display = 'none';
};
imageelement.style.display = 'block';
var featuresection = document.getElementById(featuresectionid);
var featuresiblings = featuresection.parentNode.children;
for (var i = 0; i < featuresiblings.length; i++) {
featuresiblings[i].classList.remove("resources-div-click");
};
featuresection.classList.add("resources-div-click");
}
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-S0W302CGQG');
</script>
<style>
.content-grid-6 {
display: flex;
justify-content: center;
align-items: center;
}
.content-grid-4 {
display: flex;
justify-content: center;
align-items: center;
}
</style>
<style>
/* Style to hide the number input spinner arrows */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance: textfield;
/* Firefox */
}
</style>
<style>
.box {
transition: all 0.3s ease-in-out;
}
.box:hover {
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.19), 0px 6px 6px rgba(0, 0, 0, 0.23);
transform: translateY(-5px);
}
</style>
<script>
function hover(box, newSource) {
var img = box.getElementsByTagName('img')[0];
img.setAttribute('src', newSource);
}
function unhover(box, oldSource) {
var img = box.getElementsByTagName('img')[0];
img.setAttribute('src', oldSource);
}
</script>
<meta name="description"
content="With expertise in Power BI, data science, data management, cloud migration, and business apps, MAQ Software accelerates business intelligence and analytics initiatives for large enterprises.">
<meta name="keywords"
content="Power BI, Power BI experts, Power BI Partner of the Year, Power BI Partner of the Year 2021, Microsoft Partner, Microsoft Partner Seattle, Microsoft Partner Redmond, Power BI Partner, Microsoft Gold Partner, Power BI solutions, Power BI optimization, Power BI report optimization, data science, Data Science solutions, data management, Data management solutions, cloud migration, Azure migration, cloud solutions, cloud migration solutions, business apps, app development, business apps solutions, Inc. 5000 companies in Seattle, Inc. 5000 companies in Redmond, Microsoft Power Platform workshops, Microsoft solutions, Microsoft platform solutions">
</head>
<body class="shop home-page">
<!-- Header -->
<header id="header" class="header header-absolute header-fixed-on-mobile header-transparent"
data-bkg-threshold="100" data-sticky-threshold="0"></header>
<!-- Header End -->
<!--Hero Section-->
<div class="section-block-padding-sm products-hero-section lg-section-block-padding-hero">
<div class="products-slider-container">
<div class="slider">
<div class="slide">
<div class="row flex two-columns-on-tablet">
<div class="column width-6 v-align-middle left center-on-mobile">
<div>
<h1 class="big">
LoadFAST
</h1>
<!-- <div class="red-underline-rectangle center-on-mobile"></div> -->
<p class="section-subheading center-on-mobile break">
Not sure why your Power BI reports are taking hours to load?
Improve the performance and user experience of your Power BI reports in three easy steps with our automation toolkit.
</p>
<p class="section-subheading center-on-mobile">
Ready to empower your business with the dynamic capabilities of Power BI?
</p>
<div class="flex-row mb-column">
<a href="https://azuremarketplace.microsoft.com/en/marketplace/apps/maqsoftware.powerbiloadanalyzer?tab=Overview" class="btn-primary btn-text" target="_blank" rel="noopener noreferrer">Download now</a>
</div>
</div>
</div>
<div class="column width-6 right hide-on-mobile">
<div class="feature-image img-placeholder">
<div class="homepage-feature mb-0">
<img src="../img/Microsoft-Fabric/Slider1.png"
class="homepage-feature-img"
alt="Power BI report on computer monitor">
</div>
</div>
</div>
</div>
<!-- Feature 1 Section End -->
</div>
</div>
</div>
</div>
<!--Hero Section End-->
<!--Outcomes Section-->
<div class="section-block-padding-sm centered-section">
<div class="section-heading-container-centered">
<h2 class="display-medium">See how your business can benefit from LoadFAST</h2>
<p class="section-subheading">Let our automation toolkit do the heavy lifting for you.</p>
</div>
<div class="business-outcomes-flex-grid max-section-size mb-grid-product">
<div class="card-item-centered">
<div class="icon-container-card">
<span class="fluent--timer-24-regular service-icon-size"></span>
</div>
<p class="card-title-centered">Calculate page load time</p>
<p class="body-text-centered">
Calculate PLT for numerous reports across distributed systems, ensuring precision while upholding performance and security.
</p>
</div>
<div class="card-item-centered">
<div class="icon-container-card">
<span class="fluent--wrench-settings-24-regular service-icon-size"></span>
</div>
<p class="card-title-centered">Automated customization</p>
<p class="body-text-centered">
Customize the PLT tests based on report complexity and user load directly within the tool.
</p>
</div>
<div class="card-item-centered">
<div class="icon-container-card">
<span class="fluent--drawer-arrow-download-24-regular service-icon-size"></span>
</div>
<p class="card-title-centered">Process high volume requests</p>
<p class="body-text-centered">
Run a high volume of concurrent requests. Test page load time across browsers and promptly receive accurate results.
</p>
</div>
</div>
</div>
<!--Outcomes Section End-->
<!--Steps Section-->
<div class="section-block-padding-sm steps-section centered-section">
<div class="section-heading-container-centered">
<h2 class="display-medium">Improve your Power BI load times in three easy steps</h2>
<p class="section-subheading">Our streamlined approach is guaranteed to give you quick and accurate results</p>
</div>
<div class="business-outcomes-flex-grid max-section-size mb-grid-product">
<div class="card-item-centered">
<img src="..\images-new\isv\step-1-loadfast.svg" alt="Data Gear Icon" class="steps-img">
<p class="card-title-centered">Create a collection</p>
<p class="body-text-centered">
Choose your desired Power BI reports and pages from your workspaces.
</p>
</div>
<div class="card-item-centered">
<img src="..\images-new\isv\step-2-loadfast.svg" alt="Scalability Icon" class="steps-img">
<p class="card-title-centered">Define user actions</p>
<p class="body-text-centered">
Set the number of users and the actions they will be performing on your report.
</p>
</div>
<div class="card-item-centered">
<img src="..\images-new\isv\step-3-loadfast.svg" alt="Upwards Trend Graph Icon" class="steps-img">
<p class="card-title-centered">Get results</p>
<p class="body-text-centered">
Run the test and let our system determine the necessary capacity based on CPU usage in the stress test.
</p>
</div>
</div>
</div>
<!--Steps Section End-->
<!--Accordian Section-->
<div class="section-block-padding-sm centered-section">
<div class="accordion-header-container max-section-size">
<h2 class="display-medium">Resources</h2>
</div>
<div class="max-accordion-size">
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Partner Showcase video
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
<div class="flex-col-2 accordion-body-2">
<iframe class="accordion-img" src="https://www.youtube.com/embed/0u12MVVEAkA?si=5Nu6tI-ywni_WiLG" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<div class="accordion-text">
<div class="accordion-text-group mb-accordion-img">
<p class="accordion-title"><strong>Watch our partner showcase video to see the LoadFAST in action.</strong></p>
<p class="body-text">Experience how seamlessly it integrates into applications.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Technical documentation
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<div class="accordion-body">
<div class="flex-col-2 accordion-body-2">
<img src="../img/Microsoft-Fabric/Slider1.png" class="accordion-img mb-accordion-img"alt="Power BI report on computer monitor">
<div class="accordion-text">
<div class="accordion-text-group">
<p class="accordion-title"><strong>Access our technical documentation to get in-depth information on integrating and using LoadFAST.</strong></p>
<p class="body-text">Discover step-by-step instructions, best practices, and troubleshooting tips to ensure seamless implementation and optimal performance.</p>
</div>
<a href="https://maqsoftware.gitbook.io/loadfast-technical-documentation" class="learn-more-link body-bold large-link" target="_blank" rel="noopener noreferrer">View LoadFAST documentation<span class="chevron">></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Accordian Section End-->
<!--Pricing Section-->
<!-- <div class="section-block-padding-sm product-pricing-section centered-section">
<div class="section-heading-container max-section-size">
<h2 class="display-medium">Pricing</h2>
<p class="section-subheading">See our pricing options</p>
</div>
<div class="pricing-flex-grid max-section-size">
<div class="price-item">
<p class="card-title-centered">Basic Tier</p>
<div class="icon-container-card">
<span class="fluent--drawer-arrow-download-24-regular service-icon-size"></span>
</div>
<p class="card-title-small">
$2,500
</p>
<p class="card-title-small">
Month
</p>
<ul class="card-list">
<li>One-time integration fee: $10,000</li>
<li>Single instance of the application</li>
<li>Complete installation setup</li>
<li>Free upgrades</li>
</ul>
<div class="flex-row">
<a href="https://azuremarketplace.microsoft.com/en/marketplace/apps/maqsoftware.powerbiloadanalyzer?tab=Overview" class="btn-primary btn-text">Download now</a>
</div>
</div>
<div class="price-item">
<p class="card-title-centered">IP Handover</p>
<div class="icon-container-card">
<span class="fluent--drawer-arrow-download-24-regular service-icon-size"></span>
</div>
<p class="card-title-small">
$120,000
</p>
<p class="card-title-small">
(One Time Payment)
</p>
<ul class="card-list">
<li>Shared solution IP</li>
<li>4-week solution integration consulting service</li>
<li>Code walkthrough and handover</li>
<li>Personalized technical documentation and installation guide</li>
<li>Additional features, improvements, and customizations available on demand</li>
</ul>
<div class="flex-row">
<a href="https://azuremarketplace.microsoft.com/en/marketplace/apps/maqsoftware.powerbiloadanalyzer?tab=Overview" class="btn-primary btn-text">Download now</a>
</div>
</div>
</div>
</div> -->
<!--Pricing Section End-->
<!--Support Plan Section-->
<!-- <div class="section-block-padding-sm centered-section">
<div class="section-heading-container max-section-size">
<h2 class="display-medium">Support Plans</h2>
<p class="section-subheading">Choose the service that works best for you</p>
</div>
<div class="flex-table max-section-size">
<div class="flex-table-header">
<div class="flex-table-header-cell description-cell top-left-cell"></div>
<div class="flex-table-header-cell">Silver</div>
<div class="flex-table-header-cell">Gold</div>
<div class="flex-table-header-cell top-right-cell">Platinum</div>
</div>
<div class="flex-table-row">
<div class="flex-table-cell description-cell">Priority email support: 7am-1pm ET (Mon-Fri).</div>
<div class="flex-table-cell">
<img class="price-plan-checkmark" src="images-new/icons/checkmark-price-plan.png">
</div>
<div class="flex-table-cell">
<img class="price-plan-checkmark" src="images-new/icons/checkmark-price-plan.png">
</div>
<div class="flex-table-cell">
<img class="price-plan-checkmark" src="images-new/icons/checkmark-price-plan.png">
</div>
</div>
<div class="flex-table-row">
<div class="flex-table-cell description-cell">Guaranteed response time of 24 hours for support inquiries.</div>
<div class="flex-table-cell">
<img class="price-plan-checkmark" src="images-new/icons/checkmark-price-plan.png">
</div>
<div class="flex-table-cell">
<img class="price-plan-checkmark" src="images-new/icons/checkmark-price-plan.png">
</div>
<div class="flex-table-cell">
<img class="price-plan-checkmark" src="images-new/icons/checkmark-price-plan.png">
</div>
</div>
<div class="flex-table-row">
<div class="flex-table-cell description-cell">Access to our extensive knowledge base and online documentation.</div>
<div class="flex-table-cell">
<img class="price-plan-checkmark" src="images-new/icons/checkmark-price-plan.png">
</div>
<div class="flex-table-cell">
<img class="price-plan-checkmark" src="images-new/icons/checkmark-price-plan.png">
</div>
<div class="flex-table-cell">
<img class="price-plan-checkmark" src="images-new/icons/checkmark-price-plan.png">
</div>
</div>
<div class="flex-table-row">
<div class="flex-table-cell description-cell">Regular software updates and bug fixes.
</div>
<div class="flex-table-cell">
<img class="price-plan-checkmark" src="images-new/icons/checkmark-price-plan.png">
</div>
<div class="flex-table-cell">
<img class="price-plan-checkmark" src="images-new/icons/checkmark-price-plan.png">
</div>
<div class="flex-table-cell">
<img class="price-plan-checkmark" src="images-new/icons/checkmark-price-plan.png">
</div>
</div>
<div class="flex-table-row">
<div class="flex-table-cell description-cell">Remote troubleshooting and assistance.
</div>
<div class="flex-table-cell">
<p class="price-plan-slash">-</p>
</div>
<div class="flex-table-cell">
<img class="price-plan-checkmark" src="images-new/icons/checkmark-price-plan.png">
</div>
<div class="flex-table-cell">
<img class="price-plan-checkmark" src="images-new/icons/checkmark-price-plan.png">
</div>
</div>
<div class="flex-table-row">
<div class="flex-table-cell description-cell">Dedicated support representative.
</div>
<div class="flex-table-cell">
<p class="price-plan-slash">-</p>
</div>
<div class="flex-table-cell">
<p class="price-plan-slash">-</p>
</div>
<div class="flex-table-cell">
<img class="price-plan-checkmark" src="images-new/icons/checkmark-price-plan.png">
</div>
</div>
<div class="flex-table-row">
<div class="flex-table-cell description-cell">Priority email, phone, and live chat support 24/7.</div>
<div class="flex-table-cell">
<p class="price-plan-slash">-</p>
</div>
<div class="flex-table-cell">
<p class="price-plan-slash">-</p>
</div>
<div class="flex-table-cell">
<img class="price-plan-checkmark" src="images-new/icons/checkmark-price-plan.png">
</div>
</div>
<div class="flex-table-row">
<div class="flex-table-cell description-cell">Guaranteed response time of 4 hours for support inquiries</div>
<div class="flex-table-cell">
<p class="price-plan-slash">-</p>
</div>
<div class="flex-table-cell">
<p class="price-plan-slash">-</p>
</div>
<div class="flex-table-cell">
<img class="price-plan-checkmark" src="images-new/icons/checkmark-price-plan.png">
</div>
</div>
<div class="flex-table-row">
<div class="flex-table-cell description-cell">Priority consideration for new feature requests and improvements.</div>
<div class="flex-table-cell">
<p class="price-plan-slash">-</p>
</div>
<div class="flex-table-cell">
<p class="price-plan-slash">-</p>
</div>
<div class="flex-table-cell">
<img class="price-plan-checkmark" src="images-new/icons/checkmark-price-plan.png">
</div>
</div>
<div class="flex-table-row">
<div class="flex-table-cell description-cell">Customized training sessions for your team.</div>
<div class="flex-table-cell">
<p class="price-plan-slash">-</p>
</div>
<div class="flex-table-cell">
<p class="price-plan-slash">-</p>
</div>
<div class="flex-table-cell">
<img class="price-plan-checkmark" src="images-new/icons/checkmark-price-plan.png">
</div>
</div>
<div class="flex-table-row">
<div class="flex-table-cell description-cell bottom-left-cell">Support plan cost</div>
<div class="flex-table-cell">
<p>$200</p>
</div>
<div class="flex-table-cell">
<p>$400</p>
</div>
<div class="flex-table-cell bottom-right-cell">
<p>$800</p>
</div>
</div>
</div>
</div> -->
<!--Support Plan Section End-->
<!-- Header -->
<!-- <header id="header" class="header header-absolute header-fixed-on-mobile header-transparent"
data-bkg-threshold="100" data-sticky-threshold="0"></header> -->
<!-- Header End -->
<!-- Contact Section-->
<div class="section-block-padding-sm contact-gray-section centered-section">
<div class="flex-col-2 max-section-size">
<div class="hero-item-1">
<h1 class="big margin-sm">
Get connected with us
</h1>
<p class="card-title-normal">
Let’s accelerate your delivery and optimize your operations.
</p>
<a href="mailto:Sales@MAQSoftware.com?subject=Contact%20Us&body=Hello,%20I%20would%20like%20to%20get%20in%20touch%20with%20you." class="email-link email-link-container">
<span class="tabler--mail"></span><p class="email-link">Sales@MAQSoftware.com</p>
</a>
</div>
<div class="hero-item-2 mb-hide-img">
<!-- <p class="">
Contact us at:
</p> -->
<!-- <a href="mailto:example@example.com?subject=Contact%20Us&body=Hello,%20I%20would%20like%20to%20get%20in%20touch%20with%20you." class="email-link">Sales@MAQSoftware.com</a> -->
<!-- <a href="mailto:example@example.com?subject=Contact%20Us&body=Hello,%20I%20would%20like%20to%20get%20in%20touch%20with%20you."
class="btn-primary btn-text">Sales@MAQSoftware.com
</a> -->
</div>
</div>
</div>
<!-- Contact section end -->
<!-- Footer -->
<footer id="footer" class="footer footer-light bkg-grey-ultralight"></footer>
<!-- Footer End -->
<!-- Js -->
<script src="../js/jquery-3.2.1.min.js"></script>
<script src="../js/timber.master.min.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="/js/Certyfast.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
<script>
// $("#header").load("/header");
// $("#footer").load("/footer");
$("#header").load("/header.html");
$("#footer").load("/footer.html");
</script>
<script>
$('#Demo-popup-form-message').keyup(function () {
var characterCount = $(this).val().length,
current = $('#current'),
maximum = $('#maximum'),
theCount = $('#the-count');
current.text(characterCount);
});
$('#get-in-touch-popup-form-message').keyup(function () {
var characterCount = $(this).val().length,
current = $('#get-in-touch-current'),
maximum = $('#get-in-touch-maximum'),
theCount = $('#the-count');
current.text(characterCount);
});
</script>
<script src="../js/common.js"></script>
<script>
const slides = document.querySelectorAll('.slide');
const dots = document.querySelectorAll('.dot');
let currentSlide = 0;
function showSlide(index) {
slides.forEach((slide, i) => {
slide.style.display = i === index ? 'block' : 'none';
});
dots.forEach((dot, i) => {
dot.classList.toggle('active', i === index);
});
}
function prevSlide() {
currentSlide = (currentSlide - 1 + slides.length) % slides.length;
showSlide(currentSlide);
}
function nextSlide() {
currentSlide = (currentSlide + 1) % slides.length;
showSlide(currentSlide);
}
document.querySelector('.arrow.prev').addEventListener('click', prevSlide);
document.querySelector('.arrow.next').addEventListener('click', nextSlide);
dots.forEach((dot, index) => {
dot.addEventListener('click', () => {
currentSlide = index;
showSlide(currentSlide);
});
});
showSlide(currentSlide); // Show the initial slide
</script>
</body>
</html>