-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
375 lines (349 loc) · 8.59 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
364
365
366
367
368
369
370
371
372
373
374
375
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="You can explore the best tourist places in india, with their details">
<!--open graph protocol -->
<meta name="og:title" content="Triprr">
<meta name="og:type" content="website">
<meta name="og:image" content="we.png">
<!-- <meta http-equiv="refresh" content="10;https://google.com"> -->
<link rel="icon" type="image/x-icon" href="favicon1.png">
<title>Tripr.in</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Delicious+Handrawn&family=Fasthand&family=Montserrat&family=Playfair+Display&family=Poppins:ital,wght@1,200&display=swap');
*{
margin: 0px;
padding: 0px;
color: white;
text-decoration: none;
}
nav{
width:100%;
height: 65px;
background-color: #2C3333;
position: relative;
}
nav .logo{
font-size: 45px;
letter-spacing: 2px;
padding-left: 100px;
color: #fff;
font-family: 'Fasthand', cursive;
}
nav ul{
float: right;
}
nav ul li{
display: inline-block;
margin: 0px 30px;
font-size: 19px;
margin-top: 26px;
margin-right: 50px;
font-family: 'Playfair Display', serif;
text-transform: uppercase;
}
.first{
margin-top: 0.5px;
height: 768px;
background-image: url("we.png");
background-repeat: no-repeat;
}
.second{
height: 800px;
background-color: black;
}
.container{
display: flex;
gap: 25px;
padding-top: 60px;
padding-left:150px;
transition: 0.5s ease;
cursor:pointer;
}
.card1{
height: 300px;
width: 230px;
border-style: solid;
border-color: black;
border-radius: 15px;
border-width: 0.5px;
}
.card2{
height: 300px;
width: 230px;
border-style: solid;
border-color: black;
border-radius: 15px;
border-width: 0.5px;
}
.card3{
height: 300px;
width: 230px;
border-style: solid;
border-color: black;
border-radius: 15px;
border-width: 0.5px;
}
.card4{
height: 300px;
width: 230px;
border-style: solid;
border-color: black;
border-radius: 15px;
border-width: 0.5px;
}
.card5{
height: 300px;
width: 230px;
border-style: solid;
border-color: black;
border-radius: 15px;
border-width: 0.5px;
}
.card6{
height: 300px;
width: 230px;
border-style: solid;
border-color: black;
border-radius: 15px;
border-width: 0.5px;
}
.card7{
height: 300px;
width: 230px;
border-style: solid;
border-color: black;
border-radius: 15px;
border-width: 0.5px;
}
.card8{
height: 300px;
width: 230px;
border-style: solid;
border-color: black;
border-radius: 15px;
border-width: 0.5px;
}
.place1{
height: 150px;
background-image: url(munnar.png);
background-size: cover;
border-radius: 15px;
margin-bottom: 10px;
transition: 0.5s ease;
cursor:pointer;
}
.place1:hover{
transform: scale(1.2);
box-shadow: 5px 5px 15px black;
}
.place2{
height: 150px;
background-image: url(taj.jpg);
background-size: cover;
border-radius: 15px;
margin-bottom: 10px;
transition: 0.5s ease;
cursor:pointer;
}
.place2:hover{
transform: scale(1.2);
box-shadow: 5px 5px 15px black;
}
.place3{
height: 150px;
background-image: url(andaman.png);
background-size: cover;
border-radius: 15px;
margin-bottom: 10px;
transition: 0.5s ease;
cursor:pointer;
}
.place3:hover{
transform: scale(1.2);
box-shadow: 5px 5px 15px black;
}
.place4{
height: 150px;
background-image: url(kerela.png);
background-size: cover;
border-radius: 15px;
margin-bottom: 10px;
transition: 0.5s ease;
cursor:pointer;
}
.place4:hover{
transform: scale(1.2);
box-shadow: 5px 5px 15px black;
}
.place5{
height: 150px;
background-image: url(thanjai.png);
background-size: cover;
border-radius: 15px;
margin-bottom: 10px;
transition: 0.5s ease;
cursor:pointer;
}
.place5:hover{
transform: scale(1.2);
box-shadow: 5px 5px 15px black;
}
.place6{
height: 150px;
background-image: url(goa.png);
background-size: cover;
border-radius: 15px;
margin-bottom: 10px;
transition: 0.5s ease;
cursor:pointer;
}
.place6:hover{
transform: scale(1.2);
box-shadow: 5px 5px 15px black;
}
.place7{
height: 150px;
background-image: url(ladak.png);
background-size: cover;
border-radius: 15px;
margin-bottom: 10px;
transition: 0.5s ease;
cursor:pointer;
}
.place7:hover{
transform: scale(1.2);
box-shadow: 5px 5px 15px black;
}
.place8{
height: 150px;
background-image: url(darjeeling.png);
background-size: cover;
border-radius: 15px;
margin-bottom: 10px;
transition: 0.5s ease;
cursor:pointer;
}
.place8:hover{
transform: scale(1.2);
box-shadow: 5px 5px 15px black;
}
h1{
font-size: 20px;
text-align: center;
font-family: 'poppins',sans-serif;
text-transform: uppercase;
}
p{
margin-left: 10px;
font-size:16px ;
font-family: 'poppins', Arial, sans-serif;
}
.but{
background-color: aqua;
margin: 6px 0px 0px 70px;
padding: 10px 10px 10px 10px;
border-radius: 5px;
border-width: 0.5px;
transition: 0.3s ease;
cursor:pointer;
}
.but a{
letter-spacing: 2px;
font-size: 16px;
font-weight: 400;
}
.but:hover{
box-shadow: 2px 2px 3px;
transform: scale(1.2);
box-shadow: 5px 5px 15px black;
}
@media(max-width:600px){
.first{
margin-top: 0.5px;
height: 600px;
width:430px;
background-color: aqua;
}
.second{
display: flex;
flex-direction: column;
gap:5px;
}
}
</style>
</head>
<body>
<nav>
<label class="logo" style="letter-spacing: 10px;">Tripr</label>
<ul>
<li><a href="#">travel tips</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">ratings</a></li>
<li><a href="#">Login</a></li>
</ul>
</nav>
<div class="first"></div>
<div class="second">
<section>
<div class="container">
<div class="card1">
<div class="place1"></div>
<h1>munnar</h1>
<p>Located in kerela, one of the beautifull place u must visit</p>
<button class="but" ><a href="https://en.wikipedia.org/wiki/Munnar">Read More</a></button>
</div>
<div class="card2">
<div class="place2"></div>
<h1 >Taj Mahal</h1>
<p >The Taj Mahal is an ivory-white mausoleum located in the Indian city of Agra</p>
<button class="but" ><a href="https://en.wikipedia.org/wiki/Taj_Mahal">Read More</a></button>
</div>
<div class="card3">
<div class="place3"></div>
<h1>scenic islands</h1>
<p>Located in Andaman nicobar island ,one of the beautifull place u must visit.</p>
<button class="but" ><a href="https://en.wikipedia.org/wiki/Andaman_and_Nicobar_Islands">Read More</a></button>
</div>
<div class="card4">
<div class="place4"></div>
<h1>kerela</h1>
<p>Located near TamilNadu,one of the beautifull place u must visit.</p>
<button class="but" ><a href="https://en.wikipedia.org/wiki/Kerala">Read More</a></button>
</div>
</div>
</section>
<section>
<div class="container">
<div class="card5">
<div class="place5"></div>
<h1>Thanjai kovil</h1>
<p>Located in Tamil Nadu ,one of the beautifull place u must visit.</p>
<button class="but" ><a href="https://en.wikipedia.org/wiki/Brihadisvara_Temple,_Thanjavur">Read More</a></button>
</div>
<div class="card6">
<div class="place6"></div>
<h1 >goa</h1>
<p >Located near Karnataka ,one of the beautifull place u must visit.</p>
<button class="but" ><a href="https://en.wikipedia.org/wiki/Goa" >Read More</a></button>
</div>
<div class="card7">
<div class="place7"></div>
<h1>ladakh</h1>
<p>Located in northern part of india ,one of the beautifull place u must visit.</p>
<button class="but" ><a href="https://en.wikipedia.org/wiki/Ladakh">Read More</a></button>
</div>
<div class="card8">
<div class="place8"></div>
<h1>darjeeling</h1>
<p>Located in WestBengal ,one of the beautifull place u must visit.</p>
<button class="but" ><a href="https://en.wikipedia.org/wiki/Darjeeling">Read More</a></button>
</div>
</div>
</section>
</div>
</body>
</html>