-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathadvanced-example.html
270 lines (232 loc) · 9.47 KB
/
advanced-example.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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Material Design for Bootstrap</title>
<!-- MDB icon -->
<link rel="icon" href="img/mdb-favicon.ico" type="image/x-icon" />
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.2/css/all.css" />
<!-- Google Fonts Roboto -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" />
<!-- MDB -->
<link rel="stylesheet" href="css/bootstrap-address-form.min.css" />
</head>
<body>
<!-- Start your project here-->
<style>
.text-font{
font-family: futura-pt,Tahoma,Geneva,Verdana,Arial,sans-serif;
font-weight: 700;
letter-spacing: .156rem;
font-size: 1.125rem;
}
.text-price{
padding: 0 .625rem;
font-family: futura-pt,Tahoma,Geneva,Verdana,Arial,sans-serif;
font-style: normal;
font-size: .75rem;
font-weight: 700;
line-height: .813rem;
letter-spacing: 1.6px;
}
.text-descriptions{
font-family: futura-pt,Tahoma,Geneva,Verdana,Arial,sans-serif;
font-style: normal;
font-size: .75rem;
font-weight: 400;
line-height: 1.125rem;
margin: .313rem 0 .938rem;
padding: 0 .625rem;
}
.button-color{
color: #4e4e4e ;
border-color: #4e4e4e ;
}
.button-order{
font-family: futura-pt,Tahoma,Geneva,Verdana,Arial,sans-serif;
font-style: normal;
font-size: .75rem;
font-weight: 700;
background-color: hsl(90, 40%, 50%);
color: white;
}
</style>
<div class="container my-5 py-5">
<!--Section: Design Block-->
<section>
<div class="row">
<div class="col-md-8">
<div class="card mb-4">
<div class="card-body">
<p class="text-uppercase h4 text-font">Delivery Country:</p>
<div class="row">
<div class="col-md-1">
<img src="https://mdbcdn.b-cdn.net/img/Others/extended-example/usa2.webp"
class="rounded-circle me-2" style="width: 35px;" alt="USA" />
</div>
<div class="col-md-8">
<select class="select">
<option value="1">United States</option>
<option value="2">Spain</option>
<option value="3">Poland</option>
<option value="4">Italy</option>
<option value="5">Greece</option>
<option value="6">Germany</option>
<option value="7">Croatia</option>
<option value="8">Sweden</option>
</select>
</div>
</div>
</div>
</div>
<div class="card mb-4 accordion" id="accordionExample">
<div class="card body accordion-item">
<h2 class="accordion-header" id="headingOne">
<div class="accordion-button collapsed text-uppercase text-font h4" type="button"
data-mdb-toggle="collapse" data-mdb-target="#collapseOne" aria-expanded="false"
aria-controls="collapseOne">
Promo/Student Code or Vouchers
</div>
</h2>
<div id="collapseOne" class="accordion-collapse collapse" aria-labelledby="headingOne"
data-mdb-parent="#accordionExample">
<div class="accordion-body">
<div class="form-outline d-flex">
<input type="text" id="form1" class="form-control" />
<label class="form-label" for="form1">Enter code</label>
</div>
</div>
</div>
</div>
</div>
<div class="card mb-4">
<div class="card-body">
<p class="text-uppercase fw-bold mb-3 text-font">Email address</p>
<div class="row">
<div class="col-md-4">
<p>your-email@gmail.com</p>
</div>
<div class="col-md-7">
<button type="button" class="btn btn-outline-dark float-end button-color "
data-mdb-ripple-color="dark">
Change
</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-4 position-static">
<div class="card mb-4">
<div class="card-header py-3">
<h5 class="mb-0 text-font">1 item <span class="float-end mt-1"
style="font-size: 13px ;">Edit</span></h5>
</div>
<div class="card-body">
<div class="row">
<div class="col-md-4">
<img src="https://mdbcdn.b-cdn.net/img/Photos/Horizontal/E-commerce/Vertical/12a.webp"
class="rounded-3" style="width: 100px;" alt="Blue Jeans Jacket" />
</div>
<div class="col-md-6 ms-3">
<span class="mb-0 text-price">$35.00</span>
<p class="mb-0 text-descriptions">Denim jacket </p>
<span class="text-descriptions fw-bold">Black</span> <span
class="text-descriptions fw-bold">UK 8</span>
<p class="text-descriptions mt-0">Qty:<span
class="text-descriptions fw-bold">1</span>
</p>
</div>
</div>
<div class="card-footer mt-4">
<ul class="list-group list-group-flush">
<li
class="list-group-item d-flex justify-content-between align-items-center border-0 px-0 pb-0 text-muted">
Subtotal
<span>$35.00</span>
</li>
<li
class="list-group-item d-flex justify-content-between align-items-center px-0 fw-bold text-uppercase">
Total to pay
<span>$35.00</span>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-8 mb-4">
<div class="card mb-4">
<div class="card-header py-3">
<h5 class="mb-0 text-font text-uppercase">Delivery address</h5>
</div>
<div class="card-body">
<form>
<div class="row mb-4">
<div class="col">
<div class="form-outline">
<input type="text" id="form11Example1" class="form-control" />
<label class="form-label" for="form11Example1">First name</label>
</div>
</div>
<div class="col">
<div class="form-outline">
<input type="text" id="form11Example2" class="form-control" />
<label class="form-label" for="form11Example2">Last name</label>
</div>
</div>
</div>
<!-- Text input -->
<div class="form-outline mb-4">
<input type="text" id="form11Example3" class="form-control" />
<label class="form-label" for="form11Example3">Company name</label>
</div>
<!-- Text input -->
<div class="form-outline mb-4">
<input type="text" id="form11Example4" class="form-control" />
<label class="form-label" for="form11Example4">Address</label>
</div>
<!-- Email input -->
<div class="form-outline mb-4">
<input type="email" id="form11Example5" class="form-control" />
<label class="form-label" for="form11Example5">Email</label>
</div>
<!-- Number input -->
<div class="form-outline mb-4">
<input type="number" id="form11Example6" class="form-control" />
<label class="form-label" for="form11Example6">Phone</label>
</div>
<!-- Message input -->
<div class="form-outline mb-4">
<textarea class="form-control" id="form11Example7" rows="4"></textarea>
<label class="form-label" for="form11Example7">Additional information</label>
</div>
<!-- Checkbox -->
<div class="form-check d-flex justify-content-center mb-2">
<input class="form-check-input me-2" type="checkbox" value="" id="form11Example8"
checked />
<label class="form-check-label" for="form11Example8">
Create an account?
</label>
</div>
</form>
</div>
</div>
<div class="text-center">
<button type="button" class="btn button-order col-md-10">Place order</button>
</div>
</div>
</div>
</section>
<!--Section: Design Block-->
</div>
<!-- End your project here-->
<!-- MDB -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Custom scripts -->
<script type="text/javascript"></script>
</body>
</html>