-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
350 lines (343 loc) · 17.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- mobile metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- site metas -->
<title>nolo</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- bootstrap css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- style css -->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive-->
<link rel="stylesheet" href="css/responsive.css">
<!-- fevicon -->
<link rel="icon" href="images/fevicon.png" type="image/gif" />
<!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
<!-- Tweaks for older IEs-->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" media="screen">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
</head>
<!-- body -->
<body class="main-layout">
<!-- loader -->
<div class="loader_bg">
<div class="loader"><img src="images/loading.gif" alt="#" /></div>
</div>
<!-- end loader -->
<!-- header -->
<header>
<!-- header inner -->
<div class="header-top">
<div class="header">
<div class="container">
<div class="row">
<div class="col-xl-3 col-lg-3 col-md-3 col-sm-3 col logo_section">
<div class="full">
<div class="center-desk">
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt="#" /></a>
</div>
</div>
</div>
</div>
<div class="col-xl-9 col-lg-9 col-md-9 col-sm-9">
<div class="menu-area">
<div class="limit-box">
<nav class="main-menu">
<ul class="menu-area-main">
<li class="active"> <a href="index.html">Home</a> </li>
<li> <a href="#about">About</a> </li>
<li> <a href="#games">Games</a> </li>
<li> <a href="#Our_Our">Our News</a> </li>
<li> <a href="#booknow">Contact us</a> </li>
<li> <a href="#login">Login</a> </li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end header inner -->
<!-- end header -->
<section class="slider_section">
<div id="myCarousel" class="carousel slide banner_main" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="container">
<div class="carousel-caption">
<div class="row d_flex">
<div class="col-md-4">
<div class="text-bg">
<h1><marquee direction="right"> Online </marquee> <marquee direction="left"> Casino </marquee> </h1>
<a href="#">Play now</a>
</div>
</div>
<div class="col-md-8">
<div class="text-img">
<figure><img src="images/img.png" /></figure>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption">
<div class="row d_flex">
<div class="col-md-4">
<div class="text-bg">
<h1>Online casino </h1>
<a href="#">Play now</a>
</div>
</div>
<div class="col-md-8">
<div class="text-img">
<figure><img src="images/img.png" /></figure>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption">
<div class="row d_flex">
<div class="col-md-4">
<div class="text-bg">
<h1>Online casino </h1>
<a href="#">Play now</a>
</div>
</div>
<div class="col-md-8">
<div class="text-img">
<figure><img src="images/img.png" /></figure>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
</div>
</header>
<!-- about -->
<div id="about" class="about">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="titlepage">
<h2>About <strong class="white black"> Us</strong></h2>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12">
<div class="about-box">
<figure><img src="images/about1.jpg" alt="#" /></figure>
<h3> Basic and Tips</h3>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it</p>
</div>
<a class="read_more" href="#">Read More</a>
</div>
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12">
<div class="about-box">
<figure><img src="images/about2.jpg" alt="#" /></figure>
<h3> Casinos and Chips</h3>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it</p>
</div>
<a class="read_more" href="#">Read More</a>
</div>
</div>
</div>
</div>
<!-- end abouts -->
<!-- Features -->
<div id="games" class="Features">
<div class="container">
<div class="row d_flex">
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 ">
<div class="titlepage">
<h2>Features<br><strong class="white"> Games</strong></h2>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less </p>
<a href="#">View All</a>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 ">
<div class="row">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 pa_bottom">
<div class="games-box">
<figure><img src="images/game1.png" alt="#" /></figure>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 pa_bottom">
<div class="games-box">
<figure><img src="images/game2.png" alt="#" /></figure>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 ">
<div class="games-box">
<figure><img src="images/game3.png" alt="#" /></figure>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 ">
<div class="games-box">
<figure><img src="images/game4.png" alt="#" /></figure>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end Features -->
<!-- We are -->
<div id="Our_Our" class="Our">
<div class="container">
<div class="row">
<div class="col-md-2">
<div class="titlepage">
<h2>Our <br><strong class="white black"> news</strong></h2>
</div>
</div>
<div class="col-md-10">
<div class="titlepage">
<span>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less </span>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div id="main_slider" class="carousel slide banner-main2" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="first-slide" src="images/banner.png" alt="First slide">
</div>
<div class="carousel-item">
<img class="second-slide" src="images/banner.png" alt="Second slide">
</div>
<div class="carousel-item">
<img class="third-slide" src="images/banner.png" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#main_slider" role="button" data-slide="prev"> <i class='fa fa-angle-left'></i></a>
<a class="carousel-control-next" href="#main_slider" role="button" data-slide="next"> <i class='fa fa-angle-right'></i></a>
</div>
<p class="new_s">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less </p>
</div>
</div>
</div>
</div>
<!-- end We are -->
<!-- contact -->
<div id="booknow" class="contact">
<div class="container-fluid">
<div class="row">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 padding-right1">
<div class="rable-box">
<figure>
<img src="images/cac.png" alt="#"/>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 padding-left1">
<div class="contact">
<div class="titlepage">
<h2>Book <br><strong class="white "> Now</strong></h2>
</div>
<form class="book_now">
<div class="row">
<div class="col-sm-12">
<input class="contactus" placeholder="Name" type="text" name="Name">
</div>
<div class="col-sm-12">
<input class="contactus" placeholder="Phone Number" type="text" name="Phone Number">
</div>
<div class="col-sm-12">
<input class="contactus" placeholder="Email" type="text" name="Email">
</div>
<div class="col-sm-12">
<select name="cars">
<option value="volvo" selected> Select Game</option>
<option value="saab">1</option>
<option value="fiat" >2</option>
<option value="audi">3</option>
</select>
</div>
<div class="col-sm-12">
<textarea class="textarea" placeholder="Message" type="text" name="Message"></textarea>
</div>
<div class="col-sm-12">
<button class="send">Send</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- end contact -->
<!-- end clients -->
<!-- map -->
<div class="map">
<figure><img src="images/map.jpg" alt="#"/></figure>
</div>
<!-- end map -->
<!-- footer -->
<footer>
<div class="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="copyright">
<p>© 2019 All Rights Reserved. <a href="https://html.design/">Free html Templates</a></p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- end footer -->
<!-- Javascript files-->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery-3.0.0.min.js"></script>
<script src="js/plugin.js"></script>
<!-- sidebar -->
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/custom.js"></script>
<script src="https:cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.js"></script>
</body>
</html>