-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaddressPage.html
162 lines (119 loc) · 4.03 KB
/
addressPage.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project</title>
<link rel="stylesheet" href="address.css">
</head>
<style>
</style>
<body>
<div id="addressBox1">
<img src="https://storage.sg.content-cdn.io/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/userimages/logo.jpg" alt="SportsJam.in">
</div>
<div class="addressBox2">
<div id="addressBox3">1</div>
<div id="addressBox4">Quick checkout for vijaydevtula786@gmail.com</div>
</div>
<div class="addressBox5">
<div id="addressBox6">STEP 2-</div>
<div id="addressBox7">Billing & Shipping Information</div>
</div>
<h3>Shipping address</h3> <br/>
<div id="addressform">
<form action="">
<div class="address_user_detail">
<div class="address_input_box">
<span class="address_details">Name</span>
<br>
<input class="address_input" type="text">
</div>
<div class="address_input_box">
<span class="address_details">Last Name</span>
<br>
<input class="address_input" type="text">
</div>
<div class="address_input_box">
<span class="address_details">Address</span>
<br>
<input class="address_input" type="text">
</div>
<div class="address_input_box">
<span class="address_details">Landmark</span>
<br>
<input class="address_input" type="text">
</div>
<div class="address_input_box">
<span class="address_details">Post/Zip code</span>
<br>
<input class="address_input" type="text">
</div>
<div class="address_input_box">
<span class="address_details">Country</span>
<br>
<select name="Select Country" class="address_input">--Select Country--
<option value="">--Select Country--</option>
<option value="">Afghanistan</option>
<option value="">Albania</option>
<option value="">Algeria</option>
<option value="">American Samoa</option>
<option value="">Andorra</option>
<option value="">Angola</option>
<option value="">Anguilla</option>
<option value="">Antarctica</option>
<option value="">Argentina</option>
<option value="">Armenia</option>
</select>
</div>
<div class="address_input_box">
<span class="address_details">State</span>
<br>
<input class="address_input" type="text">
</div>
<div class="address_input_box">
<span class="address_details">City</span>
<br>
<input class="address_input" type="text" placeholder="Enter first 3 letters of city name and select from the list">
</div>
<div class="address_input_box">
<label for="">Telephone</label>
<br>
<input class="address_input" type="text">
</div>
<div class="address_input_box">
<span class="address_details">Mobile</span>
<br>
<input class="address_input" type="text">
</div>
</div>
</form>
</div>
<div class="address_newbox">
<div class="address_newbox1">
<div class="address_newbox2"></div>
<div> Send this product as gift </div>
</div>
<p>Type in your message in less than 400 Charactors and the product will sent as gift with the message of yours.</p>
<div class="address_newbox3"></div>
<div class="address_newbox4">
<form action="">
<label for="">Delivery date:</label>
<input type="date" id="address_calendar">
</form>
</div>
</div>
<button id="address_button"><a href="payment.html">CONTINUE</a></button>
<div class="address_new">
<div class="address_new1">STEP 3-</div>
<div class="address_new2">Order Summary & Logistics</div>
</div>
<div class="address_old">
<div class="address_new1">STEP 4-</div>
<div class="address_new2">Payment Options</div>
</div>
<p id="address_para">Copyrights © 2017 sportsjam. All Rights Reserved</p>
</body>
</html>
<script src="index.js"></script>