-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccount.html
453 lines (404 loc) · 25.5 KB
/
account.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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
<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" />
<link rel="stylesheet" href="./style.css" />
<link rel="icon" type="image/png" href="./graphics/favicon-128.png" sizes="196x196">
<link rel="icon" type="image/png" href="assets/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="assets/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="assets/favicons/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="assets/favicons/favicon-128.png" sizes="128x128">
<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=Inter:wght@100;200;300;400;500;600;700;800;900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/d64fbd5a49.js" crossorigin="anonymous"></script>
<title>UNXD | Acount</title>
</head>
<body>
<div class="container-fluid sticky-top mx-auto bg-white border border-start-0 border-end-0 border-top-0 border-bottom-1">
<header class=" pt-1 mx-auto">
<div id="brand"><a href="/"><img class="img-fluid p-3" style="width: 8rem" src="./graphics/logo_dark.png" alt=""></a></div>
<nav class="mt-1">
<ul>
<li><a class="nav-link text-black link m-0 px-0" href="./Drops.html">Drops</a></li>
<li><a class="nav-link text-black link m-0 px-0 ms-4 " href="./marketplace.html">Marketplace</a></li>
</ul>
</nav>
<div class="d-flex mt-3">
<a href="./notification.html"><img class="" style="width: 1.1rem" src="./graphics/notification.svg" alt=""></a>
<div class="dropdown">
<button class="border border-0 bg-transparent" type="button" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false">
<img class="mx-4" style="width: 1.4rem" src="./graphics/wallet.png" alt="">
</button>
<ul class="dropdown-menu px-4 py-3" aria-labelledby="dropdownMenuButton1">
<li class="d-flex dropdown-item m-0 border border-1">
<img class="mx-3" src="./graphics/metamask-logo.svg" alt="">
<a class="text-black me-2 text-center text-decoration-none" href="#"> Switch to Polygon <br> Mainnet </a></li>
</ul>
</div>
<div class="dropdown">
<button class="border border-0 bg-transparent" type="button" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false">
<img class="" style="width: 1.4rem" src="./graphics/profile-icon.svg" alt="">
</button>
<ul class="dropdown-menu mt-1 px-2 " aria-labelledby="dropdownMenuButton1">
<li class="mx-3"><a class="dropdown-item px-3 " href="./profile.html" style="font-size: 14px;"><img class="me-2" style="width: 0.8rem;"src="./graphics/profile.png" alt=""> Profile</a></li>
<li class="mx-3"><a class="dropdown-item px-3 " href="./dashboard.html" style="font-size: 14px;"><img class="me-2" style="width: 0.8rem;"src="./graphics/dashboard.png" alt=""> Dashboard</a></li>
<hr>
<li class=""><a class="dropdown-item px-3 mx-2" style="font-size: 14px;" href="#">Help Center</a></li>
<li class=""><a class="dropdown-item px-3 mx-2" style="font-size: 14px;" href="./login.html">Logout</a></li>
</ul>
</div>
</div>
<div id="hamburger-icon" onclick="toggleMobileMenu(this)">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
<ul class="mobile-menu bg-black">
<li class=""><a class="fw-bold fs-2 text-start text-white text-decoration-none " href="./Drops.html"> <h1 class="display-2 fw-bold">Drops</h1> </a></li>
<li class="mb-4"><a class="fw-bold fs-2 text-start text-white text-decoration-none" href="./marketplace.html"> <h1 class="display-2 fw-bold">Marketplace</h1> </a></li>
<li><a class="text-start text-white text-decoration-none" href="./Reportblog/report.html">Help Center</a></li>
<li><a class="text-start text-white text-decoration-none" href="./login.html">Logout</a></li>
<li><div class="d-flex pt-3">
<i class="fa-brands fa-twitter-square fa-lg" style="color: #ffffff;"></i>
<i class="mx-4 fa-brands fa-discord fa-lg" style="color: #ffffff;"></i>
<i class="fa-brands fa-instagram fa-lg" style="color: #ffffff;"></i>
</div></li>
</ul>
</div>
</header>
</div>
<!-- Account -->
<div class="p-0 m-0">
<div class="container-fluid-fluid ">
<img class="img-fluid w-100" src="./graphics/bg_black.png" alt="">
</div>
<div class="container bg-white row mx-auto mt-5 shadow py-4" style="position: relative; top: -5rem; z-index: 10;" >
<div class="col-lg-12 p-5">
<h2 class="fw-bold ">Account</h2>
<ul class="nav nav-pills mt-5 border border-top-0 border-bottom-2 border-start-0 border-end-0" id="myTab" role="tablist">
<li class="nav-item " role="presentation">
<button class="nav-link nav-link2 active text-black text-decoration-none" id="home-tab" data-bs-toggle="tab" data-bs-target="#home" type="button" role="tab" aria-controls="home" aria-selected="true">General </button>
</li>
<li class="nav-item " role="presentation">
<button class="nav-link nav-link2 ms-3 text-black text-decoration-none" id="profile-tab" data-bs-toggle="tab" data-bs-target="#profile" type="button" role="tab" aria-controls="profile" aria-selected="false">Setings</button>
</li>
</ul>
<div class="tab-content" id="myTabContent">
<div class="mt-3 tab-pane fade show active" id="home" role="tabpanel" aria-labelledby="home-tab">
<form class="my-5 row" role="form">
<div class=" offset-lg-1 col-lg-3 ">
<img style="width: 22vh" src="./graphics/fahad122.svg" alt="">
<p class="ms-4 mt-3" >175 x 175 pixels</p>
</div>
<div class="col-lg-8">
<h4
class="fw-bold py-3">
Profile Information
</h4>
<div class="mb-3">
<input type="text" class="form-control" id="formGroupExampleInput" placeholder="Display Name">
</div>
<div class="mb-3">
<input type="text" class="form-control" id="formGroupExampleInput2" placeholder="Username">
</div>
<div class="mb-3">
<input type="text" class="form-control" id="formGroupExampleInput2" placeholder="Email">
</div>
<div class="mb-3">
<input type="text" class="form-control" id="formGroupExampleInput2" placeholder="Phone Number">
</div>
<div class="row ">
<div class="col-lg-6 mt-4">
<div class="mb-3">
<p class="fw-bold">Billing Address</p>
<select id="inputState" class="form-select">
<option selected>Country</option>
<option></option>
</select>
</div>
<div class="mb-3">
<input type="text" class="form-control" id="inputAddress" placeholder="Street Address 1">
</div>
<div class="mb-3">
<input type="text" class="form-control" id="inputAddress2" placeholder="Street Address 2">
</div>
<div class="mb-3">
<input type="text" placeholder="City" class="form-control" id="inputCity">
</div>
<div class="mb-3">
<input type="text" placeholder="State" class="form-control" id="inputZip">
</div>
<div class="mb-3">
<input type="number" placeholder="Zip Code" class="form-control" id="inputZip">
</div>
<div class="mb-3 d-flex">
<label class="form-check-label me-3" for="gridCheck">
Same address for shipping
</label>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="gridCheck">
</div>
</div>
</div>
<div class="col-lg-6 mt-4">
<div class="mb-3">
<p class="fw-bold">Shipping Address
</p>
<select id="inputState" class="form-select">
<option selected>Country</option>
<option></option>
</select>
</div>
<div class="mb-3">
<input type="text" class="form-control" id="inputAddress" placeholder="Street Address 1">
</div>
<div class="mb-3">
<input type="text" class="form-control" id="inputAddress2" placeholder="Street Address 2">
</div>
<div class="mb-3">
<input type="text" placeholder="City" class="form-control" id="inputCity">
</div>
<div class="mb-3">
<input type="text" placeholder="State" class="form-control" id="inputZip">
</div>
<div class="mb-3">
<input type="number" placeholder="Zip Code" class="form-control" id="inputZip">
</div>
</div>
</div>
<p
class="fw-bold pt-3">
Social Bio
</p>
<div class="form-floating">
<textarea style="resize: none; height: 150px" class="form-control" placeholder="Social Bio" id="floatingTextarea2"></textarea>
<label for="floatingTextarea2">Social Bio</label>
</div>
<p
class="fw-bold pt-3">
Social Media
</p>
<div class="mb-3">
<input type="text" class="form-control" id="formGroupExampleInput" placeholder="Facebook username">
</div>
<div class="mb-3">
<input type="text" class="form-control" id="formGroupExampleInput2" placeholder="Twitter username">
</div>
<div class="mb-3">
<input type="text" class="form-control" id="formGroupExampleInput2" placeholder="Instagram username">
</div>
<div class="mb-3">
<input type="text" class="form-control" id="formGroupExampleInput2" placeholder="Tiktok Username">
</div>
<div class="mb-3">
<input type="text" class="form-control" id="formGroupExampleInput2" placeholder="Snapchat username">
</div>
<p
class="fw-bold pt-3">
Social Media
</p>
<div class="mb-3">
<input type="url" class="form-control" id="formGroupExampleInput" placeholder=" Personal website">
</div>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<button class="btn btn-primary text-white py-2 px-3 bg-black border border-none shadow-none me-md-2" type="button">Save Changes</button>
</div>
</div>
</form>
</div>
<!-- settings -->
<div class="mt-3 tab-pane fade" id="profile" role="tabpanel" aria-labelledby="profile-tab">
<form class="my-5">
<h4
class="fw-bold py-3">
General Notifications
</h4>
<div class=" d-flex justify-content-between border border-top-0 border-bottom-2 border-start-0 border-end-0 ">
<p>New Drops</p>
<p class="text-start">When UNXD release a new drop.</p>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="flexSwitchCheckDefault">
</div>
</div>
<div class="my-2 d-flex justify-content-between border border-top-0 border-bottom-2 border-start-0 border-end-0 ">
<p>Sold Drops</p>
<p class="text-start">
When someone purchased one of your item.</p>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="flexSwitchCheckDefault">
</div>
</div>
<div class="my-2 d-flex justify-content-between border border-top-0 border-bottom-2 border-start-0 border-end-0 ">
<p>Bid Activity</p>
<p class="text-start">
When someone bids on one of your item.</p>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="flexSwitchCheckDefault">
</div>
</div>
<div class="my-2 d-flex justify-content-between border border-top-0 border-bottom-2 border-start-0 border-end-0 ">
<p>Price Change</p>
<p>When an item you made an offer on changes in price.
</p>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="flexSwitchCheckDefault">
</div>
</div>
<div class="my-2 d-flex justify-content-between border border-top-0 border-bottom-2 border-start-0 border-end-0 ">
<p>Auction Expiration</p>
<p>When a auction you created ends.</p>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="flexSwitchCheckDefault">
</div>
</div>
<div class="my-2 d-flex justify-content-between border border-top-0 border-bottom-2 border-start-0 border-end-0 ">
<p>Outbid</p>
<p>
When an offer you placed is exceeded by another user.
</p>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="flexSwitchCheckDefault">
</div>
</div>
<div class="my-2 d-flex justify-content-between border border-top-0 border-bottom-2 border-start-0 border-end-0 ">
<p>Successful Purchase</p>
<p>
When you successfully buy an item.
</p>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="flexSwitchCheckDefault">
</div>
</div>
<h4
class="fw-bold pb-3 pt-5">
Newsletter Notifications
</h4>
<div class=" d-flex justify-content-between border border-top-0 border-bottom-2 border-start-0 border-end-0 ">
<p>UNXD Newsletter</p>
<p>Occasional updates from the UNXD team.</p>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="flexSwitchCheckDefault">
</div>
</div>
<h4
class="fw-bold pb-3 pt-5">
Social Notifications
</h4>
<div class=" d-flex justify-content-between border border-top-0 border-bottom-2 border-start-0 border-end-0 ">
<p>New Followers</p>
<p>When someone begins following you.</p>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="flexSwitchCheckDefault">
</div>
</div>
<div class=" d-flex justify-content-between border border-top-0 border-bottom-2 border-start-0 border-end-0 ">
<p>New NFT's</p>
<p>
When your followers release a NFT.</p>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="flexSwitchCheckDefault">
</div>
</div>
<div class=" d-flex justify-content-between border border-top-0 border-bottom-2 border-start-0 border-end-0 ">
<p>Saved items</p>
<p>
When someone saved one of your item.</p>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="flexSwitchCheckDefault">
</div>
</div>
<h4
class="fw-bold pb-3 pt-5">
Bidding Notifications
</h4>
<p>Receive Notifications only when you receive offers with a value <br> greater then or equal to this amount of Dollars.</p>
<input class="py-2 mb-5 px-2" type="number" >
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<button class="btn btn-primary text-white py-2 px-3 bg-black border border-none shadow-none me-md-2" type="button">Save Changes</button>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="container-fluid bg-black py-5 ">
<div class=" row py-5 mb-5">
<div class="offset-lg-1 col-lg-5">
<div>
<img style="width: 8rem" class="img-fluid" src="./graphics/logo_white.png" alt="">
</div>
<p class=" pt-5 " style="color: #a0a0a0; font-size: 14px;">
UNXD is a curated marketplace for the best of digital <br> luxury and culture.
</p>
</div>
<div class="col-lg-2">
<div>
<p class="fs-5 text-white">Navigate</p>
</div>
<p class="text-white pt-3 " style="color: #93A0A0;">
<div>
<a href="./Drops.html" class="text-decoration-none nav-link1 d-inline-block " style="color: #e6e6e6;" href="">
Drops
</a>
</div>
<div>
<a href="./about.html" class="text-decoration-none nav-link1 d-inline-block my-2" style="color: #e6e6e6;" href="">
About
</a>
</div>
<div>
<a href="./Reportblog/report.html" class="text-decoration-none nav-link1 d-inline-block " style="color: #e6e6e6;" href="">
Help Center
</a>
</div>
</p>
</div>
<div class="col-lg-3">
<div>
<p class="fs-5 text-white">Newsletter</p>
</div>
<p class=" pt-3 " style="color: #a0a0a0; font-size: 14px;">
Join our mailing list to stay in the loop with our newest feature releases, NFT drops, and tips and tricks for navigating UNXD.
</p>
<div class="d-flex my-4 py-1 ">
<input type="email" placeholder="Email" class="footertext rounded-1 py-2 form-control shadow shadow-none bg-black text-white " id="inputEmail4">
<a class="btn btn-primary ms-3 pt-2 border border-0 bg-white text-dark" href="">Subscribe</a>
</div>
<div class="d-flex pt-3">
<i class="fa-brands fa-twitter-square fa-lg" style="color: #a0a0a0;"></i>
<i class="mx-4 fa-brands fa-discord fa-lg" style="color: #a0a0a0;"></i>
<i class="fa-brands fa-instagram fa-lg" style="color: #a0a0a0;"></i>
</div>
</div>
</div>
<div class=" row">
<div class="offset-lg-1 col-lg-5">
<div class="pe-5">
<a href="./privacypolicy.html" class="text-white float-end me-5 nav-link1 d-inline-block">Privacy Policy</a>
</div>
</div>
<div class="col-lg-2">
<div>
<a href="./termsConditions.html" class="text-white nav-link1 d-inline-block">
Terms of Service</a>
</div>
</div>
<div class="col-lg-3">
<div>
<a href="./Reportblog/report.html" class= "text-white nav-link1 d-inline-block">
Report a Bug</a>
</div>
</div>
</div>
</div>
<script>
function toggleMobileMenu(menu) {
menu.classList.toggle('open');
}
</script>
</body>
</html>