forked from Harshitr10/Raahi_endeavour
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Agra_blog.html
626 lines (573 loc) · 20.8 KB
/
Agra_blog.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
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
<!DOCTYPE html>
<html>
<head>
<title>Raahi_Blog</title>
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/all.css">
<link rel="stylesheet" type="text/css" href="css/all.min.css">
<link rel="stylesheet" type="text/css" href="css/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="css/owl.theme.default.css">
<link rel="stylesheet" type="text/css" href="css/jquery.mmenu.all.css" />
<link rel="stylesheet" type="text/css" href="inner-page-style.css">
<link rel="stylesheet" type="text/css" href="style.css">
<script>
function book(){
location.href='https://forms.office.com/r/mpyKeWXTGZ';
}
function important(){
alert('Submit Process is under working :)');
}
function logout(){
location.href = "index.html";
alert("Logout Succesfully");
}
function important(){
alert('Your quick message is submitted it is under review :)');
}
</script>
<style>
.card-submit {
/* width: 20%; */
margin: 0 auto;
color: #fff;
font-size: 18px;
height: 50px;
border: none;
border-radius: 5px;
background-color: #2364d2;
transition: background-color 250ms ease-in-out;
}
.card-submit:hover {
background-color: #4183f5;
}
</style>
</head>
<body>
<div id="page" class="site" itemscope itemtype="http://schema.org/LocalBusiness">
<header class="site-header">
<div class="top-header">
<div class="container">
<div class="top-header-left">
<div class="top-header-block">
<a href="mailto:[email protected]" itemprop="email"><i class="fas fa-envelope"></i>
</div>
<div class="top-header-block">
<a href="tel:+917991717451" itemprop="telephone"><i class="fas fa-phone"></i> +917991717451
</a>
</div>
</div>
<div class="top-header-right">
<div class="Logout">
<a href="" onclick="logout()">Logout </a>
</div>
</div>
</div>
</div>
<div class="main-header">
<div class="container">
<div class="logo-wrap" itemprop="logo">
<!-- <img src="images/site_logo.jpg" alt="Logo Image"> -->
<a href="index1.html"> <img src="images/site_logo.jpg" alt="Logo Image"></a>
</div>
<div class="nav-wrap">
<nav class="nav-desktop">
<ul class="menu-list">
<li><a href="index1.html">Home</a></li>
<li class="menu-parent">Raahis
<ul class="sub-menu">
<li><a href="Delhi.html">Delhi</a></li>
<li><a href="rishrikesh.html">Rishikesh</a></li>
<li><a href="agra.html">Agra</a></li>
</ul>
</li>
<li class="menu-parent">Destinations
<ul class="sub-menu">
<li><a href="desDelhi.html">Delhi</a></li>
<li><a href="desRishikesh.html">Rishikesh</a></li>
<li><a href="desAgra.html">Agra</a>
</ul>
</li>
<li class="menu-parent">Blogs
<ul class="sub-menu">
<li><a href="Delhi_blog.html" >Delhi</a></li>
<li><a href="Rishikesh_blog_file.html">Rishikesh</a></li>
<li><a href="Agra_blog.html">Agra</a></li>
</ul>
</li>
</ul>
</nav>
<div id="bar">
<i class="fas fa-bars"></i>
</div>
<div id="close">
<i class="fas fa-times"></i>
</div>
</div>
</div>
</div>
<!-- <body class="full-width"> -->
<!-- <div id="page" class="site">
<header class="site-header">
<div class="top-header">
<div class="container">
<div class="top-header-left">
<div class="top-header-block">
<a href="mailto:[email protected]" itemprop="email"><i class="fas fa-envelope"></i>
</div>
<div class="top-header-block">
<a href="tel:+917991717451" itemprop="telephone"><i class="fas fa-phone"></i> +917991717451
</a>
</div>
</div>
<div class="top-header-right">
<div class="Logout">
<a href="">Logout </a>
</div>
</div>
</div>
</div> -->
<!-- Top header Close -->
<!-- <div class="main-header">
<div class="container">
<div class="logo-wrap" itemprop="logo">
<img src="images/site_logo.jpg" alt="Logo Image">
</div>
<div class="nav-wrap">
<nav class="nav-desktop">
<ul class="menu-list">
<li class="menu-parent">Raahis
<ul class="sub-menu">
<li><a href="#">Delhi</a></li>
<li><a href="#">Rishikesh</a></li>
<li><a href="#">Agra</a></li>
</ul>
</li>
<li class="menu-parent">Destinations
<ul class="sub-menu">
<li><a href="#">Delhi</a></li>
<li><a href="#">Rishikesh</a></li>
<li><a href="">Agra</a>
</ul>
</li>
<li class="menu-parent">Blogs
<ul class="sub-menu">
<li><a href="#">Delhi</a></li>
<li><a href="#">Rishikesh</a></li>
<li><a href="#">Agra</a></li>
</ul>
</li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#whyus">About</a></li>
<li><a href="index1.html">Home</a></li>
</ul>
</nav>
<div id="bar">
<i class="fas fa-bars"></i>
</div>
<div id="close">
<i class="fas fa-times"></i>
</div>
</div>
</div>
</div>
</header> -->
<!-- Header Close -->
<!-- <div class="banner">
<div class="owl-four owl-carousel">
<img src="images/wp9429743-delhi-city-wallpapers.jpg" alt="Image of Bannner">
</div>
<div class="container">
<h1>Welcome to RAAHI</h1>
<h3>The ultimate GUIDE for your Destinations</h3>
</div>
<div id="owl-four-nav" class="owl-nav"></div>
</div> -->
<div class="page-content" itemscope itemtype=" http://schema.org/Blog">
<div class="container">
<article class="page-article" itemprop="blogPost">
<h1 itemprop="about">Some Famous blogs for Agra </h1>
<span><a href="#" itemprop="author">By Rashi Jain</a><a href="#">In Business</a><a href="#">Posted
on 10th December, 2019</a><a href="#">3 Comments</a></span>
<p>The third apex of iconic Golden Triangle travel loop, along with Delhi and Jaipur, Agra is a
must-see stop in India. Home to that jaw-dropping mausoleum of white marble, the Taj Mahal, Agra
is
no one-trick pony.</p>
<h2>Things to do in Agra</h2>
<h2>Visit the Taj Mahal in Agra</h2>
<img src="https://images.theconversation.com/files/228846/original/file-20180723-189310-1ymcybu.jpg?ixlib=rb-1.1.0&q=45&auto=format&w=754&fit=clip"
alt="image of Taj Mahal">
<p>Since there’s really no way to have a list of things to do in Agra that doesn’t include the Taj
Mahal, we’re starting with the Taj Mahal. You’ve read about it, you’ve seen photos, you’ve heard
other people describe their experience of the awe-inspiring site, but if you’ve never been, it’s
time to change that. Nothing can really be said about the massive mausoleum complex that hasn’t
been
said already, but suffice to say, prepare to be blown away by gleaming white marble and
intricate
architecture. The UNESCO World Heritage site took 20 years to build and stands as a dedication
to
the favourite wife of Mughal emperor Shah Jahan after she died giving birth to their 14th child.
It’s best to go in the morning when crowds are thinner, but expect gobs of people no matter when
you
go.</p>
<p>Another UNESCO World Heritage site (albeit a somewhat overshadowed one), <b>Agra Fort</b> is well
worth a
visit once you’ve made your way around the Taj Mahal. Located just northwest of the Taj, this is
one
of India’s most historic structures from the Mughal era. Agra Fort is actually about a century
older
than the Taj Mahal and makes for an interesting day of exploring. This place is well laid out
but
huge, so wear comfortable shoes.</p>
</article>
<aside style="margin: 20% 0% 0% 2%; padding: 2% 0% 0% 2%; width: 25%">
<button class="card-submit" type="submit" onclick="book()">Share your experience</button>
<div class="footer-first-section">
<div class="container">
<div class="box-wrap">
<header>
<h1>quick contact</h1>
</header>
<section class="quick-contact">
<input type="email" name="email" placeholder="Your Email*" style="color:white">
<textarea placeholder="Type your message*" style="color:white"></textarea>
<button onclick="important()">send message</button>
</section>
</div>
</div>
</div>
</aside>
<!-- <aside>
<div class="submit-testimonials">
<h2>Submit Guide Reviews</h2>
<form>
<input type="text" placeholder="Your Name*" required>
<input type="email" name="userEmail" placeholder="Your Email Address..." required>
<input type="text" placeholder="Your Occupation*" required>
<input type="text" placeholder="Your title*" required>
<textarea placeholder="Write your message"></textarea>
<span>
<p>Rate guide*</p>
<div class="rateYo"></div>
</span>
<input id="file-upload" type="file" value="Upload Image*" accept="image/*" required>
<label for="file-upload" class="custom-file-upload">Upload Image*</label>
<button class="card-submit" type="submit" onclick="important()">submit</button>
</form>
</div>
</aside> -->
<!-- <aside>
<div class="categories-block">
<h2>Submit Guide Reviews</h2>
<form>
<input type="text" placeholder="Your Name*" required>
<input type="email" name="userEmail" placeholder="Your Email Address..." required>
<input type="text" placeholder="Your Occupation*" required>
<input type="text" placeholder="Your title*" required>
<textarea placeholder="Write your message"></textarea>
<span>
<p>Rate guide*</p>
<div class="rateYo"></div>
</span>
<input id="file-upload" type="file" value="Upload Image*" accept="image/*" required>
<label for="file-upload" class="custom-file-upload">Upload Image*</label>
<button class="card-submit" type="submit" onclick="important()">submit</button>
</form>
</div>
</aside> -->
<!-- <aside>
<div class="categories-block">
<h2>categories</h2>
</div>
<div class="recent-post">
<h2>recent posts</h2>
<div class="post">
<div class="post-wrap">
<div class="img-wrap">
<img src="images/recent-post-img.jpg" alt="Post Images">
</div>
<a href="#">
<div class="post-content">
<h3>How to find best college for you..</h3>
<p>26 Dec, 2018</p>
</div>
</a>
</div>
<div class="post-wrap">
<div class="img-wrap">
<img src="images/recent-post-img.jpg" alt="Post Images">
</div>
<a href="#">
<div class="post-content">
<h3>How to find best college for you..</h3>
<p>26 Dec, 2018</p>
</div>
</a>
</div>
<div class="post-wrap">
<div class="img-wrap">
<img src="images/recent-post-img.jpg" alt="Post Images">
</div>
<a href="#">
<div class="post-content">
<h3>How to find best college for you..</h3>
<p>26 Dec, 2018</p>
</div>
</a>
</div>
<div class="post-wrap">
<div class="img-wrap">
<img src="images/recent-post-img.jpg" alt="Post Images">
</div>
<a href="#">
<div class="post-content">
<h3>How to find best college for you..</h3>
<p>26 Dec, 2018</p>
</div>
</a>
</div>
</div>
</div>
Recent Post Close -->
<!-- </aside>
<section class="comment-section">
<div id="comments" class="comments-area comment" itemprop="comment">
<h3 class="comments-title">4 Comments</h3>
<ol class="comment-list">
<li class="comment even thread-even depth-1 parent">
<article class="comment-body">
<footer class="comment-meta">
<div class="comment-author vcard">
<img class="avatar photo" src="images/r_logo.jpg" alt="">
<b class="fn"><a href="#">Rakesh Shah</a></b>
</div>
<div class="comment-metadata">
<a href="#"><time datetime="2013-10-02">October 09, 2019</time></a>
</div><br>
</footer>
<div class="comment-content">
<h3>River Rafting in Rishikesh is the most popular adventure activity in India
in
which a small group of people uses an inflatable raft with paddles to
navigate the Ganga river. Cliff jumping, body surfing or swimming are the
common activities performed during a rafting trip. It is the adventure which
fits every traveller or tourist budget. For the safety of peoples life
jackets, helmet, paddle & river guide is provided.</h3>
</div>
</article>
</li>
<li class="comment odd alt depth-2 parent">
<article class="comment-body">
<footer class="comment-meta">
<div class="comment-author vcard">
<img class="avatar photo" src="images/S_lg1.jpg" alt="">
<b class="fn"><a href="#">Siddharth Sharma</a></b>
</div>
<div class="comment-metadata">
<a href="#"><time datetime="2013-10-02">October 09, 2020</time></a>
</div><br>
</footer>
<div class="comment-content">
<h3>I really loved reading your blog. I am also an aspiring blogger
exploring the untouched terrains of the Indian Subcontinent. One of
the most beautiful places I have been to is Rishikesh in Uttarakhand
and just loved its vibe. Especially Bird Watching at Kedarnath
Wildlife Sanctuary and Wildlife at Makkumath, Garhwal. I also have
documented my travelogue so far on my blog page.</h3>
</div>
</article>
</li>
</article>
<li class="comment odd alt depth-2 parent">
<article class="comment-body">
<footer class="comment-meta">
<div class="comment-author vcard">
<img class="avatar photo" src="images/S_lgg.jpg" alt="">
<b class="fn"><a href="#">Surya Arora</a></b>
</div>
<div class="comment-metadata">
<a href="#"><time datetime="2013-10-02">October 09,
2019</time></a>
</div><br>
</footer>
<div class="comment-content">
<h3>Thanks for sharing such wonderful blog Adventure tours in
Rishikesh </h3>
</div>
</article>
</li>
</ol>
</li>
</ol>
</li>
<li class="comment even thread-even depth-1 parent">
<article class="comment-body">
<footer class="comment-meta">
<div class="comment-author vcard">
<img class="avatar photo" src="images/b_lg.jpg" alt="">
<b class="fn"><a href="#">Bharat</a></b>
</div>
<div class="comment-metadata">
<a href="#"><time datetime="2013-10-02">October 09, 2020/time></a>
</div><br>
</footer>
<div class="comment-content">
<h3>Wonderful blog!! Thank you so much for sharing this fantastic post. Nice
information along with updated and unique points for the Haridwar. </h3>
</div>
</article>
</li>
</ol>
</div>
<!-- <div class="comment-form">
<h2>leave a comment</h2>
<form>
<input type="text" placeholder="Username*">
<input type="email" placeholder="Email*">
<textarea placeholder="Write a comment.....">
</textarea>
<input type="submit" value="Submit">
</form>
</div> -->
</section>
</div>
</div>
<!-- Page-content closed -->
<section class="query-section">
<div class="container">
<p>Any Queries? Ask us a question at<a href="tel:+917991717451"><i
class="fas fa-phone"></i>+917991717451
</a></p>
</div>
</section>
<!-- End of Query Section -->
<!-- <footer class="page-footer">
<div class="footer-first-section">
<div class="container">
<div class="box-wrap">
<header>
<h1>about</h1>
</header>
<p>Edugate is a great start for and education. Personnel or oganization to start the online business with 1 click</p>
<h4><a href="tel:+9779813639131"><i class="fas fa-phone"></i> +977 9813639131</a></h4>
<h4><a href="mailto:[email protected]"><i class="fas fa-envelope"></i> [email protected]</a></h4>
<h4><i class="fas fa-map-marker-alt"></i>Gongabu, Kathmandu, Nepal</h4>
</div>
<div class="box-wrap">
<header>
<h1>links</h1>
</header>
<ul>
<li><a href="#">Teacher</a></li>
<li><a href="#">Courses</a></li>
<li><a href="#">Courses</a></li>
<li><a href="#">Courses</a></li>
<li><a href="#">Courses</a></li>
<li><a href="#">Courses</a></li>
</ul>
</div>
<div class="box-wrap">
<header>
<h1>recent courses</h1>
</header>
<div class="recent-course-wrap">
<img src="images/ui-ux.jpg" alt="Ui/Ux Designing">
<a href=""><div class="course-name">
<h3>UI/UX Designer courses</h3>
<p><span>$50</span> $40</p>
</div></a>
</div>
<div class="recent-course-wrap">
<img src="images/ui-ux.jpg" alt="Ui/Ux Designing">
<a href=""><div class="course-name">
<h3>UI/UX Designer courses</h3>
<p><span>$50</span> $40</p>
</div></a>
</div>
</div>
<div class="box-wrap">
<header>
<h1>quick contact</h1>
</header>
<section class="quick-contact">
<input type="email" name="email" placeholder="Your Email*">
<textarea placeholder="Type your message*"></textarea>
<button>send message</button>
</section>
</div>
</div>
</div>
End of box-Wrap -->
<!-- <div class="footer-second-section">
<div class="container">
<hr class="footer-line">
<ul class="social-list">
<li><a href=""><i class="fab fa-facebook-square"></i></a></li>
<li><a href=""><i class="fab fa-twitter"></i></a></li>
<li><a href=""><i class="fab fa-skype"></i></a></li>
<li><a href=""><i class="fab fa-youtube"></i></a></li>
<li><a href=""><i class="fab fa-instagram"></i></a></li>
</ul>
<hr class="footer-line">
</div>
</div>
<div class="footer-last-section">
<div class="container">
<p>Copyright 2018 © educationpro.com <span> | </span> Theme designed and developed by <a href="https://labtheme.com">Lab Theme</a></p>
</div>
</div>
</footer> -->
<footer class="page-footer" itemprop="footer" itemscope itemtype="http://schema.org/WPFooter">
<div class="footer-first-section">
<div class="container">
<div class="box-wrap" itemprop="about">
<header>
<h1>about</h1>
</header>
<p>RAAHI is the one stop solution to all your travel problems,from choosing your favourite
destinations to finding the guide to make you feel known and comfortable in your journey,we
come
to serve you.</p>
<h4><a href="tel:+917991717451"><i class="fas fa-phone"></i> +917991717451</a></h4>
<h4><a href="mailto:[email protected]"><i class="fas fa-envelope"></i>
[email protected]</a></h4>
<h4><a href=""><i class="fas fa-map-marker-alt"></i>KIET Group of Institutions,Ghaziabad</a>
</h4>
</div>
<div class="box-wrap">
<header>
<h1>links</h1>
</header>
<ul>
<li><a href="agra.html">RAAHIS</a></li>
<li><a href="desAgra.html">Destinations</a></li>
<li><a href="Agra_blog.html">Blogs</a></li>
</ul>
</div>
<!-- <div class="box-wrap">
<header>
<h1>quick contact</h1>
</header>
<section class="quick-contact">
<input type="email" name="email" placeholder="Your Email* ">
<textarea placeholder="Type your message*"></textarea>
<button>send message</button>
</section>
</div> -->
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<script type="text/javascript" src="js/all.js"></script>
<script type="text/javascript" src="js/isotope.pkgd.min.js"></script>
<script type="text/javascript" src="js/owl.carousel.js"></script>
<script type="text/javascript" src="js/jquery.flexslider.js"></script>
<script type="text/javascript" src="js/jquery.rateyo.js"></script>
<script type="text/javascript" src="js/jquery.mmenu.all.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
</body>
</html>