-
Notifications
You must be signed in to change notification settings - Fork 2
/
contact.html
322 lines (256 loc) · 13.9 KB
/
contact.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#C1A87D"/>
<meta name="description" content="Responsive Hotel Template">
<meta name = "keywords" content="parisimo, hotel template, responsive hostel template, responsive design, html css js responsive site, hotel resorts spa template, resort template, spa template">
<meta name="author" content="Team Incredible HNGi7">
<title>PARISIMO | Contact Us</title>
<link href="https://fonts.googleapis.com/css?family=Salsa|Montserrat|Segoe UI|Poppins" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins&family=Salsa&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/0268f71e2c.js" crossorigin="anonymous"></script>
<link rel="shortcut icon" type="image/png" href="./favicon.png"/>
<link rel="stylesheet" href="./style/nav.style.css">
<link rel="stylesheet" href="./style/footer.style.css">
<link rel="stylesheet" href="./style/contact.css">
</head>
<body>
<div class="" id="loader">
<div class="glow">
PARISIMO
</div>
</div>
<!-------------------------------------------------
Menu for the mobile view Begins
-------------------------------------------------->
<div class="mobile__menu" id="menu__div">
<span id="close__btn"></span>
<div class="mobile__menu__items" id="mobile__items">
<!-- <div class="profile__dp">
</div>
<p class="profile__name">Asynchronous</p>
<div class="divider">
</div> -->
<div id="mobile__links">
<a href="index.html" class="m__link">Home</a>
<a href="rooms.html" class="m__link">Room & Suites</a>
<a href="facilities.html" class="m__link">Facilities</a>
<a href="events.html" class="m__link">Events</a>
<a href="contact.html" class="m__link active">Contact Us</a>
</div>
</div>
</div>
<!------------------------------------------------
Menu for the mobile view Ends
------------------------------------------------->
<!--------------------------------------------
Nav Bar Begins
------------------------------------------->
<nav class="nav" id="nav__div">
<div class="navbar other__pages" id="navbar__inner">
<button type="button" name="button" class="btn__nemu" id="menu__btn">
<span></span>
<span></span>
<span></span>
</button>
<h1 class="logo__name"><a class="log-name" href="index.html">PARISIMO</a></h1>
<p class="slogan">Hotel~Resorts~Spas</p>
<div class="nav__items" id="nav_list">
<div class="nav__items__links">
<a href="index.html" class="link">Home</a>
<a href="rooms.html" class="link">Room & Suites</a>
<a href="facilities.html" class="link">Facilities</a>
<a href="events.html" class="link">Events</a>
<a href="contact.html" class="link active">Contact Us</a>
</div>
<!-- <div class="profile">
<div class="profile__dp">
</div>
<p class="profile__name">Asynchronous</p>
</div> -->
</nav>
<!--------------------------------------------
Nav Bar Ends
------------------------------------------->
<!--------------------------------------------
Body contents begins
------------------------------------------->
<main>
<div class="contact-us">
<div>
<h1>Connect With Us</h1>
<p>
Do you have any inquiries, suggestions, or compliants? Let us know how we can help serve you better.
</p>
<img src="assets/images/contact/contact.svg" class="picture" alt="contact icon">
</div>
</div>
<div class="contact-first-wrapper">
<div class="contact-div">
<div class="contact-form">
<p id="info-title">Contact Information</p>
<div class="contact-info">
<div class="contact-info-content">
<img src="assets/images/contact/locationicon.svg" alt="">
<p class="info"> 24 Hilton Av. Maitama, Abuja</p>
</div>
<div class="contact-info-content">
<img src="assets/images/contact/phoneicon.svg" alt="">
<p class="info">Tel 1: +234 (0)9065233507 <br> Tel 2: +234 (0)8144620386</p>
</div>
<div class="contact-info-content">
<img src="assets/images/contact/Vector.png" alt="">
<p class="info"> Help@parisimo.com </p>
</div>
</div>
<div class="social-icons">
<a href="#"><img src="assets/images/contact/Facebook.svg"></a>
<a href="#"><img src="assets/images/contact/Twitter.svg"></a>
<a href="#"><img src="assets/images/contact/Instagram.svg"></a>
</div>
</div>
<div class="sendmessage">
<p class="send">Send us a message</p>
<form class="form">
<input class="name" type="text" placeholder="Name">
<input class="email" type="email" placeholder="Email">
<input class="message" type="text" placeholder="Message">
<input class="submit" type="submit" value="Send">
</form>
</div>
</div>
</div>
<div class="contact-fqa">
<div>
<h1>Frequently Asked Questions</h1>
<div class="fqa">
<p>What we offer? <i class="collapse-btn fas fa-chevron-down"></i></p>
<div class="fqa-answer">
<p class="collapse-p">
We value our customers and as such, we provide the best services and
facilities to make you enjoy the perfect luxury experience. Our services
are top notch for the elite that you are.
</p>
</div>
</div>
<div class="fqa">
<p>How it works? <i class="collapse-btn fas fa-chevron-down"></i></p>
<div class="fqa-answer">
<p class="collapse-p">
You can check for the rooms and suites available in the Room & Suites section and
also check the available facilities and events happening at hotel in Facilities and Events section respectively.
</p>
</div>
</div>
<div class="fqa">
<p>What if I am not satisfied? <i class="collapse-btn fas fa-chevron-down"></i></p>
<div class="fqa-answer">
<p class="collapse-p">
Please write a feedback message to us and we will make sure about your comfortable stay.
</p>
</div>
</div>
<div class="fqa">
<p>What are our payment options? <i class="collapse-btn fas fa-chevron-down"></i></p>
<div class="fqa-answer">
<p class="collapse-p">
Our payment options include prepaid payment or pay at hotel when you reach
using debit card or credit card.
</p>
</div>
</div>
<div class="fqa">
<p>How to cancel bookings? <i class="collapse-btn fas fa-chevron-down"></i></p>
<div class="fqa-answer">
<p class="collapse-p">
You can simply login into your account, use manage bookings to cancel your bookings
or you can cancel by calling on our support helpline by your registered mobile phones.
</p>
</div>
</div>
</div>
</div>
</main>
<!--------------------------------------------
Body contents Ends
------------------------------------------->
<!--------------------------------------------
Footer contents begins
------------------------------------------->
<footer class="footer">
<div class="foot-section1">
<svg width="100%" height="100" viewBox="0 0 1440 100" id="foot-svg" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 89.7496C617 -116 1077.52 256.295 1440 0V750H0V89.7496Z" fill="#333333"/>
</svg>
</div>
<div class="foot-section2">
<div class="foot-head">
<p>PARISIMO</p>
<h3>Hotel~Resorts~Spas</h3>
</div>
<div class="foot-info">
<div class="foot-info-box">
<p class="foot-list-head">Contact</p>
<div class="foot-location">
<?xml version="1.0" ?><svg id="footer-location" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><title/><g data-name="1" id="_1"><path d="M257,450.17a15,15,0,0,1-7.32-1.91A282.08,282.08,0,0,1,105,201.8q0-3.08.06-6.14c1-45.48,17.93-83.78,49-110.75C181.54,61.11,218.09,48,257,48s75.45,13.11,102.9,36.91c31.1,27,48.06,65.27,49,110.75h0c0,2,.07,4.09.07,6.14a281.8,281.8,0,0,1-40,144.87A283.7,283.7,0,0,1,264.32,448.26,15,15,0,0,1,257,450.17ZM257,78c-31.69,0-61.26,10.5-83.25,29.58-24.53,21.26-37.91,51.94-38.69,88.72,0,1.82-.06,3.66-.06,5.5a252.06,252.06,0,0,0,122,216,253.66,253.66,0,0,0,86.28-86.58A251.83,251.83,0,0,0,379,201.8c0-1.84,0-3.68-.06-5.5-.79-36.78-14.17-67.46-38.69-88.72C318.25,88.5,288.69,78,257,78Z"/><path d="M257.39,296.6a94.32,94.32,0,1,1,94.32-94.32A94.42,94.42,0,0,1,257.39,296.6Zm0-158.63a64.32,64.32,0,1,0,64.32,64.31A64.39,64.39,0,0,0,257.39,138Z"/></g></svg>
<p class="foot-location-info">24 Hilton Av. Maitama, Abuja</p></li>
</div>
<div class="foot-contact">
<?xml version="1.0" ?><svg id="tele" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><title/><g data-name="1" id="_1"><path d="M348.73,450.06a198.63,198.63,0,0,1-46.4-5.85c-52.43-12.65-106.42-44.74-152-90.36s-77.71-99.62-90.36-152C46.65,146.75,56.15,99.61,86.69,69.07l8.72-8.72a42.2,42.2,0,0,1,59.62,0l50.11,50.1a42.18,42.18,0,0,1,0,59.62l-29.6,29.59c14.19,24.9,33.49,49.82,56.3,72.63s47.75,42.12,72.64,56.31L334.07,299a42.15,42.15,0,0,1,59.62,0l50.1,50.1a42.16,42.16,0,0,1,0,59.61l-8.73,8.72C413.53,439,383.73,450.06,348.73,450.06ZM125.22,78a12,12,0,0,0-8.59,3.56l-8.73,8.72c-22.87,22.87-29.55,60-18.81,104.49,11.37,47.13,40.64,96.1,82.41,137.86s90.73,71,137.87,82.41c44.5,10.74,81.61,4.06,104.48-18.81l8.72-8.72a12.16,12.16,0,0,0,0-17.19l-50.09-50.1a12.16,12.16,0,0,0-17.19,0l-37.51,37.51a15,15,0,0,1-17.5,2.72c-30.75-15.9-61.75-39.05-89.65-66.95s-51-58.88-66.94-89.63a15,15,0,0,1,2.71-17.5l37.52-37.51a12.16,12.16,0,0,0,0-17.19l-50.1-50.11A12.07,12.07,0,0,0,125.22,78Z"/><path d="M364.75,269.73a15,15,0,0,1-15-15,99.37,99.37,0,0,0-99.25-99.26,15,15,0,0,1,0-30c71.27,0,129.25,58,129.25,129.26A15,15,0,0,1,364.75,269.73Z"/><path d="M428.15,269.73a15,15,0,0,1-15-15c0-89.69-73-162.66-162.65-162.66a15,15,0,0,1,0-30c106.23,0,192.65,86.43,192.65,192.66A15,15,0,0,1,428.15,269.73Z"/></g></svg>
<p id="foot-num"> Tel 1: +234 (0)9065233507 <br> Tel 2: +234 (0)8144620386</p>
</div>
<div class="foot-mail">
<?xml version="1.0" ?><svg id="mail-box" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><title/><g data-name="1" id="_1"><path d="M441.13,406h-372a15,15,0,0,1-15-15V139a15,15,0,0,1,15-15h372a15,15,0,0,1,15,15V391A15,15,0,0,1,441.13,406Zm-357-30h342V154h-342Z"/><path d="M255.13,336a15,15,0,0,1-10.49-4.28l-186-182a15,15,0,1,1,21-21.44L255.13,300,430.64,128.28a15,15,0,0,1,21,21.44l-186,182A15,15,0,0,1,255.13,336Z"/><path d="M69.13,406a15,15,0,0,1-10-26.13L193,258.91a15,15,0,1,1,20.1,22.26l-133.92,121A15,15,0,0,1,69.13,406Z"/><path d="M441.12,406a14.92,14.92,0,0,1-10-3.87l-133.92-121a15,15,0,0,1,20.1-22.26l133.92,121A15,15,0,0,1,441.12,406Z"/></g></svg>
<p class="foot-help">Help@parisimo.com</p>
</div>
<div class="foot-social">
<div class="social__icons fb">
<img src="./assets/images/fb.jpg" alt="Facebook icon">
</div>
<div class="social__icons tw">
<img src="./assets/images/tw.jpg" alt="Twitter icon">
</div>
<div class="social__icons ins">
<img src="./assets/images/ins.jpg" alt="Instagram icon">
</div>
</div>
</div>
<div class="foot-info-box foot-comp">
<p class="foot-list-head">Company</p>
<p>About</p>
<p>Facilities</p>
<p>Reservations</p>
<p>Payments</p>
</div>
<div class="foot-info-box foot-service">
<p class="foot-list-head">Services</p>
<p>Rooms</p>
<p>Spa</p>
<p>Resturants</p>
<p>Gym</p>
</div>
<div class="foot-info-box foot-sub">
<p class="foot-list-head foots-sub">Subscribe to our newsletter</p>
<form id="sub__form">
<input type="email" autocomplete="new-email" class="email" placeholder="Enter your email address" id="foot-email" autocomplete="off">
<input type="submit" value="subscribe" id="foot-btn">
</form>
</div>
</div>
<div class="foot-last">
<p>Terms of service | Privacy policy</p>
<p>Copyright 2020 Parisimo hotel</p>
<p>All rights reserved</p>
</div>
</div>
</footer>
<!--------------------------------------------
Footer contents Ends
------------------------------------------->
<script src="./javascript/nav.main.js" charset="utf-8"></script>
<script src="./javascript/contact.js" charset="utf-8"></script>
<!------------------ Scripts from Here---------------------->
</body>
</html>