-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtalkToUs.html
185 lines (137 loc) · 7.38 KB
/
talkToUs.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="stylesheet" href="../css/aboutus.css">
<link rel="stylesheet" href="../css/blog.css">
<link rel="stylesheet" href="../css/talktous.css">
<!--FireBase Stuff-->
<script src="https://www.gstatic.com/firebasejs/8.1.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.1.0/firebase-firestore.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.1.0/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.1.0/firebase-storage.js"></script>
<script src="../js/firebaseconfig.js"></script>
<script src="../js/firebase.js"></script>
</head>
<body>
<div id="scaffold">
<header>
<br>
<br>
<center>
<nav class="navbar navbar-expand-lg bg-body-tertiary navbar-container">
<div class="container-fluid">
<a class="navbar-brand titlefont" href="../html/index.html">Travel Thrift</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div>
<div class="collapse navbar-collapse navsubfont" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="../html/index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="../html/aboutUs.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="../html/hotels.html">Hotels</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="../html/flights.html">Flights</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="../html/carrental.html">Car Rental</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="../html/blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="../html/talkToUs.html">Talk to Us</a>
</li>
<li class="nav-item dropdown">
<button class="nav-link btn btn-light btn-outline-dark dropdown-toggle" id="account-btn" data-bs-toggle="dropdown" aria-expanded="false">Account</button>
<ul class="dropdown-menu" aria-labelledby="account-btn">
<li><p class="dropdown-item" id="greeting"></p></li>
<li><hr class="dropdown-divider"></li>
<li><button class="dropdown-item" id="profile-button">Profile</button></li>
<li><a class="dropdown-item" href="../html/login.html">Login</a></li>
<li><a class="dropdown-item" href="../html/signup.html">Signup</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="../html/uploadphoto.html">Upload Profile Photo</a></li>
<li><hr class="dropdown-divider"></li>
<li><button class="dropdown-item" id="logout-button">Logout</button></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</nav>
</center>
</header>
<br>
<div style="padding: 32px;" class="d-flex justify-content-around">
<div class="w-75 h-100">
<center>
<h2>
<b>
Talk To Us
</b>
</h2>
</center>
<br>
<p>
We'd love to hear from you! Whether you have a question, comment, or suggestion, our team is here to
help. You can reach us in the following ways: <br><br>
Phone: If you prefer to speak with someone directly, please call us at 657-991-3126. Our
phone lines are open 24 hours a day and our team is ready to assist you with any
questions you may have. <br> <br>
Email: If you have a general inquiry or feedback, you can send
your own travels. Happy exploring!
</p>
<div class="socialmedia w-75">
<center>
<h2>
Social Media
</h2>
</center>
<div id="social-holder" class="d-flex justify-content-around">
<img src="../icon/facebook-2038471-1718509.png" alt="">
<img src="../icon/gmail-2981844-2476484.webp" alt="">
<img src="../icon/linkedin-icon-512x512-vkm0drb1.png" alt="">
<img src="../icon/telegram.ico" alt="">
<img src="../icon/instagram-new-flat.png" alt="">
</div>
</div>
</div>
<div class="w-25">
<div class="box">
<form action="">
<div class="column-gap-0">
<p>First Name:</p>
<input type="text">
<p>Last Name:</p>
<input type="text">
<p>Email:</p>
<input type="text">
<p>What Can We Help With:</p>
<textarea name="whatcan" id="" cols="30" rows="5"></textarea>
<button class="bg-success" type="submit" >submit</button>
</div>
</form>
</div>
</div>
</div>
</div>
</body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
</html>