-
Notifications
You must be signed in to change notification settings - Fork 3
/
book.html
112 lines (109 loc) · 3.26 KB
/
book.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Send Parcel</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel="stylesheet"
type="text/css"
media="screen"
href="css/style.css"
/>
<link
rel="stylesheet"
type="text/css"
media="screen"
href="css/mediaqueries.css"
/>
</head>
<body>
<div id="cssmenu"><ul id="navigationlinks"></ul></div>
<br />
<section class="hydah">
<div class="Registration">
<div class="form">
<div id="alert" role="alert"></div>
<form id="form_parcel" class="Login">
<div class="nooo">
SEND PARCEL
<!-- <input id="sender" type="text" placeholder="OFFICIAL NAMES" required="required"> -->
<p class="nooo">ORIGIN</p>
<select class="form-control" id="origin">
<option value="Kakamega">KaKemega,Nairobi</option>
<option value="Nairobi">Nairobi,Kenya</option>
</select>
<p class="nooo">DESTINATION</p>
<select class="form-control" id="destination">
<option value="Kakamega">KaKemega</option>
<option value="Nairobi">Nairobi,Kenya</option> </select
><br />
</div>
<p class="nooo">WEIGHT</p>
<input
id="weight"
class="form-control"
type="number"
min="0"
max="50"
placeholder="0-50"
/><br />
<a
id="send_parcel"
href="userdashboard.html"
class="btn white-butn btn-animated"
>Send Parcel</a
>
</form>
</div>
</div>
</section>
<br /><br />
<footer>
<div class="wor">
<div class="one">
<ul class="footer-nav">
<li><a href="#">About us</a></li>
<li><a href="#">Our locations</a></li>
<li><a href="#">sajfjkfhd</a></li>
</ul>
</div>
<div class="wor">
<ul class="social">
<li>
<a href="#"
><i class="fa fa-facebook-official" aria-hidden="true"></i
></a>
</li>
<li>
<a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a>
</li>
<li>
<a href="#"
><i class="fa fa-google-plus" aria-hidden="true"></i
></a>
</li>
</ul>
</div>
<br />
</div>
<div class="wor">
<p class="k">Copyright ©2018 by Kelvin Onkundi Ndemo</p>
</div>
</footer>
<script src="js/index.js"></script>
<script src="js/order/order.js"></script>
</body>
</html>