-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathship.html
236 lines (188 loc) · 7.74 KB
/
ship.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Aguafina+Script&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link href="style.css" rel="stylesheet">
<style>
.navbar{
color: white;
background-color: #101E42;
height: 100PX;
}
.logo{/*border:2px solid red;*/
display: inline-block;
position: absolute;
left: 70px;
top: auto;
}
.logopic{
height: 50%;
width: 50%;
}
.content{/*border: 2px solid green;*/
position: relative;
display: block;
width: 50%;
top: 30px;
margin-left: auto;
margin-right: auto;
}
.options{
display: block;
margin-left: 70px;
color: white;
}
.options li{
display: inline-block;
padding-right: 34px;
margin-left: auto;
font-size: 20px;
}
.options li a{
color: white;
text-decoration: none;
}
.options li a:hover{
text-decoration: underline;
}
.profile a{/*border: 2px solid pink;*/
display: inline-block;
position: absolute;
right: 90px;
top: 60px;
font-size: 20px;
color: white;
}
.profile a:hover{
text-decoration: underline;
color: white;
}
</style>
<title>Place order</title>
</head>
<body>
<!-- 1.Navigation-->
<header class="navbar">
<div class="logo">
<img src="logo1.png" alt="logo" class="logopic">
</div>
<div class="content">
<ul class="options">
<li><a href="indexAGA.html">Home</a></li>
<li><a href="indexAGA.html#foo">About us</a></li>
<li><a href="order_summary.php">Order Details</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
<div class="profile">
<a href="myprofile.php">My Profile</a>
</div>
</header>
<!-- sign up-->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Include the above in your HEAD tag -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/all.css">
<div class="container">
<br>
<hr>
<div class="row justify-content-center">
<div class="col-md-6">
<div class="card">
<header class="card-header">
<!-- <a href="loginAGA.html" class="float-right btn btn-outline-primary mt-1">Log in</a> -->
<h4 class="card-title mt-2" required="">Please fill order details</h4>
</header>
<article class="card-body">
<form action="Ship_back.php" method="POST">
<div class="form-row">
<div class="col form-group">
<label for="first_name">First name </label>
<input type="text" name="first_name" class="form-control" placeholder="First name" required>
</div> <!-- form-group end.// -->
<div class="col form-group">
<label for="last_name">Last name</label>
<input type="text" name="last_name" class="form-control" placeholder="Last name">
</div> <!-- form-group end.// -->
</div> <!-- form-row end.// -->
<div class="form-group">
<label for="contact">Contact</label>
<input type="tel" name ="contact" class="form-control" placeholder="Phone number" required>
<!--<small class="form-text text-muted">We'll never share your email with anyone else.</small>-->
</div> <!-- form-group end.// -->
<div class="form-group">
<label for="email">Email</label>
<input type="tel" name ="email" class="form-control" placeholder="Email" required>
<!--<small class="form-text text-muted">We'll never share your email with anyone else.</small>-->
</div>
<!--<div class="form-group">
<label for="subscriber_gender" class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="subscriber_gender" value="option1">
<span class="form-check-label"> Male </span>
</label>
<label for="subscriber_gender" class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="subscriber_gender" value="option2">
<span class="form-check-label"> Female</span>
</label>
</div> -->
<!-- form-group end.// -->
<div class="form-group">
<label for="address">Address</label>
<input type="text" name ="address" class="form-control" placeholder="Address line 1" required><br>
<input type="text" name ="address_1" class="form-control" placeholder="Address line 2" required>
<!--<small class="form-text text-muted">We'll never share your email with anyone else.</small>-->
</div>
<div class="form-row">
<div class="form-group col-md-6">
<label for="city">City</label>
<input type="text" name="city" placeholder="City" class="form-control" required>
</div> <!-- form-group end.// -->
<div class="form-group col-md-6">
<label for="pin">PIN</label>
<input type="number" name="pin" placeholder="PIN" class="form-control" required>
</div>
<div class="form-group col-md-6">
<label for="country">Country</label>
<select id="inputState" name="country" class="form-control">
<option> Choose...</option>
<option>Uzbekistan</option>
<option>Russia</option>
<option selected="">India</option>
<option>United Nations</option>
<option>Afganistan</option>
</select>
</div> <!-- form-group end.// -->
</div> <!-- form-row.// -->
<div class="form-group">
<label for="package_weight">Package weight(in grams):</label>
<input class="form-control" name="package_weight" type="number" required>
</div> <!-- form-group end.// -->
<div class="form-group">
<button type="submit" class="btn btn-primary btn-block"> Submit </button>
</div> <!-- form-group// -->
</form>
</article> <!-- card-body end .// -->
<!--<div class="border-top card-body text-center">Have an account? <a href="loginAGA.html">Log In</a></div> -->
</div> <!-- card.// -->
</div> <!-- col.//-->
</div> <!-- row.//-->
</div>
<!--container end.//-->
<br><br>
<article class="bg-secondary mb-3">
<div class="card-body text-center">
<h3 class="text-white mt-3">A.G.A Courier Services</h3>
<p class="h5 text-white">A 4th Sem project</p> <br>
</div>
<br><br>
</article>