-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
121 lines (102 loc) · 4.01 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<link rel="stylesheet" href="about.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
</head>
<body>
</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="home.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>
</nav>
<div class="dropdown_menu ">
<li > <a href="home.html">Home</a></li>
<li ><a href="about.html"> About </a></li>
<li ><a href="file:///C:/Users/NooR/Desktop/New%20folder/.vscode/New%20folder%20(2)/New%20folder/New%20folder/web.html/Aya/home/rooms.html"> Rooms </a></li>
<li > <a href="contact.html">Contact us</a></li>
</ul>
</i>
</div>
</header>
<!-----*******************************************-->
<!--- About-->
<div class="test-106">
<div class="test-101">
<h1>About US</h1>
<p>
"Dear Guests. We are pleased to invite you to Hotel “Darna"</p>
</div>
<div class="test-102">
<section class="test-103">
<div class="test-104">
<img src="./assets/imag1.jpeg">
</div>
<div class="test-105">
<h2>Darna Hotel</h2>
<p>Darna Hotel is classified by the classification committee,
which comprises Government and trade representatives.
Based on different facilities and services provided by a hotel;
they are given star ratings from one to five. Hotels are categorized depending upon
location, number of rooms, types of rooms and other available facilities.
One of the important facilities in hotels includes good reception and information counter.
Today, modern western hotels are found in all big cities and at important tourist locations.
Some of the important types of hotels that fulfill the wishes of their
customers are commercial or down town hotels, resort hotels, residential hotels,
airport hotels and floating hotels. Restaurants and bars are important part of the hotel business.
They offer local as well as international cuisines.
</p>
</div>
</section>
</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>Address: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.html">Home</a></li>
<li><a href="#">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 href="https://www.facebook.com/"> <i class="fa-brands fa-square-facebook "></i></a>
<a href="https://www.twitter.com/"> <i class="fa-brands fa-square-twitter" ></i></i></a>
<a href="https://www.instagram.com/"><i class="fa-brands fa-square-instagram "></i></i></a>
<a 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="about.js"></script>
</html>