-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathairways.html
225 lines (203 loc) · 10.4 KB
/
airways.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="beb.png"type="image" sizes="32x32"/>
<title>Airways-RoamUdaipur</title>
<meta name = "viewport" content = "width=device-width, initial-scale = 1, maximum-scale=1 ,user-scalable = no" />
<link rel="stylesheet" type="text/css" href="main1.css">
<link href='https://fonts.googleapis.com/css?family=Josefin Sans' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Finger Paint' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Sanchez' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Aclonica' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Aladin' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Share Tech' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Amaranth' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Sedgwick Ave Display' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Alegreya Sans SC' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Bubblegum Sans' rel='stylesheet'>
<script src="https://use.fontawesome.com/5b626b8830.js"></script>
<link src="animate.css" rel="stylesheet">
</head>
<body>
<div class="header">
<div class="inner-header">
<div class="logo"><a href="index.html"><img src="tatag.png" ></a></div>
<!-- <div class="header-link"><a id="login" href="logoutscript.php">Log Out</a></div>-->
<div class="header-link"><Button class="login" ><i id="myBtn" class="fa fa-globe" aria-hidden="true"></i></Button></div>
<div class="header-link"><i style="font-size: 25px; color:red;" id="myBtn1" onclick="openCont()" class="fa fa-bars" aria-hidden="true"></i></div>
<div class="header-link"><Button class="login cancer" onclick="openCont()"><i class="fa fa-bars" aria-hidden="true"></i></Button></div>
<!-- <div class="header-link"><Button id="login" onclick="openProfile()">Profile</Button></div>-->
<div class="header-link"><a class="login cancer" href="index.html"><i class="fa fa-home" aria-hidden="true"></i></a></div>
</div>
</div>
<div>
<img src="air2.jpg" alt="airport" class="slideshow">
<img src="air1.jpg" alt="airport" class="slideshow">
<img src="air3.jpg" alt="airport" class="slideshow">
</div>
<div id="disploc" class="locadisp">
<div class="con-disp">
<span class="close">×</span>
<h3 style="font-family:'Amarante'; text-align: center; color:#EF9A9A; ">Your Distance from Major Transportation in Udaipur</h3>
<div id="saracont" >
<div id="map"></div>
<h4 id="bababa"></h4>
</div>
</div>
</div>
<script src="globe.js"></script>
<script>
var si = 0;
slides();
function slides() {
var i;
var x = document.getElementsByClassName("slideshow");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
si++;
if (si > x.length) {si = 1}
x[si-1].style.display = "block";
setTimeout(slides, 4000);
}
function myFunctio(event)
{
var targo=event.target;
if(targo.id=="fgh")
{
var x = document.getElementById('myDIV');
}
else if(targo.id=="rpp")
{
var x=document.getElementById('myDIV1');
}
else if(targo.id=="lp")
{
var x=document.getElementById('myDIV2');
}
if (x.style.display === 'none')
{
x.style.display = 'block';
}
else {
x.style.display = 'none';
}
}
function openProfile() {
document.getElementById("profile_show").style.width = "50%";
}
function closeProfile() {
document.getElementById("profile_show").style.width = "0";
}
function openCont() {
document.getElementById("contents_show").style.width = "50%";
}
function closeCont() {
document.getElementById("contents_show").style.width = "0";
}
</script>
<div id="profile_show" class="profile">
<a href="javascript:void(0)" class="closebtn" onclick="closeProfile()">×</a>
<div id="pro_head"><h1>Profile</h1></div>
<br/><br/>
<div id="pro_element"><h2>Username: <?php echo $_SESSION['username'];?></h2></div>
<div id="pro_element1"><h2>E-Mail: <?php
$con=mysqli_connect('localhost','root','','users');
$query="SELECT * FROM users.users_data WHERE username='$name'";
$data=mysqli_query($con,$query);
$row=mysqli_fetch_array($data);
echo $row['email'];?></h2></div>
<a style="margin-top:295px; font-size:16px; text-align:center; color:black;" href="roamudaipur.php">©RoamUdaipur.com</a>
</div>
<div class="profile" id="contents_show">
<a href="javascript:void(0)" class="closebtn" onclick="closeCont()">×</a>
<h2 style="text-align:center; font-family: 'Sedgwick Ave Display';">Contents</h2>
<br/>
<br/>
<i><a href="lakes.html">Lakes</a></i>
<i><a href="temples.html">Temples</a></i>
<i><a href="museums.html">Museums</a></i>
<i><a href="2&3star.html">2&3 Star Hotels</a></i>
<i><a href="restaurants.html">Restaurants</a></i>
<i><a href="railways.html">Railways</a></i>
<i><a href="4&5star.html">4&5 Star Hotels</a></i>
<a style="margin-top:95px; text-align:center; font-size:16px; color:black;" href="roamudaipur.php">©RoamUdaipur.com</a>
</div>
<div id="jkk" class="airrail"><h2>Airways</h2></div>
<div id="searchedx">
<div id="ap_content">
<div id="ap_title"><i style="color:red; font-size:35px; padding:10px;" class="fa fa-info-circle" aria-hidden="true"></i></div>
<div id="ap_desc" >
<h3 style="display:inline-block;">Maharana Pratap Airport</h3><p style="display:inline;"> or known as Dabok Airport or Udaipur Airport is a commercial domestic airport situated 22 km east of Udaipur. Udaipur Airport is spread over 504 acres. The airport has one asphalt runway, oriented 08/26, 9000 feet/2743 metres long and 45 metres wide. Its 250 by 150 metre apron provides parking space for 3 Boeing 737s or Airbus A320 aircraft at a time. There are 4 check-in counters which can handle 600 passengers during peak time.</p>
</div>
</div>
<div id="map_content" style=" margin-top:8%; opacity:0;">
<div id="map_title"><i style="color:red; font-size:35px; padding:10px;" class="fa fa-map" aria-hidden="true"></i></div>
<div id="map_desc">
<div id="map_airport"></div>
<script>
function initMap() {
var uluru = {lat:24.6190,lng:73.8908};
var map = new google.maps.Map(document.getElementById('map_airport'), {
zoom: 12,
center: {lat: 24.6190, lng: 73.8908}
});
var marker = new google.maps.Marker({
position:{lat: 24.6190, lng: 73.8908},
map: map
});
}
</script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAxiAHEz1tcr1OLaVLA1T50mvO2B27kHFM&callback=initMap">
</script>
</div>
</div>
<div id="ap_table">
<div id="table_title"><i style="color:red; font-size:35px; padding:10px;" class="fa fa-plane" aria-hidden="true"></i></div>
<div id="table_desc">
<table id="myTable1">
<tr class="tr-header">
<th style="width:30%; text-align: center;">Airlines</th>
<th style="width:70%; text-align: center;">Destinations</th>
</tr>
<tr>
<td style="text-align: center;">Air India</td>
<td style="text-align: center;">Delhi,Mumbai</td>
</tr>
<tr>
<td style="text-align: center;">Indigo</td>
<td style="text-align: center;">Delhi,Mumbai and Hyderabad(via Delhi)</td>
</tr>
<tr>
<td style="text-align: center;">Jet Airways</td>
<td style="text-align: center;">Bangalore(1 Stop),Delhi, Jaipur,Mumbai and Thiruvananthapuram(2 Stops)</td>
</tr>
</table>
</div>
</div>
</div>
<footer>
<div class="container" >
<p style="float: left;" id="copyv">©Roam Udaipur</p>
<a style="float:right; text-decoration: underline;" id="copyv" href="disclaimer.html">Disclaimer</a>
<p id="copyv" style="text-align: center;">Made with <i class="fa fa-heart" aria-hidden="true"></i></p>
</div>
</footer>
<script>
function jabscroll()
{
var ap=document.getElementById("map_content");
var y=window.pageYOffset;
if(y>390)
{
ap.style.opacity="1";
ap.style.transition="all 1s";
}
else
ap.style.opacity="0";
}
window.addEventListener("scroll",jabscroll);
</script>
</body>
</html>