-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
363 lines (315 loc) · 17.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Document</title>
<link href="https://fonts.googleapis.com/css?family=Russo+One|Scada&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Do+Hyeon|Ubuntu+Mono&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&family=Lato&family=Open+Sans:wght@600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!--css-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<!--imgfont-->
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
<!--java script-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</head>
<body>
<!-- section-1 -->
<section class="colored-part" id="title">
<div class="container-section">
<nav class="navbar navbar-expand-lg navbar-dark" id="navbar">
<a class="navbar-brand" href="#"><i class="fab fa-tripadvisor"></i> tripYaari</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse container-section" id="navbarTogglerDemo02" >
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#"><i class="fas fa-plus-circle"></i> POST</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><i class="fas fa-bell"></i> ALERTS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><i class="fas fa-heart"></i> TRIPS</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown">
More
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#"><i class="fas fa-plane"></i> Flights</a>
<a class="dropdown-item" href="#"><i class="fas fa-car"></i> Rental Cars</a>
<a class="dropdown-item" href="#"><i class="fas fa-question-circle"></i> Help Center</a>
</div>
</li>
</ul>
</div>
</nav>
<div>
<a href="buttons.html"><button class="btn myButton myB"><i class="fas fa-shield-alt"></i> Insurance</button></a>
<a href="buttons2.html"><button class="btn myButton myB"><i class="fas fa-bed"></i> Hotels</button></a>
<a href="buttons3.html"><button class="btn myButton myB"><i class="fas fa-utensils"></i> Restaurants</button></a>
<button class="btn myButton myB"><i class="far fa-comment-alt"></i> Forums</button>
</div>
</div>
</section>
<!-- section-2 -->
<section class="white" id="search">
<div class="row bacolr container-section">
<div class="col-lg-6">
<h1 class="big-heading searchText">Find the good out there!</h1>
</div>
<div class="col-lg-6">
<img src="images/grppeople.jpg" alt="grppeople" class="image">
</div>
<div class="wrapper">
<input type="text" class="input" placeholder="what are you looking for?">
<div class="searchbtn">
<i class="fas fa-search" id="searchicon"></i>
</div>
</div>
</div>
</section>
<!-- section-3 -->
<div class="row im_g">
<div class="sidel" style="background-color: grey;"> </div>
<div class="middle">
<div style="float:left; width: 44%;"><hr/></div>
<div style="float:right; width: 44%;"><hr/></div>
<h6 style="vertical-align:middle;"> Dream,Plan,Travel</h6>
<br>
<h2 id="World">Top best hotel deals all over the world</h2>
<br>
<a href="hyper.html"><img src="images/s1.jpg"width="350" height="300" style="margin-left: 70px;"></a>
<a href="hyper.html"><img src="images/s2.jpg" width="350" height="300"></a>
<a href="hyper.html"><img src="images/s3.jpg" width="350" height="300" style="margin-right: 10px;"></a><br>
<p><h4>Tulemar Bungalows & Villas
Hotel Belvedere
Viroth's hotel</h4></p>
<br>
<br>
<br>
<a href="hyper.html"><img src="images/s4.jpg" width="350" height="300" style="margin-left: 70px;"></a>
<a href="hyper.html"><img src="images/s5.jpg" width="350" height="300"></a>
<a href="hyper.html"><img src="images/s6.jpg" width="350" height="300" style="margin-right: 10px;"></a>
<p><h4> Kenting amanda hotel
Hotel Alpin Spa Tuxerhof
French Quarter inn</h4></p>
<br>
<br>
</div>
<div class="sider" style="background-color: grey;"></div>
</div>
<div class="middle">
<div class="row1">
<div class="s1">
<h1 style="font-family: Arial, Helvetica, sans-serif;"> Local restaurants offering delivery or takeaway</h1><br>
<br>
<hr/>
<h2 style="font-family: Arial, Helvetica, sans-serif;text-align:center;">MAKE A TRIP WITH US</h2>
<hr/>
<br>
<br>
<div class="slider" style="margin-left: 50px;">
<a href="#slide-1">1</a>
<a href="#slide-2">2</a>
<a href="#slide-3">3</a>
<a href="#slide-4">4</a>
<div class="slides">
<div id="slide-1" >
<a href="https://www.germany.travel/en/index.html"><h2 style="font-family: 'Lucida Console', Courier, monospace">GERMANY</h2></a>
</div>
<div id="slide-2">
<a href="https://www.italyhotelsdirect.com/"><h2 style="font-family: 'Lucida Console', Courier, monospace;">ITALY</h2></a>
</div>
<div id="slide-3">
<h2 style="font-family: 'Lucida Console', Courier, monospace;">TURKEY</h2>
</div>
<div id="slide-4">
<h2 style="font-family: 'Lucida Console', Courier, monospace;">SWITZERLAND</h2>
</div>
</div>
</div>
</div>
<div class="s2 im_g">
<h2 id="India">Top best hotel deals in india</h2>
<br>
<a href="hyper.html"><img class="ra" src="images/m1.jpg" width="250" height="250"></a>
<a href="hyper.html"><img class="ra" src="images/m2.jpg" width="250" height="250"></a>
<a href="hyper.html"><img class="ra" src="images/m3.jpg" width="250" height="250" style="margin-right: 10px;"></a><br>
<p><h5> Leela palace Mumbai <i class="material-icons">favorite</i>
Lake palace Udaipur <i class="material-icons">favorite</i>
Wildflower hotel Shimla <i class="material-icons">favorite</i></h5></p>
<br>
<br>
<a href="hyper.html"><img class="ra" src="images/m7.jpg" width="250" height="250"></a>
<a href="hyper.html"><img class="ra" src="images/m5.jpg" width="250" height="250"></a>
<a href="hyper.html"><img class="ra" src="images/m6.jpg" width="250" height="250" style="margin-right: 10px;"></a><br>
<p><h5> Orange County Resorts <i class="material-icons">favorite</i>
The Oberoi Rajvilas <i class="material-icons">favorite</i>
Namah Uttarkhand <i class="material-icons">favorite</i></h5></p>
</div>
</div>
</div>
<div class="row2">
<div class="r2m">
<div class="row1" style="background-color: grey;"> </div>
<div style="float:left; width: 44%;"><hr/></div>
<div style="float:right; width: 44%;"><hr/></div>
<h6 style="vertical-align:middle;"> Dream your next Travel</h6>
<h2 id="City">Trending places in trichy</h2><br>
<div class="wow im_g" id="is">
<div class="col" id="is">
<img class="ra" src="images/r1.jpg" width="250" height="250" >
</div>
<div class="col" id="is">
<img class="ra" src="images/r2.jpg"width="250" height="250" >
</div>
<div class="col" id="is">
<img class="ra" src="images/r3.jpg" width="250" height="250" >
</div>
<div class="col" id="is">
<img class="ra"src="images/r4.jpg" width="250" height="250" >
</div>
<div class="col" id="is">
<img class="ra"src="images/r5.jpg" width="250" height="250" >
</div>
</div>
<p><h5> Ramya hotels <i class="material-icons" >favorite</i> sangeetha hotels
<i class="material-icons">favorite</i> Temple INN
<i class="material-icons">favorite</i>
Hotel montfort <i class="material-icons">favorite</i>
Plaza hotels <i class="material-icons">favorite</i>
</h5></p>
</div>
</div>
<!-- section-4 -->
<section class="foot" id="footer">
<div class="container-section">
<!-- Footer -->
<footer class="page-footer">
<!-- Footer links -->
<div class="row text-md-left">
<!-- Grid column -->
<div class="col-lg-3 col-xl-3 mx-auto mt-3">
<h6 class="text-uppercase mb-4">News-letter</h6>
<form class="input-group">
<input type="email" class="form-control form-control-sm" placeholder="Your email">
<button type="submit"><a href=""><i class="fas fa-user-plus"></i></a></button>
</form>
<p>Sign up and Join us!!</p>
</div>
<!-- Grid column -->
<hr class="w-100 clearfix d-md-none">
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mt-3">
<h6 class="text-uppercase mb-4">Useful Links</h6>
<p>
<a href="#navbar">Restaurants</a>
</p>
<p>
<a href="#navbar">Insurance</a>
</p>
<p>
<a href="#navbar">Forums</a>
</p>
<p>
<a href="#navbar">Hotels</a>
</p>
<p>
<a href="#search">Search</a>
</p>
</div>
<!-- Grid column -->
<hr class="w-100 clearfix d-md-none">
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mt-3">
<h6 class="text-uppercase mb-4 ">Explore</h6>
<p>
<a href="#World">World</a>
</p>
<p>
<a href="#India">India</a>
</p>
<p>
<a href="#City">Your City</a>
</p>
<p>
<a href="#testimonials">Help</a>
</p>
</div>
<!-- Grid column -->
<hr class="w-100 clearfix d-md-none">
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mt-3">
<h6 class="text-uppercase mb-4">Contact</h6>
<p>
<i class="fas fa-home mr-3"></i> Delhi, DC 1023, IND</p>
<p>
<i class="fas fa-envelope mr-3"></i> info@gmail.com</p>
<p>
<i class="fas fa-phone mr-3"></i> + 044-27966666</p>
<p>
<i class="fas fa-print mr-3"></i> + 01 234 567 89</p>
</div>
<!-- Grid column -->
</div>
<!-- Footer links -->
<hr>
<!-- Grid row -->
<div class="row d-flex">
<!-- Grid column -->
<div class="col-md-7 col-lg-8">
<!--Copyright-->
<p class="text-center text-md-left">© 2020 Copyright:
<a href="#title">
<strong> tripYaari.com</strong>
</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-5 col-lg-4 ml-lg-0">
<!-- Social buttons -->
<div class="text-center text-md-right">
<ul class="list-inline">
<li class="list-inline-item ">
<a class="btn-floating btn-sm mx-1 list-inlin social" href="https://www.facebook.com/Tripadvisor/">
<i class="fab fa-facebook-f fa-2x"></i>
</a>
</li>
<li class="list-inline-item ">
<a class="btn-floating btn-sm mx-1 list-inlin social1" href="https://twitter.com/TripAdvisor?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor">
<i class="fab fa-twitter fa-2x"></i>
</a>
</li>
<li class="list-inline-item " href="https://www.tripadvisor.in/">
<a class="btn-floating btn-sm mx-1 list-inlin social2" href="https://www.tripadvisor.in/">
<i class="fab fa-google-plus-g fa-2x"></i>
</a>
</li>
<li class="list-inline-item " >
<a class="btn-floating btn-sm mx-1 list-inlin social1" href="https://www.linkedin.com/company/tripadvisor">
<i class="fab fa-linkedin-in fa-2x"></i>
</a>
</li>
</ul>
</div>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
</footer>
<!-- Footer -->
</div>
</section>
</body>
</html>