-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
199 lines (178 loc) · 6.53 KB
/
contact.html
File metadata and controls
199 lines (178 loc) · 6.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us</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="./mediaQuery.css">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./booking.css">
<link rel="stylesheet" href="./contact.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.html">About</a>
</li>
<li class="link nav-item">
<a class="nav-link" href="./index.html">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>
<!-- ending of navbar -->
<!-- Contact Section -->
<div class="contact-section">
<h2>Contact Us</h2>
<p>Feel free to get in touch with us. We'd love to hear from you!</p>
</div>
<form class="contact-form" action="send_email.php" method="post">
<label for="name">Name:</label>
<input type="text" id="name" name="name" pattern="[A-Za-z]+" title="Please enter a valid name (letters only)" required>
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
<label for="message">Message:</label>
<textarea id="message" name="message" required></textarea>
<button type="submit">Submit</button>
</form>
<!-- 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 -->
<!-- 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>
The fact is Qatar, Etihad, Emirates, Singapore, Garuda, all of the three Chinese airlines, Air New Zealand - the fact is that international aviation relies very much upon agreements between nation-states, and it is not an area in which you have free market operations.
Anthony Albanese
</p>
</div>
</div>
</section>
<!-- Section: Text -->
<!-- Section: Social -->
<section class="text-center mb-5">
<a href="" class="text-white me-4">
<i class="fa-2xl fab fa-facebook-f"></i>
</a>
<a href="" class="text-white me-4">
<i class="fa-2xl fab fa-twitter"></i>
</a>
<a href="" class="text-white me-4">
<i class="fa-2xl fab fa-google"></i>
</a>
<a href="" class="text-white me-4">
<i class="fa-2xl fab fa-instagram"></i>
</a>
<a href="" class="text-white me-4">
<i class="fa-2xl fab fa-linkedin"></i>
</a>
<a href="" class="text-white me-4">
<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 Ipsum</a
>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<!-- Include JavaScript libraries at the end of the body, just before the closing </body> tag -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>