-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (63 loc) · 3.79 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Home page of 7asebat hotel">
<meta name="keywords" content="hotel, resort, 7asebat, hasebat, 7asebat hotel, 7asebat resort, hasebat hotel, hasebat resort">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<title>7asebat resort - home page</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="normalization.css" type="text/css">
<link rel="stylesheet" href="Ahmed/home.css" type="text/css">
</head>
<body style="position: relative">
<iframe class="iframeHeader" src="header.html" scrolling="no"></iframe>
<nav class="parent">
<div class="containerSlider">
<div class="slider" id="slider" style="margin-left: 10%; margin-right: 10%">
<figure>
<img src="Images/background.jpg" alt>
<img src="Images/2.jpg" alt>
<img src="Images/3.jpg" alt>
<img src="Images/4.jpg" alt>
<img src="Images/5.jpg" alt>
<img src="Images/6.jpg" alt>
<img src="Images/7.jpg" alt>
<img src="Images/114cdcc0-618a-4e91-ae0f-858650b36262_d10a0_lg.jpg" alt>
<img src="Images/1533641538.jpg" alt>
<img src="Images/207763564.jpg" alt>
<img src="Images/235507008.jpg" alt>
<img src="Images/242936605.jpg" alt>
<img src="Images/9399_ho_00_p_1024x768.jpg" alt>
</figure>
</div>
<pre><span class="Welcome">Welcome to </span>7asebat resort</pre>
</div>
<div class="home">
<table style="width: 100%">
<tr>
<td>
<div class="text">
<p style="font-family: Viner Hand ITC">Welcome to</p>
<h1>7asebat hotel & resort</h1>
<p>
7asebat resort is situated in Naama Bay, the 7asebat Resort is only 200 m away from the Red Sea. It offers spacious guestrooms and boasts a casino, an on-site diving center and 9 pools.
<br><br>
7asebat resort This luxurious resort overlooks the Red Sea in Naama Bay, 15 minutes' drive from Sharm El Sheikh International Airport. It features 4 outdoor pools and a long private beach.
</p>
</div>
</td>
<td>
<img src="Images/unnamed.jpg" style="display: inline">
</td>
</tr>
</table>
</div>
<a href="https://forms.gle/q74Rm3CTD8vLkYdc8"><button type="button" class="btn btn-secondary" style="position: fixed; top: 17%; left: 97%"><span style="writing-mode: vertical-lr; text-orientation: mixed">Give us a feedback</span></button></a>
</nav>
<iframe class="iframeFooter" src="footer.html" scrolling="no"></iframe>
</body>
</html>