-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
280 lines (255 loc) · 12.4 KB
/
test.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
271
272
273
274
275
276
277
278
279
280
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<!--bootstrap-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy"
crossorigin="anonymous"></script>
<!--fontawesome for icons-->
<script src="https://kit.fontawesome.com/5ed86aad6e.js" crossorigin="anonymous"></script>
<!--google fonts-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Gloock&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
<!--custom stylesheet-->
<link href="./style.css" rel="stylesheet">
</head>
<body>
<!--
<div class="container">
<div class="row row-cols-2 row-cols-lg-5 g-2 g-lg-5">
<div class="col">
<div class="p-3 border bg-light">Row column</div>
</div>
<div class="col">
<div class="p-3 border bg-light">Row column</div>
</div>
<div class="col">
<div class="p-3 border bg-light">Row column</div>
</div>
<div class="col">
<div class="p-3 border bg-light">Row column</div>
</div>
<div class="col">
<div class="p-3 border bg-light">Row column</div>
</div>
<div class="col">
<div class="p-3 border bg-light">Row column</div>
</div>
<div class="col">
<div class="p-3 border bg-light">Row column</div>
</div>
<div class="col">
<div class="p-3 border bg-light">Row column</div>
</div>
<div class="col">
<div class="p-3 border bg-light">Row column</div>
</div>
<div class="col">
<div class="p-3 border bg-light">Row column</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-10 offset-md-1">
<div id="c-indicators" class="carousel slide">
<div class="carousel-indicators">
<button type="button" data-bs-target="#c-indicators" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#c-indicators" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#c-indicators" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/plushie/plushie-1.webp" class="d-block w-50 carousel-img" alt="...">
<span class="carousel-text">
<h3>Item heading #1</h3>
<p>Item description Lorem ipsum, dolor sit amet consectetur adipisicing elit. Iure
tenetur harum delectus dignissimos expedita? Ad repellat aliquam maiores libero
voluptates aut quidem vel, recusandae aperiam! Cum ut reprehenderit repellendus
mollitia.</p>
</span>
</div>
<div class="carousel-item">
<img src="img/bigguino/bigguino-1.webp" class="d-block w-50 carousel-img" alt="...">
<span class="carousel-text">
<h3>Item Heading #2</h3>
<p>Item description Lorem ipsum, dolor sit amet consectetur adipisicing elit. Iure
tenetur harum delectus dignissimos expedita? Ad repellat aliquam maiores libero
voluptates aut quidem vel, recusandae aperiam! Cum ut reprehenderit repellendus
mollitia.</p>
</span>
</div>
<div class="carousel-item">
<img src="img/keychain/keychain-1.webp" class="d-block w-50 carousel-img" alt="...">
<span class="carousel-text">
<h3>Item Heading #3</h3>
<p>Item description Lorem ipsum, dolor sit amet consectetur adipisicing elit. Iure
tenetur harum delectus dignissimos expedita? Ad repellat aliquam maiores libero
voluptates aut quidem vel, recusandae aperiam! Cum ut reprehenderit repellendus
mollitia.</p>
</span>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#c-indicators"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#c-indicators"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-10 offset-md-1">
<table class="table table-striped table-hover">
<thead>
<tr>
<th scope="col">Product</th>
<th scope="col">Quantity</th>
<th scope="col">Price</th>
<th scope="col">Subtotal</th>
</tr>
</thead>
<tbody>
<tr>
<td>Plushie: Eggu the Original</td>
<td>1</td>
<td>$34.49/ea</td>
<td>0.00</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<td>3</td>
<td colspan="2">Larry the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
</div>
</div>
-->
<!--<div class="row" id="checkout-page">
<div class="offset-md-1" id="form-bg">
<form>
<h2>Contact Information</h2>
<div class="mb-3">
<label for="email" class="form-label">Email address</label>
<input type="email" class="form-control" id="email" aria-describedby="email">
<div id="email" class="form-text">We'll never share your email with anyone else.</div>
</div>
<div class="form-check mb-3">
<input class="form-check-input" type="checkbox" value="" id="mail-consent">
<label class="form-check-label" for="mail-consent">
Email me with fun promotional material and content!
</label>
</div>
<h2>Shipping Details</h2>
<div class="mb-3">
<label for="ad-country" class="form-label">Country / Region</label>
<input type="text" class="form-control" id="ad-country">
</div>
<div class="mb-3 form-grid-2">
<div class="mb-3">
<label for="ad-fname" class="form-label">First Name</label>
<input type="text" class="form-control" id="ad-fname">
</div>
<div class="mb-3">
<label for="ad-fname" class="form-label">First Name</label>
<input type="text" class="form-control" id="ad-fname">
</div>
</div>
<div class="mb-3">
<label for="ad-company" class="form-label">Company (Optional)</label>
<input type="text" class="form-control" id="ad-company">
</div>
<div class="mb-3">
<label for="ad-address" class="form-label">Address</label>
<input type="text" class="form-control" id="ad-address">
</div>
<div class="mb-3">
<label for="ad-suite" class="form-label">Apartment, Suite no., etc (Optional)</label>
<input type="text" class="form-control" id="ad-suite">
</div>
<div class="form-grid-3">
<div class="mb-3 form-inline">
<label for="ad-city" class="form-label">City</label>
<input type="text" class="form-control" id="ad-city">
</div>
<div class="mb-3 form-inline">
<label for="ad-province" class="form-label">Province</label>
<select name="ad-province" class="form-control" id="ad-province">
<option value="Alberta">Alberta</option>
<option value="British Columbia">British Columbia</option>
<option value="Manitoba">Manitoba</option>
<option value="New Brunswick">New Brunswick</option>
<option value="Newfoundland">Newfoundland & Labrador</option>
<option value="Nova Scotia">Nova Scotia</option>
<option value="Ontario">Ontario</option>
<option value="Pei">Prince Edward Island</option>
<option value="Quebec">Quebec</option>
<option value="Saskatchewan">Saskatchewan</option>
</select>
</div>
<div class="mb-3 form-inline">
<label for="ad-zipcode" class="form-label">Postal Code</label>
<input type="text" class="form-control" id="ad-zipcode">
</div>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
<div id="aside-bg">
<h2>Order Details</h2>
<table class="table table-striped table-hover">
<thead>
<tr>
<th scope="col">Product</th>
<th scope="col">Quantity</th>
<th scope="col">Price</th>
<th scope="col">Subtotal</th>
</tr>
</thead>
<tbody>
<tr>
<td>Plushie: Eggu the Original</td>
<td>1</td>
<td>$34.49/ea</td>
<td>$34.99</td>
</tr>
</tbody>
</table>
</div>
</div>-->
<div class="row">
<div class="col-12">
<img src="/img/egguino-logo.avif">
<img src="/img/logo-hover.png">
<a href="/index.html"><span id="logo"></span></a>
</div>
</div>
</body>
</html>