-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
90 lines (81 loc) · 3.82 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Conctact us</title>
<link rel="stylesheet" href="package.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<nav class="nav-bar">
<a href="#" class="toggle-button">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
<div class="logo">APES AFRICA SAFARIS TOURS AND TRAVEL UGANDA</div>
<div class="nav-links">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="safaris.html">Safaris</a></li>
<li><a href="About us.html">About</a></li>
<li><a href="contact.html">contact us</a></li>
</ul>
</div>
</nav>
<div class="CONTACT">
<form class="Conctact" action="contact.php" method="POST">
<div class="name">
<label for="First_name">NAME</label>
<input type="text" name="First_name" id="First_name" placeholder="first name">
<input type="text" name="Last_name" id="Last_name" placeholder="last name">
</div>
<DIv>
<label for="country">COUNTRY</label> <input type="text" name="country" placeholder="your country">
</DIv>
<div class="name">
<label for="email">Email Address</label>
<input type="text" name="email" id="email" placeholder="your email address">
</div>
<div class="name">
<label for="phone">Phone number</label>
<input type="tel" name="phone" id="phone" placeholder="your mobile number or whats app">
</div>
<div class="name">
<label for="number">Number of Travels</label>
<input type="number" name="travelers" id="travelers" placeholder="number of travers">
</div>
<div class="name">
<label for="date">Date of start</label>
<input type="date" name="date" id="date" placeholder="when do you plan to start">
</div>
<div class="name">
<label for="number">Number of Days</label>
<input type="number" name="days" id="number" placeholder="Number of days">
</div>
<label for="destination">DESTINATION</label> <input type="text" name="destination" id="" placeholder="Uganda, Rwanda,Tz OR kenya">
<div class="desrired">
<label for="accomadation">DESIRED ACCOMMODATION</label><input type="text" name="accommodation" placeholder="middle-Range or Budget level or Luxiury">
</div>
<div class="conern"> <label for="message" class="for">MESSAGE</label> <textarea name="message" id="" placeholder="give us highlights about how you want your trip to be"></textarea> </div>
<div class="submit">
<button type="submit">SUBMIT</button>
</div>
</form>
</div>
<DIV class="GET">
<P><SPan class="quick"> GET TO KNOW MORE</SPan></P>
APES AFRICA SAFARIS TOURS AND TRAVEL UGANDA
<P>We are specialists in taliored tours and travels in Uganda and East Africa.<br>
Whetherfor individuals,fsmilies or larger groups,<br>
We provide a personalized,high qualityservice.</P>
<p><span class="quick"> QUICK LINKS</span></p>
<P><a href="safaris.html">safari packages</a></P>
<p><a href="index.html">Home</a></p>
<p><a href="About us.html">About US</a></p>
</div>
<script src="menu.js"></script>
</body>
</html>