-
Notifications
You must be signed in to change notification settings - Fork 0
/
honey.html
82 lines (79 loc) · 2.62 KB
/
honey.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
<!DOCTYPE html>
<html>
<head>
<title>AHMAD TRAVEL SPECIALIST</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<div>
<img src="globe.png" height="100px" width="100px" class="logo">
<h1 style="position: relative; float:right; right: 580px; top:20px;">
<i>
Specialist Travel Consultant <span>Musa me </span>
</i>
</h1>
</div>
<hr color="white">
<nav>
<ul>
<li>
<a href="index2.html">Home</a>
</li>
<li>
<a href="destination.html">Destinations</a>
</li>
<li>
<a href="index.html">Weddings & Honeymoons</a>
</li>
<li>
<a href="index.html">Our Recommendation</a>
</li>
<li>
<a href="index.html">Offers</a>
</li>
<li>
<a href="#contacts">Contact Us</a>
</li>
</ul>
</nav>
<hr color="white">
<section>
<div class="imaging" style="background-image: url(island.jpg);
background-repeat: no-repeat;
width: 2000px;
height: 1000px;
background-size: cover;
width: 100%;">
</div>
</section>
<hr color="white">
<footer id="contacts">
<div>
<ul>
<li>
<p class="fhead"> Company Details</p>
<p> Specialist Travel Consultants</p>
<a href="tel:08120626388">
<p>08120626388</p>
</a>
<a href="mailto:#">ahmad@gmail.com</a>
</li>
<li style="position: relative; top:17px;">
<p class="fhead"> Customer Protection</p>
We are members of Travel Trust<p> Association, meaning you are always </p>
<p>financially protected.</p>
</li>
<li style="position: relative; top:37px;">
<p class="fhead"> Message Us <span>✉</span></p>
<p> Message here<span> 👇</span></p>
<form>
<textarea placeholder="Message"></textarea>
<br>
<input type="submit" value="DROP" style="width: 50px;border-radius: 2px;">
</form>
</li>
</ul>
</div>
<h3 style="position: relative; left: 550px; top: 50px; display: inline-block; font-weight:inherit;">Ahmad Production ©</h3>
</footer>
</body></html>