-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
363 lines (300 loc) · 13.2 KB
/
home.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
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="home.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
<title>Home page</title>
</head>
<body>
<!-- Navbar -->
<header>
<nav class="navbar">
<div class="logo">
<img class="test-40" src="./assets/logo.jpeg" width="120px" height="120px" >
</div>
<ul class="links">
<li > <a href="html">Home</a></li>
<li><a id="aa" href="about.html">About</a></li>
<li ><a id="aa" href="rooms.html"> Rooms </a></li>
<li > <a href="contact.html">Contact us</a></li>
</ul>
</nav>
<div class="dropdown_menu ">
<li > <a href="#html">Home</a></li>
<li><a href="#about.html">About</a></li>
<li ><a href="rooms.html"> Rooms </a></li>
<li > <a href="contact.html">Contact us</a></li>
</ul>
</div>
</header>
<!--slider section-->
<div class="home-bg">
<section class="home" id="home">
<div class="content">
<h4>Darna Hotel</h4>
<p> Darna “is a great place for rest and business. Along with the closest surroundings
it is a frequently visited, interesting tourist and sightseeing region.</p>
<a href="#about" class="btnn">About us</a>
</div>
<div>
<img id="nn" src="./assets/WhatsApp Image 2023-12-08 at 8.18.05 PM.jpeg" width="400px " height="500">
</div>
</section>
</div>
<!--end section slider-->
<h1 class="about3">About Darna Hotel</h1>
<section class="about" id="about">
<div class="content">
<p>
" Darna “is a great place for rest and business. Along with the closest surroundings
it is a frequently visited, interesting tourist and sightseeing region.
Tourists are attracted by wonderful natural conditions,
large areas and numerous picturesque lakes. Investors are attracted by
the dynamically developing part of the city's industry.
</p>
<a href="file:///C:/Users/NooR/Desktop/New%20folder/.vscode/New%20folder%20(2)/New%20folder/New%20folder/web.html/web2/About/about.html#" ><button onclick="" class="btn1">Learn More</button></a>
</div>
<div class="image">
<img src="./assets/WhatsApp Image 2023-12-07 at 11.25.01 PM.jpeg">
</div>
</section>
<!--************************************************-->
<!-- hotel sections-->
<section class="AREAS" id="areas">
<div class="tab-areas">
<button class="tablinks" onclick="openCity(event, 'AREA')" id="defaultOpen">ROOMS</button>
<button class="tablinks" onclick="openCity(event, 'BATHROOMS')">BATHROOMS</button>
<button class="tablinks" onclick="openCity(event, 'KITCHEN')">KITCHEN</button>
</div>
<hr>
<div id="AREA" class="tabcontent">
<div class="flex">
<div class="img"> <img src="./assets/imag20.jpg"height="450px" width="400px"></div>
<div class="img"><img src="./assets/imag19.jpg" height="450px"width="400px"></div>
<div class="img"><img src="./assets/image18.jpg" height="450px" width="400px"></div>
</div>
</div>
</div>
<div id="BATHROOMS" class="tabcontent">
<div class="flex">
<div class="img"> <img src="./assets/imag25.jpg"height="450px" width="400px"></div>
<div class="img"><img src="./assets/imag26.jpg" height="450px" width="400px"></div>
<div class="img"><img src="./assets/imag27.jpg" height="450px" width="400px" ></div>
</div>
</div>
<div id="KITCHEN" class="tabcontent">
<div class="flex">
<div class="img"> <img src="./assets/imag22.jpg"height="450px" width="400px"></div>
<div class="img"><img src="./assets/imag21.jpg" height="450px" width="400px"></div>
<div class="img"><img src="./assets/imag24.jpg" height="450px" width="400px"></div>
</div>
</div>
</div>
</section>
<!--.........................................................................................................-->
<!--section exp...-->
<div class="jj">
<section class="experiance" id="exprtiance">
<div class="content_box">
<div class="content">
<h3>1500 +</h3>
<p>Services are available.</p>
</div>
<div class="content">
<h3>40</h3>
<p>ROOMS are available.</p>
</div>
<div class="content">
<h3>10</h3>
<p>Years of experience</p>
</div>
<div class="content">
<h3>500</h3>
<p>Unique Activites .</p>
</div>
</div>
</section>
<!--....................................................................-->
<section class="cards" id="services">
<h2 class="title">Offers</h2>
<div class="content">
<div class="card" id="card1">
<div class="info">
<p>
Take your longest holiday yet
Browse properties offering long-term stays, many at reduced monthly rates.
</p>
</div>
</div>
<div class="card" id="card2">
<div class="info">
<p>
Dream cars for new memories
Save up to 25% on car rentals with Black Friday Deals
</p>
</div>
</div>
<div class="card" id="card3">
<div class="info">
<p>
You won’t own it, you’ll have it forever
Book attractions for up to 25% less with Black Friday Deals
</p>
</div>
</div>
</div>
</section>
<!-----***********************************-->
<!--review-->
<div class="testimonials">
<div class="inner">
<h1 id="rev"> Review</h1>
<div class="border"></div>
<div class="row">
<div class="col">
<div class="testimonial">
<i class="fa-solid fa-user"id="u"></i>
<div class="name">yomna </div>
<div class="stars">
<i class="fa-solid fa-star" id="ii"></i>
<i class="fa-solid fa-star"id="ii"></i>
<i class="fa-solid fa-star"id="ii"></i>
<i class="fa-solid fa-star"id="ii"></i>
<i class="fa-regular fa-star"id="ii"></i>
</div>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
</div>
<div class="col">
<div class="testimonial">
<i class="fa-solid fa-user"id="u"></i>
<div class="name">Gehad</div>
<div class="stars">
<i class="fa-solid fa-star"id="ii"></i>
<i class="fa-solid fa-star"id="ii"></i>
<i class="fa-solid fa-star"id="ii"></i>
<i class="fa-regular fa-star"id="ii"></i>
<i class="fa-regular fa-star"id="ii"></i>
</div>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
</div>
<div class="col">
<div class="testimonial">
<i class="fa-solid fa-user" id="u"></i>
<div class="name">Nour</div>
<div class="stars">
<i class="fa-solid fa-star"id="ii"></i>
<i class="fa-solid fa-star"id="ii"></i>
<i class="fa-regular fa-star"id="ii"></i>
<i class="fa-regular fa-star"id="ii"></i>
<i class="fa-regular fa-star"id="ii"></i>
</div>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!---***************************************-->
<!--- Graduates Designs -->
<div class="test-36">
<h1 class="test-80">Gallry </h1>
<div class="test-37">
<div>
<img class="test-38" src="./assets/imad9.jpeg" width="400px" height="300px"/>
<p class="test-81"> </p>
</div>
<div>
<img class="test-38" src="./assets/imag11.jpeg" width="400px" height="300px"/>
<p class="test-81"></p>
</div>
<div>
<img class="test-38" src="./assets/imag13.jpeg" width="400px" height="300px"/>
<p class="test-81"> </p>
</div>
<div>
<img class="test-38" src="./assets/imag15.jpg" width="400px" height="300px"/>
<p class="test-81"> </p>
</div>
<div>
<img class="test-38" src="./assets/imag14.jpeg" width="400px" height="300px"/>
<p class="test-81"> </p>
</div>
<div>
<img class="test-38" src="./assets/imag12.jpeg" width="400px" height="300px"/>
<p class="test-81"> </p>
</div>
<div>
<img class="test-38" src="./assets/imag10.jpeg" width="400px" height="300px"/>
<p class="test-81"> </p>
</div>
<div>
<img class="test-38" src="./assets/imag16.jpeg" width="400px" height="300px"/>
<p class="test-81"> </p>
</div>
<div>
<img class="test-38" src="./assets/imag17.jpeg" width="400px" height="300px"/>
<p class="test-81"> </p>
</div>
</div>
</div>
<!----****************************************-->
<!---------------------contact us----------->
<div class="test-43">
<div class="test-41">
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3383.3438907257473!2d35.8673324754715!3d32.00579717399537!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x151c9f7f16c93d91%3A0x1963b96f919e1841!2sDarna%20Hotel%20Apartments!5e0!3m2!1sen!2sru!4v1699642469599!5m2!1sen!2sru" width="400" height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="contactus">
<h2 class="test-43" >Contact Us</h2>
<input type="text" class="test-42" placeholder="Enter Your Name "/>
<input type="Email" class="test-42" placeholder="Enter Your Email"/>
<input type="number" class="test-42" placeholder="Enter Your Number "/>
<textarea placeholder="Message" class="test-42" ></textarea>
<button class="btn4">Send a Request<i class="fa-regular fa-paper-plane"></i>
</button>
</div>
</div>
</div>
<!---****************************************************-->
<!---- footer -->
<footer class="test-63" >
<div class="test-56">
<div class="test-58">
<h3>Contact Us</h3>
<div class="test-64 b" >
<p>Email:[email protected] </p>
<p>Phone:+202 1057 2315</p>
<p>Habeeb Bin Mathhar St 20, Amman, Jordan</p>
</div>
</div>
<div class="test-58">
<h3>Quick Links</h3>
<ul class="test-64">
<li><a href="#">Home</a></li>
<li><a href="about.html">About</a></li>
<li ><a href="rooms.html"> Rooms </a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<div class="test-58">
<h3>Follow Us</h3>
<div class="link5">
<a class="a11" href="https://www.facebook.com/"> <i class="fa-brands fa-square-facebook" ></i></a>
<a class="a11" href="https://www.twitter.com/"> <i class="fa-brands fa-square-twitter " ></i></i></a>
<a class="a11" href="https://www.instagram.com/"><i class="fa-brands fa-square-instagram " ></i></i></a>
<a class="a11" href="https://www.linkedin.com/"> <i class="fa-brands fa-linkedin " ></i></i></a>
</div>
</div>
</div>
<div class="test-61">
<p> ©.2023 IT Study .All rights Reserved</p>
</div>
</footer>
<script src="home.js"></script>
</body>
</html>