forked from Harshitr10/Raahi_endeavour
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdesRishikesh.html
246 lines (218 loc) · 11.7 KB
/
desRishikesh.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<script>
function logout(){
location.href = "index.html";
alert("Logout Succesfully");
}
</script>
</head>
<body>
<head>
<title>Raahi_TheQuad</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/lightbox.css">
<link rel="stylesheet" type="text/css" href="css/flexslider.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.rateyo.css" />
<link rel="stylesheet" type="text/css" href="inner-page-style.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,500,600,700" rel="stylesheet">
</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>
<!-- 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"> -->
<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=" ">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>
<!-- <li><a href="">Gallery</a></li>
<li><a href="">About</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>
<!-- <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="login-block">
<a href="">Login /</a>
<a href="">Register</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">
</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</a></li>
<li><a href="">About</a></li>
</ul> -->
<!-- Header Close -->
<!-- <style>
div.class="grid-container1"{ margin : 0px 40px 0px 0px;
}
</style>
<style>
div.class={ margin : 20px 0px 0px 0px;
padding: 20px;
}
</style> -->
<div class="page-content">
<div class="container">
<div class="grid-container1" itemscope itemtype=" http://schema.org/Event">
<div class="grid-box-wrap">
<div class="grid-img" itemprop="image">
<img src="images/ram_jhula.jpg" alt="travel images">
</div>
<div class="grid-body">
<h4 itemprop="date">May 20,2022 |Joseph | 0 Comments</h4>
<h1 itemprop="name">Ram Jhula</h1>
<p itemprop="description"> Ram Jhula (Hindi: राम झूला) is an iron suspension bridge across the river Ganges, located 3 kilometres (1.9 mi) north-east from the town Rishikesh in the Indian state of Uttarakhand. The bridge connects the Sivananda Nagar area of Muni Ki Reti in Tehri Garhwal district to Swargashram in Pauri Garhwal district crossing the river from west to east. Built in the year 1986, the bridge is one of the iconic landmarks of Rishikesh.</p>
</div>
</div>
<div class="grid-box-wrap">
<div class="grid-img" itemprop="image">
<img src="images/laxman_jhula.jpg" alt="travel images">
</div>
<div class="grid-body">
<h4 itemprop="date">May 20,2022 | Ujjwal | 0 Comments</h4>
<h1 itemprop="name">Laxman Jhula</h1>
<p itemprop="description"> It is a suspension bridge .As of November 5, 2020, this bridge is restricted to pedestrian access and is set to be closed permanently when a replacement is built parallel to it. Barriers on both sides prevent vehicular traffic including motorcycles and scooters.
It is said that the Hindu deity Lakshmana crossed the Ganges on jute ropes where the bridge is found.[1] Lakshman Jhula was completed in 1929.
</p>
</div>
</div>
<div class="grid-box-wrap">
<div class="grid-img" itemprop="image">
<img src="images/Soami-Bagh.jpg" alt="travel images">
</div>
<div class="grid-body">
<h4 itemprop="date">May 20,2022 | Ram| 0 Comments</h4>
<h1 itemprop="name">Neelkanth</h1>
<p itemprop="description"> The Soami Bagh Temple is an architecturally impressive landmark and a popular pilgrimage site for devotees of many religions. Admire the exquisite masonry of the temple’s white-marble exterior. Soami Bagh Temple is devoted to Radha Soami, a religious organization that combines the teachings of all faiths. </p>
</div>
</div>
<div class="grid-box-wrap">
<div class="grid-img" itemprop="image">
<img src="images/sikandara _agra.jpg" alt="travel images">
</div>
<div class="grid-body">
<h4 itemprop="date">May 20,2022 | Vishal| 0 Comments</h4>
<h1 itemprop="name">Parmarth Niketan</h1>
<p itemprop="description">Sikandra is a grandiose complex famous for being the home of the tomb of Akbar the Great, the greatest Mughal leader. This glorious monument showcases a harmonious fusion of Buddhist, Christian, Hindu, Islamic and Jain art and architecture. Marvel at a collection of lavish red sandstone and marble gateways.
</p>
</div>
</div>
<footer>
</footer>
<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/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>