-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbooking.html
More file actions
200 lines (189 loc) · 6.55 KB
/
booking.html
File metadata and controls
200 lines (189 loc) · 6.55 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Booking</title>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&family=Roboto+Condensed:wght@300;400;700&display=swap"
rel="stylesheet"
/>
<!-- link external icon hosted on a live server -->
<link
href="https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.css"
rel="stylesheet"
/>
<!-- font awesome cdn -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
/>
<!-- link bootstrap css -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
/>
<!-- Link personal css -->
<link rel="stylesheet" href="./heading.css" />
<link rel="stylesheet" href="./style.css" />
<link rel="stylesheet" href="./booking.css" />
<link rel="stylesheet" href="./mediaQuery.css" />
</head>
<body>
<!-- The navabar -->
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img
src="./images/logo-removebg-preview.png"
alt="Logo"
width="100"
height="100"
style="padding-left: 50px"
class="d-inline-block align-text-top imglogo"
/>
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse listnav" id="navbarNav">
<ul class="nav_links navbar-nav">
<li class="link nav-item">
<a class="nav-link active" href="./index.html">Home</a>
</li>
<li class="link nav-item">
<a class="nav-link" href="#">About</a>
</li>
<li class="link nav-item">
<a class="nav-link" href="#">Booking</a>
</li>
<li class="link nav-item">
<a class="nav-link" href="#">Contact</a>
</li>
<li class="link nav-item sign_up">
<a class="nav-link" href="#">Sign Up</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="flight-header-Container section_container header_container">
<h1 class="section_header bb">Flight Details</h1>
</div>
<main>
<div id="toandfro">
<p id="dep"></p>
<i
style="display: none"
class="fa-2xl ri-arrow-right-line"
id="one_arrow"
></i>
<i
style="display: none"
class="fa-2xl ri-arrow-left-right-line"
id="two_arrow"
></i>
<p id="land"></p>
</div>
<div id="flight_content">
<p id="depatureDate"></p>
<p id="returnDate"></p>
<p id="passenger"></p>
<p id="travelClass"></p>
<p id="price"></p>
<button>BOOK</button>
</div>
</main>
<!-- Footer -->
<footer class="text-center text-white" style="background-color: #3f51b5">
<!-- Grid container -->
<div class="container">
<!-- Section: Links -->
<section class="mt-5">
<!-- Grid row-->
<div class="row text-center d-flex justify-content-center pt-5">
<!-- Grid column -->
<div class="col-md-2">
<h6 class="text-uppercase font-weight-bold">
<a href="#!" class="text-white">About us</a>
</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2">
<h6 class="text-uppercase font-weight-bold">
<a href="#!" class="text-white">Travel Guides</a>
</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2">
<h6 class="text-uppercase font-weight-bold">
<a href="#!" class="text-white">Contact</a>
</h6>
</div>
<!-- Grid column -->
</div>
<!-- Grid row-->
</section>
<!-- Section: Links -->
<hr class="my-5" />
<!-- Section: Text -->
<section class="mb-5">
<div class="row d-flex justify-content-center">
<div class="col-lg-8">
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sunt
distinctio earum repellat quaerat voluptatibus placeat nam,
commodi optio pariatur est quia magnam eum harum corrupti dicta,
aliquam sequi voluptate quas.
</p>
</div>
</div>
</section>
<!-- Section: Text -->
<!-- Section: Social -->
<section class="text-center mb-5">
<a href="https://www.facebook.com/" class="text-white me-4" target="_blank" >
<i class="fa-2xl fab fa-facebook-f"></i>
</a>
<a href="https://www.twitter.com/" class="text-white me-4" target="_blank">
<i class="fa-2xl fab fa-twitter"></i>
</a>
<a href="https://www.google.com/" class="text-white me-4" target="_blank">
<i class="fa-2xl fab fa-google"></i>
</a>
<a href="https://www.instagram.com/" class="text-white me-4" target="_blank">
<i class="fa-2xl fab fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/feed/" class="text-white me-4" target="_blank">
<i class="fa-2xl fab fa-linkedin"></i>
</a>
<a href="https://github.com/elmuby/" class="text-white me-4" target="_blank">
<i class="fa-2xl fab fa-github"></i>
</a>
</section>
<!-- Section: Social -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2)">
© 2023 Copyright:
<a class="text-white" href="">Lorem Ipsun</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="./script.js"></script>
<script src="./booking.js"></script>
</body>
</html>