forked from v100901/hackoctoberfest2020__
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
428 lines (392 loc) · 23 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
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Aikyam</title>
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="./css/all.css">
<link rel = "shortcut icon"type="x-icon"href="logo.png">
<!-- --------- Owl-Carousel ------------------->
<link rel="stylesheet" href="./css/owl.carousel.min.css">
<link rel="stylesheet" href="./css/owl.theme.default.min.css">
<!-- ------------ AOS Library ------------------------- -->
<link rel="stylesheet" href="./css/aos.css">
<!-- Custom Style -->
<link rel="stylesheet" href="./css/Style.css">
</head>
<body>
<!-- ---------------------------- Navigation ---------------------------------------------- -->
<nav class="nav">
<div class="nav-menu flex-row">
<div class="nav-brand">
<a href="#" class="text-gray">AIKYAM - Worry less Travel more </a>
</div>
<div class="toggle-collapse">
<div class="toggle-icons">
<i class="fas fa-bars"></i>
</div>
</div>
<div>
<ul class="nav-items">
<li class="nav-link">
<a href="#">Home</a>
</li>
<li class="nav-link">
<a href="#">Category</a>
</li>
<li class="nav-link">
<a href="#">Archive</a>
</li>
<li class="nav-link">
<a href="#">Pages</a>
</li>
<li class="nav-link">
<a href="#">Contact Us</a>
</li>
</ul>
</div>
<div class="social text-gray">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</div>
</nav>
<!-- ------------x--------------- Navigation --------------------------x------------------- -->
<!----------------------------- Main Site Section ------------------------------>
<main>
<!------------------------ Site Title ---------------------->
<section class="site-title">
<div class="site-background" data-aos="fade-up" data-aos-delay="100">
<h3>Aikyam presents</h3>
<h1>Amazing Place's in India</h1>
<button class="btn">Explore</button>
</div>
</section>
<!------------x----------- Site Title ----------x----------->
<!-- --------------------- Blog Carousel ----------------- -->
<section>
<div class="blog">
<div class="container">
<div class="owl-carousel owl-theme blog-post">
<div class="blog-content" data-aos="fade-right" data-aos-delay="200">
<img src="./assets/Blog-post/post-1.jpg" alt="post-1">
<div class="blog-title">
<h3>Kerala</h3>
<button class="btn btn-blog">Budget - 21,400</button>
<span>5 Nights/6 Days</span>
</div>
</div>
<div class="blog-content" data-aos="fade-in" data-aos-delay="200">
<img src="./assets/Blog-post/post-3.jpg" alt="post-1">
<div class="blog-title">
<h3>Rajastan</h3>
<button class="btn btn-blog">Budget - 33,399</button>
<span>6 Nights/7 Days</span>
</div>
</div>
<div class="blog-content" data-aos="fade-left" data-aos-delay="200">
<img src="./assets/Blog-post/post-2.jpg" alt="post-1">
<div class="blog-title">
<h3>Uttarakhand</h3>
<button class="btn btn-blog">Budget - 25,450</button>
<span>5 Nights/6 Days</span>
</div>
</div>
<div class="blog-content" data-aos="fade-right" data-aos-delay="200">
<img src="./assets/Blog-post/post-5.jpg" alt="post-1">
<div class="blog-title">
<h3>Goa</h3>
<button class="btn btn-blog">Budget - 26,500</button>
<span>4 Nights/5 Days</span>
</div>
</div>
</div>
<div class="owl-navigation">
<span class="owl-nav-prev"><i class="fas fa-long-arrow-alt-left"></i></span>
<span class="owl-nav-next"><i class="fas fa-long-arrow-alt-right"></i></span>
</div>
</div>
</div>
</section>
<!-- ----------x---------- Blog Carousel --------x-------- -->
<!-- ---------------------- Site Content -------------------------->
<section class="container">
<div class="site-content">
<div class="posts">
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/Blog-post/blog1.jpg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span>Budget - 10,000</span>
<span>4 Nights 5 Days</span>
<span></span>
</div>
</div>
<div class="post-title">
<a href="#">Agra</a>
<p>Built in Agra between 1631 and 1648 by order of the Mughal emperor Shah Jahan in memory of his favourite wife, the Taj Mahal is the jewel of Muslim art in India and one of the universally admired masterpieces of the world's heritage.It is also ranks in one of the 7 wonders of world.
</p>
<button class="btn post-btn">Read More <i class="fas fa-arrow-right"></i></button>
</div>
</div>
<hr>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/Blog-post/blog2.jpg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span> Budget - 10,500</span>
<span>2 Nights 3 Days</span>
<span></span>
</div>
</div>
<div class="post-title">
<a href="#">Pune</a>
<p>शनिवार वाडा is a historical fortification in the city of Pune in Maharashtra, India. Built in 1732,it was the great seat of the Peshwas of the Maratha Empire until 1818. Following the rise of the Maratha Empire, the palace became the center of Indian politics in the 18th century.
The fort itself was largely destroyed in 1828 by an unexplained fire, but the surviving structures are now maintained as a tourist site.
</p>
<button class="btn post-btn">Read More <i class="fas fa-arrow-right"></i></button>
</div>
</div>
<hr>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/Blog-post/blog3.jpg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span>Budget - 23,253</span>
<span>3 Nights 4 Days</span>
<span></span>
</div>
</div>
<div class="post-title">
<a href="#">Manali</a>
<p>A gift of Himalayas to the world, Manali is a beautiful township nestled in the picturesque Beas River Valley. It is a rustic enclave known for its cool climate and snow-capped mountains, offering respite to tourists escaping scorching heat of the plains. The tourishm industry in Manali started booming only in the early 20th century mainly because of its natural bounties and salubrious climate.
</p>
<button class="btn post-btn">Read More <i class="fas fa-arrow-right"></i></button>
</div>
</div>
<hr>
<div class="post-content" data-aos="zoom-in" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/Blog-post/blog4.jpg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span>Budget - 15499</span>
<span>5 Nights 6 Days</span>
<span></span>
</div>
</div>
<div class="post-title">
<a href="#">Tirupati</a>
<p>Tirupati, an ancient town at the southern end of Andhra Pradesh, is a pilgrim’s paradise. The place is famous for its many Hindu shrines; the most revered being Sri Venkateswara Swamy or Tirupati Balaji temple. Devotees from different parts of India and abroad visit this temple town, to seek the blessings of the Almighty. Other than religious centers, there are plenty of other places to visit in Tirupati for nature lovers, adventure seekers and historians. A visit to Tirupati is incomplete till you explore the other side of this divine town: calm, unspoiled and breathtakingly beautiful!
</p>
<button class="btn post-btn">Read More <i class="fas fa-arrow-right"></i></button>
</div>
</div>
<div class="pagination flex-row">
<a href="#"><i class="fas fa-chevron-left"></i></a>
<a href="#" class="pages">1</a>
<a href="#" class="pages">2</a>
<a href="#" class="pages">3</a>
<a href="#"><i class="fas fa-chevron-right"></i></a>
</div>
</div>
<aside class="sidebar">
<div class="category">
<h2>Category</h2>
<ul class="category-list">
<li class="list-items" data-aos="fade-left" data-aos-delay="100">
<a href="#">Beaches</a>
<span>(05)</span>
</li>
<li class="list-items" data-aos="fade-left" data-aos-delay="200">
<a href="#">Spiritual</a>
<span>(02)</span>
</li>
<li class="list-items" data-aos="fade-left" data-aos-delay="300">
<a href="#">Trekking</a>
<span>(07)</span>
</li>
<li class="list-items" data-aos="fade-left" data-aos-delay="400">
<a href="#">Monuments</a>
<span>(01)</span>
</li>
<li class="list-items" data-aos="fade-left" data-aos-delay="500">
<a href="#">Historic</a>
<span>(08)</span>
</li>
</ul>
</div>
<div class="popular-post">
<h2>Popular Post</h2>
<div class="post-content" data-aos="flip-up" data-aos-delay="200">
<div class="post-image">
<div>
<img src="./assets/popular-post/m-blog-1.jpg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span>Hyderabadi Biryani,Hyderabad
</span>
<span></span>
</div>
</div>
<div class="post-title">
<a href="#">Hyderabadi Biryani is characteristically distinct. The aroma, taste, tender meat, the Zaffran, everything gives it a distinguished appearance.</a>
</div>
</div>
<div class="post-content" data-aos="flip-up" data-aos-delay="300">
<div class="post-image">
<div>
<img src="./assets/popular-post/m-blog-2.png" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span>Kailasagiri,Vizag
</span>
<span></span>
</div>
</div>
<div class="post-title">
<a href="#">The major attraction of Kailasagiri is the 40 feet tall statue of Shiva and Parvathi. Kailasagiri derives its name from this statue depicting the abode of Lord Shiva and Parvathi. This hilltop can be reached by ropeway as well as by road.</a>
</div>
</div>
<div class="post-content" data-aos="flip-up" data-aos-delay="400">
<div class="post-image">
<div>
<img src="./assets/popular-post/m-blog-3.jpg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span>Hazrathanj Market,Lucknow
</span>
<span></span>
</div>
</div>
<div class="post-title">
<a href="#">Hazratganj, the central shopping district of Lucknow, has a long history behind it and has undergone a great makeover that bridges the past and the present and continues to serve as Lucknow's central shopping arcade.</a>
</div>
</div>
<div class="post-content" data-aos="flip-up" data-aos-delay="500">
<div class="post-image">
<div>
<img src="./assets/popular-post/m-blog-4.jpg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span>Tea Garden,Assam
</span>
<span></span>
</div>
</div>
<div class="post-title">
<a href="#">The Tea Gardens of Assam are quite well-known not only nationally but internationally. Indeed, the gardens attract tourists from several corners of the world. Assam is a place where you'll get to witness massive green blanketed tea gardens which is a treat to the eyes. Assam has approximately 800 tea estates there. Here are the names of Assam tea estate.
</a>
</div>
</div>
<div class="post-content" data-aos="flip-up" data-aos-delay="600">
<div class="post-image">
<div>
<img src="./assets/popular-post/m-blog-5.jpg" class="img" alt="blog1">
</div>
<div class="post-info flex-row">
<span>Aarti Ghat,Banaras
</span>
<span></span>
</div>
</div>
<div class="post-title">
<a href="#">वाराणसी के दशाश्वमेध घाट पर होने वाली इस भव्य गंगा आरती की शुरुआत 1991 से हुई थी। ... उस आरती को देखते हुए काशी के लोग भी 1991 में बनारस के घाट पर आरती की शुरूआत की। हर शाम गंगा आरती करते होती है। उस समय नदी का नीचे की ओर बहता जल पूरी तरह से रोशनी में नहाया होता है।</a>
</div>
</div>
</div>
<div class="newsletter" data-aos="fade-up" data-aos-delay="300">
<h2>Newsletter</h2>
<div class="form-element">
<input type="text" class="input-element" placeholder="Email">
<button class="btn form-btn">Subscribe</button>
</div>
</div>
<div class="popular-tags">
<h2>Popular Tags</h2>
<div class="tags flex-row">
<span class="tag" data-aos="flip-up" data-aos-delay="100">Adventure</span>
<span class="tag" data-aos="flip-up" data-aos-delay="200">Photoshoot</span>
<span class="tag" data-aos="flip-up" data-aos-delay="300">Travel</span>
<span class="tag" data-aos="flip-up" data-aos-delay="400">Scenery</span>
<span class="tag" data-aos="flip-up" data-aos-delay="500">Light⚡</span>
<span class="tag" data-aos="flip-up" data-aos-delay="600">Food</span>
<span class="tag" data-aos="flip-up" data-aos-delay="700">Love</span>
<span class="tag" data-aos="flip-up" data-aos-delay="800">Life</span>
</div>
</div>
</aside>
</div>
</section>
<!-- -----------x---------- Site Content -------------x------------>
</main>
<!---------------x------------- Main Site Section ---------------x-------------->
<!-- --------------------------- Footer ---------------------------------------- -->
<footer class="footer">
<div class="container">
<div class="about-us" data-aos="fade-right" data-aos-delay="200">
<h2>About us</h2>
<p>"Aikyam" stands for being one,no matter where ever we belong to...where there is a need,there comes the invention.Same is the motive behind making Aikyam possible.People who really face problems being at new places our website is the solution to look for.It guides you not only with places but is budget is budget friendly & hope u find this worthy.Looking forward to help you!</p>
</div>
<div class="newsletter" data-aos="fade-right" data-aos-delay="200">
<h2>Newsletter</h2>
<p>Stay update with our latest</p>
<div class="form-element">
<input type="text" placeholder="Email"><span><i class="fas fa-chevron-right"></i></span>
</div>
</div>
<div class="instagram" data-aos="fade-left" data-aos-delay="200">
<h2>Our Team</h2>
<div class="flex-row">
<img src="./assets/instagram/thumb-card3.jpg" alt="insta1">
<img src="./assets/instagram/thumb-card4.jpg" alt="insta2">
<img src="./assets/instagram/thumb-card5.jpg" alt="insta3">
</div>
<div class="flex-row">
<img src="./assets/instagram/thumb-card6.jpg" alt="insta4">
<img src="./assets/instagram/thumb-card7.jpg" alt="insta5">
<img src="./assets/instagram/thumb-card8.jpg" alt="insta6">
</div>
</div>
<div class="follow" data-aos="fade-left" data-aos-delay="200">
<h2>Follow us</h2>
<p>Let us be Social</p>
<div>
<i class="fab fa-facebook-f"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-youtube"></i>
</div>
</div>
</div>
<div class="rights flex-row">
<h4 class="text-gray">
Copyright ©2021 All rights reserved | made by AIKYAM.Co
</h4>
</div>
<div class="move-up">
<span><i class="fas fa-arrow-circle-up fa-2x"></i></span>
</div>
</footer>
<!-- -------------x------------- Footer --------------------x------------------- -->
<!-- Jquery Library file -->
<script src="./js/Jquery3.4.1.min.js"></script>
<!-- --------- Owl-Carousel js ------------------->
<script src="./js/owl.carousel.min.js"></script>
<!-- ------------ AOS js Library ------------------------- -->
<script src="./js/aos.js"></script>
<!-- Custom Javascript file -->
<script src="./js/main.js"></script>
</body>
</html>