-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfooter.html
65 lines (56 loc) · 3.09 KB
/
footer.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content=" ">
<meta name="keywords" content=" ">
<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, fill-->
<title>footer</title>
<!-- style sheets, only change the last one with yours-->
<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 href="footer.css"rel="stylesheet" >
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css">
</head>
<body>
<div class="all">
<div class="abstract">
<h2>7ASEBAT HOTEL AND RESORT</h2><br>
<p>This property is 4 minutes walk from the beach. Situated in Naama Bay, the 7asebat hotel and resort is only 200 m away from the Red Sea. It offers spacious guestrooms and boasts a casino, an on-site diving centre and 9 pools</p>
</div>
<div class="contact">
<h2>CONTACT US</h2><br>
<h4>EMAIL ADDRESS</h4>
<p> [email protected]</p><br>
<h4>ADDRESS</h4>
<p>Sinia,Egypt</p><br>
<h4>PHONE</h4>
<p>+20-11-23456673</p>
</div>
<div class="col-ms-3">
<a href="https://www.google.com.eg/maps/place/%D9%85%D9%8E%D9%8A%D9%92%D8%AF%D8%A7%D9%86%D9%8F+%D8%B3%D9%88%D9%87%D9%88+-+%D8%B4%D8%B1%D9%85+%D8%A7%D9%84%D8%B4%D9%8A%D8%AE%E2%80%AD/@27.960845,34.3891561,14.91z/data=!4m5!3m4!1s0x14534998a73025f9:0xe4cb4528e38a71d7!8m2!3d27.9625658!4d34.3938106" target="_parent">
<img class="ahmed" src="Images/map.png" height="180" width="350"></a>
</div>
<div class="follow">
<h2>FOLLOW US</h2><br>
<a class="brand" href="#" >
<i class="fab fa-facebook-f"></i>
</a>
<a class="brand" href="#" >
<i class="fab fa-twitter"></i>
</a>
<a class="brand" href="#" >
<i class="fab fa-google"></i>
</a>
<a class="brand" href="#" >
<i class="fab fa-instagram"></i>
</a>
</div>
<div class="bottom"> Copyright © 2020 All Right Reserved To 7asebat Hotel and Resort ® Team</div>
</div>
</body>
</html>