-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
396 lines (325 loc) · 17.9 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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="">
<!--<![endif]-->
<meta name="google-adsense-account" content="ca-pub-2431689993523630">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>IGASTATUS | Istanbul Airport Flight Tracker and Live Air Traffic</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/jpg" href="assets/images/icon.jpg">
<link rel="stylesheet" href="assets/css/navmenu.css">
<link rel="stylesheet" href="assets/fonts/stylesheet.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/jquery.fancybox.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@8"></script>
<script src="https://kit.fontawesome.com/70abcf0a30.js"></script>
<style>
.alertbox {
font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
</style>
<!-- <link rel="stylesheet" href="assets/css/bootstrap-theme.min.css">-->
<!--For Plugins external css-->
<link rel="stylesheet" href="assets/css/plugins.css" />
<!--Theme custom css -->
<link rel="stylesheet" href="assets/css/style.css">
<!--Theme Responsive css-->
<link rel="stylesheet" href="assets/css/responsive.css" />
<script src="assets/js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<script src="bootbox.min.js"></script>
</head>
<body data-spy="scroll" data-target=".navbar-collapse">
<section id="home" class="home">
<div class="overlay">
<div class="container">
<div class="div-menu">
</div>
<div class="row">
<div class="col-sm-12 ">
<div class="main_home_slider text-center">
<div class="single_home_slider">
<div class="main_home wow fadeInUp" data-wow-duration="700ms">
<center>
<h1>Welcome to Istanbul Airport</h1>
</center>
<div class="whiseparator"></div>
</div>
</div>
</div>
</div>
</div>
<a class="mouse-scroll" href="#introduction">
<span class="mouse">
<span class="mouse-movement"></span>
</span>
<span class="mouse-message fadeIn">scroll</span>
</a>
</div>
</div>
</section>
<section id="introduction" class="introduction">
<div class="container">
<div class="row">
<div class="main_introduction sections">
<div class="head_title text-center wow fadeInUp" data-wow-duration="700ms">
<h2>Live Flight Information</h2>
<div class="separator"></div>
<iframe width="1800" height="800"
src="https://www.radarbox.com/?widget=1&z=8&lat=40.77217805733707&lng=31.373081156372056"></iframe>
<!-- <iframe src="https://www.radarbox.com/?widget=1&z=8&lat=40.77217805733707&lng=31.373081156372056"
width="100%" height="800" frameborder="0"
title="Istanbul Airport (IST) Flight Map"> </iframe> -->
</div>
</div>
</div>
</div>
</section>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2431689993523630"
crossorigin="anonymous"></script>
<section id="introduction" class="introduction">
<div class="container">
<div class="row">
<div class="main_introduction sections">
<div class="head_title text-center wow fadeInUp" data-wow-duration="700ms">
<h2>METAR and TAF Information</h2>
<div class="separator"></div>
<script src="https://api.checkwx.com/widget?key=575d925deae5b5572edb19ebbe&refresh=15"
type="text/javascript"></script>
<center><a href="https://metar-taf.com/LTFM" id="metartaf-iKOhsCKI" style="font-size:18px; font-weight:500; color:#000; width:350px; height:278px; display:block">METAR İstanbul Airport</a>
<script async defer crossorigin="anonymous" src="https://metar-taf.com/embed-js/LTFM?layout=landscape&qnh=hPa&rh=rh&target=iKOhsCKI"></script> </center>
<div class="checkwx-container" data-type="METAR" data-station="LTFM"></div>
<div class="separator"></div>
<div class="checkwx-container" data-type="TAF" data-station="LTFM"></div>
</div>
</div>
</div>
</section>
<section id="introduction" class="introduction">
<div class="container">
<div class="row">
<div class="main_introduction sections">
<div class="head_title text-center wow fadeInUp" data-wow-duration="700ms">
<h2>Weather</h2>
<div class="separator"></div>
<!--<iframe id="forecast_embed" type="text/html" frameborder="0" height="245" width="100%"
src="http://forecast.io/embed/#lat=41.015137&lon=28.9795303&name=Istanbul Airport&color=#00aaff&font=Helvetica&units=us">
</iframe>
<!-- <img src="http://www.mgm.gov.tr/sunum/sondurum-show-2.aspx?m=ISTANBUL&rC=111&rZ=fff"
style="width:140px; height:100px;" alt="ISTANBUL" /> -->
<b><iframe width="1600" height="450"
src="https://embed.windy.com/embed2.html?lat=41.264&lon=28.726&zoom=11&level=surface&overlay=gust&menu=&message=true&marker=true&calendar=&pressure=true&type=map&location=coordinates&detail=true&detailLat=41.261&detailLon=28.711&metricWind=default&metricTemp=default&radarRange=-1"
frameborder="0"></iframe>
</div>
</div>
</div>
</div>
</section>
<section id="introduction" class="introduction">
<div class="container">
<div class="row">
<div class="main_introduction sections">
<div class="head_title text-center wow fadeInUp" data-wow-duration="700ms">
<h2>Chart Information</h2>
<div class="separator"></div>
<center>
<a href="https://igastatus.com/charts/LTFMCHART2024.pdf" <span><b>Download Here<p>LTFM
2024 CHARTS</p></b></span></a>
</center>
<center>
<div class="separator"></div>
<!-- <p><div id="sv_6488" style="width: 200px; height: 200px;">Make your <a href="https://skyvector.com/">Flight Plan</a> at SkyVector.com</div>
<script src="//skyvector.com/api/lchart?ll=41.13936457011342,28.76060487147615&s=2&c=sv_6488&i=301" type="text/javascript"></script></p>
<div id="sv_597" style="width: 1800px; height: 800px;"></div>
<script src="http://skyvector.com/api/lchart?ll=40.97,28.82&s=3&c=sv_597"></script>
</div> -->
</center>
</div>
</div>
</div>
</section>
<!--
<section id="introduction" class="introduction">
<div class="container">
<div class="row">
<div class="main_introduction sections">
<div class="head_title text-center wow fadeInUp" data-wow-duration="700ms">
<h2>Arrivals</h2>
<div class="separator"></div>
<center>
<div>
<script async src="https://fids.flightradar.live/widgets/airport/LTFM/arrivals"></script></div>
</center>
</div>
</div>
</div>
</section>
<section id="introduction" class="introduction">
<div class="container">
<div class="row">
<div class="main_introduction sections">
<div class="head_title text-center wow fadeInUp" data-wow-duration="700ms">
<h2>Departures</h2>
<div class="separator"></div>
<center>
<div>
<script async src="https://fids.flightradar.live/widgets/airport/LTFM/departures"></script></div>
</center>
</div>
</div>
</div>
</section>
<!--
<section id="introduction" class="introduction">
<div class="container">
<div class="row">
<div class="main_introduction sections">
<div class="head_title text-center wow fadeInUp" data-wow-duration="700ms">
<h2>Arrival and Departures</h2>
<div class="separator"></div>
</div>
<center>
<div class="airportia-widget">
<iframe scrolling="no" frameborder="0" style="border:0; width: 100%; height: 95%; margin:0; padding:0;"
src="https://www.airportia.com/widgets/airport/ist/arrivals"></iframe>
<div style="font-family: arial,serif; font-size:12px; color:#3f9bdc; width:100%; text-align: center; margin-top: 2px; padding-top: 5px; border-top: 1px solid #65747e;">
<a style="text-decoration:none; color:#3f9bdc;"
href="https://www.airportia.com/turkey/atat%C3%BCrk-international-airport/arrivals"
title="Istanbul Ataturk International Airport Arrivals" target="_top">Istanbul Ataturk International Airport Arrivals</a> powered by <a
style="text-decoration:none; color:#3f9bdc;" href="https://www.airportia.com"
target="_top">Airportia</a>
</div>
</div>
<div class="airportia-widget">
<iframe scrolling="no" frameborder="0" style="border:0; width: 100%; height: 95%; margin:0; padding:0;"
src="https://www.airportia.com/widgets/airport/ist/departures"></iframe>
<div style="font-family: arial,serif; font-size:12px; color:#3f9bdc; width:100%; text-align: center; margin-top: 2px; padding-top: 5px; border-top: 1px solid #65747e;">
<a style="text-decoration:none; color:#3f9bdc;"
href="https://www.airportia.com/turkey/atat%C3%BCrk-international-airport/departures"
title="Istanbul Ataturk International Airport Departures" target="_top">Istanbul Ataturk International Airport Departures</a> powered by
<a style="text-decoration:none; color:#3f9bdc;" href="https://www.airportia.com" target="_top">Airportia</a>
</div>
</div>
</center>
</div>
</div>
</div>
</div>
</section> -->
<!--<section id="introduction" class="introduction">
<div class="container">
<div class="row">
<div class="main_introduction sections">
<div class="head_title text-center wow fadeInUp" data-wow-duration="700ms">
<h2>Airport Delay Information</h2>
<div class="separator"></div>
<div>
<div><iframe src="http://embed.flightaware.com/commercial/integrated/web/delay_map_fullpage.rvt" width="675" height="800" frameborder="0" marginheight="0" marginwidth="0"></iframe><br /><div style="font-size: x-small;"><a href="https://flightaware.com/">Flight Tracker courtesy of FlightAware.com</a></div></div>
</div>
</div>
</div>
</div>
</section>
-->
<section id="introduction" class="introduction">
<div class="container">
<div class="row">
<div class="main_introduction sections">
<div class="head_title text-center wow fadeInUp" data-wow-duration="700ms">
<h2>LTFM Gnd/Twr ATC</h2>
<div class="separator"></div>
<div>
<div>
<center>
<td><embed src="https://liveatc.net/embed/feed/ltfm1_twr-html5.html" width="300"
height="150"></td>
</center>
</div>
</div>
</div>
</div>
</section>
<!-- <section id="introduction" class="introduction">
<div class="container">
<div class="row">
<div class="main_introduction sections">
<div class="head_title text-center wow fadeInUp" data-wow-duration="700ms">
<h2>Istanbul Airport Live Cam</h2>
<h3>Scroll Down Please :)</h3>
<div class="separator"></div>
<div>
<div>
<center>
<iframe src="https://www.istairport.com/havalimani/haritalar/havalimani-canli-yayin/operasyon-merkezi/"
style="border: 0;"
allowfullscreen=""
aria-hidden="false"
display="auto"
tabindex="0"
scrolling="auto"
align="center"
width="600"
height="400"></iframe>
</center>
</div>
</div>
</div>
</div>
</section> -->
<!-- bilet al api -->
<section id="contact" class="contact">
<div class="container-fluid">
<div class="row">
<div class="contact_contant margin-top-120">
<div class="head_title text-center wow fadeInUp" data-wow-duration="700ms">
<h2>Search flight for the adventure!</h2>
<div class="separator"></div>
<div data-skyscanner-widget="SearchWidget" data-origin-geo-lookup="true"></div>
<script src="https://widgets.skyscanner.net/widget-server/js/loader.js" async></script>
<script type="text/JavaScript" src="https://www.kayak.com/affiliate/widget-v2.js"></script>
<!-- hit counter area -->
</div>
<footer id="footer" class="footer">
<div class="container">
<div class="main_footer text-center">
<div class="row">
<div class="col-sm-12">
</div>
<div class="col-sm-12">
<div class="copyright_text">
<p class=" wow fadeInRight" data-wow-duration="1s"><i
class="fa fa-heart">Igastatus</i><a
href="https://github.com/istanbulairport">
<p><img src="assets/images/25657.png" </p>
<p>igastatus on Github
</a>
<p>©2024.All Rights Reserved</p>
</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- START SCROLL TO TOP -->
<div class="scrollup">
<a href="#"><i class="fa fa-chevron-up"></i></a>
</div>
<script src="assets/js/vendor/jquery-1.11.2.min.js"></script>
<script src="assets/js/vendor/bootstrap.min.js"></script>
<script src="assets/js/jquery.easypiechart.min.js"></script>
<script src="assets/js/jquery.mixitup.min.js"></script>
<script src="assets/js/jquery.easing.1.3.js"></script>
<script src="assets/js/jquery.magnific-popup.js"></script>
<script src="assets/js/jquery.fancybox.pack.js"></script>
<script src="assets/js/plugins.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>