-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequest-page.html
More file actions
222 lines (209 loc) · 12 KB
/
request-page.html
File metadata and controls
222 lines (209 loc) · 12 KB
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
<!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>Request page.Only desktop version</title>
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body class="container">
<header class="header">
<img class="header__banner" src="img/header/banner-request.png" srcset="img/header/banner-request@2x.png 2x,
img/header/banner-request@3x.png 3x">
<div class="grid header__topmenu">
<img class="header__logo" src="img/header/LogoE3PL.png"
srcset="img/header/LogoE3PL@2x.png 2x">
<nav class="header__topmenu-list">
<ul>
<li><a class="header__topmenu-list_link" href="#">About Us</a></li>
<li><a class="header__topmenu-list_link" href="#">Pricing</a></li>
<li><a class="header__topmenu-list_link" href="#">FAQ</a></li>
</ul>
</nav>
</div>
<div class="header__content request-header-content">
<p class="header__content-text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Habes, inquam, Cato, formam eorum, de quibus
loquor praecepta dantur.
</p>
<p class="header__content-title">
Reliable Amazon FBA
</p>
<p class="header__content-subtitle">
Freight Forwarding
</p>
</div>
</header>
<main class=" grid main request">
<section class="main__people-blocks padding-both-vertical">
<p class="h2">Create Your Request</p>
<div class="grid">
<form class="request__blocks" action="#" id="">
<div class="request-single-block">
<label class="h3" for="name">Let's Get Acquainted?</label>
<input class="request-input-text" type="text" value="" name="" id="name"
placeholder="Your name...">
<label class="h3" for="incoterm">Incoterm?</label>
<input class="request-input-text" type="text" value="" name="" id="incoterm" placeholder="EXW"
list="incoterm_list">
<datalist id="incoterm_list">
<option value="EXW"></option>
<option value="FOB"></option>
<option value="FCA"></option>
<option value="CIF"></option>
<option value="CFR"></option>
</datalist>
</div>
<div class="request-single-block">
<label class="h3" for="transport">Means of Transport?</label>
<input class="request-input-text" type="text" value="" name="" id="transport"
placeholder="No matter" list="transport_list">
<datalist id="transport_list">
<option value="Ship"></option>
<option value="Train"></option>
<option value="Plane"></option>
<option value="Truck"></option>
<option value="Any"></option>
</datalist>
<label class="h3" for="adress">Manufacturer Address?</label>
<input class="request-input-text" type="text" value="" name="" id="adress" placeholder="Adress">
</div>
<textarea class="request-input-text input-big" value="" name="" id="info"
placeholder="Info..."></textarea>
</form>
</div>
</section>
<section class="main__description-gray-block padding-both-vertical">
<div class="grid">
<div class="request__product-forms">
<form class="products-form" id="form1">
<p class="h2 row-between2">Product #1 <span class="del_product" id="product1">x</span></p>
<label class="h3" for="cartons1">1) No. OF Cartons</label>
<input class="request-input-text-form" type="text" value="" name="" id="cartons1" placeholder="01"
list="carton1_list">
<datalist id="carton1_list">
<option value="01"></option>
<option value="02"></option>
<option value="03"></option>
<option value="04"></option>
<option value="05"></option>
<option value="06"></option>
<option value="07"></option>
</datalist>
<p class="h3">2)
<input class="radio" type="radio" name="size_carton1" id="size1">
<label for="size1">Total Volume</label>
<input class="radio" type="radio" name="size_carton1" id="size2" checked>
<label for="size2">Single Carton Dimensions</label>
<input class="request-little-input-text" type="number" name="" id="s1" value="">
<label for="s1"> CM</label>
<input class="request-little-input-text" type="number" name="" id="s2" value="">
<label for="s2"> CM</label>
<input class="request-little-input-text" type="number" name="" id="s3" value="">
<label for="s3"> CM</label>
</p>
<p class="h3">3)
<input class="radio" type="radio" name="weight1" value="carton_weight1" id="carton_weight1">
<label for="carton_weight1">Carton weight</label>
<input class="radio" type="radio" name="weight1" value="total_weight2" id="total_weight1" checked>
<label for="total_weight1">Total weight</label>
<input class="request-little-input-text" style="width: 150px;margin-left:114px;" type="number"
name="" id="tw1" value="">
<label for="tw1"> KG</label>
</p>
</form>
<form class="products-form" id="form2">
<p class="h2 row-between2">Product #2 <span class="del_product" id="product2">x</span></p>
<label class="h3" for="cartons2">1) No. OF Cartons</label>
<input class="request-input-text-form" type="text" value="" name="" id="cartons2" placeholder="01"
list="carton2_list">
<datalist id="carton2_list">
<option value="01"></option>
<option value="02"></option>
<option value="03"></option>
<option value="04"></option>
<option value="05"></option>
<option value="06"></option>
<option value="07"></option>
</datalist>
<p class="h3">2)
<input class="radio" type="radio" name="size_carton2" id="size1-2">
<label for="size1-2">Total Volume</label>
<input class="radio" type="radio" name="size_carton2" id="size2-2" checked>
<label for="size2-2">Single Carton Dimensions</label>
<input class="request-little-input-text" type="number" name="" id="s1-2" value="">
<label for="s1-2"> CM</label>
<input class="request-little-input-text" type="number" name="" id="s2-2" value="">
<label for="s2-2"> CM</label>
<input class="request-little-input-text" type="number" name="" id="s3-2" value="">
<label for="s3-2"> CM</label>
</p>
<p class="h3">3)
<input class="radio" type="radio" name="weight2" value="carton_weight2" id="carton_weight2">
<label for="carton_weight2">Carton weight</label>
<input class="radio" type="radio" name="weight2" value="total_weight2" id="total_weight2" checked>
<label for="total_weight2">Total weight</label>
<input class="request-little-input-text" style="width: 150px;margin-left:114px;" type="number"
name="" id="tw2" value="">
<label for="tw2"> KG</label>
</p>
</form>
<p class="h2 blue" id="add_product">+ Add another product</p>
</div>
</div>
</section>
<section class="main__description-white-block padding-both-vertical">
<div class="grid">
<div class="request__destination">
<div class="destination-form">
<label class="h3" for="destination">Destination</label>
<input class="request-input-text" type="text" value="" name="" id="destination"
placeholder="by DHL or UPS immediately to Amazon" list="destination_list">
<datalist id="destination_list">
<option value="by DHL or UPS immediately to Amazon"></option>
<option value="on pallet immediately to Amazon"></option>
<option value="to our warehouse for temporary storage"></option>
<option value="immediately to an individual address"></option>
<option value="Split"></option>
</datalist>
</div>
<div class="destination-form">
<label class="h3" for="value">Value of Goods</label>
<input class="request-input-text" type="number" value="" name="" id="value" placeholder="">
</div>
<div class="destination-form">
<label class="h3" for="value">Your email</label>
<input class="request-input-text" type="text" value="" name="" id="email" placeholder="">
</div>
</div>
</div>
</section>
<section class="main__care">
<div class="grid">
<div class="main__care-area">
<p class="h2">Let us take care about your goods shipments!</p>
<a class="button-link margin-top" href="check1-page.html">Get a quote</a>
</div>
</div>
</section>
</main>
<footer class="footer padding-both-vertical">
<div class="grid">
<div class="footer__area">
<img class="header__logo" src="img/header/LogoE3PL.png"
srcset="img/header/LogoE3PL@2x.png 2x">
<div class="row-between">
<p class="text-upper stripe"> ©2020 by ForwarderOne FBA Logistics. </p>
<p class="text-upper stripe"> Service@ForwarderOne.com </p>
<p class="text-upper ">
<span class="material-icons">facebook</span>
follow us on facebook
</p>
</div>
</div>
</div>
</footer>
</body>
</html>