-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
230 lines (205 loc) · 13.7 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
<!DOCTYPE html>
<html ng-app="indexApp">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<meta charset="utf-8">
<title>HookChat - Play the Game of Life</title>
<meta name="description" content="HookChat - Play the Game of Life and chat to people you're compatible with." />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Codeply">
<!-- Facebook related metatags -->
<meta property="og:url" content="http://hookchat.co/">
<meta property="og:title" content="HookChat - Play | Match | Chat">
<meta property="og:image" content="http://hookchat.co/images/FP4R72OQII.jpg">
<meta property="og:description" content="Play the Game of Life in real-time with another person and chat with the ones you're compatible with.">
<meta property="og:site_name" content="www.hookchat.co">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" />
<link href="http://cdnjs.cloudflare.com/ajax/libs/animate.css/3.1.1/animate.min.css" rel="stylesheet" />
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/loaders.min.css" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/custom-inputs.css" />
<link rel="stylesheet" href="css/bootstrap-social.css" />
<link rel="stylesheet" type="text/css" href="css/sweetalert.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js"></script>
<script type='text/javascript' src='http://dsms0mj1bbhn4.cloudfront.net/assets/pub/shareaholic.js' data-shr-siteid='57cd238c48cdee04bf762ee8f0c8beed' data-cfasync='false' async='async'></script>
</head>
<body>
<nav id="topNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<img class="img-responsive" src="images/HOOKCHAT-Logo-for-web.jpg" />
</div>
</div>
</nav>
<header id="first">
<div class="header-content">
<div class="inner">
<h1 class="cursive">Play | Match | Chat</h1>
<h3>How it works</h3>
<div class="row">
<div class="list col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1 col-xs-12 col-xs-offset-0">
<h4><span class="number">1</span>Play a quick (2 min) “game of life” in real-time with another person</h4>
<h4><span class="number">2</span>Are you two compatible?</h4>
<h4><span class="number">3</span>YES! Then view each other’s photo and instantly chat if mutually agree</h4>
</div>
<hr>
<a href="#" class="btn btn-primary btn-xl">Try it NOW for FREE <i class="ion-android-arrow-forward"></i></a>
<h4>It's SIMPLE & FUN!</h4>
</div>
</div>
</div>
<!--<video autoplay="" loop="" class="fillWidth fadeIn wow collapse in" data-wow-delay="0.5s" poster="https://s3-us-west-2.amazonaws.com/coverr/poster/Traffic-blurred2.jpg" id="video-background" style="visibility: visible; animation-delay: 0.5s; animation-name: fadeIn;">
<source src="videos/Mp4/Going-Places.mp4" type="video/mp4">Your browser does not support the video tag. I suggest you upgrade your browser.
</video>-->
</header>
<section class="game" ng-controller="AppCtrl">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 col-sm-8 col-sm-offset-2">
<div id="get-data">
<h1>Let's get started</h1>
<h4>Tell us a little bit about yourself</h4>
<div class="form">
<label>Age:</label>
<input class="field" type="number" id="age" min="18" max="99" ng-model="age">
<label>Interested in:</label>
<div class="col-md-4 col-md-offset-3">
<form class="ac-custom ac-radio ac-fill">
<ul>
<li>
<input id="rmen" name="r1" type="radio" ng-click="interestedIn('Men')">
<label for="rmen" ng-click="interestedIn('Men')">Men</label>
</li>
<li>
<input id="rwomen" name="r1" type="radio" ng-click="interestedIn('Women')">
<label for="rwomen" ng-click="interestedIn('Women')">Women</label>
</li>
</ul>
</form>
</div>
<div style="clear: both; color: rgb(233, 233, 15);" class="text-danger" ng-show="showValidationErr">
Come on... let's find someone for you, just enter your age & interest & LET's GO!
</div>
<div style="clear: both;">
<a href="#" class="btn btn-primary btn-xl form-go" ng-click="startToConnect()">GO <i class="ion-android-arrow-forward"></i></a>
</div>
</div>
</div>
<div id="searching" style="display: none;">
<h1>Searching...</h1>
<div class="loader">
<div class="loader-inner ball-zig-zag-deflect">
<div></div><div></div>
</div>
</div>
</div>
<div id="connected" style="display: none;">
<h1>You’ve been connected with:</h1>
<h3><b class="person-name">{{personName}}</b></h3>
<div class="explanations">
<p>You’ll get 3 questions.</p>
<p>Answer the questions in the same time with {{personName}}.</p>
<p>If you both select the same answer you go to the next one.</p>
<p>3/3 and you're in.</p>
<p>If not, then try again with another person.</p>
<a href="#" class="btn btn-primary btn-xl start">Start <i class="ion-android-arrow-forward"></i></a>
</div>
</div>
<div id="get-ready" style="display:none;">
<h1>Get ready</h1>
<h2 class="one" style="display:none;">3</h2>
<h2 class="two" style="display:none;">2</h2>
<h2 class="three" style="display:none;">1</h2>
<h2 class="four-go" style="display:none;">GO!</h2>
</div>
<div id="questions" style="display: none;">
<form class="ac-custom ac-radio ac-fill">
<h2>{{questioNo}}. {{question}}</h2>
<p id="question-congrats" style="display:none;">Congratulations! <i class="fa fa-thumbs-o-up fa-lg"></i> <br /> You answered the same as {{personName}}.</p>
<ul>
<li ng-repeat="answer in answers">
<input ng-attr-id="{{ 'ranswer'+ $index }}" name="r2" type="radio">
<label ng-attr-for="{{ 'ranswer'+ $index }}">{{answer}}</label>
</li>
</ul>
</form>
<div class="response-status" style="color: rgb(233, 233, 15);">
<p>{{personName}} is reading the question...</p>
<p id="answearing" style="display:none;">{{personName}} is answering the question...</p>
<p id="picked-answear" style="display:none;">{{personName}} picked the answer... <b style="display:none;">Waiting for YOU!</b></p>
</div>
</div>
<div id="great-match" style="display: none;">
<h1>Congratulations!</h1>
<h3>You and {{personName}} are a GREAT MATCH <i class="ion-happy-outline" style="font-size: 30px;"></i></h3>
<img class="img-responsive" ng-src="{{profileImgUrl}}" />
<h3>Like what you see?</h3>
<p>This is a demo for our mobile app that’s launching March 29.</p>
<p>We guarantee real-time conversations with real people.</p>
<p>Join our VIP list for the real thing!</p>
<a href="#" class="btn btn-primary btn-xl sign-up-now">Join now <i class="ion-android-arrow-forward"></i></a>
</div>
<div id="sign-up-form" style="display: none;">
<h1>Sign up to chat now</h1>
<a class="btn btn-block btn-social btn-lg btn-facebook"><i class="fa fa-facebook"></i>Sign up with Facebook</a>
<p style="max-width: 500px; margin: 0 auto;">We only request minimum permissons and will never post anything on your wall.</p>
<h3>or</h3>
<input class="field" type="text" placeholder="Username">
<input class="field" type="password" placeholder="Password"><br />
<a href="#" class="btn btn-primary btn-xl sign-up">Sign up to chat <i class="ion-android-arrow-forward"></i></a>
</div>
</div>
</div>
</div>
</section>
<!--scripts loaded here from cdn for performance -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.js"></script>
<script src="http://www.parsecdn.com/js/parse-1.4.0.min.js"></script>
<script src="js/scripts.js"></script>
<script src="js/svgcheckbx.js"></script>
<script src="js/indexController.js"></script>
<script src="js/sweetalert.min.js"></script>
<!--Google analytics-->
<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', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-65114946-3', 'auto');
ga('send', 'pageview');
</script>
<!-- start Mixpanel -->
<script type="text/javascript">
(function (e, b) {
if (!b.__SV) {
var a, f, i, g; window.mixpanel = b; b._i = []; b.init = function (a, e, d) {
function f(b, h) { var a = h.split("."); 2 == a.length && (b = b[a[0]], h = a[1]); b[h] = function () { b.push([h].concat(Array.prototype.slice.call(arguments, 0))) } } var c = b; "undefined" !== typeof d ? c = b[d] = [] : d = "mixpanel"; c.people = c.people || []; c.toString = function (b) { var a = "mixpanel"; "mixpanel" !== d && (a += "." + d); b || (a += " (stub)"); return a }; c.people.toString = function () { return c.toString(1) + ".people (stub)" }; i = "disable time_event track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config people.set people.set_once people.increment people.append people.union people.track_charge people.clear_charges people.delete_user".split(" ");
for (g = 0; g < i.length; g++) f(c, i[g]); b._i.push([a, e, d])
}; b.__SV = 1.2; a = e.createElement("script"); a.type = "text/javascript"; a.async = !0; a.src = "undefined" !== typeof MIXPANEL_CUSTOM_LIB_URL ? MIXPANEL_CUSTOM_LIB_URL : "file:" === e.location.protocol && "//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^\/\//) ? "https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js" : "//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js"; f = e.getElementsByTagName("script")[0]; f.parentNode.insertBefore(a, f)
}
})(document, window.mixpanel || []);
mixpanel.init("5e5da738f2a53dd241adb5de5d129a80");
mixpanel.track("Page Viewed");
</script>
<!-- end Mixpanel -->
<!-- Hotjar Tracking Code for http://www.hookchat.co -->
<script>
(function (h, o, t, j, a, r) {
h.hj = h.hj || function () { (h.hj.q = h.hj.q || []).push(arguments) };
h._hjSettings = { hjid: 140805, hjsv: 5 };
a = o.getElementsByTagName('head')[0];
r = o.createElement('script'); r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, 'http://static.hotjar.com/c/hotjar-', '.js?sv=');
</script>
</body>
</html>