-
Notifications
You must be signed in to change notification settings - Fork 2
/
donations_backup.html
executable file
·711 lines (524 loc) · 35.9 KB
/
donations_backup.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
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
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
<!doctype html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-92673120-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-92673120-1');
</script>
<!-- Title -->
<title>Nearby Shops</title>
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Google Fonts -->
<link href="//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
<!-- CSS Front Template -->
<link rel="stylesheet" href="/assets/vendor/font-awesome/css/fontawesome-all.min.css">
<link rel="stylesheet" href="/assets/vendor/animate.css/animate.min.css">
<link rel="stylesheet" href="/assets/vendor/hs-megamenu/src/hs.megamenu.css">
<link rel="stylesheet" href="/assets/vendor/fancybox/jquery.fancybox.css">
<link rel="stylesheet" href="/assets/vendor/cubeportfolio/css/cubeportfolio.min.css">
<link rel="stylesheet" href="/assets/vendor/jquery-ui/themes/base/jquery-ui.min.css">
<link rel="stylesheet" href="/assets/vendor/prism/prism.css">
<!-- CSS Front Template -->
<link rel="stylesheet" href="/assets/css/theme.css">
<!-- CSS Front Doc -->
<link rel="stylesheet" href="/assets/css/starter.css">
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous">
</script>
<script>
$(function(){
$("#header").load("header.html");
$("#footer").load("footer.html");
});
</script>
</head>
<body>
<!-- <h1>Hello, world!</h1> -->
<div id="header"></div>
<!-- Terms Title Section -->
<div class="position-relative border-top space-2">
<div class="container space-1">
<div class="w-md-80 w-lg-60">
<h1 class="text-primary"><span class="font-weight-semi-bold">Donate </span> and Support Us</h1>
<!-- <p>Hello, and welcome to Front. Please read our Terms and Conditions of Use ("Terms") and Privacy Policy carefully because they affect your legal rights, including an agreement to resolve any disputes that may arise between us by arbitration on an individual basis instead of by class actions or jury trials. We hope you're sitting comfortably and listening to some great music.</p> -->
<!-- <p>Here we go…</p> -->
<h3>We need your love and support.</h3>
<p> We have seen through experience in the developer community how commercialization of open-source software
leads to restrictions in free use of the software.
<br><br>
We do not want to release our software under commercial license because that limits freedom and flexibility.
Therefore donations are one of the best ways to receive funding for such project.
</p>
<!-- <p >We need funds to hire developers and pay them good salary. Lack of funding is one of the biggest reasons-->
<!-- most open-source projects are not user-friendly and lacks good quality (sometimes).-->
<!-- <br><br>-->
<!-- You can help us build a better software by funding this project through donations !-->
<!-- <br><br>-->
<!-- We do not want to release our software under commercial license because that limits freedom and flexibility.-->
<!-- Therefore donations are one of the few ways we can receive funding.-->
<!-- </p>-->
<!--If we get good funding we can use those funds to hire the best designers and developers and-->
<!--make our software really good, and easy to use and-->
<!--provide commercial grade features.-->
<!--<h4>Why Open Source ? </h4>-->
<!--<p>We are against monopoly and manipulation.-->
<!--In-equalities in the society are rising.-->
<!--We see that few organizations and people are controlling the economy.-->
<!--And that is bad for economy and job growth.-->
<!--<br><br>-->
<!--We see ip protection and patents has become a tool for large organizations to create monopoly-->
<!--and manipulate people.-->
<!--<br><br>-->
<!--Open source software can help small entrepreneurs start business with ease and low investment. This is good for economy-->
<!--it is good for job - creation and it is bad for monopoly.-->
<!--<br>-->
<!--In today's world Software drives economy.-->
<!--Open - source software takes the power away from big organizations and hands the power in the hands of common people.-->
<!--It supports equal growth and more equality in the society.-->
<!--<br><br>-->
<!--</p>-->
<!--<h6 class="font-weight-light">Support culture of free expression,-->
<!--collaboration and diversity and love for all of humanity !</h6>-->
<p>
Payment mechanism to obtain donations is work under progress ... you will soon be able to donate !
</p>
<!--</br></br>-->
<!--Without this financial support its difficult for us to hire people and maintain good quality software.-->
<!--If you like this project you can support this project through donations also. We highly appreciate any support that we receive !-->
</div>
</div>
<!-- SVG Background Shapes -->
<div id="SVGbgElements2" class="svg-preloader d-none d-lg-block w-lg-40 content-centered-y right-0 z-index-n1 ml-9">
<figure class="ie-bg-elements-2">
<img class="js-svg-injector" src="assets/svg/components/bg-elements-2.svg" alt="Image Description"
data-parent="#SVGbgElements2">
</figure>
</div>
<!-- End SVG Background Shapes -->
</div>
<!-- End Terms Title Section -->
<!--<div class="container space-top-2 border-top">-->
<!--<!– Title –>-->
<!---->
<!---->
<!--<small class="text-secondary text-uppercase font-weight-medium mb-2">Nearby Shops</small>-->
<!--<!– <h1 class="font-weight-medium">Technology Stack</h1> –>-->
<!--<h2 class="text-primary">Consultation and <span class="font-weight-semi-bold">Professional Support</span></h2>-->
<!---->
<!--<h5 class="font-weight-light">Get advice and support from the developers of the Nearby Shops app</h5>-->
<!--<p>We can help you with technical issues like scaling and infrastructure and give you advice about how you can setup your business !</p>-->
<!---->
<!--<!– End Title –>-->
<!--</div>-->
<!-- Terms Title Section -->
<div class="position-relative space-1">
<div class="container space-2 border-top border-bottom">
<div class="w-md-80 w-lg-60">
<h1 class="text-primary"><span class="font-weight-semi-bold">Support us </span> by buying our services</h1>
<!-- <p>Hello, and welcome to Front. Please read our Terms and Conditions of Use ("Terms") and Privacy Policy carefully because they affect your legal rights, including an agreement to resolve any disputes that may arise between us by arbitration on an individual basis instead of by class actions or jury trials. We hope you're sitting comfortably and listening to some great music.</p> -->
<!-- <p>Here we go…</p> -->
<h6 class="font-weight-light">You can support this project by buying the following services. These services provide financial support to the project.</h6>
<!--</br></br>-->
<!--Without this financial support its difficult for us to hire people and maintain good quality software.-->
<!--If you like this project you can support this project through donations also. We highly appreciate any support that we receive !-->
</div>
</div>
</div>
<!-- End Terms Title Section -->
<div class="container space-top-1">
<!-- Title -->
<small class="text-secondary text-uppercase font-weight-medium mb-2">Nearby Shops</small>
<!-- <h1 class="font-weight-medium">Technology Stack</h1> -->
<h2 class="text-primary">Installation of your self-hosted</h2>
<h2 class="text-primary"><span class="font-weight-semi-bold">local marketplace</span></h2>
<h5 class="font-weight-light">Installation of the server backend and basic customization of the apps to make your app launch ready !</h5>
<p>Backend installation includes setup of third party integrations like push notifications, SMS-OTP and payment gateway. And customizing your app with your own logo, graphics and colors.</p>
<!-- End Title -->
</div>
<!-- Pricing Section -->
<div id="pricingSection" class="svg-preloader">
<div class="container space-2">
<div class="row">
<div id="stickyBlockStartPoint" class="col-md-5 mb-9 mb-md-0">
<!-- Sticky Block -->
<div class="js-sticky-block"
data-has-sticky-header="true"
data-offset-target="#logoAndNav"
data-sticky-view="md"
data-start-point="#stickyBlockStartPoint"
data-end-point="#stickyBlockEndPoint"
data-offset-top="24"
data-offset-bottom="24">
<!-- Pricing -->
<div class="position-relative bg-primary shadow-primary-lg text-white rounded z-index-2 p-7">
<span class="d-block">
<!-- <span class="align-top font-size-4">$</span> -->
<span class="display-4 font-weight-semi-bold">$ 50</span>
<span class="font-size-3">.00</span>
<span class="d-block">One-time Fee for app Launch</span>
</span>
<hr class="opacity-md my-4">
<div class="mb-5">
<p class="text-light">Includes installation, third party integrations and customization of apps </p>
</div>
<a class="btn btn-white btn-pill transition-3d-hover mb-2" href="about-us.html">
Contact Us
<span class="fas fa-arrow-right text-primary font-size-1 ml-2"></span>
</a>
<p class="small text-white-70">No credit card required.</p>
<!-- SVG Shape -->
<div class="position-absolute bottom-0 right-0 w-100 max-width-15 z-index-n1">
<figure class="ie-abstract-shapes-11">
<img class="js-svg-injector rounded-bottom" src="assets/svg/components/abstract-shapes-11.svg" alt="Image Description"
data-parent="#pricingSection">
</figure>
</div>
<!-- End SVG Shape -->
</div>
<!-- End Pricing -->
</div>
<!-- End Sticky Block -->
</div>
<div class="col-md-7">
<div class="pl-lg-6">
<div class="row">
<div class="col-sm-6 mb-5">
<!-- Icon Blocks -->
<figure class="ie-height-40 w-100 max-width-6 mb-3">
<img class="js-svg-injector" src="assets/svg/icons/icon-32.svg" alt="SVG"
data-parent="#pricingSection">
</figure>
<h4 class="h5">Installation on your own infrastructure</h4>
<!-- <p>Unlike other commertial products which you cannot adapt and customize. Nearby Shops comes with MIT open-source license which means you non-exclusive access to all the source-code and design</p> -->
<p>You retain full ownership and autonomy of your hosting infrastructure.</p>
<!-- End Icon Blocks -->
</div>
<div class="col-sm-6 mb-5">
<!-- Icon Blocks -->
<figure class="ie-height-40 w-100 max-width-6 mb-3">
<img class="js-svg-injector" src="assets/svg/icons/icon-30.svg" alt="SVG"
data-parent="#pricingSection">
</figure>
<h4 class="h5">Adapt and Customize</h4>
<p>Customize the apps with your own brand colors, logo and app name.</p>
<!-- End Icon Blocks -->
</div>
</div>
<div class="row mb-9">
<div class="col-sm-6 mb-5">
<!-- Icon Blocks -->
<figure class="ie-height-40 w-100 max-width-6 mb-3">
<img class="js-svg-injector" src="assets/svg/icons/icon-29.svg" alt="SVG"
data-parent="#pricingSection">
</figure>
<h4 class="h5">Third Party integrations</h4>
<p>We setup your integrations so that you dont have to worry about it.</p>
<!-- End Icon Blocks -->
</div>
<div class="col-sm-6">
<!-- Icon Blocks -->
<figure class="ie-height-40 w-100 max-width-6 mb-3">
<img class="js-svg-injector" src="assets/svg/icons/icon-31.svg" alt="SVG"
data-parent="#pricingSection">
</figure>
<h4 class="h5">Money back</h4>
<p>100% guaranteed money back. No questions asked.</p>
<!-- End Icon Blocks -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Pricing Section -->
<div class="container space-top-2 border-top">
<!-- Title -->
<small class="text-secondary text-uppercase font-weight-medium mb-2">Nearby Shops</small>
<!-- <h1 class="font-weight-medium">Technology Stack</h1> -->
<h2 class="text-primary">Hosting for Nearby Shops</h2>
<h2 class="text-primary"><span class="font-weight-semi-bold">local marketplace</span></h2>
<h5 class="font-weight-light">We will host your server on our hosting infrastructure and use our expertise to manage hosting !</h5>
<p>Backend installation includes setup of third party integrations like push notifications, SMS-OTP and payment gateway. And customizing your app with your own logo, graphics and colors.</p>
<!-- End Title -->
</div>
<!-- Pricing Section -->
<div id="pricingSectionHosting" class="svg-preloader">
<div class="container space-2 border-bottom">
<div class="row">
<div id="stickyBlockStartPointHosting" class="col-md-5 mb-9 mb-md-0">
<!-- Sticky Block -->
<div class="js-sticky-block"
data-has-sticky-header="true"
data-offset-target="#logoAndNav"
data-sticky-view="md"
data-start-point="#stickyBlockStartPointHosting"
data-end-point="#stickyBlockEndPoint"
data-offset-top="24"
data-offset-bottom="24">
<!-- Pricing -->
<div class="position-relative bg-primary shadow-primary-lg text-white rounded z-index-2 p-7">
<span class="d-block">
<!-- <span class="align-top font-size-4">$</span> -->
<span class="display-4 font-weight-semi-bold">$ 100</span>
<span class="font-size-3">.00</span>
<span class="d-block">Per Month</span>
</span>
<hr class="opacity-md my-4">
<div class="mb-5">
<p class="text-light">Includes installation, third party integrations and customization of apps </p>
</div>
<a class="btn btn-white btn-pill transition-3d-hover mb-2" href="about-us.html">
Contact Us
<span class="fas fa-arrow-right text-primary font-size-1 ml-2"></span>
</a>
<p class="small text-white-70">No credit card required.</p>
<!-- SVG Shape -->
<div class="position-absolute bottom-0 right-0 w-100 max-width-15 z-index-n1">
<figure class="ie-abstract-shapes-11">
<img class="js-svg-injector rounded-bottom" src="assets/svg/components/abstract-shapes-11.svg" alt="Image Description"
data-parent="#pricingSectionHosting">
</figure>
</div>
<!-- End SVG Shape -->
</div>
<!-- End Pricing -->
</div>
<!-- End Sticky Block -->
</div>
<div class="col-md-7">
<div class="pl-lg-6">
<div class="row">
<div class="col-sm-6 mb-5">
<!-- Icon Blocks -->
<figure class="ie-height-40 w-100 max-width-6 mb-3">
<img class="js-svg-injector" src="assets/svg/icons/icon-32.svg" alt="SVG"
data-parent="#pricingSection">
</figure>
<h4 class="h5">Installation on our infrastructure</h4>
<!-- <p>Unlike other commertial products which you cannot adapt and customize. Nearby Shops comes with MIT open-source license which means you non-exclusive access to all the source-code and design</p> -->
<p>Managed hosting using our expertize and understanding.</p>
<!-- End Icon Blocks -->
</div>
<div class="col-sm-6 mb-5">
<!-- Icon Blocks -->
<figure class="ie-height-40 w-100 max-width-6 mb-3">
<img class="js-svg-injector" src="assets/svg/icons/icon-30.svg" alt="SVG"
data-parent="#pricingSection">
</figure>
<h4 class="h5">Adapt and Customize</h4>
<p>Customize the apps with your own brand colors, logo and app name.</p>
<!-- End Icon Blocks -->
</div>
</div>
<div class="row mb-9">
<div class="col-sm-6 mb-5">
<!-- Icon Blocks -->
<figure class="ie-height-40 w-100 max-width-6 mb-3">
<img class="js-svg-injector" src="assets/svg/icons/icon-29.svg" alt="SVG"
data-parent="#pricingSection">
</figure>
<h4 class="h5">Third Party integrations</h4>
<p>We setup your integrations so that you dont have to worry about it.</p>
<!-- End Icon Blocks -->
</div>
<div class="col-sm-6">
<!-- Icon Blocks -->
<figure class="ie-height-40 w-100 max-width-6 mb-3">
<img class="js-svg-injector" src="assets/svg/icons/icon-31.svg" alt="SVG"
data-parent="#pricingSection">
</figure>
<h4 class="h5">Money back</h4>
<p>100% guaranteed money back. No questions asked.</p>
<!-- End Icon Blocks -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Pricing Section -->
<!--<div class="container space-top-2 border-top">-->
<!--<!– Title –>-->
<!--<small class="text-secondary text-uppercase font-weight-medium mb-2">Nearby Shops</small>-->
<!--<!– <h1 class="font-weight-medium">Technology Stack</h1> –>-->
<!--<h2 class="text-primary">Consultation and <span class="font-weight-semi-bold">Professional Support</span></h2>-->
<!--<h5 class="font-weight-light">Get advice and support from the developers of the Nearby Shops app</h5>-->
<!--<p>We can help you with technical issues like scaling and infrastructure and give you advice about how you can setup your business !</p>-->
<!--<!– End Title –>-->
<!--</div>-->
<!--<!– Pricing Section –>-->
<!--<div id="pricingSectionSupport" class="svg-preloader border-bottom">-->
<!--<div class="container space-2">-->
<!--<div class="row">-->
<!--<div id="stickyBlockStart" class="col-md-5 mb-9 mb-md-0">-->
<!--<!– Sticky Block –>-->
<!--<div class="js-sticky-block"-->
<!--data-has-sticky-header="true"-->
<!--data-offset-target="#logoAndNav"-->
<!--data-sticky-view="md"-->
<!--data-start-point="#stickyBlockStartPoint"-->
<!--data-end-point="#stickyBlockEndPoint"-->
<!--data-offset-top="24"-->
<!--data-offset-bottom="24">-->
<!--<!– Pricing –>-->
<!--<div class="position-relative bg-secondary shadow-primary-lg text-white rounded z-index-2 p-7">-->
<!--<span class="d-block">-->
<!--<!– <span class="align-top font-size-4">$</span> –>-->
<!--<span class="display-4 font-weight-semi-bold">$ 100</span>-->
<!--<span class="font-size-3">.00</span>-->
<!--<span class="d-block">Per Hour</span>-->
<!--</span>-->
<!--<hr class="opacity-md my-4">-->
<!--<div class="mb-5">-->
<!--<p class="text-light">Consultation and support from the developers and Founders ! </p>-->
<!--</div>-->
<!--<a class="btn btn-white btn-pill transition-3d-hover mb-2" href="about-us.html">-->
<!--Contact Us-->
<!--<span class="fas fa-arrow-right text-primary font-size-1 ml-2"></span>-->
<!--</a>-->
<!--<p class="small text-white-70">No credit card required.</p>-->
<!--<!– SVG Shape –>-->
<!--<div class="position-absolute bottom-0 right-0 w-100 max-width-15 z-index-n1">-->
<!--<figure class="ie-abstract-shapes-11">-->
<!--<img class="js-svg-injector rounded-bottom" src="assets/svg/components/abstract-shapes-11.svg" alt="Image Description"-->
<!--data-parent="#pricingSectionSupport">-->
<!--</figure>-->
<!--</div>-->
<!--<!– End SVG Shape –>-->
<!--</div>-->
<!--<!– End Pricing –>-->
<!--</div>-->
<!--<!– End Sticky Block –>-->
<!--</div>-->
<!--<div class="col-md-7">-->
<!--<div class="pl-lg-6">-->
<!--<div class="row">-->
<!--<div class="col-sm-6 mb-5">-->
<!--<!– Icon Blocks –>-->
<!--<figure class="ie-height-40 w-100 max-width-6 mb-3">-->
<!--<img class="js-svg-injector" src="assets/svg/icons/icon-32.svg" alt="SVG"-->
<!--data-parent="#pricingSection">-->
<!--</figure>-->
<!--<h4 class="h5">Scaling and Security</h4>-->
<!--<!– <p>Unlike other commertial products which you cannot adapt and customize. Nearby Shops comes with MIT open-source license which means you non-exclusive access to all the source-code and design</p> –>-->
<!--<p>You retain full ownership and autonomy of your hosting infrastructure.</p>-->
<!--<!– End Icon Blocks –>-->
<!--</div>-->
<!--<div class="col-sm-6 mb-5">-->
<!--<!– Icon Blocks –>-->
<!--<figure class="ie-height-40 w-100 max-width-6 mb-3">-->
<!--<img class="js-svg-injector" src="assets/svg/icons/icon-30.svg" alt="SVG"-->
<!--data-parent="#pricingSection">-->
<!--</figure>-->
<!--<h4 class="h5">Software Customization</h4>-->
<!--<p>Customize the apps with your own brand colors, logo and app name.</p>-->
<!--<!– End Icon Blocks –>-->
<!--</div>-->
<!--</div>-->
<!--<div class="row mb-9">-->
<!--<div class="col-sm-6 mb-5">-->
<!--<!– Icon Blocks –>-->
<!--<figure class="ie-height-40 w-100 max-width-6 mb-3">-->
<!--<img class="js-svg-injector" src="assets/svg/icons/icon-29.svg" alt="SVG"-->
<!--data-parent="#pricingSection">-->
<!--</figure>-->
<!--<h4 class="h5">Technical Consultation</h4>-->
<!--<p>You need more customization to adapt the software to your basic needs.</p>-->
<!--<!– End Icon Blocks –>-->
<!--</div>-->
<!--<div class="col-sm-6">-->
<!--<!– Icon Blocks –>-->
<!--<figure class="ie-height-40 w-100 max-width-6 mb-3">-->
<!--<img class="js-svg-injector" src="assets/svg/icons/icon-31.svg" alt="SVG"-->
<!--data-parent="#pricingSection">-->
<!--</figure>-->
<!--<h4 class="h5">Anything else where we can help</h4>-->
<!--<p>We wont charge money for something where we cannot help you</p>-->
<!--<!– End Icon Blocks –>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<!--<!– End Pricing Section –>-->
<!-- Sticky End Point -->
<!-- <div id="stickyBlockEndPoint"></div> -->
<div id="footer"></div>
<!-- JS Global Compulsory -->
<script src="assets/vendor/jquery/dist/jquery.min.js"></script>
<script src="assets/vendor/jquery-migrate/dist/jquery-migrate.min.js"></script>
<script src="assets/vendor/popper.js/dist/umd/popper.min.js"></script>
<script src="assets/vendor/bootstrap/bootstrap.min.js"></script>
<!-- JS Front -->
<script src="assets/js/hs.core.js"></script>
<!-- JS Implementing Plugins -->
<script src="assets/vendor/svg-injector/dist/svg-injector.min.js"></script>
<script src="assets/vendor/player.js/dist/player.min.js"></script>
<script src="assets/vendor/hs-megamenu/src/hs.megamenu.js"></script>
<script src="assets/vendor/jquery-validation/dist/jquery.validate.min.js"></script>
<script src="assets/vendor/fancybox/jquery.fancybox.min.js"></script>
<script src="assets/vendor/cubeportfolio/js/jquery.cubeportfolio.min.js"></script>
<script src="assets/js/components/hs.cubeportfolio.js"></script>
<script src="assets/js/components/hs.fancybox.js"></script>
<!-- JS Front -->
<script src="assets/js/components/hs.svg-injector.js"></script>
<script src="assets/js/components/hs.header.js"></script>\
<script src="assets/js/components/hs.validation.js"></script>
<script src="assets/js/components/hs.video-player.js"></script>
<!-- JS Front -->
<script src="assets/js/components/hs.validation.js"></script>
<script src="assets/js/components/hs.focus-state.js"></script>
<script src="assets/js/components/hs.fancybox.js"></script>
<script src="assets/js/components/hs.sticky-block.js"></script>
<!-- JS Plugins Init. -->
<script>
$(window).on('load', function () {
// initialization of HSMegaMenu component
$('.js-mega-menu').HSMegaMenu({
event: 'hover',
pageContainer: $('.container'),
breakpoint: 767.98,
hideTimeOut: 0
});
// initialization of svg injector module
$.HSCore.components.HSSVGIngector.init('.js-svg-injector');
// initialization of header
$.HSCore.components.HSHeader.init($('#header'));
// initialization of form validation
$.HSCore.components.HSValidation.init('.js-validate');
});
$(document).on('ready', function () {
// initialization of cubeportfolio
$.HSCore.components.HSCubeportfolio.init('.cbp');
// initialization of popups
$.HSCore.components.HSPopup.init('.js-fancybox');
// initialization of form validation
$.HSCore.components.HSValidation.init('.js-validate', {
rules: {
confirmPassword: {
equalTo: '#signupPassword'
}
}
});
// initialization of forms
$.HSCore.components.HSFocusState.init();
// initialization of sticky blocks
$.HSCore.components.HSStickyBlock.init('.js-sticky-block');
});
</script>
</body>
</html>