-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
171 lines (108 loc) · 4.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> AIRELITE </title>
<link rel="stylesheet" href="mystyle.css">
<link href="pic/globe.png" rel="icon" type="image/x-icon"/>
<script src="https://kit.fontawesome.com/dadc90c450.js" crossorigin="anonymous"></script>
<script src="fs.js"></script>
</head>
<body>
<header class="myHeader" id="mine">
<div>
<h1 class="x"> <a href="../index.html">AIRELITE</a> </h1>
<h3> <a href="it.project/BookAFlight.htm">Book Flight</a></h3>
<h3> <a href="it.project/manageyourtrip.htm">Manage Trips</a></h3>
<h3> <a href="contact/contact.html">Contact Us</a></h3>
<aside>
<i class="fas fa-adjust" onclick="myFunction()"></i>
<a href="login form/index.html">sign in </a>
<i class="fas fa-user-tie"></i>
</aside>
</div>
</header>
<figure class="top">
<img src="pic/welcome1.jpg" alt="WElCOME TO AIRELITE">
<div class="m5"> AIRELITE </div>
<h5>Welcome to</h5>
<a class="b" href="it.project/BookAFlight.htm">BOOK</a>
</figure>
<section class="offers">
<a href="london/index.html" >
<article class="london">
<p> <span class="off">Cairo To London<br>only 1700 EGP!</span><br>
see in London is endless.
</p>
<figure>
<img src="pic/big1.jpg" alt="London BIgBen" >
</figure>
</article>
</a>
<a href="it.project/Oslo.htm">
<article class="norway">
<figure>
<img src="pic/nor.jpg" width="10%" alt="norway">
</figure>
<p> <span class="off">Cairo To Oslo<br>Just 1800 EGP!</span><br>
the country of most gorgeous Nature. endless JOY ! .
</p>
</article>
</a>
</section>
<section class="other">
<a href="it.project/manageyourtrip.htm" >
<article class="manageTrips">
<p> <span class="off">Now You Can Manage All Your Trips </span><br>
</p>
<figure>
<img src="pic/book.jpg" width="10%" alt="norway">
</figure>
</article>
</a>
<a href="it.project/AboutUs.htm">
<article class="our">
<figure>
<img src="pic/our.jpg" width="10%" alt="norway">
</figure>
<p> <span class="off">our Company </span><br>
Who are we ... ?
</p>
</article>
</a>
<a href="contact/contact.html">
<article class="contact">
<p> <span class="off">Contact Us </span> <br><br>
You can Contact us if You face any Problem.
</p>
<figure>
<img src="pic/contact.jpg" width="10%" alt="norway">
</figure>
</article>
</a>
</section>
<div class="iframe"><iframe src="http://embed.flightaware.com/commercial/integrated/web/delay_map.rvt" width="675" height="410" frameborder="0" marginheight="0" marginwidth="0"></iframe><br /> FLIGHT TRACKER</div>
<footer>
<div>
<a href="it.project/AboutUs.htm">Our Company</a>
<a href="layout/index.html">Our Planes</a>
<a href="it.project/Policy.htm">Terms of Policies</a>
</div>
<div>
<a href="contact/contact.html">Contanct Us</a>
<span>
<a href="https://www.facebook.com"><i class="fab fa-facebook-square"></i> Facebook</a>
<a href="https://www.Twitter.com"><i class="fab fa-twitter-square"></i> Twitter</a>
<a href="https://www.Instagram.com"><i class="fab fa-instagram-square"></i> Instagram</a>
<a href="https://www.YouTube.com"><i class="fab fa-youtube-square"></i> YouTube</a>
</span>
</div>
<hr>
</footer>
<p class="copyRight"><span class="sp"> Indicates link opens an external site and may not conform to the same accessibility policies as JetBlue</span>
©2021 Airelite Aireways
</p>
<script src="fs.js"></script>
</body>
</html>