-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
480 lines (417 loc) · 20.2 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<title>FanBeat | Live-Action Sports Gaming</title>
<!-- Search Engine -->
<meta name="image" content="https://d29apgvy4a3add.cloudfront.net/sharing/share-fanbeat.png" />
<!-- Schema.org for Google -->
<meta itemprop="name" content="FanBeat | Live-Action Sports Gaming" />
<meta itemprop="image" content="https://d29apgvy4a3add.cloudfront.net/sharing/share-fanbeat.png" />
<meta itemprop="description" content="Play along with the sporting action by answering trivia and predict-the-action questions during breaks in the action. Compete for prizes against all fans and groups of friends." />
<meta name="description" content="Play along with the sporting action by answering trivia and predict-the-action questions during breaks in the action. Compete for prizes against all fans and groups of friends." />
<!-- Twitter Card data -->
<!-- <meta name="twitter:card" content="summary_large_image" /> -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@fanbeat" />
<meta name="twitter:creator" content="@fanbeat" />
<meta name="twitter:title" content="FanBeat | Live-Action Sports Gaming">
<meta name="twitter:description" content="Play along with the sporting action by answering trivia and predict-the-action questions during breaks in the action. Compete for prizes against all fans and groups of friends.">
<meta name="twitter:image" content="https://d29apgvy4a3add.cloudfront.net/sharing/share-fanbeat.png" />
<!-- Open Graph data -->
<meta property="og:title" content="FanBeat | Live-Action Sports Gaming" />
<meta name="og:site_name" content="FanBeat | Live-Action Sports Gaming">
<meta property="og:description" content="Play along with the sporting action by answering trivia and predict-the-action questions during breaks in the action. Compete for prizes against all fans and groups of friends." />
<meta name="og:image:secure_url" content="https://d29apgvy4a3add.cloudfront.net/sharing/share-fanbeat.png">
<meta property="og:image" content="https://d29apgvy4a3add.cloudfront.net/sharing/share-fanbeat.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.fanbeat.com/" />
<!-- <meta property="og:image" content="https://d29apgvy4a3add.cloudfront.net/sharing/share-bulls.jpg" /> -->
<!-- Facebook -->
<meta property="fb:app_id" content="597134073724700" />
<!-- Styles -->
<link href="css/reset.css" rel="stylesheet" type="text/css">
<link href="css/fonts.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css"/>
<!-- Font -->
<link href="https://fonts.googleapis.com/css?family=Jura:400,500,300" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<!-- jQuery -->
<script src="js/jquery-1.12.2.min.js"></script>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script> -->
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#111111">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#e92637">
<script type="text/javascript">
adroll_adv_id = "NHL4RVKC6ZCCBA22MWMGJY";
adroll_pix_id = "NZUWYO5I6RE3ZONEZ3VMQU";
(function () {
var _onload = function(){
if (document.readyState && !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return}
if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return}
var scr = document.createElement("script");
var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "http://a.adroll.com");
scr.setAttribute('async', 'true');
scr.type = "text/javascript";
scr.src = host + "/j/roundtrip.js";
((document.getElementsByTagName('head') || [null])[0] ||
document.getElementsByTagName('script')[0].parentNode).appendChild(scr);
};
if (window.addEventListener) {window.addEventListener('load', _onload, false);}
else {window.attachEvent('onload', _onload)}
}());
</script>
</head>
<body class="fanbeat">
<header class="page-header" id="site-header">
<!-- bg video -->
<!-- div class="video-wrap">
<video autoplay="" loop="" id="bg-video" poster="img/video-poster.jpg">
<source src="https://player.vimeo.com/external/161774388.hd.mp4?s=714e301f5bbc4c642f8f2bbe48e2741922140720&profile_id=119" type="video/mp4">
</video>
<div class="image" style="background-image:url('img/video-poster.jpg')"></div>
</div -->
<div class="video-wrap">
<div class="embed-container" style="background-image:url('img/video-poster.jpg')">
<iframe id="vimeoPlayer" src="//player.vimeo.com/video/161774388?autoplay=1&loop=1&autopause=0&badge=0&byline=0&portrait=0&title=0&background=1&api=1&player_id=vimeoPlayer" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
</div>
<div id="vimeoPoster" class="image" style="background-image:url('img/video-poster.jpg')"></div>
</div>
<div class="container">
<nav id="main-nav">
<h1 class="site-logo">FanBeat</h1>
<ul>
<li><a href="#section-how-it-works"><span class="bp6plus">How it works</span><span class="bp6">About</span></a></li>
<li><a href="#section-partners">Partners</a></li>
<li><a href="#section-news">In The News</a></li>
<li><a href="#section-company">Company</a></li>
<li><a href="https://blog.fanbeat.com/">Blog</a></li>
<!-- <li class="button"><a href="https://play.fanbeat.com/"><span class="bp7plus">Play</span><ins> the</ins> Game</a></li> -->
</ul>
</nav>
<div class="text">
<h1 class="site-logo">FanBeat</h1>
<h2>Live-Action<span class="break"> </span> Sports Gaming</h2>
<p>Available on the app store <i class="icon-apple"></i></p>
</div>
<div class="promo-container">
<div class="nascar-promo">
<!-- <img id="nascar-logo" src="img/ase-logo.png" alt="Pick'Em All-Star Edition">
<br/> -->
<!-- <div class="button"><a href="https://play.fanbeat.com/"><span class="bp7plus">Play</span><ins> the</ins> Game</a></div> -->
</div>
<!-- <div class="braves-promo">
<img id="braves-logo" src="img/caesars-hoops-challenge-logo.png" alt="Caesars Rewards $1 Million Hoops Challenge">
<br/>
<div class="button"><a href="/caesars/"><span class="bp7plus">Play</span><ins> the</ins> Game</a></div>
</div> -->
</div>
</div><!-- .container -->
</header>
<section id="hiw">
<a id="section-how-it-works" class="anchor"></a>
<div class="container">
<h2>How It Works</h2>
<p>Play at the stadium or at home <span class="slash">/</span> Answer questions during breaks in the action <span class="slash"> / </span> <strong>Compete for prizes against all fans and groups of friends</strong></p>
<div class="phones">
<div class="phone img-wrap" id="phone-1">
<img src="img/[email protected]" alt="fanbeat-mobile-1">
</div>
<div class="phone img-wrap" id="phone-2">
<img src="img/[email protected]" alt="fanbeat-mobile-2">
</div>
<div class="phone img-wrap" id="phone-3">
<img src="img/[email protected]" alt="fanbeat-mobile-3">
</div>
</div>
</div><!-- .container -->
</section>
<section id="partners">
<a id="section-partners" class="anchor"></a>
<div class="container">
<div class="phone">
<img src="img/[email protected]" alt="fanbeat-mobile-4">
</div>
<h2>Winning Partnerships</h2>
<p>We enable teams, leagues and media partners to increase fan engagement through gamified live action and curated content.</p>
<ul class="perks">
<li>
<div class="icon" id="icon-engage"></div>
<h3>Engage</h3>
<p>Create an active viewing experience and competition that keeps fans coming back game after game.</p>
</li>
<li>
<div class="icon" id="icon-attract"></div>
<h3>Attract</h3>
<p>Educate and engage the next generation of fans who gravitate to mobile devices during breaks in the action.</p>
</li>
<li>
<div class="icon" id="icon-monetize"></div>
<h3>Monetize</h3>
<p>Create a significant new sponsorship revenue stream, turning FanBeat into a profit center.</p>
</li>
<li>
<div class="icon" id="icon-activate"></div>
<h3>Activate</h3>
<p>Capture unique and valuable insights to inform marketing campaigns and strategic business decisions.</p>
</li>
</ul>
</div><!-- .container -->
</section>
<section id="quote">
<div class="container">
<i class="icon-quote" id="quote-open"></i>
<i class="icon-quote" id="quote-close"></i>
<blockquote>
<p>We chose FanBeat as our in-venue fan gaming solution because the platform’s flexibility around questions, prizes, promotional content and timing enables us to create a compelling experience for our fans.</p>
<cite>— Greg Mize, Director of Digital Marketing at the Atlanta Braves</cite>
</blockquote>
</div><!-- .container -->
</section>
<section id="section-news" class="news-slider">
<div class="container">
<h2>In The News</h2>
<div class="row slick-section">
<div class="slick-slider news-box">
<h3>FanBeat Launches "Football Fortune" for Seahawks' 2021 Playoff Run</h3>
<p>Seahawks Offer Fans an Engaging New Predictive-Play Game for a Chance to Win Seahawks Gear and Cold, Hard Cash</p>
<button><a href="https://www.seahawks.com/news/thursday-round-up-play-seahawks-football-fortune-for-a-chance-at-50-000-and-othe" target="_blank">Read More</a></button>
</div>
<div class="slick-slider news-box">
<h3>Trail Blazers Offer "Beat The Buzzer" Game, Sponsored by Toyota, for 2021 Playoffs</h3>
<p>For the Second Consecutive Season, FanBeat Delivers Live-Action Playoff Game to Promote Fan Engagement</p>
<button><a href="https://www.nba.com/blazers/buzzer" target="_blank">Read More</a></button>
</div>
<div class="slick-slider news-box">
<h3>FanBeat Powers 2020 NBA Pick'Em All-Star Edition</h3>
<p>Game is Sponsored by AT&T and Will Run for Rising Stars Challenge, All-Star Saturday Night and the 69th NBA All-Star Game</p>
</div>
<div class="slick-slider news-box">
<h3>FanBeat to Run 2020 PGA Championship and US Open with Callaway Golf</h3>
<p>FanBeat and Callaway Golf Team Up to Run a Live-Action Game for Two of the Year's Biggest Golf Events with a $2 Million Prize Available to Win</p>
<button><a href="https://golf.com/gear/callaway-trivia-prizes-pga-championship/" target="_blank">Read More</a></button>
</div>
<div class="slick-slider news-box">
<h3>FanBeat Powers 2020 Trail Blazers Beat the Buzzer</h3>
<p>Trail Blazers Offer Fun Live-Action Game for Bubble Play and Postseason, Powered by FanBeat and Presented by Toyota</p>
<button><a href="https://golf.com/gear/callaway-trivia-prizes-pga-championship/" target="_blank">Read More</a></button>
</div>
<div class="slick-slider news-box">
<h3>FanBeat Partners with Caesars Entertainment for $1 Million Hoops Challenge</h3>
<p>Live-Action Game Experience to Run During Semifinals and Finals of the Men's College Basketball Tournament</p>
<button><a href="https://www.marketwatch.com/press-release/fanbeat-partners-with-caesars-entertainment-for-1-million-hoops-challenge-2019-04-02?mod=mw_quote_news" target="_blank">Read More</a></button>
</div>
<!-- <div class="slick-slider news-box">
<h3>FanBeat Tees Up With Callaway and GOLF Channel</h3>
<p>Sports Media Report features Callaway’s $1 Million FanBeat Challenge</p>
<button><a href="http://sportsmediareport.net/2019/03/04/fanbeat-tees-up-with-callaway-and-golf-channel/" target="_blank">Read More</a></button>
</div>
<div class="slick-slider news-box">
<h3>Callaway’s $1 Million FanBeat Challenge</h3>
<p>The live-action game presented by the Golf Channel allows golf fans to answer predictive-play and trivia questions during tournament coverage for a chance to win $1 million and dozens of other Callaway-sponsored prizes.</p>
<button><a href="https://www.golfchannel.com/news/callaways-1-million-fanbeat-challenge-2019" target="_blank">Read More</a></button>
</div> -->
</div>
</div>
</section>
<section id="company">
<a id="section-company" class="anchor"></a>
<div class="container">
<h2>Company</h2>
<p>Our team of game producers, software engineers, digital designers and account management resources is headquartered in Atlanta, GA.</p>
<ul>
<li>
<div class="image"><img src="img/[email protected]" alt="Ed Trimble"></div>
<span class="name">Ed Trimble</span>
<span class="position">CEO</span>
<a href="https://www.linkedin.com/in/edtrimble" target="_blank"><i class="icon-linkedin"></i></a>
</li>
<li>
<div class="image"><img src="img/[email protected]" alt="Dave Bouteiller"></div>
<span class="name">Dave Bouteiller</span>
<span class="position">EVP, Business Development</span>
<a href="https://www.linkedin.com/in/davebouteiller/" target="_blank"><i class="icon-linkedin"></i></a>
</li>
<li>
<div class="image"><img src="img/[email protected]" alt="Mike Richards"></div>
<span class="name">Mike Richards</span>
<span class="position">CTO, Tech Co-Founder</span>
<a href="https://www.linkedin.com/in/mikemrichards" target="_blank"><i class="icon-linkedin"></i></a>
</li>
</ul>
</div>
</section>
<footer class="page-footer">
<div class="container">
<div class="colophon">
<span class="copyright">© 2023 FanBeat Inc. All rights reserved.</span>
<a href="mailto:[email protected]">Support</a>
<a href="/terms/" target="_blank">Terms & Conditions</a>
</div>
<div class="social">
<a href="https://www.facebook.com/fanbeat" target="_blank" class="social-link"><i class="icon-facebook"></i></a>
<a href="https://twitter.com/fanbeat" target="_blank" class="social-link"><i class="icon-twitter"></i></a>
</div>
</div><!-- .container -->
</footer>
<script
src="http://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js"></script>
<script type="text/javascript" src="js/froogaloop.min.js"></script>
<script type="text/javascript">
$('.slick-section').slick({
infinite: true,
slidesToShow: 2,
slidesToScroll: 2,
autoplay:false,
autoplaySpeed:5000,
responsive: [
{
breakpoint: 1600,
settings: {
slidesToShow: 2,
slidesToScroll: 2
}
},
{
breakpoint: 1400,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
},
{
breakpoint: 480,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
}
]
});
</script>
<script type="text/javascript">
$(function() {
var iframe = $('#vimeoPlayer')[0];
var player = $f(iframe);
var poster = $("#vimeoPoster");
// When the player is ready, add listeners for pause, finish, and playProgress
player.addEvent('ready', function() {
player.addEvent('playProgress', onPlay);
});
function onPlay() {
poster.fadeOut();
}
});
$(document).ready(function() {
// SMOOTH SCROLLING ANCHOR LINKS
$('a[href^="#"]').on('click',function (e) {
e.preventDefault();
var target = this.hash;
var $target = $(target);
$('html, body').stop().animate({
'scrollTop': $target.offset().top
}, 900, 'swing', function () {
window.location.hash = target;
});
});
// ADD CLASS TO HEADER ON SCROLL
$(window).scroll(function() {
var scroll = $(window).scrollTop();
if (scroll >= 150) {
$("#main-nav").addClass("scrolled");
} else {
$("#main-nav").removeClass("scrolled");
}
});
//fit vids
var _allVideos = $("iframe[src^='//player.vimeo.com']");
var _fluidEl = $(".embed-container");
_allVideos.each(function() {
var _el = $(this);
var _ar = _el.height() / _el.width();
_el.data('aspectRatio', _ar ).removeAttr('height').removeAttr('width');
});
// When the window is resized
$(window).resize(function() {
// Resize all videos according to their own aspect ratio
_allVideos.each(function() {
var _el = $(this);
var _maxWidth = _fluidEl.width();
var _maxHeight = _fluidEl.height();
var _fluidWidth = _maxWidth;
var _fluidHeight = _maxWidth * _el.data('aspectRatio');
//console.log("fluid height: " + _fluidHeight);
//console.log("Max height: " + _maxHeight);
if(_fluidHeight < _maxHeight) {
var _offset = _maxHeight / _fluidHeight;
var newWidth = _maxWidth * _offset;
var newHeight = newWidth / _el.data('aspectRatio');
} else {
var newWidth = _maxWidth;
var newHeight = newWidth / _el.data('aspectRatio');
}
//var newWidth = _maxWidth;
//var newHeight = newWidth / _el.data('aspectRatio');
_el.css({
width : newWidth,
height : newHeight
});
});
// Kick off one resize to fix all videos on page load
}).resize();
// var mobileinteraction='click'
// if (!("ontouchstart" in document.documentElement)) {
// mobileinteraction = 'mousedown';
// }
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-67449417-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript">
$(document).ready(function() {
$('.btn-ios').click(function() {
ga('send', {
hitType: 'event',
eventCategory: 'Button',
eventAction: 'download',
eventLabel: 'Download iOS App'
});
});
$('.btn-android').click(function() {
ga('send', {
hitType: 'event',
eventCategory: 'Button',
eventAction: 'download',
eventLabel: 'Download Android App'
});
});
});
</script>
</body>
</html>