-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproximity-calculation.html
884 lines (530 loc) · 62.8 KB
/
proximity-calculation.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
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
<!doctype html>
<html xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:website="http://ogp.me/ns/website" lang="en-US" >
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="initial-scale=1">
<base href="">
<meta charset="utf-8" />
<title>Location awareness on a direct path: start for free! — wingu - proximity platform</title>
<link rel="shortcut icon" type="image/x-icon" href="content/favicon.ico"/>
<link rel="canonical" href="https://www.wingu.app/proximity-calculation"/>
<meta property="og:site_name" content="wingu - proximity platform"/>
<meta property="og:title" content="Location awareness on a direct path: start for free! — wingu - proximity platform"/>
<meta property="og:url" content="https://www.wingu.app/proximity-calculation"/>
<meta property="og:type" content="website"/>
<meta property="og:description" content="The most urgent questions around the financing of location-based projects: Proximity functionalities immediately. No programming necessary. Go with wingu."/>
<meta itemprop="name" content="Location awareness on a direct path: start for free! — wingu - proximity platform"/>
<meta itemprop="url" content="https://www.wingu.app/proximity-calculation"/>
<meta itemprop="description" content="The most urgent questions around the financing of location-based projects: Proximity functionalities immediately. No programming necessary. Go with wingu."/>
<meta name="twitter:title" content="Location awareness on a direct path: start for free! — wingu - proximity platform"/>
<meta name="twitter:url" content="https://www.wingu.app/proximity-calculation"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:description" content="The most urgent questions around the financing of location-based projects: Proximity functionalities immediately. No programming necessary. Go with wingu."/>
<meta name="description" content="The most urgent questions around the financing of location-based projects:
Proximity functionalities immediately. No programming necessary. Go with
wingu." />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Rubik:400,300,500,700,700i,300i|Sarala:700|Sarala:700,400"/>
<script type="text/javascript">SQUARESPACE_ROLLUPS = {};</script>
<script>(function(rollups, name) { if (!rollups[name]) { rollups[name] = {}; } rollups[name].js = ["universal/scripts-compressed/common-c54d8d81244c462337e47-min.en-US.js"]; })(SQUARESPACE_ROLLUPS, 'squarespace-common');</script>
<script crossorigin="anonymous" src="universal/scripts-compressed/common-c54d8d81244c462337e47-min.en-US.js" ></script><script crossorigin="anonymous" src="universal/scripts-compressed/performance-f68c2b4086ad218068636-min.en-US.js" defer ></script><script data-name="static-context">Static = window.Static || {}; Static.SQUARESPACE_CONTEXT = {"facebookAppId":"314192535267336","rollups":{"squarespace-announcement-bar":{"css":"universal/styles-compressed/announcement-bar-d41d8cd98f00b204e9800998ecf8427e-min.css","js":"universal/scripts-compressed/announcement-bar-69813a528c73e940a2def-min.en-US.js"},"squarespace-audio-player":{"css":"universal/styles-compressed/audio-player-a57b8f3aa31918104f57a068648fbc63-min.css","js":"universal/scripts-compressed/audio-player-a3e75409b407dae8ca7d1-min.en-US.js"},"squarespace-blog-collection-list":{"css":"universal/styles-compressed/blog-collection-list-d41d8cd98f00b204e9800998ecf8427e-min.css","js":"universal/scripts-compressed/blog-collection-list-ab4142fcacca918cf4e2d-min.en-US.js"},"squarespace-calendar-block-renderer":{"css":"universal/styles-compressed/calendar-block-renderer-a0cc7f57176bc63d87bc9f4149fada5a-min.css","js":"universal/scripts-compressed/calendar-block-renderer-758414eefce0c276c5972-min.en-US.js"},"squarespace-chartjs-helpers":{"css":"universal/styles-compressed/chartjs-helpers-9935a41d63cf08ca108505d288c1712e-min.css","js":"universal/scripts-compressed/chartjs-helpers-d7ba7c67638cadada5b70-min.en-US.js"},"squarespace-comments":{"css":"universal/styles-compressed/comments-1637eb4ee93bed59528921026e024bf4-min.css","js":"universal/scripts-compressed/comments-ca484c68c41202b648ec4-min.en-US.js"},"squarespace-commerce-cart":{"js":"universal/scripts-compressed/commerce-cart-6f013e702cee6c777a9ca-min.en-US.js"},"squarespace-dialog":{"css":"universal/styles-compressed/dialog-7a61f12f209b6b1084c2a996626292ae-min.css","js":"universal/scripts-compressed/dialog-3fa1791423166e75e9f9e-min.en-US.js"},"squarespace-events-collection":{"css":"universal/styles-compressed/events-collection-a0cc7f57176bc63d87bc9f4149fada5a-min.css","js":"universal/scripts-compressed/events-collection-7969c646fb37d098d8205-min.en-US.js"},"squarespace-form-rendering-utils":{"js":"universal/scripts-compressed/form-rendering-utils-bddeb2bc2f1c82e89730b-min.en-US.js"},"squarespace-forms":{"css":"universal/styles-compressed/forms-6f75db26ac5a6772b018268d7fb910ca-min.css","js":"universal/scripts-compressed/forms-55db5350f04790160eb9c-min.en-US.js"},"squarespace-gallery-collection-list":{"css":"universal/styles-compressed/gallery-collection-list-d41d8cd98f00b204e9800998ecf8427e-min.css","js":"universal/scripts-compressed/gallery-collection-list-5d5ff461e8bba64f298dc-min.en-US.js"},"squarespace-image-zoom":{"css":"universal/styles-compressed/image-zoom-72b0ab7796582588032aa6472e2e2f14-min.css","js":"universal/scripts-compressed/image-zoom-3719795682da2e4919d41-min.en-US.js"},"squarespace-pinterest":{"css":"universal/styles-compressed/pinterest-d41d8cd98f00b204e9800998ecf8427e-min.css","js":"universal/scripts-compressed/pinterest-a7cf1f44e8653e4d0dfb0-min.en-US.js"},"squarespace-popup-overlay":{"css":"universal/styles-compressed/popup-overlay-62c9ec33d6124f4e3c04b78ce135a63e-min.css","js":"universal/scripts-compressed/popup-overlay-f6f8e3898e3a8a3b908fe-min.en-US.js"},"squarespace-product-quick-view":{"css":"universal/styles-compressed/product-quick-view-2573bf4ff7704c95ef4221f794e6b6b5-min.css","js":"universal/scripts-compressed/product-quick-view-823591d6d231348a3b6e5-min.en-US.js"},"squarespace-products-collection-item-v2":{"css":"universal/styles-compressed/products-collection-item-v2-72b0ab7796582588032aa6472e2e2f14-min.css","js":"universal/scripts-compressed/products-collection-item-v2-6a8a9291b7376356ea439-min.en-US.js"},"squarespace-products-collection-list-v2":{"css":"universal/styles-compressed/products-collection-list-v2-72b0ab7796582588032aa6472e2e2f14-min.css","js":"universal/scripts-compressed/products-collection-list-v2-3df8936cb001cb6979c8e-min.en-US.js"},"squarespace-search-page":{"css":"universal/styles-compressed/search-page-ea3e98edb84abbc5e758884f69149027-min.css","js":"universal/scripts-compressed/search-page-a41126d55c7c7474f183f-min.en-US.js"},"squarespace-search-preview":{"js":"universal/scripts-compressed/search-preview-36fe5b82f65a7545934ae-min.en-US.js"},"squarespace-share-buttons":{"js":"universal/scripts-compressed/share-buttons-5c330bb7b962ce4b56d06-min.en-US.js"},"squarespace-simple-liking":{"css":"universal/styles-compressed/simple-liking-9ef41bf7ba753d65ec1acf18e093b88a-min.css","js":"universal/scripts-compressed/simple-liking-8a49cef3a06688af6f6c4-min.en-US.js"},"squarespace-social-buttons":{"css":"universal/styles-compressed/social-buttons-bf7788a87c794b73afd9d5c49f72f4f3-min.css","js":"universal/scripts-compressed/social-buttons-4019ec5bf099830c45ee7-min.en-US.js"},"squarespace-tourdates":{"css":"universal/styles-compressed/tourdates-d41d8cd98f00b204e9800998ecf8427e-min.css","js":"universal/scripts-compressed/tourdates-e623ed52c442404413ef0-min.en-US.js"},"squarespace-website-overlays-manager":{"css":"universal/styles-compressed/website-overlays-manager-68df56a8135961401cbd590171d6b04a-min.css","js":"universal/scripts-compressed/website-overlays-manager-bb02347c7198dc2112b75-min.en-US.js"}},"pageType":1,"website":{"id":"5bdac71636099b039e464570","identifier":"wingu-staging","websiteType":4,"contentModifiedOn":1560239542990,"cloneable":false,"siteStatus":{},"language":"en-US","timeZone":"Europe/Berlin","machineTimeZoneOffset":7200000,"timeZoneOffset":7200000,"timeZoneAbbr":"CEST","siteTitle":"wingu - proximity platform","fullSiteTitle":"Location awareness on a direct path: start for free! \u2014 wingu - proximity platform","siteDescription":"","location":{"addressLine1":"","addressLine2":"","addressCountry":""},"logoImageId":"5c0aa3a388251bfa8267e8d7","shareButtonOptions":{},"logoImageUrl":"content/wingu_logo_white1.png","authenticUrl":"https://www.wingu.app","internalUrl":"https://wingu.app","baseUrl":"https://www.wingu.app","primaryDomain":"www.wingu.app","sslSetting":3,"isHstsEnabled":false,"typekitId":"","statsMigrated":false,"imageMetadataProcessingEnabled":false,"showOwnerLogin":false},"websiteSettings":{"id":"5bdac71636099b039e464573","websiteId":"5bdac71636099b039e464570","subjects":[],"country":"DE","state":"HH","simpleLikingEnabled":true,"mobileInfoBarSettings":{"isContactEmailEnabled":false,"isContactPhoneNumberEnabled":false,"isLocationEnabled":false,"isBusinessHoursEnabled":false},"popupOverlaySettings":{"style":2,"showOnScroll":false,"scrollPercentage":25,"showOnTimer":true,"timerDelay":5000,"showUntilSignup":false,"displayFrequency":30,"enableMobile":true,"enabledPages":[],"showOnAllPages":true,"version":1},"commentLikesAllowed":true,"commentAnonAllowed":true,"commentThreaded":true,"commentApprovalRequired":false,"commentAvatarsOn":true,"commentSortType":2,"commentFlagThreshold":0,"commentFlagsAllowed":true,"commentEnableByDefault":true,"commentDisableAfterDaysDefault":0,"disqusShortname":"","commentsEnabled":false,"contactPhoneNumber":"","businessHours":{"monday":{"text":"","ranges":[{}]},"tuesday":{"text":"","ranges":[{}]},"wednesday":{"text":"","ranges":[{}]},"thursday":{"text":"","ranges":[{}]},"friday":{"text":"","ranges":[{}]},"saturday":{"text":"","ranges":[{}]},"sunday":{"text":"","ranges":[{}]}},"storeSettings":{"returnPolicy":null,"termsOfService":null,"privacyPolicy":null,"paymentSettings":{},"expressCheckout":false,"continueShoppingLinkUrl":"/","useLightCart":false,"showNoteField":false,"shippingCountryDefaultValue":"US","billToShippingDefaultValue":false,"showShippingPhoneNumber":true,"isShippingPhoneRequired":false,"showBillingPhoneNumber":true,"isBillingPhoneRequired":false,"currenciesSupported":["CHF","HKD","MXN","EUR","DKK","USD","CAD","MYR","NOK","THB","AUD","SGD","ILS","PLN","GBP","CZK","SEK","NZD","PHP","RUB"],"defaultCurrency":"USD","selectedCurrency":"USD","measurementStandard":1,"showCustomCheckoutForm":false,"enableMailingListOptInByDefault":false,"contactLocation":{"addressLine1":"R\u00F6dingsmarkt 9","addressLine2":"Hamburg","addressCountry":"Deutschland"},"businessName":"wingu GmbH","sameAsRetailLocation":false,"businessId":"","merchandisingSettings":{"scarcityEnabledOnProductItems":false,"scarcityEnabledOnProductBlocks":false,"scarcityMessageType":"DEFAULT_SCARCITY_MESSAGE","scarcityThreshold":10,"multipleQuantityAllowedForServices":true,"restockNotificationsEnabled":false,"restockNotificationsMailingListSignUpEnabled":false,"restockNotificationsMailingListOptInByDefault":false,"relatedProductsEnabled":false,"relatedProductsOrdering":"random"},"isLive":false,"multipleQuantityAllowedForServices":true},"useEscapeKeyToLogin":true,"ssBadgeType":1,"ssBadgePosition":4,"ssBadgeVisibility":1,"ssBadgeDevices":1,"pinterestOverlayOptions":{"mode":"disabled"},"ampEnabled":false},"cookieSettings":{"isCookieBannerEnabled":true,"isRestrictiveCookiePolicyEnabled":true,"isRestrictiveCookiePolicyAbsolute":false,"cookieBannerText":"By using this website, you agree to our use of cookies. We use cookies to provide you with a great experience and to help our website run effectively.","cookieBannerTheme":"DARK","cookieBannerVariant":"POPUP","cookieBannerPosition":"BOTTOM_LEFT","cookieBannerCtaVariant":"BUTTON","cookieBannerCtaText":"OK"},"websiteCloneable":false,"collection":{"title":"Location awareness on a direct path: start for free!","id":"5c0906e2562fa7f802f652e9","fullUrl":"proximity-calculation","type":1},"subscribed":false,"appDomain":"squarespace.com","templateTweakable":true,"tweakJSON":{"aspect-ratio":"Auto","gallery-arrow-style":"No Background","gallery-aspect-ratio":"3:2 Standard","gallery-auto-crop":"true","gallery-autoplay":"false","gallery-design":"Slideshow","gallery-info-overlay":"Show on Hover","gallery-loop":"false","gallery-navigation":"Bullets","gallery-show-arrows":"true","gallery-transitions":"Fade","galleryArrowBackground":"rgba(34,34,34,1)","galleryArrowColor":"rgba(255,255,255,1)","galleryAutoplaySpeed":"3","galleryCircleColor":"rgba(255,255,255,1)","galleryInfoBackground":"rgba(0, 0, 0, .7)","galleryThumbnailSize":"100px","gridSize":"350px","gridSpacing":"20px","tweak-blog-list-columns":"3","tweak-blog-list-item-image-aspect-ratio-grid":"16:9 Widescreen","tweak-blog-list-item-image-aspect-ratio-stacked":"1:1 Square","tweak-blog-list-item-image-show":"true","tweak-blog-list-spacing":"41px","tweak-blog-list-style":"Grid","tweak-footer-layout":"Columns","tweak-header-bottom-overlay-on-index-gallery":"false","tweak-index-gallery-apply-bottom-spacing":"true","tweak-index-gallery-autoplay-duration":"2","tweak-index-gallery-autoplay-enable":"true","tweak-index-gallery-fixed-height":"true","tweak-index-gallery-height":"100vh","tweak-index-gallery-indicators":"Lines","tweak-index-gallery-layout":"Split","tweak-index-gallery-transition":"Fade","tweak-index-gallery-transition-duration":"500","tweak-index-nav-position":"Right","tweak-index-page-apply-bottom-spacing":"false","tweak-index-page-fullscreen":"First Page Only","tweak-index-page-min-height":"100vh","tweak-mobile-breakpoint":"640px","tweak-overlay-parallax-enabled":"true","tweak-overlay-parallax-new-math":"true","tweak-product-item-image-zoom-factor":"2","tweak-product-list-item-hover-behavior":"Show Alternate Image","tweak-product-list-items-per-row":"3","tweak-related-products-hover-behavior":"Show Alternate Image","tweak-related-products-items-per-row":"3","tweak-site-ajax-loading-enable":"false","tweak-site-border-show":"false","tweak-site-border-width":"10px"},"templateId":"55f0aac0e4b0f0a5b7e0b22e","templateVersion":"7","pageFeatures":[1,2,4],"gmRenderKey":"QUl6YVN5Q0JUUk9xNkx1dkZfSUUxcjQ2LVQ0QWVUU1YtMGQ3bXk4","betaFeatureFlags":["SITE_USER_SERVICE-update-groups-with-tags","ORDERS-SERVICE-check-digital-good-access-with-service","ORDERS-SERVICE-reset-digital-goods-access-with-service","ORDERS-SERVICE-submit-order-through-service","dg_downloads_from_fastly","generic_iframe_loader_for_campaigns","product-retriever-v2-enabled","domain_registration_via_registrar_service","domain_locking_via_registrar_service","image_editor_experimental_features","domain_deletion_via_registrar_service","domain_info_via_registrar_service","add_new_page_alt","image_picker","onboarding_wizard","gallery_lightbox_71","onboarding_cards_71","member_email_verified_flag_migration","commerce_trial_survey","seven_one_manage_items_button","seven_one_add_page"],"impersonatedSession":false,"tzData":{"zones":[[60,"EU","CE%sT",null]],"rules":{"EU":[[1981,"max",null,"Mar","lastSun","1:00u","1:00","S"],[1996,"max",null,"Oct","lastSun","1:00u","0",null]]}}};</script><script type="text/javascript"> SquarespaceFonts.loadViaContext(); Squarespace.load(window);</script><link rel="alternate" type="application/rss+xml" title="RSS Feed" href="https://www.wingu.app/proximity-calculation.xml" />
<script type="application/ld+json">{"url":"https://www.wingu.app","name":"wingu - proximity platform","description":"","image":"content/wingu_logo_white1.png","@context":"http://schema.org","@type":"WebSite"}</script><script type="application/ld+json">{"legalName":"wingu GmbH","address":"","email":"sales@wingu.de","telephone":"","sameAs":[],"@context":"http://schema.org","@type":"Organization"}</script><script type="application/ld+json">{"address":"R\u00F6dingsmarkt 9\nHamburg\nDeutschland","image":"content/wingu_logo_white2.png","name":"wingu GmbH","openingHours":", , , , , , ","@context":"http://schema.org","@type":"LocalBusiness"}</script><!--[if gte IE 9]> <link rel="stylesheet" type="text/css" href="//static1.squarespace.com/static/sitecss/5bdac71636099b039e464570/290/55f0aac0e4b0f0a5b7e0b22e/5bdac71636099b039e464585/328-05142015/1560239542975/site.css?&filterFeatures=false&part=1"/><link rel="stylesheet" type="text/css" href="//static1.squarespace.com/static/sitecss/5bdac71636099b039e464570/290/55f0aac0e4b0f0a5b7e0b22e/5bdac71636099b039e464585/328-05142015/1560239542975/site.css?&filterFeatures=false&part=2"/><link rel="stylesheet" type="text/css" href="//static1.squarespace.com/static/sitecss/5bdac71636099b039e464570/290/55f0aac0e4b0f0a5b7e0b22e/5bdac71636099b039e464585/328-05142015/1560239542975/site.css?&filterFeatures=false&part=3"/><link rel="stylesheet" type="text/css" href="static/sitecss/site6.css"/><![endif]-->
<!--[if lt IE 9]><link rel="stylesheet" type="text/css" href="static/sitecss/site.css"/><link rel="stylesheet" type="text/css" href="static/sitecss/site3.css"/><link rel="stylesheet" type="text/css" href="static/sitecss/site4.css"/><link rel="stylesheet" type="text/css" href="static/sitecss/site5.css"/><![endif]-->
<!--[if !IE]> --><link rel="stylesheet" type="text/css" href="static/sitecss/site2.css"/><!-- <![endif]-->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KQQ9MD9');</script>
<!-- End Google Tag Manager -->
<meta name="google-site-verification" content="YEOmlTd9CvcS40dJoTIB5ndyVR22z77lZGWGnNevaWw" /><script>Static.COOKIE_BANNER_CAPABLE = true;</script>
<!-- End of Squarespace Headers -->
</head>
<body id="collection-5c0906e2562fa7f802f652e9" class="tweak-social-icons-style-regular tweak-social-icons-shape-circle tweak-site-width-option-full-background tweak-icon-weight-hairline tweak-site-ajax-loading-bar-show ancillary-header-top-left-layout-horizontal ancillary-header-top-center-layout-horizontal ancillary-header-top-right-layout-horizontal ancillary-header-bottom-left-layout-horizontal ancillary-header-bottom-center-layout-horizontal ancillary-header-bottom-right-layout-horizontal ancillary-header-branding-position-top-left ancillary-header-tagline-position-top-left ancillary-header-primary-nav-position-top-center ancillary-header-secondary-nav-position-top-right ancillary-header-social-position-hide ancillary-header-search-position-hide ancillary-header-cart-position-top-right ancillary-header-account-position-top-right tweak-header-primary-nav-hover-style-spotlight tweak-header-primary-nav-button-style-solid tweak-header-primary-nav-button-shape-square tweak-header-secondary-nav-hover-style-button tweak-header-secondary-nav-button-style-solid tweak-header-secondary-nav-button-shape-square tweak-header-search-style-icon-only tweak-header-search-placeholder-show tweak-header-cart-style-cart tweak-header-account-style-text tweak-overlay-parallax-enabled tweak-overlay-parallax-new-math tweak-index-nav-style-none tweak-index-nav-position-right tweak-index-nav-text-show tweak-index-page-fullscreen-first-page-only tweak-index-page-scroll-indicator-icon-only tweak-index-page-scroll-indicator-icon-arrow tweak-index-page-scroll-indicator-icon-weight-hairline tweak-index-gallery-layout-split tweak-index-gallery-spacing-sides-show tweak-index-gallery-spacing-top-bottom-show tweak-index-gallery-fixed-height tweak-index-gallery-apply-bottom-spacing tweak-index-gallery-hover-style-plain tweak-index-gallery-controls-small-arrows tweak-index-gallery-controls-icon-weight-hairline tweak-index-gallery-indicators-lines tweak-index-gallery-autoplay-enable tweak-index-gallery-transition-fade tweak-index-gallery-content-position-bottom-center tweak-index-gallery-content-text-alignment-center tweak-footer-show tweak-footer-layout-columns tweak-footer-stacked-alignment-center tweak-mobile-bar-top-fixed ancillary-mobile-bar-branding-position-top-left ancillary-mobile-bar-menu-icon-position-top-right tweak-mobile-bar-menu-icon-hamburger ancillary-mobile-bar-search-icon-position-hide ancillary-mobile-bar-cart-position-bottom-center tweak-mobile-bar-cart-style-text ancillary-mobile-bar-account-position-bottom-center tweak-mobile-bar-account-style-text tweak-mobile-overlay-slide-origin-left tweak-mobile-overlay-close-show tweak-mobile-overlay-menu-primary-button-style-solid tweak-mobile-overlay-menu-primary-button-shape-square tweak-mobile-overlay-menu-secondary-button-style-solid tweak-mobile-overlay-menu-secondary-button-shape-square tweak-quote-block-alignment-left tweak-blog-meta-primary-category tweak-blog-meta-secondary-tags tweak-blog-list-style-grid tweak-blog-list-separator-show tweak-blog-list-alignment-center tweak-blog-list-item-image-show tweak-blog-list-item-image-aspect-ratio-grid-169-widescreen tweak-blog-list-item-image-aspect-ratio-stacked-11-square tweak-blog-list-item-title-show tweak-blog-list-item-excerpt-show tweak-blog-list-item-body-show tweak-blog-list-item-readmore-inline tweak-blog-list-item-meta-position-below-content tweak-blog-list-pagination-link-label-show tweak-blog-list-pagination-link-icon-weight-light tweak-blog-item-alignment-center tweak-blog-item-meta-position-above-title tweak-blog-item-share-position-below-content tweak-blog-item-pagination-link-label-show tweak-blog-item-pagination-link-title-show tweak-blog-item-pagination-link-meta-category tweak-blog-item-pagination-link-icon-weight-light event-thumbnails event-thumbnail-size-32-standard event-date-label event-list-show-cats event-list-date event-list-time event-list-address event-excerpts event-item-back-link gallery-design-slideshow aspect-ratio-auto lightbox-style-dark gallery-navigation-bullets gallery-info-overlay-show-on-hover gallery-aspect-ratio-32-standard gallery-arrow-style-no-background gallery-transitions-fade gallery-show-arrows gallery-auto-crop tweak-product-list-image-aspect-ratio-11-square tweak-product-list-item-hover-behavior-show-alternate-image tweak-product-list-meta-position-under tweak-product-list-mobile-meta-position-under tweak-product-list-meta-alignment-under-center tweak-product-list-meta-alignment-overlay-center-center tweak-product-list-show-title tweak-product-list-show-price tweak-product-list-filter-display-hide tweak-product-list-filter-alignment-center tweak-product-item-nav-show-breadcrumb-and-pagination tweak-product-item-nav-pagination-style-previousnext tweak-product-item-nav-breadcrumb-alignment-left tweak-product-item-nav-pagination-alignment-split tweak-product-item-gallery-position-left tweak-product-item-gallery-design-stacked tweak-product-item-gallery-aspect-ratio-11-square tweak-product-item-gallery-thumbnail-alignment-left tweak-product-item-details-alignment-left tweak-product-item-details-show-title tweak-product-item-details-show-price tweak-product-item-details-show-excerpt tweak-product-item-details-excerpt-position-below-price tweak-product-item-details-show-share-buttons tweak-product-item-details-show-variants tweak-product-item-details-show-quantity tweak-product-item-details-options-style-square tweak-product-item-details-show-add-to-cart-button tweak-product-item-details-add-to-cart-button-style-outline tweak-product-item-details-add-to-cart-button-shape-square tweak-product-item-details-add-to-cart-button-padding-medium tweak-product-item-image-zoom-behavior-click tweak-product-item-lightbox-enabled tweak-related-products-image-aspect-ratio-11-square tweak-related-products-hover-behavior-show-alternate-image tweak-related-products-meta-alignment-under-center tweak-product-badge-style-none tweak-product-badge-position-top-right tweak-product-badge-inset-floating newsletter-style-custom hide-opentable-icons opentable-style-dark small-button-style-outline small-button-shape-square medium-button-style-outline medium-button-shape-square large-button-style-outline large-button-shape-square image-block-poster-text-alignment-center image-block-card-dynamic-font-sizing image-block-card-content-position-top image-block-card-text-alignment-center image-block-overlap-content-position-center image-block-overlap-text-alignment-left image-block-collage-dynamic-font-sizing image-block-collage-content-position-top image-block-collage-text-alignment-left image-block-stack-dynamic-font-sizing image-block-stack-text-alignment-left button-style-outline button-corner-style-square tweak-product-quick-view-button-style-docked tweak-product-quick-view-button-position-center tweak-product-quick-view-lightbox-excerpt-display-truncate tweak-product-quick-view-lightbox-show-arrows tweak-product-quick-view-lightbox-show-close-button tweak-product-quick-view-lightbox-controls-weight-light tweak-share-buttons-style-icon-only tweak-share-buttons-icons-show tweak-share-buttons-standard-background-color native-currency-code-usd collection-5c0906e2562fa7f802f652e9 collection-type-index collection-layout-default view-list mobile-style-available sqs-has-custom-cart has-logo-image enable-load-effects has-primary-nav has-secondary-nav has-footer-nav" data-controller="HashManager, SiteLoader, MobileClassname">
<div class="Loader"></div>
<div class="Mobile" data-nc-base="mobile-bar" data-controller="AncillaryLayout">
<div class="Mobile-bar Mobile-bar--top" data-nc-group="top" data-controller="MobileOffset">
<div data-nc-container="top-left">
<a href="/" class="Mobile-bar-branding" data-nc-element="branding" data-content-field="site-title">
<img src="static/wingu_logo_white.png" alt="wingu - proximity platform" class="Mobile-bar-branding-logo" />
</a>
</div>
<div data-nc-container="top-center"></div>
<div data-nc-container="top-right"></div>
</div>
<div class="Mobile-bar Mobile-bar--bottom" data-nc-group="bottom" data-controller="MobileOffset">
<div data-nc-container="bottom-left">
<button class="Mobile-bar-menu" data-nc-element="menu-icon" data-controller-overlay="menu" data-controller="MobileOverlayToggle">
<svg class="Icon Icon--hamburger" viewBox="0 0 24 18">
<use xlink:href="assets/ui-icons.svg#hamburger-icon--even" class="use--even"></use>
<use xlink:href="assets/ui-icons.svg#hamburger-icon--odd" class="use--odd"></use>
</svg>
<svg class="Icon Icon--hotdog" viewBox="0 0 24 14">
<use xlink:href="assets/ui-icons.svg#hotdog-icon--even" class="use--even"></use>
<use xlink:href="assets/ui-icons.svg#hotdog-icon--odd" class="use--odd"></use>
</svg>
<svg class="Icon Icon--plus" viewBox="0 0 20 20">
<use xlink:href="assets/ui-icons.svg#plus-icon--even" class="use--even"></use>
<use xlink:href="assets/ui-icons.svg#plus-icon--odd" class="use--odd"></use>
</svg>
<svg class="Icon Icon--dots-horizontal" viewBox="0 0 25 7">
<use xlink:href="assets/ui-icons.svg#dots-horizontal-icon--even" class="use--even"></use>
<use xlink:href="assets/ui-icons.svg#dots-horizontal-icon--odd" class="use--odd"></use>
</svg>
<svg class="Icon Icon--dots-vertical" viewBox="0 0 7 25">
<use xlink:href="assets/ui-icons.svg#dots-vertical-icon--even" class="use--even"></use>
<use xlink:href="assets/ui-icons.svg#dots-vertical-icon--odd" class="use--odd"></use>
</svg>
<svg class="Icon Icon--squares-horizontal" viewBox="0 0 25 7">
<use xlink:href="assets/ui-icons.svg#squares-horizontal-icon--even" class="use--even"></use>
<use xlink:href="assets/ui-icons.svg#squares-horizontal-icon--odd" class="use--odd"></use>
</svg>
<svg class="Icon Icon--squares-vertical" viewBox="0 0 7 25">
<use xlink:href="assets/ui-icons.svg#squares-vertical-icon--even" class="use--even"></use>
<use xlink:href="assets/ui-icons.svg#squares-vertical-icon--odd" class="use--odd"></use>
</svg>
</button>
</div>
<div data-nc-container="bottom-center">
</div>
<div data-nc-container="bottom-right">
<a href="/search" class="Mobile-bar-search" data-nc-element="search-icon">
<svg class="Icon Icon--search" viewBox="0 0 20 20">
<use xlink:href="assets/ui-icons.svg#search-icon"></use>
</svg>
</a>
</div>
</div>
<div class="Mobile-overlay">
<div class="Mobile-overlay-menu" data-controller="MobileOverlayFolders">
<div class="Mobile-overlay-menu-main">
<nav class="Mobile-overlay-nav Mobile-overlay-nav--primary" data-content-field="navigation">
<a href="/" class="Mobile-overlay-nav-item">
Home
</a>
<a href="features-for-location-service" class="Mobile-overlay-nav-item">
Features
</a>
<a href="location-service-sdk" class="Mobile-overlay-nav-item">
Documentation
</a>
<a href="leading-proximity-platform" class="Mobile-overlay-nav-item">
About
</a>
</nav>
<nav class="Mobile-overlay-nav Mobile-overlay-nav--secondary" data-content-field="navigation">
<a href="contact" class="Mobile-overlay-nav-item">
Get in touch
</a>
</nav>
</div>
<div class="Mobile-overlay-folders" data-content-field="navigation">
</div>
</div>
<button class="Mobile-overlay-close" data-controller="MobileOverlayToggle">
<svg class="Icon Icon--close" viewBox="0 0 16 16">
<use xlink:href="assets/ui-icons.svg#close-icon"></use>
</svg>
</button>
<div class="Mobile-overlay-back" data-controller="MobileOverlayToggle"></div>
</div>
</div>
<div class="Parallax-host-outer">
<div class="Parallax-host" data-parallax-host>
</div>
</div>
<div class="Site" data-nc-base="header" data-controller="AncillaryLayout">
<div class="sqs-announcement-bar-dropzone"></div>
<header class="Header Header--top">
<div class="Header-inner Header-inner--top" data-nc-group="top">
<div data-nc-container="top-left">
<div class="Header-search" data-nc-element="search">
<form class="Header-search-form" action="/search" method="get">
<input class="Header-search-form-input" name="q" type="text" spellcheck="false" value="" autocomplete="off" placeholder="Search" />
<button class="Header-search-form-submit" type="submit" data-test="template-search">
<svg class="Icon Icon--search--small" viewBox="0 0 15 15">
<use xlink:href="assets/ui-icons.svg#search-icon--small"></use>
</svg>
<svg class="Icon Icon--search" viewBox="0 0 20 20">
<use xlink:href="assets/ui-icons.svg#search-icon"></use>
</svg>
</button>
</form>
</div>
</div>
<div data-nc-container="top-center">
</div>
<div data-nc-container="top-right">
</div>
</div>
</header>
<div class="Site-inner Site-inner--index">
<header class="Header Header--bottom">
<div class="Header-inner Header-inner--bottom" data-nc-group="bottom">
<div data-nc-container="bottom-left">
<nav class="Header-nav Header-nav--primary" data-nc-element="primary-nav" data-content-field="navigation">
<div class="Header-nav-inner">
<a href="/" class="Header-nav-item" data-test="template-nav">Home</a><a href="features-for-location-service" class="Header-nav-item" data-test="template-nav">Features</a><a href="location-service-sdk" class="Header-nav-item" data-test="template-nav">Documentation</a><a href="leading-proximity-platform" class="Header-nav-item" data-test="template-nav">About</a>
</div>
</nav>
</div>
<div data-nc-container="bottom-center">
<a href="/" class="Header-branding" data-nc-element="branding" data-content-field="site-title">
<img src="static/wingu_logo_white.png" alt="wingu - proximity platform" class="Header-branding-logo" />
</a>
</div>
<div data-nc-container="bottom-right">
<nav class="Header-nav Header-nav--secondary" data-nc-element="secondary-nav" data-content-field="navigation">
<div class="Header-nav-inner">
<a href="contact" class="Header-nav-item">Get in touch</a>
</div>
</nav>
</div>
</div>
</header>
<div class="Content-outer">
<main class="Index" data-collection-id="5c0906e2562fa7f802f652e9" data-controller="IndexFirstSectionHeight, Parallax, IndexNavigation">
<section id="location-marketing-pricing" class="Index-page" data-collection-id="5c0928d740ec9a1d68e49694" data-parallax-id="5c0928d740ec9a1d68e49694" data-edit-main-image="Background">
<div class="Index-page-scroll-indicator hidden" data-controller="ScrollIndicator">
<div class="Index-page-scroll-indicator-text">Scroll</div>
<svg class="Index-page-scroll-indicator-arrow Icon Icon--caretLarge--down" viewBox="0 0 48 23">
<use xlink:href="assets/ui-icons.svg#caret-down-large-icon"></use>
</svg>
<div class="Index-page-scroll-indicator-line"></div>
</div>
<div class="Index-page-content ">
<div class="sqs-layout sqs-grid-12 columns-12" data-type="page" data-updated-on="1547133322215" id="page-5c0928d740ec9a1d68e49694"><div class="row sqs-row"><div class="col sqs-col-12 span-12"><div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-5c0928d740ec9a1d68e49695"><div class="sqs-block-content"><h1 style="text-align: center; white-space: pre-wrap;">High quality software made affordable</h1><p style="text-align: center; white-space: pre-wrap;">We offer our platform as <a href="/proximity-calculation#saas">Software as a Service</a>, allow you to start with a well budgeted <a href="/proximity-calculation#whitelabel">mobile app</a> and offer you great deals to rent large amount of <a href="/proximity-calculation#infrastructure">infrastructure</a>. </p></div></div><div class="sqs-block spacer-block sqs-block-spacer" data-aspect-ratio="0.07898894154818326" data-block-type="21" id="block-yui_3_17_2_1_1544108011372_21097"><div class="sqs-block-content"> </div></div><div class="sqs-block code-block sqs-block-code" data-block-type="23" id="block-yui_3_17_2_1_1545305978819_44851"><div class="sqs-block-content"><h2 id="saas" ><left></left></h2></div></div><div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-yui_3_17_2_1_1545305978819_44257"><div class="sqs-block-content"><h2 style="text-align: center; white-space: pre-wrap;">Software as a Service</h2><p style="text-align: center; white-space: pre-wrap;">Fixed monthly rates and a fair cancellation policy give you planning and cost security: Choose the subscription that suits you and benefit from the continuous development of our platform. Innovation included.</p></div></div><div class="row sqs-row"><div class="col sqs-col-3 span-3"><div class="sqs-block code-block sqs-block-code" data-block-type="23" id="block-yui_3_17_2_1_1544108011372_4074"><div class="sqs-block-content"><section class="pricing-table-1">
<h3 class="pricing-table-1__title">
Free
</h3>
<div class="pricing-table-1__content">
<p class="pricing-table-1__descriptor">
for developers
</p>
<p class="pricing-table-1__price">
<sup>€</sup>0<span class="pricing-table-1__duration"></span>
</p>
<p class="pricing-table-1__detail">
max locations/trigger<br>3
</p>
<p class="pricing-table-1__detail">
max content elements<br>3
</p>
<p class="pricing-table-1__detail">
branded content
</p>
<p class="pricing-table-1__detail">
SDK for iOS / Android
</p>
<p class="pricing-table-1__detail">
max API calls<br>500/day
</p>
<p class="pricing-table-1__detail">
Support via <br>Email
</p>
<div class="pricing-table-1__call-to-action">
<a href="https://wingu-portal.de/en/register" target="_blank" class="pricing-table-1__button">
Register now
</a>
</div>
</div>
</section></div></div></div><div class="col sqs-col-3 span-3"><div class="sqs-block code-block sqs-block-code" data-block-type="23" id="block-yui_3_17_2_1_1544108011372_4651"><div class="sqs-block-content"><section class="pricing-table-1">
<h3 class="pricing-table-1__title">
Basic
</h3>
<div class="pricing-table-1__content">
<p class="pricing-table-1__descriptor">
Start small
</p>
<p class="pricing-table-1__price">
<sup>€</sup>49<span class="pricing-table-1__duration">/mo</span>
</p>
<p class="pricing-table-1__detail">
max locations/trigger<br>10
</p>
<p class="pricing-table-1__detail">
max content elements<br>unlimited
</p>
<p class="pricing-table-1__detail">
limited CMS
</p>
<p class="pricing-table-1__detail">
SDK for iOS / Android
</p>
<p class="pricing-table-1__detail">
max API calls<br>5000/day
</p>
<p class="pricing-table-1__detail">
Support via <br>Email
</p>
<div class="pricing-table-1__call-to-action">
<a href="https://wingu-portal.de/en/register" target="_blank" class="pricing-table-1__button">
Register now
</a>
</div>
</div>
</section></div></div></div><div class="col sqs-col-3 span-3"><div class="sqs-block code-block sqs-block-code" data-block-type="23" id="block-yui_3_17_2_1_1544108011372_5565"><div class="sqs-block-content"><section class="pricing-table-1">
<h3 class="pricing-table-1__title">
Pro
</h3>
<div class="pricing-table-1__content">
<p class="pricing-table-1__descriptor">
the next level
</p>
<p class="pricing-table-1__price">
<sup>€</sup>249<span class="pricing-table-1__duration">/mo</span>
</p>
<p class="pricing-table-1__detail">
max locations/trigger<br>100
</p>
<p class="pricing-table-1__detail">
max content elements<br>unlimited
</p>
<p class="pricing-table-1__detail">
full CMS
</p>
<p class="pricing-table-1__detail">
SDK for iOS / Android
</p>
<p class="pricing-table-1__detail">
max API calls<br>15000/day
</p>
<p class="pricing-table-1__detail">
Support via <br>Email
</p>
<div class="pricing-table-1__call-to-action">
<a href="https://wingu-portal.de/en/register" target="_blank" class="pricing-table-1__button">
Register now
</a>
</div>
</div>
</section></div></div></div><div class="col sqs-col-3 span-3"><div class="sqs-block code-block sqs-block-code" data-block-type="23" id="block-yui_3_17_2_1_1544108011372_6667"><div class="sqs-block-content"><section class="pricing-table-1">
<h3 class="pricing-table-1__title">
Enterprise
</h3>
<div class="pricing-table-1__content">
<p class="pricing-table-1__descriptor">
for the big ones
</p>
<p class="pricing-table-1__price">
<sup>€</sup>499<span class="pricing-table-1__duration">/mo</span>
</p>
<p class="pricing-table-1__detail">
max locations/trigger<br>unlimited
</p>
<p class="pricing-table-1__detail">
max content elements<br>unlimited
</p>
<p class="pricing-table-1__detail">
full CMS + asset tracking
</p>
<p class="pricing-table-1__detail">
SDK for iOS / Android
</p>
<p class="pricing-table-1__detail">
max API calls<br>unlimited
</p>
<p class="pricing-table-1__detail">
Support via <br>Email / Phone
</p>
<div class="pricing-table-1__call-to-action">
<a href="https://wingu-portal.de/en/register" target="_blank" class="pricing-table-1__button">
Register now
</a>
</div>
</div>
</section></div></div></div></div><div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-yui_3_17_2_1_1544699501720_8890"><div class="sqs-block-content"><p style="text-align: center; white-space: pre-wrap;">See more Details of what´s included in our subscription plans <a href="/s/wingu_pricelist_2019_1.png" target="_blank">here</a>.</p><p style="text-align: center; white-space: pre-wrap;">You have a huge amount of trigger? Or a very special use case? Please <a href="contact">contact us</a> and we will help you with an individual Enterprise model.</p></div></div></div></div></div>
</div>
</section>
<section id="proximity-app" class="Index-page" data-collection-id="5c0e6218562fa76785446af1" data-parallax-id="5c0e6218562fa76785446af1" data-edit-main-image="Background">
<div class="Index-page-content ">
<div class="sqs-layout sqs-grid-12 columns-12" data-type="page" data-updated-on="1545306043242" id="page-5c0e6218562fa76785446af1"><div class="row sqs-row"><div class="col sqs-col-12 span-12"><div class="sqs-block code-block sqs-block-code" data-block-type="23" id="block-yui_3_17_2_1_1545305978819_14671"><div class="sqs-block-content"><h2 id="whitelabel" ><left></left></h2></div></div><div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-c0f486db934751fb8020"><div class="sqs-block-content"><h2 style="text-align: center; white-space: pre-wrap;">wingu whitelable - the quickest way to enter the world of proximity apps</h2><p style="text-align: center; white-space: pre-wrap;">You have an awesome location and want to wow your users with special local services. In your proximity app – based on our white-label solution – you’ll find a dedicated channel for communicating with your customer base: with pinpoint accuracy. At the very intentional moment. Proactive and individualized, in real time and dynamic.</p><p data-rte-preserve-empty="true" style="white-space: pre-wrap;"></p></div></div><div class="row sqs-row"><div class="col sqs-col-3 span-3"><div class="sqs-block spacer-block sqs-block-spacer sized vsize-1" data-block-type="21" id="block-cd8be3ae39c802a74ac1"><div class="sqs-block-content"> </div></div></div><div class="col sqs-col-6 span-6"><div class="sqs-block image-block sqs-block-image" data-aspect-ratio="60" data-block-type="5" id="block-e5992ceb9d524a9a092b"><div class="sqs-block-content">
<div class="image-block-outer-wrapper layout-caption-below design-layout-inline combination-animation-none individual-animation-none individual-text-animation-none">
<div class="intrinsic" style="max-width:1262.0px;">
<div style="padding-bottom:60.0%;" class="image-block-wrapper has-aspect-ratio" data-animation-tier="1" data-description="" >
<noscript><img src="content/White+labels_pic_01.png" alt="White labels_pic_01.png" /></noscript><img class="thumb-image" data-src="content/White+labels_pic_01.png" data-image="content/White+labels_pic_01.png" data-image-dimensions="1262x517" data-image-focal-point="0.5,0.5" alt="White labels_pic_01.png" data-load="false" data-image-id="5c0e6272b8a04586ee455f51" data-type="image" />
</div>
</div>
</div>
</div></div><div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-f036f17e2a6a1c80b038"><div class="sqs-block-content"><h3 style="text-align: center; white-space: pre-wrap;">Your own proximity app</h3><ul data-rte-list="default"><li><p style="white-space: pre-wrap;">Scan your trigger iBeacons, Eddystone, geofences, NFC tags, QR codes</p></li><li><p style="white-space: pre-wrap;">Adapt your own CI</p></li><li><p style="white-space: pre-wrap;">Deliver your content linked to the locations/ triggers</p></li><li><p style="white-space: pre-wrap;">Manage and extend the app menu, even with offline content. </p></li><li><p style="white-space: pre-wrap;">No programming necessary</p></li></ul></div></div></div><div class="col sqs-col-3 span-3"><div class="sqs-block spacer-block sqs-block-spacer sized vsize-1" data-block-type="21" id="block-bc4959f1fe655a05b769"><div class="sqs-block-content"> </div></div></div></div><div class="sqs-block button-block sqs-block-button" data-block-type="53" id="block-yui_3_17_2_1_1544448532442_6015"><div class="sqs-block-content"><div class="sqs-block-button-container--center" data-animation-tier="2" data-alignment="center" data-button-size="small">
<a href="contact" class="sqs-block-button-element--small sqs-block-button-element" >Contact Sales</a>
</div></div></div></div></div></div>
</div>
</section>
<section id="location-infrastructure" class="Index-page" data-collection-id="5c0fdbca0e2e72fd366d09f1" data-parallax-id="5c0fdbca0e2e72fd366d09f1" data-edit-main-image="Background">
<div class="Index-page-content ">
<div class="sqs-layout sqs-grid-12 columns-12" data-type="page" data-updated-on="1545305447366" id="page-5c0fdbca0e2e72fd366d09f1"><div class="row sqs-row"><div class="col sqs-col-12 span-12"><div class="sqs-block code-block sqs-block-code" data-block-type="23" id="block-yui_3_17_2_1_1545305418257_8021"><div class="sqs-block-content"><h2 id="infrastructure" ><left></left></h2></div></div><div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-f79123c2c2988f7ba552"><div class="sqs-block-content"><h1 style="text-align: center; white-space: pre-wrap;">Infrastructure as a Service</h1><p style="text-align: center; white-space: pre-wrap;">You are planning to use iBeacons or NFC at public locations, but don´t have access to the locations or the possibility to distribute thousands of triggers? We have the solution. We offer Infrastructure as a Service. You can pick from Beacons and NFC chips at more than 160.000 locations to use them with the wingu SDK in your own App.</p></div></div><div class="row sqs-row"><div class="col sqs-col-3 span-3"><div class="sqs-block spacer-block sqs-block-spacer sized vsize-1" data-block-type="21" id="block-yui_3_17_2_1_1545060955047_20014"><div class="sqs-block-content"> </div></div></div><div class="col sqs-col-9 span-9"><div class="row sqs-row"><div class="col sqs-col-6 span-6"><div class="sqs-block image-block sqs-block-image" data-aspect-ratio="66.12702366127024" data-block-type="5" id="block-d7c345078ec38e315830"><div class="sqs-block-content">
<div class="image-block-outer-wrapper layout-caption-hidden design-layout-inline combination-animation-none individual-animation-none individual-text-animation-none">
<div class="intrinsic" style="max-width:1078.0px;">
<a href="contact" >
<div style="padding-bottom:66.12702178955078%;" class="image-block-wrapper has-aspect-ratio" data-animation-tier="1" data-description="" >
<noscript><img src="content/Infrastructure_illustration.png" alt="Infrastructure_illustration.png" /></noscript><img class="thumb-image" data-src="content/Infrastructure_illustration.png" data-image="content/Infrastructure_illustration.png" data-image-dimensions="1078x699" data-image-focal-point="0.5,0.5" alt="Infrastructure_illustration.png" data-load="false" data-image-id="5c0fdbfd6d2a734151dd0f2b" data-type="image" />
</div>
</a>
</div>
</div>
</div></div></div><div class="col sqs-col-3 span-3"><div class="sqs-block spacer-block sqs-block-spacer sized vsize-1" data-block-type="21" id="block-yui_3_17_2_1_1545060955047_22026"><div class="sqs-block-content"> </div></div></div></div></div></div><div class="row sqs-row"><div class="col sqs-col-2 span-2"><div class="sqs-block spacer-block sqs-block-spacer sized vsize-1" data-block-type="21" id="block-yui_3_17_2_1_1544543179595_9980"><div class="sqs-block-content"> </div></div></div><div class="col sqs-col-8 span-8"><div class="row sqs-row"><div class="col sqs-col-3 span-3"><div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-yui_3_17_2_1_1545059162899_6871"><div class="sqs-block-content"><h3 style="text-align: center; white-space: pre-wrap;">You want to rent a proximity infrastructure?</h3><p style="text-align: center; white-space: pre-wrap;">It´s as easy as it gets. We have defined Trigger zones, that contain several Beacons or NFC chips. You can book as many zones as you need and we provide you with access to the triggers via our proximity platform.</p></div></div></div><div class="col sqs-col-2 span-2"><div class="sqs-block spacer-block sqs-block-spacer sized vsize-1" data-block-type="21" id="block-yui_3_17_2_1_1545060955047_8931"><div class="sqs-block-content"> </div></div></div><div class="col sqs-col-3 span-3"><div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-yui_3_17_2_1_1545060955047_6563"><div class="sqs-block-content"><h3 style="text-align: center; white-space: pre-wrap;">You want to make money with your infrastructure?</h3><p style="text-align: center; white-space: pre-wrap;">Become a Partner and offer your infrastructure via the wingu platform. No matter if you have Beacons or NFC triggers, if they are outdoor or indoor. Just contact us and we will help you out. </p></div></div></div></div><div class="sqs-block button-block sqs-block-button" data-block-type="53" id="block-yui_3_17_2_1_1544543450270_53441"><div class="sqs-block-content"><div class="sqs-block-button-container--center" data-animation-tier="2" data-alignment="center" data-button-size="small">
<a href="contact" class="sqs-block-button-element--small sqs-block-button-element" >Contact Sales</a>
</div></div></div></div><div class="col sqs-col-2 span-2"><div class="sqs-block spacer-block sqs-block-spacer sized vsize-1" data-block-type="21" id="block-yui_3_17_2_1_1544543179595_11928"><div class="sqs-block-content"> </div></div></div></div></div></div></div>
</div>
</section>
<section id="proximity-learning" class="Index-page" data-collection-id="5c0e63a1c2241bcfcdb12732" data-parallax-id="5c0e63a1c2241bcfcdb12732" data-edit-main-image="Background">
<div class="Index-page-content ">
<div class="sqs-layout sqs-grid-12 columns-12" data-type="page" data-updated-on="1545305174000" id="page-5c0e63a1c2241bcfcdb12732"><div class="row sqs-row"><div class="col sqs-col-12 span-12"><div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-yui_3_17_2_1_1544446969564_10660"><div class="sqs-block-content"><h3 style="text-align: center; white-space: pre-wrap;">Here are answers to your most important questions </h3></div></div><div class="row sqs-row"><div class="col sqs-col-9 span-9"><div class="row sqs-row"><div class="col sqs-col-6 span-6"><div class="row sqs-row"><div class="col sqs-col-3 span-3"><div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-yui_3_17_2_1_1544446969564_24174"><div class="sqs-block-content"><p style="white-space: pre-wrap;"><strong>Do I need a credit card to start?</strong></p><p style="white-space: pre-wrap;">For the free trial you do not need a credit card. Just register with your Email and get things going. </p><p style="white-space: pre-wrap;"><strong>Can I cancel my account at any time?</strong></p><p style="white-space: pre-wrap;">Yes you can. We will cancel your account at the end of the subscription period, even if you canceled one day before.</p></div></div></div><div class="col sqs-col-3 span-3"><div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-yui_3_17_2_1_1544446969564_22896"><div class="sqs-block-content"><p style="white-space: pre-wrap;"><strong>Do I need an App to start?</strong></p><p style="white-space: pre-wrap;">To see how wingu works, you can use our showcase App available in the iOS and Android Appstores.</p><p style="white-space: pre-wrap;"><strong>Can you build me my own App?</strong></p><p style="white-space: pre-wrap;">Yes we can. You can order your very own App as a whitelable version. As it has limited functionality, we recommend to build your own App and just use our SDK.</p></div></div></div></div></div><div class="col sqs-col-3 span-3"><div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-5c0e63a1c2241bcfcdb12733"><div class="sqs-block-content"><p style="white-space: pre-wrap;"><strong>Do I need Beacons to try wingu?</strong></p><p style="white-space: pre-wrap;">No you don´t. You can start with a Geofence or QR-Code to understand how wingu works.</p><p style="white-space: pre-wrap;"><strong>Where can I buy Beacons or NFC chips?</strong></p><p style="white-space: pre-wrap;">We are working with the best manufacturers in Europe. Just drop us a message and we get you in contact with them.</p></div></div></div></div></div><div class="col sqs-col-3 span-3"><div class="sqs-block html-block sqs-block-html" data-block-type="2" id="block-yui_3_17_2_1_1544446969564_4325"><div class="sqs-block-content"><p style="white-space: pre-wrap;"><strong>Can I add more than 1000 triggers?</strong></p><p style="white-space: pre-wrap;">Yes you can. <a href="contact">Contact us</a> for a special pricing in your Enterprise account.</p><p style="white-space: pre-wrap;"><strong>I have more questions. Do you have more answers?</strong></p><p style="white-space: pre-wrap;">Oh yes we do. Visit our <a href="https://help.wingu.de" target="_blank">FAQ</a> or drop us a message via the Intercom Chat on this page.</p></div></div></div></div></div></div></div>
</div>
</section>
<nav class="Index-nav">
<div class="Index-nav-inner">
<a href="#location-marketing-pricing" class="Index-nav-item active">
<div class="Index-nav-indicator"></div>
<div class="Index-nav-text"><span>Pricing models for the implementation of proximity technologies</span></div>
</a>
<a href="#proximity-app" class="Index-nav-item">
<div class="Index-nav-indicator"></div>
<div class="Index-nav-text"><span>Your own proximity app for your special local services</span></div>
</a>
<a href="#location-infrastructure" class="Index-nav-item">
<div class="Index-nav-indicator"></div>
<div class="Index-nav-text"><span>Your infrastructure from nfc & beacons on public places</span></div>
</a>
<a href="#proximity-learning" class="Index-nav-item">
<div class="Index-nav-indicator"></div>
<div class="Index-nav-text"><span>Typical questions about subscriptions - we take care of it!</span></div>
</a>
</div>
</nav>
</main>
</div>
</div>
<footer class="Footer" role="contentinfo" data-controller="FooterBreakpoints">
<div class="Footer-inner clear">
<div class="sqs-layout sqs-grid-12 columns-12 Footer-blocks Footer-blocks--top sqs-alternate-block-style-container empty" data-layout-label="Footer Top Blocks" data-type="block-field" data-updated-on="1544174813913" id="footerBlocksTop"><div class="row sqs-row"><div class="col sqs-col-12 span-12"></div></div></div>
<div class="Footer-middle">
<div class="Footer-business">
<div class="Footer-business-info">
<a href="mailto:sales@wingu.de" title="sales@wingu.de" target="_blank" class="Footer-business-info-item Footer-business-info-item--email">sales@wingu.de</a>
</div>
<div class="Footer-business-hours">
<div class="Footer-business-hours-heading">Hours</div>
</div>
</div>
<div class="sqs-layout sqs-grid-12 columns-12 Footer-blocks Footer-blocks--middle sqs-alternate-block-style-container empty" data-layout-label="Footer Middle Blocks" data-type="block-field" data-updated-on="1544174764447" id="footerBlocksMiddle"><div class="row sqs-row"><div class="col sqs-col-12 span-12"></div></div></div>
<nav class="Footer-nav" data-content-field="navigation">
<div class="Footer-nav-group"><div class="Footer-nav-folder-heading">Developer</div>
<a href="location-service-sdk" class="Footer-nav-folder-item">Documentation</a>
<a href="https://github.com/wingu-GmbH/wingu-ios-sdk-essentials" target="_blank" class="Footer-nav-folder-item">iOS SDK</a>
<a href="https://github.com/wingu-GmbH/wingu-android-sdk" target="_blank" class="Footer-nav-folder-item">Android SDK</a>
</div><div class="Footer-nav-group"></div><div class="Footer-nav-group"><div class="Footer-nav-folder-heading">Company</div>
<a href="leading-proximity-platform" class="Footer-nav-folder-item">About</a>
<a href="imprint" class="Footer-nav-folder-item">imprint</a>
</div><div class="Footer-nav-group"></div><div class="Footer-nav-group"><div class="Footer-nav-folder-heading">Stay in touch</div>
<a href="contact" class="Footer-nav-folder-item">Contact Sales</a>
<a href="https://twitter.com/wingude" target="_blank" class="Footer-nav-folder-item">Twitter</a>
</div><div class="Footer-nav-group"></div>
</nav>
</div>
<div class="sqs-layout sqs-grid-12 columns-12 Footer-blocks Footer-blocks--bottom sqs-alternate-block-style-container empty" data-layout-label="Footer Bottom Blocks" data-type="block-field" data-updated-on="1544094260742" id="footerBlocksBottom"><div class="row sqs-row"><div class="col sqs-col-12 span-12"></div></div></div>
</div>
</footer>
</div>
<script src="static/scripts/site-bundle.js" type="text/javascript"></script>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KQQ9MD9"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Intercom
<script>
window.intercomSettings = {
app_id: "p86hy67q"
};
</script>
<script>(function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',intercomSettings);}else{var d=document;var i=function(){i.c(arguments)};i.q=[];i.c=function(args){i.q.push(args)};w.Intercom=i;var l = function(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/p86hy67q';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);};if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})()
</script>
-->
<script>
(function() {
var formName = document.getElementById("intercom-name");
var formEmail = document.getElementById("intercom-email");
var formBody = document.getElementById("intercom-text");
var formButton = document.getElementById("intercom-button");
var formCallback = document.getElementById("intercom-callback");
var emailPattern = /^[^\s@]+@[^\s@]+\.[^\s@]{2,}$/;
var errorEmpty = "This field cannot be empty";
var errorEmail = "No valid Email given";
var successText = "Your message has been sent";
var successRedirectioUrl = "/thank-you";
var errorText = "Unfortunately your message has not been sent";
var errorRedirectionUrl = "";
var url = new URL(window.location.href);
var campaingUrls = {};
campaingUrls.utm_source = url.searchParams.get("utm_source");
campaingUrls.utm_campaign = url.searchParams.get("utm_campaign");
campaingUrls.utm_term = url.searchParams.get("utm_term");
campaingUrls.utm_content = url.searchParams.get("utm_content");
if (formButton) {
formButton.addEventListener("click", function() {
validationEmail();
validationText();
if (validationEmail() && validationText()) {
formCallback.style.display = "flex";
var requestData = {
email: formEmail.value,
body: formBody.value
};
if (formName.value) {
requestData.name = formName.value;
}
for (var i in campaingUrls) {
if (campaingUrls[i]) {
requestData[i] = campaingUrls[i];
}
}
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
if (this.readyState === XMLHttpRequest.DONE) {
if (xhr.status === 200) {
formCallback.innerHTML = successText;
if (successRedirectioUrl) {
window.location.href = successRedirectioUrl;
}
} else {
formCallback.innerHTML = errorText;
if (errorRedirectionUrl) {
window.location.href = errorRedirectionUrl;
}
}
}
};
xhr.open(
"POST",
"https://wingu-intercom-prod.herokuapp.com/message",
true
);
xhr.setRequestHeader("Content-Type", "application/json; charset=UTF-8");
xhr.send(JSON.stringify(requestData));
}
});
}
function validationEmail() {
var errorText = "";
if (!formEmail.value) {
errorText = errorEmpty;
} else if (!emailPattern.test(formEmail.value) && formEmailemail.value) {
errorText = errorEmail;
} else {
errorText = "";
}
setError(formEmail, errorText);
return emailPattern.test(formEmail.value) && !!formEmail.value;
}
function validationText() {
setError(formBody, formBody.value ? "" : errorEmpty);
return !!formBody.value;
}
function setError(_element, _value) {
_element.parentElement.querySelectorAll(".error")[0].innerHTML = _value;
}
})();
</script><script type="text/javascript" data-sqs-type="imageloader-bootstrapper">(function() {if(window.ImageLoader) { window.ImageLoader.bootstrap({}, document); }})();</script><script>Squarespace.afterBodyLoad(Y);</script>
</body>
</html>