-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcards.html
372 lines (289 loc) · 12 KB
/
cards.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
<!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">
<title>Famous places in India</title>
<!--
- favicon
-->
<link rel="shortcut icon" href="https://cdn3.iconfinder.com/data/icons/travel-tourism-hotel-services-1/100/PURE_Blue-Red-08-21-512.png" type="image/svg+xml">
<link rel="stylesheet" href="cards3.css">
<!--
- custom css link
-->
<link rel="stylesheet" href="./assets/css/style.css">
<!--
- google font link
-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Comforter+Brush&family=Heebo:wght@400;500;600;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<style>
.card-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.card {
width: calc(33.33% - 20px);
margin-bottom: 20px;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0px 0px 10px #ccc;
text-align: center;
}
.card img {
width: 100%;
height: auto;
margin-bottom: 10px;
}
.card h3 {
font-size: 24px;
margin-bottom: 10px;
}
.card p {
font-size: 16px;
line-height: 1.5;
margin-bottom: 0;
}
</style>
</head>
<body>
<header class="header" data-header>
<div class="container">
<a href="#" >
<h1 class="logo" style="font-size: 5.5rem;">TerraTrek.in</h1>
<!-- <img src="./assets/images/terraTrek.jpg" alt=""> -->
</a>
<button class="nav-toggle-btn" data-nav-toggle-btn aria-label="Toggle Menu">
<ion-icon name="menu-outline" class="open"></ion-icon>
<ion-icon name="close-outline" class="close"></ion-icon>
</button>
<nav class="navbar">
<ul class="navbar-list">
<li>
<a href="./index.html" class="navbar-link" style="font-size: 2rem;">Home</a>
</li>
<!-- <li>
<a href="#" class="navbar-link">Destinations</a>
</li>
<li>
<a href="#" class="navbar-link">Blog</a>
</li> -->
<li>
<a href="./contactUS.html" class="navbar-link" style="font-size: 2rem;">Contact Us</a>
</li>
<button id="signinnav">
<a href="./signup.html" class="navbar-link" style="font-size: 2rem;"> Sign Up/ Login <i class="fa-solid fa-user fa-beat"></i></a>
</button>
</ul>
<div class = "BS"><a href="./cards.html" class="btn btn-secondary" style="font-size: 2.4rem;">Book Now</a></div>
</nav>
</div>
</header>
<div class="card-container">
<div class="card">
<img src="./assets/images/hampi.jpg" alt="Image 1" style="height: 250px;">
<h3>Hampi , Karnataka</h3>
<p>Hampi, Karnataka: Hampi is a UNESCO World Heritage Site and a popular rural tourist destination in Karnataka. The place is famous for its ancient temples, ruins, and unique rock formations.
</p>
<p><a href = "./aboutus/aboutus.html">Know More</a></p>
</div>
<div class="card">
<img src="./assets/images/khajuraho.jpg" alt="Image 2" style="height: 250px;">
<h3>Khajuraho, Madhya Pradesh</h3>
<p> Khajuraho is a small village in Madhya Pradesh and a UNESCO World Heritage Site. The place is famous for its ancient temples that are adorned with intricate carvings.
</p>
<p><a href = "./aboutus/aboutus2.html">Know More</a></p>
</div>
<div class="card">
<img src="./assets/images/alleppey.jpg" alt="Image 3" style="height: 250px;">
<h3>
Alleppey, Kerala</h3>
<p>Alleppey is a popular rural tourist destination in Kerala and is known for its beautiful backwaters, houseboats, and traditional village life.
</p>
<p><a href = "./aboutus/aboutus3.html">Know More</a></p>
</div>
<!-- Repeat the above 3 cards to create a total of 12 cards -->
<div class="card">
<img src="./assets/images/cherrapunji.jpg" alt="Image 1" style="height: 250px;">
<h3>Cherrapunji, Meghalaya</h3>
<p>Cherrapunji is a small village in Meghalaya and one of the wettest places on earth. The place is famous for its lush green hills, waterfalls, and living root bridges.
</p>
<p><a href = "./aboutus/aboutus4.html">Know More</a></p>
</div>
<div class="card">
<img src="./assets/images/mandawa.jpg" alt="Image 2" style="height: 250px;">
<h3>Mandawa, Rajasthan</h3>
<p> Mandawa is a small town in Rajasthan and is famous for its beautiful </p>
<p><a href = "./aboutus/aboutus.html">Know More</a></p>
</div>
<div class="card">
<img src="./assets/images/Darjeeling.jpg" alt="Image 3" style="height: 250px;">
<h3>Darjeeling, West Bengal</h3>
<p>Darjeeling is a popular rural tourist destination in West Bengal and is famous for its tea plantations, picturesque landscapes, and colonial architecture.
</p>
<p><a href = "./aboutus/aboutus.html">Know More</a></p>
</div>
<!-- Repeat the above 3 cards to create a total of 12 cards -->
<div class="card">
<img src="./assets/images/kutch.jpeg" alt="Image 1" style="height: 250px;">
<h3>Kutch, Gujarat</h3>
<p>Kutch is a region in Gujarat and is famous for its vibrant culture, handicrafts, and traditional villages. The place is also home to the Great Rann of Kutch, a salt desert that is a popular tourist destination.
</p>
<p><a href = "./aboutus/aboutus.html">Know More</a></p>
</div>
<div class="card">
<img src="./assets/images/Mawlynnong.webp" alt="Image 2" style="height: 250px;">
<h3>Mawlynnong, Meghalaya</h3>
<p>Mawlynnong is a small village in Meghalaya and is known for being the cleanest village in Asia. The place is famous for its natural beauty, waterfalls, and unique living root bridges.</p>
<p><a href = "./aboutus/aboutus.html">Know More</a></p>
</div>
<div class="card">
<img src="./assets/images/majuli.jpeg" alt="Image 3" style="height: 250px;">
<h3>Majuli , Assam</h3>
<p>Majuli district is the largest river island in the world, situated on the Brahmaputra River in Northeastern Assam. It is also the first island district of the country.</p>
<p><a href = "./aboutus/aboutus.html">Know More</a></p>
</div>
</div>
<!--
- #FOOTER
-->
<footer class="footer" style="background-image: url('./assets/images/footer-bg.png')">
<div class="container">
<div class="footer-top">
<ul class="footer-list">
<li>
<p class="footer-list-title">Top destination</p>
</li>
<li>
<a href="https://en.wikipedia.org/wiki/Hampi" class="footer-link">Hampi, Karnataka</a>
</li>
<li>
<a href="https://en.wikipedia.org/wiki/Khajuraho_Group_of_Monuments" class="footer-link">Khajuraho, Madhya Pradesh</a>
</li>
<li>
<a href="https://en.wikipedia.org/wiki/Alappuzha" class="footer-link">Alleppey, Kerala</a>
</li>
<li>
<a href="https://en.wikipedia.org/wiki/Cherrapunji" class="footer-link">Cherrapunji, Meghalaya</a>
</li>
<li>
<a href="https://en.wikipedia.org/wiki/Mandawa" class="footer-link">Mandawa, Rajasthan</a>
</li>
</ul>
<!--
<ul class="footer-list">
<li>
<p class="footer-list-title">Categories</p>
</li>
<li>
<a href="#" class="footer-link">Travel</a>
</li>
<li>
<a href="#" class="footer-link">Lifestyle</a>
</li>
<li>
<a href="#" class="footer-link">Fashion</a>
</li>
<li>
<a href="#" class="footer-link">Education</a>
</li>
<li>
<a href="#" class="footer-link">Food & Drink</a>
</li>
</ul> -->
<ul class="footer-list">
<li>
<p class="footer-list-title">Quick links</p>
</li>
<li>
<a href="#" class="footer-link">About</a>
</li>
<li>
<a href="#" class="footer-link">Contact</a>
</li>
<li>
<a href="#" class="footer-link">Tours</a>
</li>
<li>
<a href="#" class="footer-link">Booking</a>
</li>
<li>
<a href="#" class="footer-link">Terms & Conditions</a>
</li>
</ul>
<div class="footer-list">
<p class="footer-list-title">Get Latest News</p>
<p class="newsletter-text">
For the latest deals and tips, travel no further than your inbox
</p>
<form action="" class="newsletter-form">
<input type="email" name="email" required placeholder="Email" class="newsletter-input">
<button type="submit" class="btn btn-primary" style="width: 120px;">Subscribe</button>
</form>
</div>
<div style="position:relative;">
<img src="./assets/images/earth-revolve.gif" style="position:absolute; right:0;">
</div>
</div>
<div class="footer-bottom">
<a href="#" class="logo">TerraTrek.in</a>
<p class="copyright">
© 2023 <a href="#" class="copyright-link">TerraTrek.in</a>. All Rights Reserved
</p>
<ul class="social-list">
<li>
<a href="#" class="social-link">
<ion-icon name="logo-facebook"></ion-icon>
</a>
</li>
<li>
<a href="#" class="social-link">
<ion-icon name="logo-twitter"></ion-icon>
</a>
</li>
<li>
<a href="#" class="social-link">
<ion-icon name="logo-instagram"></ion-icon>
</a>
</li>
<li>
<a href="#" class="social-link">
<ion-icon name="logo-linkedin"></ion-icon>
</a>
</li>
<li>
<a href="#" class="social-link">
<ion-icon name="logo-google"></ion-icon>
</a>
</li>
</ul>
</div>
</div>
</footer>
<!--
- #GO TO TOP
-->
<a href="#top" class="go-top" data-go-top aria-label="Go To Top">
<ion-icon name="chevron-up-outline"></ion-icon>
</a>
<!--
- custom js link
-->
<script src="./assets/js/script.js"></script>
<!--
- ionicon link
-->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>