-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·906 lines (891 loc) · 57.7 KB
/
index.html
File metadata and controls
executable file
·906 lines (891 loc) · 57.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
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
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Nexxchange - Golf Club Management Software</title>
<meta name="description" content="Nexxchange, The all-in-one Cloud Golf Club Management Software for Golf Clubs, hotels and restaurants">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:image" content="path/to/image.jpg">
<link rel="shortcut icon" href="img/favicon/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="img/favicon/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-touch-icon-114x114.png">
<link rel="stylesheet" href="css/libs/bootstrap.min.css">
<link rel="stylesheet" href="css/libs/font-awesome.min.css">
<link rel="stylesheet" href="css/libs/animate.min.css">
<link rel="stylesheet" href="css/libs/slick.css">
<link rel="stylesheet" href="css/libs/magnific-popup.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/media.css">
<link rel="canonical" href="https://b2b.nexxchange.com" />
<meta name="theme-color" content="#000">
<meta name="msapplication-navbutton-color" content="#000">
<meta name="apple-mobile-web-app-status-bar-style" content="#000">
<meta name="google-site-verification" content="aRTSdMs3_zg2039LdR0IYQg-7HO2nNyGNTFfB5rHh3Sw" />
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-161130383-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-161130383-1');
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Website",
"brand": {
"@type": "Brand",
"logo": "https://b2b.nexxchange.com/img/logo.png",
"url": "https://b2b.nexxchange.com",
"name": "Nexxchange",
"sameAs": [
"https://www.facebook.com/nexxchange",
"https://twitter.com/nexxchange",
"https://instagram.com/nexxchange",
"https://www.linkedin.com/company/nexxchange-ag"
]
}
}
</script>
<script>
window.pipedriveLeadboosterConfig = {
base: 'leadbooster-chat.pipedrive.com',
companyId: 7374118,
playbookUuid: '94f7919c-53cf-4e9b-98d9-d2b92a419fea',
version: 2
};
</script>
<script src="https://leadbooster-chat.pipedrive.com/assets/loader.js" async></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/emailjs-com@2/dist/email.min.js"></script>
<script type="text/javascript">
(function() {
emailjs.init("user_khsPgtnBTPky9AfksK3So");
})();
</script>
<script type="text/javascript">
window.onload = function() {
document.getElementById('contact-form').addEventListener('submit', function(event) {
event.preventDefault();
this.contact_number.value = Math.random() * 100000 | 0;
emailjs.sendForm('service_bfi866u', 'template_khw2yir', this)
.then(function() {
console.log('SUCCESS!');
alert('Your message has been sent successfully.');
}, function(error) {
console.log('FAILED...', error);
alert('Sorry there was a problem. Please try again.');
});
document.getElementById("myForm").style.display = "none";
});
}
</script>
<script type="text/javascript">
function adjust_textarea(h) {
h.style.height = "20px";
h.style.height = (h.scrollHeight) + "px";
}
</script>
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="50" class="loaded">
<div class="site-content">
<div class="navbar-wrap">
<div class="navbar">
<div class="container">
<div class="row">
<div class="col-md-12">
<nav class="navbar-menu">
<div class="navbar-header">
<button class="collapsed navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-example-js-navbar-scrollspy"> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span> </button>
</div>
<div class="logo-navbar">
<a href="index"><img src="img/logo.png" alt="logo" class="logo-sticky"><img src="img/logo_white.png" alt="logo" class="logo-normal"></a>
</div>
<div class="collapse bs-example-js-navbar-scrollspy">
<ul class="nav navbar-nav">
<li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Solutions <span
class="caret"></span></a>
<ul class="dropdown-menu multi-column">
<div class="dropdown-column">
<div class="dropdown-column-title">golf</div>
<li><a href="members">Members</a></li>
<li><a href="greenfee">Greenfee</a></li>
<li><a href="mixed">Mixed</a></li>
<li><a href="municipal">Municipal</a></li>
<li><a href="golf-multisite">Multi Site</a></li>
</div>
<div class="dropdown-column">
<div class="dropdown-column-title">hotel</div>
<li><a href="city-hotel">City Hotels</a></li>
<li><a href="resorts">Golf Resorts</a></li>
<li><a href="hotel-multisite">Multi Site</a></li>
</div>
</ul>
</li>
<li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Features <span
class="caret"></span></a>
<ul class="dropdown-menu multi-column">
<div class="dropdown-column">
<div class="dropdown-column-title">golf</div>
<li><a href="index#about">General</a></li>
<li><a href="teesheet">Tee Sheet</a></li>
<li><a href="online-booking">Booking & Payment</a></li>
<li><a href="crm">CRM</a></li>
<li><a href="pos">Point of Sale</a></li>
<li><a href="accounting">Accounting</a></li>
<li><a href="tournaments">Tournaments</a></li>
<li><a href="statistics">Reporting</a></li>
</div>
<div class="dropdown-column">
<div class="dropdown-column-title">hotel</div>
<li><a href="index#services">General</a></li>
<li><a href="roombooking">Room booking</a></li>
<li><a href="checkin">Check in/out</a></li>
<li><a href="housekeeping">Housekeeping</a></li>
<li><a href="roomrates">Room rates</a></li>
</div>
</ul>
</li>
</ul>
</div>
<div class="navbar-full">
<div class="collapse bs-example-js-navbar-scrollspy">
<ul class="nav navbar-nav">
<li><a href="index#video">Videos</a></li>
<li><a href="index#team">About</a></li>
<li><a href="pricing">Pricing</a></li>
<li>
<a class="bluefont" href="tel:00431606207010"></a>
</li>
</ul>
<ul class="nav navbar-nav">
<li class="sl-nav">
<ul>
<li><i class="sl-flag flag-uk"></i>
<ul>
<li><a href="index-de"><i class="sl-flag flag-de"> </i>
</a> <span class="active"></span> </li>
<li><a href="index-fr"><i class="sl-flag flag-fr"> </i>
</a> <span></span></li>
<li><a href="index-it"><i class="sl-flag flag-it"> </i>
</a> <span></span></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
</div>
</div>
</div>
<a class="anchor" id="header"></a>
<div class="header-block-top"> The only all-in-one PMS for</div>
<div class="header-video">
<video autoplay="" muted="" loop="" playsinline="" poster="img/Banner-1.png" data-video="delay-load" data-video-src="banner.mp4" type="video/mp4" src="banner.mp4">
</video>
</div>
<div class="header-block-bottom"> <a href="index#video" class="main-center-btn btn" role="button">
Discover</a>
</div>
<div class="menu-sticky"></div>
<div class="about">
<div class="about-wrap">
<div class="container">
<div class="row">
<div class="col-md-4 col-xs-12 item">
<div class="about-item">
<div class="about-item-icon">
<svg xmlns="https://www.w3.org/2000/svg" class="about-item-icon-icon" viewBox="0 0 20 20">
<g stroke="#000" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" fill="none">
<path
d="M17.218,2.268L2.477,8.388C2.13,8.535,2.164,9.05,2.542,9.134L9.33,10.67l1.535,6.787c0.083,0.377,0.602,0.415,0.745,0.065l6.123-14.74C17.866,2.46,17.539,2.134,17.218,2.268 M3.92,8.641l11.772-4.89L9.535,9.909L3.92,8.641z M11.358,16.078l-1.268-5.613l6.157-6.157L11.358,16.078z">
</path>
</g>
</svg>
</div>
<div class="about-item-text">
<h3>100% Cloud based</h3>
<p>No updates, no backups, no servers needed, enhanced safety.</p>
</div>
</div>
</div>
<div class="col-md-4 col-xs-12 item">
<div class="about-item">
<div class="about-item-icon">
<svg xmlns="https://www.w3.org/2000/svg" class="about-item-icon-icon" viewBox="0 0 20 20">
<g stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" fill="none">
<path
d="M16.469,8.924l-2.414,2.413c-0.156,0.156-0.408,0.156-0.564,0c-0.156-0.155-0.156-0.408,0-0.563l2.414-2.414c1.175-1.175,1.175-3.087,0-4.262c-0.57-0.569-1.326-0.883-2.132-0.883s-1.562,0.313-2.132,0.883L9.227,6.511c-1.175,1.175-1.175,3.087,0,4.263c0.288,0.288,0.624,0.511,0.997,0.662c0.204,0.083,0.303,0.315,0.22,0.52c-0.171,0.422-0.643,0.17-0.52,0.22c-0.473-0.191-0.898-0.474-1.262-0.838c-1.487-1.485-1.487-3.904,0-5.391l2.414-2.413c0.72-0.72,1.678-1.117,2.696-1.117s1.976,0.396,2.696,1.117C17.955,5.02,17.955,7.438,16.469,8.924 M10.076,7.825c-0.205-0.083-0.437,0.016-0.52,0.22c-0.083,0.205,0.016,0.437,0.22,0.52c0.374,0.151,0.709,0.374,0.997,0.662c1.176,1.176,1.176,3.088,0,4.263l-2.414,2.413c-0.569,0.569-1.326,0.883-2.131,0.883s-1.562-0.313-2.132-0.883c-1.175-1.175-1.175-3.087,0-4.262L6.51,9.227c0.156-0.155,0.156-0.408,0-0.564c-0.156-0.156-0.408-0.156-0.564,0l-2.414,2.414c-1.487,1.485-1.487,3.904,0,5.391c0.72,0.72,1.678,1.116,2.696,1.116s1.976-0.396,2.696-1.116l2.414-2.413c1.487-1.486,1.487-3.905,0-5.392C10.974,8.298,10.55,8.017,10.076,7.825">
</path>
</g>
</svg>
</div>
<div class="about-item-text">
<h3>All-in-One</h3>
<p>Tee sheet, POS, members management, ... all centralized.</p>
</div>
</div>
</div>
<div class="col-md-4 col-xs-12 item">
<div class="about-item">
<div class="about-item-icon">
<svg xmlns="https://www.w3.org/2000/svg" class="about-item-icon-icon" viewBox="0 0 20 20">
<g stroke="#000" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" fill="none">
<path
d="M12.546,4.6h-5.2C4.398,4.6,2,7.022,2,10c0,2.978,2.398,5.4,5.346,5.4h5.2C15.552,15.4,18,12.978,18,10C18,7.022,15.552,4.6,12.546,4.6 M12.546,14.6h-5.2C4.838,14.6,2.8,12.536,2.8,10s2.038-4.6,4.546-4.6h5.2c2.522,0,4.654,2.106,4.654,4.6S15.068,14.6,12.546,14.6 M12.562,6.2C10.488,6.2,8.8,7.904,8.8,10c0,2.096,1.688,3.8,3.763,3.8c2.115,0,3.838-1.706,3.838-3.8C16.4,7.904,14.678,6.2,12.562,6.2 M12.562,13C10.93,13,9.6,11.654,9.6,10c0-1.654,1.33-3,2.962-3C14.21,7,15.6,8.374,15.6,10S14.208,13,12.562,13">
</path>
</g>
</svg>
</div>
<div class="about-item-text">
<h3>Easy data migration</h3>
<p>All your data is up and running in less than 24 hours.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-xs-12 item">
<div class="about-item">
<div class="about-item-icon">
<svg xmlns="https://www.w3.org/2000/svg" class="about-item-icon-icon" viewBox="0 0 20 20">
<g stroke="#000" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" fill="none">
<path
d="M17.237,3.056H2.93c-0.694,0-1.263,0.568-1.263,1.263v8.837c0,0.694,0.568,1.263,1.263,1.263h4.629v0.879c-0.015,0.086-0.183,0.306-0.273,0.423c-0.223,0.293-0.455,0.592-0.293,0.92c0.07,0.139,0.226,0.303,0.577,0.303h4.819c0.208,0,0.696,0,0.862-0.379c0.162-0.37-0.124-0.682-0.374-0.955c-0.089-0.097-0.231-0.252-0.268-0.328v-0.862h4.629c0.694,0,1.263-0.568,1.263-1.263V4.319C18.5,3.625,17.932,3.056,17.237,3.056 M8.053,16.102C8.232,15.862,8.4,15.597,8.4,15.309v-0.89h3.366v0.89c0,0.303,0.211,0.562,0.419,0.793H8.053z M17.658,13.156c0,0.228-0.193,0.421-0.421,0.421H2.93c-0.228,0-0.421-0.193-0.421-0.421v-1.263h15.149V13.156z M17.658,11.052H2.509V4.319c0-0.228,0.193-0.421,0.421-0.421h14.308c0.228,0,0.421,0.193,0.421,0.421V11.052z">
</path>
</g>
</svg>
</div>
<div class="about-item-text">
<h3>Intuitive design</h3>
<p>A design focused on the user experience.</p>
</div>
</div>
</div>
<div class="col-md-4 col-xs-12 item">
<div class="about-item">
<div class="about-item-icon">
<svg xmlns="https://www.w3.org/2000/svg" class="about-item-icon-icon" viewBox="0 0 20 20">
<g stroke="#000" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" fill="none">
<path
d="M17.211,3.39H2.788c-0.22,0-0.4,0.18-0.4,0.4v9.614c0,0.221,0.181,0.402,0.4,0.402h3.206v2.402c0,0.363,0.429,0.533,0.683,0.285l2.72-2.688h7.814c0.221,0,0.401-0.182,0.401-0.402V3.79C17.612,3.569,17.432,3.39,17.211,3.39M16.811,13.004H9.232c-0.106,0-0.206,0.043-0.282,0.117L6.795,15.25v-1.846c0-0.219-0.18-0.4-0.401-0.4H3.189V4.19h13.622V13.004z">
</path>
</g>
</svg>
</div>
<div class="about-item-text">
<h3>12 languages</h3>
<p>Our software is available in English, Italian, German, French, Spanish, ...</p>
</div>
</div>
</div>
<div class="col-md-4 col-xs-12 item">
<div class="about-item">
<div class="about-item-icon">
<svg xmlns="https://www.w3.org/2000/svg" class="about-item-icon-icon" viewBox="0 0 20 20">
<g stroke="#000" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" fill="none">
<path
d="M9.719,17.073l-6.562-6.51c-0.27-0.268-0.504-0.567-0.696-0.888C1.385,7.89,1.67,5.613,3.155,4.14c0.864-0.856,2.012-1.329,3.233-1.329c1.924,0,3.115,1.12,3.612,1.752c0.499-0.634,1.689-1.752,3.612-1.752c1.221,0,2.369,0.472,3.233,1.329c1.484,1.473,1.771,3.75,0.693,5.537c-0.19,0.32-0.425,0.618-0.695,0.887l-6.562,6.51C10.125,17.229,9.875,17.229,9.719,17.073 M6.388,3.61C5.379,3.61,4.431,4,3.717,4.707C2.495,5.92,2.259,7.794,3.145,9.265c0.158,0.265,0.351,0.51,0.574,0.731L10,16.228l6.281-6.232c0.224-0.221,0.416-0.466,0.573-0.729c0.887-1.472,0.651-3.346-0.571-4.56C15.57,4,14.621,3.61,13.612,3.61c-1.43,0-2.639,0.786-3.268,1.863c-0.154,0.264-0.536,0.264-0.69,0C9.029,4.397,7.82,3.61,6.388,3.61">
</path>
</g>
</svg>
</div>
<div class="about-item-text">
<h3>Lovely support</h3>
<p>Our support team is available 7 days a week and speaks your language.</p>
</div>
<a class="anchor" id="about"></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="screen-one">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="screen-one-title">
<h2>The only <span class="greenfont">all-in-one</span> solution</h2>
</div>
</div>
</div>
</div>
<div class="container">
<div class="screen-one-image"></div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="screen-one-item"><span></span>
<div class="screen-one-item-container">
<h3>A complete solution</h3>
<p>Nexxchange is the most complete golf management software on the market.</p>
</div>
</div>
<div class="screen-one-item"> <span></span>
<div class="screen-one-item-container">
<h3>All centralized</h3>
<p>All the modules of our software are interconnected and use the same client database.
</p>
</div>
</div>
<div class="screen-one-item"> <span></span>
<div class="screen-one-item-container">
<h3>No integrations</h3>
<p>Our software is not a patchwork of modules. The entire software is developed by the same team, no development is outsourced.</p>
</div>
</div>
<div id="align-btn">
<div class="screen-one-button main-button"><a href="golf-features" class="btn btn-default btn-block" role="button"> See features</a></div>
<div class=" main-button"><a class="btn btn-default btn-block" href="mailto:rais.saker@nexxchange.com?subject=Nexxchange%20Demo">Contact us</a></div>
</div>
</div>
</div>
</div>
</div>
<a class="anchor" id="services"></a>
<div class="services">
<div class="services-wrap">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="services-item">
<div class="services-item-title">
<svg dir="ltr" xmlns="https://www.w3.org/2000/svg" class="services-item-title-icon" viewBox="0 0 24 24">
<g stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" fill="none">
<path
d="M8.254 17.941l9.613-9.613c1.456.617 3.201.334 4.389-.854 1.187-1.186 1.469-2.859.853-4.314l-1.913 1.988h-2.121v-2.27l1.915-1.914c-1.458-.617-3.204-.334-4.391.854s-1.47 2.932-.854 4.389l-9.612 9.613c-1.456-.617-3.202-.334-4.389.854s-1.47 2.932-.854 4.389l1.914-1.914h2.27v2.121l-1.988 1.914c1.457.615 3.165.332 4.352-.854 1.187-1.185 1.432-2.934.816-4.389zM11.999 9.951l-3.745-3.744c.616-1.457.334-3.201-.854-4.389-1.186-1.187-2.857-1.47-4.314-.853l1.988 1.914v2.27h-2.27l-1.913-1.989c-.617 1.455-.333 3.164.853 4.352s2.933 1.451 4.389.836l3.746 3.734M11.999 14.193l3.747 3.748c-.616 1.457-.334 3.203.854 4.389 1.187 1.188 2.933 1.469 4.39.854l-1.915-1.914v-2.121h2.121l1.914 1.914c.616-1.457.333-3.201-.854-4.389s-2.933-1.471-4.389-.854l-3.745-3.746" />
</g>
<h3 dir="rtl">Room management</h3>
</svg>
</div>
<p>It doesn’t matter how vast your hotel is. Nexxchange allows you to manage every room type, from single room to presidential suite.</p>
</div>
<div class="services-item">
<div class="services-item-title">
<svg dir="ltr" xmlns="https://www.w3.org/2000/svg" class="services-item-title-icon" viewBox="0 0 24 24">
<g stroke="#000" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" fill="none">
<path
d="M20.254 13.5h3.246v-3h-3.247c-.209-.867-.551-2.181-1.003-2.922l2.296-2.295-2.829-2.829-2.297 2.296c-.74-.451-2.053-.793-2.92-1.002v-3.248h-3v3.248c-.867.209-2.181.551-2.921 1.002l-2.297-2.296-2.829 2.829 2.297 2.296c-.452.74-.794 2.054-1.004 2.921h-3.246v3h3.246c.21.867.552 2.182 1.004 2.921l-2.297 2.297 2.829 2.828 2.296-2.298c.741.454 2.055.796 2.922 1.006v3.246h3v-3.246c.867-.21 2.181-.552 2.92-1.004l2.298 2.296 2.828-2.828-2.296-2.297c.452-.739.794-2.054 1.004-2.921z" />
<circle cx="12" cy="12" r="4.5" />
</g>
</svg>
<h3 dir="rtl">Room rates</h3>
</div>
<p>Adjust every imaginable variant of your hotel’s pricing strategy, cancellation policy or sales restrictions.
</p>
</div>
<div class="services-item">
<div dir="ltr" class="services-item-title">
<svg xmlns="https://www.w3.org/2000/svg" class="services-item-title-icon" viewBox="0 0 24 24">
<g stroke="#000" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" fill="none">
<path
d="M18.5 18.5h-2v-11h-11v-2h-3v2h-2v3h2v11h11v2h3v-2h2v-3zm-13 0v-8h8v8h-8zM5.5 18.5l8-8M16.5 7.5l7-7M2 7.5h5M2.5 10.5h3M13.5 18.5h3M13.5 21.5h3" />
</g>
</svg>
<h3 dir="rtl">All devices compatible</h3>
</div>
<p>Because for every task the right tool is different, everyone can use Nexxchange on any device, from the manager to the cleaning staff.</p>
</div>
</div>
<div class="col-md-4">
<div class="services-image"> <img src="img/services-img.png" alt="alt"> </div>
</div>
<div class="col-md-4">
<div class="services-item services-right">
<div class="services-item-title">
<svg dir="ltr" xmlns="https://www.w3.org/2000/svg" class="hotel-item-icon-icon" viewBox="0 0 20 20">
<g stroke="#000" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" fill="none">
<path
d="M18.121,9.88l-7.832-7.836c-0.155-0.158-0.428-0.155-0.584,0L1.842,9.913c-0.262,0.263-0.073,0.705,0.292,0.705h2.069v7.042c0,0.227,0.187,0.414,0.414,0.414h3.725c0.228,0,0.414-0.188,0.414-0.414v-3.313h2.483v3.313c0,0.227,0.187,0.414,0.413,0.414h3.726c0.229,0,0.414-0.188,0.414-0.414v-7.042h2.068h0.004C18.331,10.617,18.389,10.146,18.121,9.88 M14.963,17.245h-2.896v-3.313c0-0.229-0.186-0.415-0.414-0.415H8.342c-0.228,0-0.414,0.187-0.414,0.415v3.313H5.032v-6.628h9.931V17.245z M3.133,9.79l6.864-6.868l6.867,6.868H3.133z">
</path>
</g>
</svg>
<h3 dir="rtl">Housekeeping</h3>
</div>
<p>View and control the department operations in real-time, streamline the performance of the cleaning staff and improve service quality.</p>
</div>
<div class="services-item services-right">
<div class="services-item-title">
<svg dir="ltr" xmlns="https://www.w3.org/2000/svg" class="hotel-item-icon-icon" viewBox="0 0 20 20">
<g stroke="#000" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" fill="none">
<path
d="M10.219,1.688c-4.471,0-8.094,3.623-8.094,8.094s3.623,8.094,8.094,8.094s8.094-3.623,8.094-8.094S14.689,1.688,10.219,1.688 M10.219,17.022c-3.994,0-7.242-3.247-7.242-7.241c0-3.994,3.248-7.242,7.242-7.242c3.994,0,7.241,3.248,7.241,7.242C17.46,13.775,14.213,17.022,10.219,17.022 M15.099,7.03c-0.167-0.167-0.438-0.167-0.604,0.002L9.062,12.48l-2.269-2.277c-0.166-0.167-0.437-0.167-0.603,0c-0.166,0.166-0.168,0.437-0.002,0.603l2.573,2.578c0.079,0.08,0.188,0.125,0.3,0.125s0.222-0.045,0.303-0.125l5.736-5.751C15.268,7.466,15.265,7.196,15.099,7.03">
</path>
</g>
</svg>
<h3 dir="rtl">Fast Check-In</h3>
</div>
<p>Make your guest registration process convenient and fast, more productive, and improve the service.
</p>
</div>
<div id="align-btn2">
<div class="screen-one-button main-button width-49"> <a href="hotel-features" class="btn btn-default btn-block" role="button"> See features </a> </div>
<div class=" main-button"><a class="btn btn-default btn-block" href="mailto:rais.saker@nexxchange.com?subject=Nexxchange%20Demo">Contact us</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="screen-two">
<div class="container">
<div class="screen-two-image"></div>
</div>
<div class="container">
<div class="row">
<div class="col-md-offset-6 col-md-6">
<div class="screen-two-item">
<h3>
<svg xmlns="https://www.w3.org/2000/svg" class="screen-two-item-icon" viewBox="0 0 20 20">
<g stroke="#000" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" fill="none">
<path
d="M17.431,2.156h-3.715c-0.228,0-0.413,0.186-0.413,0.413v6.973h-2.89V6.687c0-0.229-0.186-0.413-0.413-0.413H6.285c-0.228,0-0.413,0.184-0.413,0.413v6.388H2.569c-0.227,0-0.413,0.187-0.413,0.413v3.942c0,0.228,0.186,0.413,0.413,0.413h14.862c0.228,0,0.413-0.186,0.413-0.413V2.569C17.844,2.342,17.658,2.156,17.431,2.156 M5.872,17.019h-2.89v-3.117h2.89V17.019zM9.587,17.019h-2.89V7.1h2.89V17.019z M13.303,17.019h-2.89v-6.651h2.89V17.019z M17.019,17.019h-2.891V2.982h2.891V17.019z">
</path>
</g>
</svg> Increase revenues with the Portal
</h3>
<p>Book a tee time, a tournament or any extra service with any computer, smartphone or tablet. Adjust prices to any product in real-time. </p>
</div>
<div class="screen-two-item">
<h3>
<svg xmlns="https://www.w3.org/2000/svg" class="screen-two-item-icon" viewBox="0 0 20 20">
<g stroke="#000" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" fill="none">
<path
d="M17.701,3.919H2.299c-0.223,0-0.405,0.183-0.405,0.405v11.349c0,0.223,0.183,0.406,0.405,0.406h15.402c0.224,0,0.405-0.184,0.405-0.406V4.325C18.106,4.102,17.925,3.919,17.701,3.919 M17.296,15.268H2.704V7.162h14.592V15.268zM17.296,6.352H2.704V4.73h14.592V6.352z M5.947,5.541c0,0.223-0.183,0.405-0.405,0.405H3.515c-0.223,0-0.405-0.182-0.405-0.405c0-0.223,0.183-0.405,0.405-0.405h2.027C5.764,5.135,5.947,5.318,5.947,5.541">
</path>
</g>
</svg> Included widget for your website
</h3>
<p>Easily install the booking widget on any website in minutes. Decrease phone calls and no shows. Encourage prepayment to avoid any loss of revenue.</p>
</div>
<div class="screen-two-item">
<h3>
<svg xmlns="https://www.w3.org/2000/svg" class="screen-two-item-icon" viewBox="0 0 20 20">
<g stroke="#000" stroke-linecap="round" stroke-linejoin="round"
stroke-miterlimit="10" fill="none">
<path
d="M14.911,1.295H5.09c-0.737,0-1.339,0.603-1.339,1.339v14.733c0,0.736,0.603,1.338,1.339,1.338h9.821c0.737,0,1.339-0.602,1.339-1.338V2.634C16.25,1.898,15.648,1.295,14.911,1.295 M15.357,17.367c0,0.24-0.205,0.445-0.446,0.445H5.09c-0.241,0-0.446-0.205-0.446-0.445v-0.893h10.714V17.367z M15.357,15.58H4.644V4.42h10.714V15.58z M15.357,3.527H4.644V2.634c0-0.241,0.205-0.446,0.446-0.446h9.821c0.241,0,0.446,0.206,0.446,0.446V3.527z">
</path>
</g>
</svg> Compatible with any device
</h3>
<p>Your booking experience will be smooth and enjoyable for your customers from any device. All information entered is saved in your customer database.</p>
</div>
</div>
</div>
</div>
</div>
<a class="anchor" id="video"></a>
<section class="video">
<div class="container">
<div class="video-wrap">
<div class="row">
<h2>Watch our videos!</h2>
<div class="col-md-12">
<div class="col-md-4">
<h3>Golf</h3>
<a href="https://b2b.nexxchange.com/video/teaser.mp4" class="img-golf popup-youtube"></a>
</div>
<div class="col-md-4">
<h3>Hotel</h3>
<a href="https://b2b.nexxchange.com/video/hotel.mp4" class="img-hotel popup-youtube"></a>
</div>
<div class="col-md-4">
<h3>Multi-Site</h3>
<a href="https://b2b.nexxchange.com/video/multisite.mp4" class="img-multi popup-youtube"></a>
</div>
</div>
</div>
</div>
</div>
</section>
<a class="anchor" id="team"></a>
<section class="team">
<div class="team-wrap">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="team-title">
<h2>About Us</h2>
</div>
<div class="team-text">
<p>Nexxchange is a tech company that specialises in software-as-a-service (SaaS) solutions for the golf industry and the hospitality.
<br><br>We work with a customer oriented approach in the way we develop our software but also in the way we deliver our services. Our solution covers the needs of every size of golf or hotel operator, but we also offer
services for tourist boards and golf federations.
<br><br>Where Nexxchange excels is in multi site management, our solution can streamline the most complex multi site and multi country operations in an intuitive web based application.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="team-title">
<h2>Our team</h2>
</div>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="team-thumbnail">
<div class="team-container-item-text">
<h4>Michael Briem</h4>
<p>Founder & CEO
</p>
</div>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="team-thumbnail">
<div class="team-container-item-text">
<h4>Harald Liebetegger</h4>
<p>CTO
</p>
</div>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="team-thumbnail">
<div class="team-container-item-text">
<h4>Roman Kellner</h4>
<p>Head of IoT
</p>
</div>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="team-thumbnail">
<div class="team-container-item-text">
<h4>Manfred Weber</h4>
<p>B2C Senior Developer
</p>
</div>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="team-thumbnail">
<div class="team-container-item-text">
<h4>Jurriën Doktor</h4>
<p>Back End Developer<br>
</p>
</div>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="dropdown">
<div class="dropdown-toggle" type="button" id="dropdownMenu6" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
<div class="team-thumbnail">
<div class="team-container-item-text">
<h4>Rais Saker</h4>
<p>COO
</p>
</div>
</div>
</div>
<ul class="dropdown-menu contact-caroussel dropdown-menu-right" aria-labelledby="dropdownMenu6">
<li><a href="tel:+436644308488">Call</a></li>
<li><a href="mailto:rais.saker@nexxchange.com?subject=Nexxchange B2B">Send
mail</a></li>
<li><a href="https://www.linkedin.com/in/rais-saker-b6065a152/" target="_blank">LinkedIn</a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="dropdown">
<div class="dropdown-toggle" type="button" id="dropdownMenu6" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
<div class="team-thumbnail">
<div class="team-container-item-text">
<h4>Jo Ann Holpfer</h4>
<p>Business Development
</p>
</div>
</div>
</div>
<ul class="dropdown-menu contact-caroussel dropdown-menu-right" aria-labelledby="dropdownMenu6">
<li><a href="tel:+436644267499">Call</a></li>
<li><a href="mailto:joann.holpfer@nexxchange.com?subject=Nexxchange B2B&cc=rais.saker@nexxchange.com">Send
mail</a></li>
<li><a href="https://www.linkedin.com/in/jo-ann-holpfer-b15b2ab/" target="_blank">LinkedIn</a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="team-thumbnail">
<div class="team-container-item-text">
<h4>Adriano Minnella</h4>
<p>Customer Success Team-Lead
</p>
</div>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="team-thumbnail">
<div class="team-container-item-text">
<h4>Sabine Simmet</h4>
<p>Customer Success Specialist
</p>
</div>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="team-thumbnail">
<div class="team-container-item-text">
<h4>Domenik Waitz</h4>
<p>Customer Success Specialist
</p>
</div>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="team-thumbnail">
<div class="team-container-item-text">
<h4>Jonathan Verhaegen</h4>
<p>Customer Success Specialist
</p>
</div>
</div>
</div>
<div class="col-md-3 col-xs-6">
<div class="team-thumbnail">
<div class="team-container-item-text">
<h4 class="font-17">Sebastian Schwaighofer</h4>
<p>Payment Services
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<a class="anchor" id="questions"></a>
<div class="questions">
<div class="questions-container">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="questions-container-image"> <img class="questions-container-image-first" src="img/questions-img-1.jpg" alt="alt"> </div>
</div>
<div class="col-md-6">
<div class="questions-container-title">
<h2>Frequently Asked Questions</h2>
</div>
<div class="questions-container-accordion">
<div class="questions-container-accordion-set">
<a>
<h3>Is Nexxchange suitable for multi course operators ?</h3>
</a>
<div class="content content-on">
<p>Nexxchange was actually designed for multi course operators who manage golf courses and hotels in a company organization. Due to the centralized structure of the software you can run all you entire operation from a
simple app. </p>
</div>
</div>
<div class="questions-container-accordion-set">
<a>
<h3>Do I need a strong internet connexion ?</h3>
</a>
<div class="content">
<p>Our software is data-optimized and can handle a small bandwidth. If your Internet connection is not stable, we can help you to build a failover mobile network in addition to the fixed line.</p>
</div>
</div>
<div class="questions-container-accordion-set">
<a>
<h3>Are Nexxchange servers reliable ?</h3>
</a>
<div class="content">
<p>Our servers can offer a 99.99% uptime. If a server has a technical problem, we can immediately switch to a spare server ready for backup.</p>
</div>
</div>
<div class="questions-container-accordion-set">
<a>
<h3>Is Nexxchange suitable for small companies ?</h3>
</a>
<div class="content">
<p>Nexxchange is completely suitable for both small and large companies. All these business models can be easily managed with this solution.</p>
</div>
</div>
<div class="questions-container-accordion-set">
<a>
<h3>How is the pricing calculated ?</h3>
</a>
<div class="content">
<p>You pay a fixed price for the installation; this price varies according to the country and the complexity of the installation. We charge an additional 50 € per month for each simultaneous user.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<a class="anchor" id="testimonials"></a>
<section class="testimonials">
<div class="testimonials-wrap">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="testimonials-title">
<h2>What they say about us</h2>
</div>
</div>
</div>
<div class="row">
<div class="testimonials-slider slider">
<div class="col-md-6">
<div class="testimonials-item"> <span class="quotes">“</span>
<p>We were able to consolidate all of our 5 multi-facility venues into one fully integrated solution, streamlining membership administration for all of our 5.000 members, green fee sales, but also the operation of pro shops
and our restaurants. The insights gained from the embedded, flexible customer profiling allows us to optimise and service the consumption habits of our customer groups with tailor-made membership types. The pricing
rules and an online tee time widget keep us in full control of our pricing policy, thereby fostering our digital marketing and sales activities.
</p>
<h3>Thomas Neureiter</h3>
<p>GC Salzburg president</p>
</div>
</div>
<div class="col-md-6">
<div class="testimonials-item"> <span class="quotes">“</span>
<p> It is so enjoyable to work with your software. Since then, everything is much easier for me.<br> I recommend you everywhere !</p>
<h3>Ingrid</h3>
<p>GC secretary</p>
</div>
</div>
<div class="col-md-6">
<div class="testimonials-item"> <span class="quotes">“</span>
<p>With every system change, there are initial challenges that need to be addressed. Nexxchange's support team quickly responded and took care of our requirement.
</p>
<h3>Claudia</h3>
<p>GC owner</p>
</div>
</div>
<div class="col-md-6">
<div class="testimonials-item"> <span class="quotes">“</span>
<p>Since the requirements for each club are different, club-specific concerns have been well implemented and incorporated into your program.</p>
<h3>Martin</h3>
<p>GC manager</p>
</div>
</div>
</div>
</div>
<br>
<br>
<a href="https://www.capterra.com/reviews/201943/Nexxchange-GolfSuite?utm_source=vendor&utm_medium=badge&utm_campaign=capterra_reviews_badge">
<img src="https://assets.capterra.com/badge/944a45ea49e430ff09922b3fff4d3992.png?v=2144344&p=20194" alt="capterra" /></a>
</div>
</div>
</section>
</div>
<a class="anchor" id="footer"></a>
<footer class="footer">
<div class="footer-wrap">
<div class="container">
<div class="row">
<div class="col-md-2">
<div class="footer-title">
<h2>Brochures</h2>
<h3><a href="brochure_en.pdf">General</a></h3>
<h3><a href="Brochure_Online_Card_Accaptance.pdf">Online payments</a></h3>
<h3><a href="#">Ball machine</a></h3>
</div>
</div>
<div class="col-md-8">
<div class="footer-title">
<ul class="footer-icons">
<li><a href="mailto:support@nexxchange.com"><i class="fa fa-paper-plane"
aria-hidden="true"></i></a></li>
<li><a href="tel:+431606207010"><i class="fa fa-phone" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/company/nexxchange-ag"><i class="fa fa-linkedin"
aria-hidden="true"></i></a></li>
<li><a href="https://www.facebook.com/nexxchange"><i class="fa fa-facebook-f"
aria-hidden="true"></i></a></li>
</ul>
<div class="logo-footer">
<a href="index"><img src="img/logo_white.png" alt="logo"></a>
</div>
</div>
</div>
<div class="col-md-2 legal">
<div class="footer-title">
<h2>Legal</h2>
<h3><a href="legal">Legal disclosure</a></h3>
<p>Copyright © <br>2013-2024 <br>All rights reserved. </p>
</div>
</div>
</div>
</div>
</div>
</footer>
<div class="form-popup" id="myForm">
<div class="form-content">
<div class="align-right"> <i class="fa fa-close" onclick="closeForm()"></i> </div>
<h2>Contact us</h2>
<form class="form-style-7" id="contact-form">
<input type="hidden" name="contact_number">
<ul>
<li>
<label for="name">Name</label>
<input type="text" name="user_name" maxlength="100">
<span>Enter your full name</span>
</li>
<li>
<label for="email">Email</label>
<input type="email" name="user_email" maxlength="100">
<span>Enter a valid email address</span>
</li>
<li>
<label for="phone">Phone</label>
<input type="text" name="user_phone" maxlength="100">
<span>Enter a valid phone number</span>
</li>
<li>
<label for="company">Company</label>
<input type="text" name="user_company" maxlength="100">
<span>Enter your company's name</span>
</li>
<li>
<label for="message">Message</label>
<textarea name="message"></textarea>
<span>Type your message here</span>
</li>
<li>
<input type="submit" value="Send">
</li>
</ul>
</form>
</div>
</div>
<script type="text/javascript" src="https://maps.google.com/maps/api/js?key=AIzaSyDDuC8pr6YqiBr9wqfhNIJ56AqwzWKhiQo"></script>
<script src="js/libs/jquery.min.js"></script>
<script type="text/javascript" src="js/libs/bootstrap.min.js"></script>
<script type="text/javascript" src="js/libs/waypoints.min.js"></script>
<script type="text/javascript" src="js/libs/slick.min.js"></script>
<script type="text/javascript" src="js/libs/magnific-popup.min.js"></script>
<script type="text/javascript" src="js/common.js"></script>
<script>
function openForm() {
document.getElementById("myForm").style.display = "block";
}
function closeForm() {
document.getElementById("myForm").style.display = "none";
}
</script>
</body>
</html>