-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·289 lines (270 loc) · 15 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
<!doctype html>
<html lang="en">
<head>
<script src="https://www.gstatic.com/firebasejs/5.11.0/firebase.js"></script>
<script>
// Initialize Firebase
var config = {
apiKey: "AIzaSyCRVBRzsK8ptPin_tUaZDDop7m0_drjAB0",
authDomain: "my-awesome-project-cf965.firebaseapp.com",
databaseURL: "https://my-awesome-project-cf965.firebaseio.com",
projectId: "my-awesome-project-cf965",
storageBucket: "my-awesome-project-cf965.appspot.com",
messagingSenderId: "762990016358"
};
firebase.initializeApp(config);
</script>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="assets/img/favicon.png">
<!--Tab Icon -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>La Chess Connection</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="viewport" content="width=device-width" />
<link href="assets/css/bootstrap.css" rel="stylesheet" />
<link href="assets/css/landing-page.css" rel="stylesheet"/>
<!-- Fonts and icons -->
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400,300' rel='stylesheet' type='text/css'>
<link href="assets/css/pe-icon-7-stroke.css" rel="stylesheet" />
</head>
<body class="landing-page landing-page1">
<nav class="navbar navbar-transparent navbar-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button id="menu-toggle" type="button" class="navbar-toggle" data-toggle="collapse" data-target="#example">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar bar1"></span>
<span class="icon-bar bar2"></span>
<span class="icon-bar bar3"></span>
</button>
<a href="https://itunes.apple.com/us/app/la-chess-connection/id1444309495">
<div class="logo-container">
<div class="logo">
<img src="assets/img/favicon.png" alt="Creative Tim Logo">
</div>
<div class="brand">
<b> Chess Connection </b>
</div>
</div>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="example" >
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://twitter.com/chess_la">
<i class="fa fa-twitter"></i>
<b> Tweet </b>
</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</nav>
<div class="wrapper">
<div class="parallax filter-gradient blue" data-color="good">
<div class="parallax-background">
<img class="parallax-background-image" src="assets/img/template/Bg1.jpg">
</div>
<div class= "container">
<div class="row">
<div class="col-md-5 hidden-xs">
<div class="parallax-image">
<img class="phone" src="assets/img/template/iphone3.jpeg" style="margin-top: 20px"/>
</div>
</div>
<div class="col-md-6 col-md-offset-1">
<div class="description">
<h2> <b> La Chess Connection </b> </h2>
<br>
<h5> <b> Find Chess-Playing People Everywhere You Go! </b> </h5>
</div>
<div class="buttons">
<button class="btn btn-fill btn-neutral">
<i class="fa fa-apple"></i> Appstore
</button>
</div>
</div>
</div>
</div>
</div>
<div class="section section-gray section-clients">
<div class="container text-center">
<h4 class="header-text">Socialize with Chess</h4>
<p>
Chess lovers, join "La Chess Connection" prestigious community of players! La Chess Connection enables you to meet a lot of different players around you. In a friendly and sharing spirit, but also for competitive and tactical purposes, let's build a great social network! Meet new friends, organize games, contribute to the community and enjoy a good time in new places around you!<br>
</p>
<div class="logos">
<ul class="list-unstyled">
<li ><img src="assets/img/logos/adobe.png"/></li>
<li ><img src="assets/img/logos/zendesk.png"/></li>
<li ><img src="assets/img/logos/ebay.png"/></i>
<li ><img src="assets/img/logos/evernote.png"/></li>
<li ><img src="assets/img/logos/airbnb.png"/></li>
<li ><img src="assets/img/logos/zappos.png"/></li>
</ul>
</div>
</div>
</div>
<div class="section section-presentation">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="description">
<h4 class="header-text">Beautiful and Useful</h4>
<p> All your games will be well-organized and artistically displayed on a calendar. Different colors represent the ongoing status of the social invitations. Perfect for busy professionals and students. </p>
<p> Easy to track accepted games, game requests and game cancellations. You will never miss a game at your favorate chess spot with visiting players to your city.
<p>
</div>
</div>
<div class="col-md-5 col-md-offset-1 hidden-xs">
<img src="assets/img/template/mac.jpeg"/>
</div>
</div>
</div>
</div>
<div class="section section-demo">
<div class="container">
<div class="row">
<div class="col-md-5">
<div id="description-carousel" class="carousel fade" data-ride="carousel">
<div class="carousel-inner">
<div class="item">
<img src="assets/img/template/examples/home_33.jpeg" alt="">
</div>
<div class="item active">
<img src="assets/img/template/examples/home_22.jpeg" alt="">
</div>
<div class="item">
<img src="assets/img/template/examples/home_11.jpeg" alt="">
</div>
</div>
<ol class="carousel-indicators carousel-indicators-blue">
<li data-target="#description-carousel" data-slide-to="0" class=""></li>
<li data-target="#description-carousel" data-slide-to="1" class="active"></li>
<li data-target="#description-carousel" data-slide-to="2" class=""></li>
</ol>
</div>
</div>
<div class="col-md-5 col-md-offset-1">
<h4 class="header-text">Find Your Places</h4>
<p>
La Chess Connection lists bars, clubs, historical places, shops, and many other places associated with chess. Participate and share with the community the places you discovered.
</p>
<h4 class="header-text">Organize Games</h4>
<p>
Find opponents, create public or private challenges in the places you like and enjoy a great moment around the chess board! Challenge your friends!
</p>
<a href="https://itunes.apple.com/us/app/la-chess-connection/id1444309495" id="Demo3" class="btn btn-fill btn-info" data-button="info"> <b> Download For Free </b> </a>
</div>
</div>
</div>
</div>
<iframe src="https://embed.waze.com/iframe?zoom=14&lat=48.8566&lon=2.3522&pin=1&desc=1"
width="100%" height="520"></iframe>
<div class="section section-testimonial">
<div class="container">
<h4 class="header-text text-center">What people think</h4>
<div id="carousel-example-generic" class="carousel fade" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item">
<div class="mask">
<img src="assets/img/faces/alehkine.jpg">
</div>
<div class="carousel-testimonial-caption">
<p>Alexander Alekhine, Former World Chess Champion</p>
<h3>"I absolutely love your app! It's truly amazing and looks awesome!"</h3>
</div>
</div>
<div class="item active">
<div class="mask">
<img src="assets/img/faces/botvinik.jpeg">
</div>
<div class="carousel-testimonial-caption">
<p>Mikhail Botvinik, Another Former World Champion</p>
<h3>"This is one of the most awesome apps I've ever seen! Wish you luck La Chess Connection!"</h3>
</div>
</div>
<div class="item">
<div class="mask">
<img src="assets/img/faces/petrosian.jpg">
</div>
<div class="carousel-testimonial-caption">
<p>Tigran Petrosian, Yet Another World Chess Champion</p>
<h3>"Loving this! Just picked it up the other day. Thank you for the work you put into this."</h3>
</div>
</div>
</div>
<ol class="carousel-indicators carousel-indicators-blue">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
</div>
</div>
</div>
<div class="section section-no-padding">
<div class="parallax filter-gradient blue" data-color="btn-neutral">
<div class="parallax-background">
<img class ="parallax-background-image" src="assets/img/template/Bg2.jpeg"/>
</div>
<div class="info">
<h1>Support the La Chess Connection Team</h1>
<p>Donate to their patreon page for a special crown logo on your profile.</p>
<a href="http://www.creative-tim.com/product/awesome-landing-page" class="btn btn-neutral btn-lg btn-fill">Donate</a>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<nav class="pull-left">
<ul>
<li>
<a href="#">
Home
</a>
</li>
<li>
<a href="#">
Company
</a>
</li>
<li>
<a href="#">
Portfolio
</a>
</li>
<li>
<a href="#">
Blog
</a>
</li>
</ul>
</nav>
<div class="social-area pull-right">
<a class="btn btn-social btn-facebook btn-simple">
<i class="fa fa-facebook-square"></i>
</a>
<a class="btn btn-social btn-twitter btn-simple">
<i class="fa fa-twitter"></i>
</a>
<a class="btn btn-social btn-pinterest btn-simple">
<i class="fa fa-pinterest"></i>
</a>
</div>
<div class="copyright">
© 2019 <a href="http://www.creative-tim.com">Joe Ging</a>, made with best wishes for a speedy recovery of the developer's computer
</div>
</div>
</footer>
</div>
</body>
<script src="assets/js/jquery-1.10.2.js" type="text/javascript"></script>
<script src="assets/js/jquery-ui-1.10.4.custom.min.js" type="text/javascript"></script>
<script src="assets/js/bootstrap.js" type="text/javascript"></script>
<script src="assets/js/awesome-landing-page.js" type="text/javascript"></script>
</html>