sportsbet-mobile
Version:
Sportsbet mobile
142 lines (129 loc) • 5.58 kB
HTML
<template name="landingRegister">
<section class="landing login register">
<div class="container">
<img class="judge" src="{{cdnUrl}}images/judge.png"> <img class="ribbon" src="{{cdnUrl}}images/ribbon.png">
<a href="/" class="logo"><img src="{{cdnUrl}}images/logoLanding.png"></a>
{{#unless or landingRegistrationComplete activeUser}}
<div class="content">
<div class="yellow-bg round3px">
<h2>CONGRATULATIONS, YOU PASSED OUR QUIZ!</h2>
<p>To participate in giveaway of EURO 2016 final tickets, please <b>REGISTER</b> on sportsbet.io.</p>
<img class="arrow" src="{{cdnUrl}}images/yellowArrow.png">
<div class="clearfix"></div>
</div>
</div>
{{/unless}}
{{#unless or landingRegistrationComplete activeUser}}
{{> register}}
{{else}}
<div class="modal-dialog registered" role="document">
<div class="modal-content">
<div class="modal-header">
<img src="/{{cdnUrl}}images/registered.jpg">
</div>
<div class="modal-body">
<!--<div class="text">Now relax and wait while we finish the product and launch it together with our <b>freegiveaway</b>-->
<!--</div>-->
{{#if participating}}
<div class="yellow-block">
<div id="thanks_msg">
<h1>CONGRATULATIONS!</h1>
<h4>You are now registered to the Prediction Game raffle! There is a lot more coming from Sportsbet.io so stay tuned...</h4>
<p>As of this moment you have a chance to win the EURO 2016 final tickets and a piece of the 3000 mBTC Prediction Game prize pool. If your selection wins, you will get a piece.</p>
<br/>
<br/>
</div>
</div>
{{else}}
<div class="yellow-block">
<h2 id="hide">WHILE YOU ARE WAITING, PARTICIPATE IN OUR 3000 mBTC PREDICTION PROMO:</h2>
<div class="que_block" id="hide_data">
<h2>WHO WILL WIN EURO 2016?</h2>
</div>
{{#if processing}}
<div class="text-center" style="font-size: 40px">
<i class="fa fa-spin fa-spinner"></i>
</div>
{{else}}
<div class="form_block">
<form id="submit_form" onsubmit="" action="javascript: postContactToGoogle()" method="post" enctype="multipart/form-data">
<div class="row">
<div class="sml">
<div class="g_icon">
<img src="{{cdnUrl}}images/deleteAfterLive/form_icon.png">
</div>
</div>
<div class="big">
<select name="team_name" id="team_name">
<option value="">Choose your answer here</option>
{{#each answers}}
<option value="{{this}}">{{this}}</option>
{{/each}}
</select>
</div>
</div>
<div class="btn_block">
<button type="submit" id="submit_btn" >SUBMIT YOUR ANSWER</button>
</div>
</form>
</div>
{{/if}}
</div>
{{/if}}
<div class="yellow-bg round3px">
<img class="whistle" src="{{cdnUrl}}images/whistle.png">
<h2>Important dates:</h2>
<div class="clearfix"></div>
</div>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>1st of June</td>
<td>Official opening of sportsbet.io</td>
</tr>
<tr>
<td>10th of June</td>
<td>Award of tickets to final game of EURO 2016 and other prizes</td>
</tr>
<tr>
<td>10th of June</td>
<td>Start of EURO 2016</td>
</tr>
<tr>
<td>10th of July</td>
<td>EURO 2016 Final</td>
</tr>
</table>
</div>
<div class="modal-footer">
<img src="{{cdnUrl}}images/goodLuck.png">
</div>
</div>
</div>
{{/unless}}
<div class="content">
<h1>SportsBet.io</h1>
<p>Is a brand new Bitcoin sports betting platform that will open its doors on June 1st, 2016 for all sports fans. The Football world is stoked with amazement waiting eagerly for this summer’s EURO 2016, and we on SportsBet.io believe we can offer our customers the best possible football betting experience!</p>
<p>To celebrate the official opening, we are raffling 2 EURO 2016 final game tickets among all pre-registered members, while there will be 1 lucky winner who gets the ultimate prize - the amazing trip package to France, the country to host this year’s EURO Championship. Others will have a chance to win various BTC prizes during EURO 2016 events, with the total prize pool amounting to a jaw-dropping 300BTC.</p>
<hr>
<h2>Why sportsbet.io should be your #1 bitcoin sportsbook?</h2>
<div class="icon">
<img src="{{cdnUrl}}images/responsive.png"> Available on desktop, mobile and tablet
</div>
<div class="icon">
<img src="{{cdnUrl}}images/responsive.png"> Best possible odds on all major events
</div>
<div class="icon">
<img src="{{cdnUrl}}images/bet.png"> Max bet is up to 100 BTC on match
</div>
<div class="icon">
<img src="{{cdnUrl}}images/support.png"> Support 24/7 over live chat and emails
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="footer">
© 2016 SportsBet.io. All rights reserved.
<a class="btn btn-block green" href="http://affiliates.sportsbet.io/register" style="width: 200px; margin: 0 auto">Affiliates</a>
</div>
</section>
</template>