-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
666 lines (622 loc) · 24.6 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Search description -->
<meta
name="description"
content="Gameball is a one-stop platform to market your products and keep your customers engaged, leading to boosted conversion and increased RoI with a data-driven"
/>
<!-- FavIcon for browser -->
<link rel="icon" href="img/Icons/FavIcon.png" />
<!-- Google Font -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:wght@400;700&family=Outfit:wght@100;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<!-- Link CSS file-->
<link rel="stylesheet" href="style.css" />
<!-- Browser title -->
<title>Gameball - Retain customers, grow your business</title>
</head>
<body>
<!-- Sticky header -->
<div class="sticky">
<p>Schedule a personalized demo of Gameball.</p>
<a
href="https://rewards.gameball.co/en/gameball-live-demo-booking?utm_source=gameball_website&utm_medium=announcement_banner&utm_campaign=growth"
>Book a demo here</a
>
</div>
<!-- Header and Navigation Bar -->
<header class="header container">
<a href="https://www.gameball.co/">
<img
class="logo"
src="https://assets.website-files.com/61f138487dd58a6828fae08f/61fb9602321e3f0341608a6e_gameball-logo.svg"
alt="gameball logo"
/>
</a>
<nav class="main-nav center">
<ul class="main-nav-list">
<li>
<a href="https://www.gameball.co/" class="main-nav-link bold"
>Home</a
>
</li>
<li class="product">
<a href="#" class="main-nav-link">
Product<ion-icon name="chevron-down-outline"></ion-icon>
</a>
<!-- Start Product Menu -->
<div class="product-mega-menu">
<div>
<p class="heading feature-head">Incentives Management</p>
<div class="product-features flex">
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/62025e1d9610a91e4efd56ab_small-icon-24-loyalty.svg"
alt="cash back"
class="product-menu-icon"
/>
<a
class="flex-col menu-link"
href="https://www.gameball.co/incentives-management/loyalty-cashback"
>
<p class="title-head">Loyalty & Cashback</p>
<p class="description">
Gameball's Loyalty management solutions
</p>
</a>
</div>
<div class="product-features flex">
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/62025e1d9609d402b28b3902_small-icon-24-levels.svg"
alt="VIP"
class="product-menu-icon"
/>
<a
class="flex-col menu-link"
href="https://www.gameball.co/incentives-management/levels-and-tiers"
>
<p class="title-head">VIP & Tiering</p>
<p class="description">
CRM solutions for improved retention
</p>
</a>
</div>
<div class="product-features flex">
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/62025e1ea7bc5e024db8255a_small-icon-24-referral.svg"
alt="Referrals"
class="product-menu-icon"
/>
<a
class="flex-col menu-link"
href="https://www.gameball.co/incentives-management/referrals"
>
<p class="title-head">Referrals</p>
<p class="description">
Drive massive growth with Referrals
</p>
</a>
</div>
<div class="product-features flex">
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/62025e1d0dab65f1a7251d81_small-icon-24-gamification.svg"
alt="Reward icon"
class="product-menu-icon"
/>
<a
class="flex-col menu-link"
href="https://www.gameball.co/incentives-management/features"
>
<p class="title-head">Gamification & Rule-based Rewards</p>
<p class="description">
Gamification offers unparalleled engagement
</p>
</a>
</div>
<div class="product-features flex">
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/62025e1e2c083e1bd707b974_small-icon-24-wallet.svg"
alt="Wallet icon"
class="product-menu-icon"
/>
<a
class="flex-col menu-link"
href="https://www.gameball.co/incentives-management/wallets"
>
<p class="title-head">Wallets</p>
<p class="description">
Offer a smooth omni-channel experience
</p>
</a>
</div>
</div>
<div>
<p class="heading feature-head">Cross Channel Messaging</p>
<div class="product-features flex">
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/62025e1ec6d08b380298621f_small-icon-24-messeging.svg"
alt="message"
class="product-menu-icon"
/>
<a
class="flex-col menu-link"
href="https://www.gameball.co/incentives-management/loyalty-cashback"
>
<p class="title-head">Messaging</p>
<p class="description">
Seamless communications with messaging
</p>
</a>
</div>
<p class="heading feature-head">Analytics&Segmentation</p>
<div class="product-features flex">
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/62025e1d5328b6b16f39786e_small-icon-24-profiling.svg"
alt="Profile"
class="product-menu-icon"
/>
<a
class="flex-col menu-link"
href="https://www.gameball.co/profiling-and-segmentation"
>
<p class="title-head">Profiling & Segmentation</p>
<p class="description">
In-depth analytics and user segmentation
</p>
</a>
</div>
</div>
</div>
<!-- End Product Menu -->
</li>
<li class="resources">
<a href="#" class="main-nav-link">
Recources<ion-icon name="chevron-down-outline"></ion-icon>
</a>
<!-- Start Recources Menu -->
<div class="resources-mega-menu flex">
<a
target="_blank"
href="https://www.gameball.co/integrations"
class="flex-col resources-features resources-link"
>
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/6202c64c5fce3e5236ebce30_small-icon-50-integrations.svg"
alt="integrations"
class="resources-icon"
/>
<p class="title-head">Integrations</p>
<p class="description">Our supported platform & SDKs</p>
</a>
<a
target="_blank"
href="https://www.gameball.co/apps"
class="flex-col resources-features resources-link"
>
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/6202c64cf5c4e8821f8bad3a_small-icon-50-apps.svg"
alt="apps"
class="resources-icon"
/>
<p class="title-head">Apps</p>
<p class="description">Our 3rd party integrations</p>
</a>
<a
target="_blank"
href="https://help.gameball.co/"
class="flex-col resources-features resources-link"
>
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/6202c64c97a69d8527554aa0_small-icon-50-helpcenter.svg"
alt="help-center"
class="resources-icon"
/>
<p class="title-head">Help Center</p>
<p class="description">Your go-to Gameball guide</p>
</a>
<a
target="_blank"
href="https://blog.gameball.co/"
class="flex-col resources-features resources-link"
>
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/6202c64c4e7017642d5677f0_small-icon-50-blog.svg"
alt="blog"
class="resources-icon"
/>
<p class="title-head">Blog</p>
<p class="description">Industry relavent content</p>
</a>
<a
target="_blank"
href="http://developer.gameball.co/"
class="flex-col resources-features resources-link"
>
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/6202c64c4e701732a35677ef_small-icon-50-developers.svg"
alt="developers"
class="resources-icon"
/>
<p class="title-head">Developers</p>
<p class="description">Our developers poetal</p>
</a>
</div>
<!-- End Recources Menu -->
</li>
<li class="pricing">
<a href="#" class="main-nav-link">
Pricing<ion-icon name="chevron-down-outline"></ion-icon>
</a>
<!-- Start Pricing Menu -->
<div class="pricing-mega-menu flex">
<a
target="_blank"
href="https://app.gameball.co/install/"
class="flex-col pricing-feature pricing-link"
>
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/62877de4631ab0f3080c6b8d_small-icon-50-shopify.svg"
alt="Shopify icon"
class="Shopify-icon"
/>
<p class="title-head">Shopify</p>
<p class="description">
Your Shopify app to help you retain, engage, and acquire
customers for your shopify store
</p>
<!-- <a class="cta" href="https://app.gameball.co/install">
<div>
<p class="flex">Gameball on Shopify</p>
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/61f138497dd58aad67fae0c3_Group%209.svg"
alt="Arrow"
class="arrow-rotate"
/>
</div>
</a> -->
</a>
<a
target="_blank"
href="http://9086026.hs-sites.com/en/gameball-live-demo-booking-0-0"
class="flex-col pricing-feature pricing-link"
>
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/62877de4632c0d3b236329ee_small-icon-50-mobile.svg"
alt="Mobile icon"
class="resources-icon"
/>
<p class="title-head">App/SDKs Integration</p>
<p class="description">
Looking to integrate Gameball with your mobile app, and or
want a custom solution?
</p>
<!-- <a
class="cta"
href="http://9086026.hs-sites.com/en/gameball-live-demo-booking-0-0"
>Contact sales<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/61f138497dd58aad67fae0c3_Group%209.svg"
alt="Arrow"
class="arrow-rotate"
/></a> -->
</a>
</div>
<!-- End Pricing Menu -->
</li>
</ul>
</nav>
<nav class="main-nav right">
<ul class="main-nav-list">
<li>
<a href="https://app.gameball.co/" class="link main-nav-link log"
>Log In</a
>
</li>
<li>
<a href="https://www.gameball.co/#" class="btn main-nav"
>Install App</a
>
</li>
</ul>
</nav>
</header>
<!-- Main Section -->
<main>
<section class="section-hero container">
<div class="hero flex">
<div class="hero-text-box">
<h1 class="heading-primary heading">
Loyalty, Rewards & Referrals. You're all in one Shopify solution.
</h1>
<p class="hero-description">
Gameball is all you need to turn visitors and occasional buyers
into loyal, lifetime customers
</p>
<div class="flex shopify-cta">
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/628787fa3b748a2c22575084_button_shopify_store.svg"
alt="shopify-app-store"
class="shopify-store"
/>
<div>
<!-- test for github -->
<p class="description">Not on Shopify?</p>
<a
class="cta-arrow flex"
href="http://9086026.hs-sites.com/en/gameball-live-demo-booking-0-0"
>
<p class="cta">Contact sales</p>
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/61f138497dd58aad67fae0c3_Group%209.svg"
alt="Arrow"
class="arrow-rotate"
/>
</a>
</div>
</div>
<div class="flex info">
<div class="flex-col info--">
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/61f138497dd58a5b5efae0d6_Group%2011.svg"
alt="green-mark"
class="green-mark"
/>
<p class="description">No credit card info required</p>
</div>
<div class="flex-col info--">
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/61f138497dd58a5b5efae0d6_Group%2011.svg"
alt="green-mark"
class="green-mark"
/>
<p class="description">Cancel any time during trial</p>
</div>
</div>
<span class="yellow-dot"></span>
</div>
<div class="hero-img-box">
<span class="grey-circle"></span>
<span class="grey-dot"></span>
<span class="yellow-circle"></span>
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/61fc16e10a80c056da1c48d3_gameball-home-hero-main-p-800.png"
alt="Rewards screen"
class="hero-1"
/>
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/61fc16e1f8310da3b5fc71bc_gameball-home-hero-profile.png"
alt="profile"
class="hero-2"
/>
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/61fc17c36719d369410a5a94_gameball-home-hero-message-p-500.png"
alt="hot sale"
class="hero-3"
/>
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/61f1501adf94b031eb45a307_icon-features-wallets.svg"
alt="wallet-icon"
class="hero-4"
/>
</div>
</div>
</section>
</main>
<!-- Customers Section -->
<section class="container customers flex-col">
<h2 class="heading-secondary heading">
Trusted by over 1,500 business world wide
</h2>
<div class="flex customers-logos">
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/6202cee74b42fa5b090490fb_gameball-customer-fortworth.svg"
alt="Forworth logo"
class="customers-logo"
/>
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/6202cee7cc313f78fd959aad_gameball-customer-xiaomi.svg"
alt="xiamoi logo"
class="customers-logo"
/>
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/62026a278c2f8c2ebd542c15_gameball-customer-elsewedy-electric.svg"
alt="Elsewedy-electric logo"
class="customers-logo"
/>
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/62026a27916c6be4d113491f_gameball-customer-dailymealz.svg"
alt="dailymealz logo"
class="customers-logo"
/>
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/62026a2780bbb327a5e50703_gameball-customer-indibet.svg"
alt="indibet logo"
class="customers-logo"
/>
</div>
</section>
<!-- Footer -->
<footer>
<div class="footer-pop flex-col container">
<h2 class="heading-secondary heading">
Take the first steps towards growth
</h2>
<p class="footer-pop-description">
Book your free consultation with our team and learn about all the ways
you can grow your business, engage your customers and improve
retention with our marketing solutions and retention programs.
</p>
<a
href="http://9086026.hs-sites.com/en/gameball-live-demo-booking-0-0"
target="_blank"
class="btn"
>Book A Demo</a
>
</div>
<div class="grid-footer container white-text">
<div class="flex-col logo-col">
<a href="https://www.gameball.co/" target="_blank">
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/61fb9602b31df77c33e64bf0_gameball-logo-white.svg"
alt="ganeball logo"
class="footer-logo"
/>
</a>
<form action="#">
<label for="subscribe" class="subscribe"
>Subscribe to our newsletter</label
><br />
<input
type="email"
name="email"
id="subscribe"
placeholder="Enter your email"
/>
<input type="submit" value="Subscribe" class="form-btn" />
</form>
</div>
<div class="flex-col company-col">
<a
href="https://www.gameball.co/landing-shopify"
class="footer-heading"
>
For Shopify
</a>
<p class="footer-heading">Product</p>
<a
href="https://www.gameball.co/incentives-management/loyalty-cashback"
class="footer-links"
>Loyalty & Cashback</a
>
<a
href="https://www.gameball.co/incentives-management/levels-and-tiers"
class="footer-links"
>VIP & Tiering</a
>
<a
href="https://www.gameball.co/incentives-management/referrals"
class="footer-links"
>Referrals</a
>
<a
href="https://www.gameball.co/incentives-management/features"
class="footer-links"
>Gamification & Rule-based Rewards</a
>
<a
href="https://www.gameball.co/incentives-management/wallets"
class="footer-links"
>Wallets</a
>
<a
href="https://www.gameball.co/cross-channel-messaging"
class="footer-links"
>Cross Channel Messaging</a
>
<a
href="https://www.gameball.co/profiling-and-segmentation"
class="footer-links"
>Profiling & Segmentation</a
>
</div>
<div class="flex-col company-col">
<a href="https://app.gameball.co/install" class="footer-heading"
>Pricing: Shopify
</a>
<a href="https://www.gameball.co/#" class="footer-heading"
>Partners (Soon)
</a>
<a href="#" class="footer-heading">Industries (Soon)</a>
<a href="https://www.gameball.co/#" class="footer-links"
>E-commerce</a
>
<a href="https://www.gameball.co/#" class="footer-links">Retail</a>
<a href="https://www.gameball.co/#" class="footer-links">Fintech</a>
</div>
<div class="flex-col company-col">
<p class="footer-heading">Resources</p>
<a href="https://www.gameball.co/integrations" class="footer-links"
>Integrations</a
>
<a href="https://www.gameball.co/apps" class="footer-links">Apps</a>
<a href="http://help.gameball.co/" class="footer-links"
>Help Center</a
>
<a href="https://blog.gameball.co/" class="footer-links">Blog</a>
<a href="http://developer.gameball.co/" class="footer-links"
>Developer Portal</a
>
<a
href="http://app.gameball.co/signup/shopify?install=true"
class="footer-links"
>Case Studies (Soon)</a
>
<p class="footer-heading">Company</p>
<a href="https://www.gameball.co/careers" class="footer-links"
>Careers</a
>
</div>
</div>
<div class="End-footer">
<hr />
<div class="flex footer-copyright">
<p class="copyright">
© 2022 Gameball·<span class="privacy">Privacy policy</span>
</p>
<div class="social-meadia">
<a
href="https://www.facebook.com/Gameball.co/"
class="social-links"
>
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/61f138497dd58a6a52fae0e3_Group%2025.svg"
alt="gameball facebook"
class="social-icons"
/>
</a>
<a href="https://twitter.com/gameballco" class="social-links">
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/61f138497dd58a563ffae0f0_Vector.svg"
alt="gameball twitter"
class="social-icons"
/>
</a>
<a
href="https://www.instagram.com/gameball.co/"
class="social-links"
>
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/61f138497dd58a95cdfae0e9_Group%2026.svg"
alt="gameball instagram"
class="social-icons"
/>
</a>
<a href="http://linkedin.com/company/gameball" class="social-links">
<img
src="https://assets.website-files.com/61f138487dd58a6828fae08f/61f138497dd58a3b4bfae0e2_Group%2027.svg"
alt="gameball linkedin"
class="social-icons"
/>
</a>
</div>
</div>
</div>
</footer>
<!-- Test comment for github-->
<!-- ICONS -->
<script
type="module"
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"
></script>
</body>
</html>